Descriptionruntime: output number of goroutines in GC trace
Example output:
gc26(1): 1+0+1038+0 us, 0 -> 1 MB, 19074 (88777-69703) objects, 5 gs, 184/0/0 sweeps, 0(0) handoff, 0(0) steal, 0/0/0 yields
It's useful to understand long scan times,
because goroutine traceback is slow.
Patch Set 1 #Patch Set 2 : diff -r 367f0d62a03d1a14dd5b624ad68f86ca91c74419 https://dvyukov%40google.com@code.google.com/p/go/ #Patch Set 3 : diff -r 367f0d62a03d1a14dd5b624ad68f86ca91c74419 https://dvyukov%40google.com@code.google.com/p/go/ #Patch Set 4 : diff -r a92a99ba40fb030955680fc19b1a489548049121 https://dvyukov%40google.com@code.google.com/p/go/ #Patch Set 5 : diff -r 541f4c85dfedb06962ac2d88b3d3bf90d0dc6a53 https://dvyukov%40google.com@code.google.com/p/go/ #MessagesTotal messages: 6
|