Closed GoogleCodeExporter closed 9 years ago
I haven't seen this. Could you please provide the gprof input.
Original comment by Jose.R.F...@gmail.com
on 28 May 2014 at 7:43
attached file, you can feed it to gprof2dot.py
Original comment by Terminat...@gmail.com
on 28 May 2014 at 8:18
Attachments:
Yes, gprof2dot calculcates things based of absolutes times (self and chidren
columns), and not percentages. As percentages have less data.
But your app goes so quickly that absolute time is zero. You really need a
test case that runs for longer.
See
https://code.google.com/p/jrfonseca/wiki/Gprof2Dot#Why_there_is_no_output,_or_it
_is_all_in_the_same_color?
Original comment by Jose.R.F...@gmail.com
on 28 May 2014 at 8:16
Original issue reported on code.google.com by
Terminat...@gmail.com
on 28 May 2014 at 7:36