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

Back to the top