Changes in benchmark/readyQ/locality.go [06573b2:3f8baf4]
- File:
-
- 1 edited
-
benchmark/readyQ/locality.go (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/readyQ/locality.go
r06573b2 r3f8baf4 282 282 // Print with nice 's, i.e. 1'000'000 instead of 1000000 283 283 p := message.NewPrinter(language.English) 284 p.Printf("Duration ( s): %f\n", delta.Seconds());284 p.Printf("Duration (ms) : %f\n", delta.Seconds()); 285 285 p.Printf("Number of processors : %d\n", nprocs); 286 286 p.Printf("Number of threads : %d\n", nthreads);
Note:
See TracChangeset
for help on using the changeset viewer.