summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-21 15:53:51 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-21 15:53:51 +0100
commit37a3b73e1a919b613f874018d5172646f92697c9 (patch)
treea03de31101626e236fe9927459905e46c659fb66
parent7f6cf035770866abe39800de9b361b8ae0f2092e (diff)
validation/ts-performance-0: Print samples
-rw-r--r--testsuites/validation/tc-part-performance.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/validation/tc-part-performance.c b/testsuites/validation/tc-part-performance.c
index 46f48c7bf5..c1dc4e0ed4 100644
--- a/testsuites/validation/tc-part-performance.c
+++ b/testsuites/validation/tc-part-performance.c
@@ -118,6 +118,7 @@ static void RtemsPartValPerformance_Setup_Context(
memset( &config, 0, sizeof( config ) );
config.sample_count = 1000;
ctx->request.arg = ctx;
+ ctx->request.flags = T_MEASURE_RUNTIME_REPORT_SAMPLES;
ctx->context = T_measure_runtime_create( &config );
T_assert_not_null( ctx->context );
}