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>2021-02-19 10:47:28 +0100
commite93968501218c24b5b8552051a77dd0e1111700e (patch)
tree5c14fb9088b7b1015e4b6d74b14bc4414691710d
parenteff4af2ccec9af39c2805192fff75267a7ce6526 (diff)
validation/ts-performance-0: Print samplesqual-12
-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 5c3148edcc..0f6ab83e1a 100644
--- a/testsuites/validation/tc-part-performance.c
+++ b/testsuites/validation/tc-part-performance.c
@@ -122,6 +122,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 );
}