Changes in benchmark/readyQ/locality.go [3f8baf4:06573b2]
- File:
-
- 1 edited
-
benchmark/readyQ/locality.go (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/readyQ/locality.go
r3f8baf4 r06573b2 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 ( ms): %f\n", delta.Seconds());284 p.Printf("Duration (s) : %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.