Questions tagged [profiling]

38 questions
6
votes
4 answers

Interpreting gprof profiling output

I am practicing algorithm and data structures. Therefore, I keep profiling my programs. Here is an example output from gprof: Each sample counts as 0.01 seconds. % cumulative self self total time seconds …
yasar
  • 185