Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'oprofile/org.eclipse.linuxtools.oprofile.tests/resources/test_model-data_nodepimage.xml')
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.tests/resources/test_model-data_nodepimage.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/oprofile/org.eclipse.linuxtools.oprofile.tests/resources/test_model-data_nodepimage.xml b/oprofile/org.eclipse.linuxtools.oprofile.tests/resources/test_model-data_nodepimage.xml
new file mode 100644
index 0000000000..e01389dbc4
--- /dev/null
+++ b/oprofile/org.eclipse.linuxtools.oprofile.tests/resources/test_model-data_nodepimage.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<model-data>
+ <image name="/test/path/for/image" count="200000">
+ <symbols>
+ <symbol name="TestFunction1(int)" file="/test/path/for/src/image.cpp" count="180000">
+ <sample>
+ <count>130000</count>
+ <line>42</line>
+ </sample>
+ <sample>
+ <count>40000</count>
+ <line>36</line>
+ </sample>
+ <sample>
+ <count>9999</count>
+ <line>31</line>
+ </sample>
+ <sample>
+ <count>1</count>
+ <line>39</line>
+ </sample>
+ </symbol>
+ <symbol name="TestFunction2(int, int)" file="/test/path/for/src/image2.cpp" count="20000">
+ <sample>
+ <count>19998</count>
+ <line>94</line>
+ </sample>
+ <sample>
+ <count>1</count>
+ <line>12</line>
+ </sample>
+ <sample>
+ <count>1</count>
+ <line>55</line>
+ </sample>
+ </symbol>
+ </symbols>
+ </image>
+</model-data> \ No newline at end of file

Back to the top