Changes in benchmark/readyQ/locality.go [6dc2db9:f03209d3]
- File:
-
- 1 edited
-
benchmark/readyQ/locality.go (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/readyQ/locality.go
r6dc2db9 rf03209d3 286 286 // Print with nice 's, i.e. 1'000'000 instead of 1000000 287 287 p := message.NewPrinter(language.English) 288 p.Printf("Duration ( ms) : %f\n", delta.Milliseconds());288 p.Printf("Duration (s) : %f\n", delta.Seconds()); 289 289 p.Printf("Number of processors : %d\n", nprocs); 290 290 p.Printf("Number of threads : %d\n", nthreads);
Note:
See TracChangeset
for help on using the changeset viewer.