Skip to main content
summaryrefslogtreecommitdiffstats
blob: 51d511c10cf65fd136cf5681f2724c6e8cf5137e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Hierarchy;Name (location);Samples;Calls;Time/Call;%Time
+-;Summary;3;;;100.0
  +-;A::foocpp::foocpp();0;2;0ns;0.0
  +-;A::foocpp::func_a(int);1;2;5.0ms;33.333332
  | +-;A::foocpp::func_a(int) (foox.cpp:60);1;;;33.333332
  |   +-;0x8048b84;1;;;33.333332
  +-;A::foocpp::func_f(int);0;2;0ns;0.0
  +-;A::foocpp::~foocpp();0;2;0ns;0.0
  +-;B::foocpp::foocpp();0;1;0ns;0.0
  +-;B::foocpp::func_b(int);2;1;20.0ms;66.666664
  | +-;B::foocpp::func_b(int) (foox.cpp:93);1;;;33.333332
  | | +-;0x8048978;1;;;33.333332
  | +-;B::foocpp::func_b(int) (foox.cpp:97);1;;;33.333332
  |   +-;0x8048a28;1;;;33.333332
  +-;B::foocpp::~foocpp();0;1;0ns;0.0
  +-;main;0;0;;0.0

Back to the top