Changes in benchmark/readyQ/cycle.go [7a2a3af:0b84b15]
- File:
-
- 1 edited
-
benchmark/readyQ/cycle.go (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/readyQ/cycle.go
r7a2a3af r0b84b15 126 126 127 127 p := message.NewPrinter(language.English) 128 p.Printf("Duration (ms) : %f\n", delta.Seconds()); 129 p.Printf("Number of processors: %d\n", nprocs); 130 p.Printf("Number of threads : %d\n", tthreads); 131 p.Printf("Cycle size (# thrds): %d\n", ring_size); 128 p.Printf("Took %f ms\n", delta.Seconds()) 132 129 p.Printf("Yields per second : %18.2f\n", float64(global_counter) / delta.Seconds()) 133 130 p.Printf("ns per yields : %18.2f\n", float64(delta.Nanoseconds()) / float64(global_counter))
Note:
See TracChangeset
for help on using the changeset viewer.