Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/org.eclipse.linuxtools.gprof.test/foox_gprof_input/testFlatTimeView.ref')
-rw-r--r--gprof/org.eclipse.linuxtools.gprof.test/foox_gprof_input/testFlatTimeView.ref17
1 files changed, 16 insertions, 1 deletions
diff --git a/gprof/org.eclipse.linuxtools.gprof.test/foox_gprof_input/testFlatTimeView.ref b/gprof/org.eclipse.linuxtools.gprof.test/foox_gprof_input/testFlatTimeView.ref
index 5a2c2d2b95..5655a5c4eb 100644
--- a/gprof/org.eclipse.linuxtools.gprof.test/foox_gprof_input/testFlatTimeView.ref
+++ b/gprof/org.eclipse.linuxtools.gprof.test/foox_gprof_input/testFlatTimeView.ref
@@ -1,2 +1,17 @@
Hierarchy;Name (location);Time;Calls;Time/Call;%Time
-+-;Summary;0ns;;;0.0
++-;Summary;90.0ms;;;100.0
+ +-;func_a (foox.c:38);20.0ms;;;22.222221
+ | +-;0x804861c;10.0ms;;;11.111111
+ | +-;0x8048624;10.0ms;;;11.111111
+ +-;func_a (foox.c:42);10.0ms;;;11.111111
+ | +-;0x80486d0;10.0ms;;;11.111111
+ +-;func_a (foox.c:45);20.0ms;;;22.222221
+ | +-;0x8048788;10.0ms;;;11.111111
+ | +-;0x8048798;10.0ms;;;11.111111
+ +-;func_b (foox.c:52);10.0ms;;;11.111111
+ | +-;0x8048820;10.0ms;;;11.111111
+ +-;func_b (foox.c:54);10.0ms;;;11.111111
+ | +-;0x80488dc;10.0ms;;;11.111111
+ +-;func_f (foox.c:31);20.0ms;;;22.222221
+ +-;0x804856c;10.0ms;;;11.111111
+ +-;0x804857c;10.0ms;;;11.111111

Back to the top