summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spprofiling01
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-03-10 10:03:55 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-03-14 08:46:49 +0100
commit29c9eb601e78d7d7624990d7fe589a506395e096 (patch)
tree76cb0095aeca6aebe5657e3cdd708969676a5f65 /testsuites/sptests/spprofiling01
parentsapi: Add profiling application level support (diff)
downloadrtems-29c9eb601e78d7d7624990d7fe589a506395e096.tar.bz2
sapi: Add per-CPU profiling application level data
Diffstat (limited to 'testsuites/sptests/spprofiling01')
-rw-r--r--testsuites/sptests/spprofiling01/spprofiling01.scn10
1 files changed, 9 insertions, 1 deletions
diff --git a/testsuites/sptests/spprofiling01/spprofiling01.scn b/testsuites/sptests/spprofiling01/spprofiling01.scn
index 2c289db941..a00baa1e86 100644
--- a/testsuites/sptests/spprofiling01/spprofiling01.scn
+++ b/testsuites/sptests/spprofiling01/spprofiling01.scn
@@ -1,5 +1,13 @@
*** TEST SPPROFILING 1 ***
<ProfilingReport name="X">
+ <PerCPUProfilingReport processorIndex="0">
+ <MaxInterruptDelay unit="ns">0</MaxInterruptDelay>
+ <MaxThreadDispatchDisabledTime unit="ns">0</MaxThreadDispatchDisabledTime>
+ <ThreadDispatchDisabledCount>0</ThreadDispatchDisabledCount>
+ <TotalThreadDispatchDisabledTime unit="ns">0</TotalThreadDispatchDisabledTime>
+ <InterruptCount>0</InterruptCount>
+ <TotalInterruptTime unit="ns">0</TotalInterruptTime>
+ </PerCPUProfilingReport>
</ProfilingReport>
-characters produced by rtems_profiling_report_xml(): 50
+characters produced by rtems_profiling_report_xml(): 516
*** END OF TEST SPPROFILING 1 ***