From 2855624c58761a52df6d152393bc6b80ccbb0a3d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 21 Dec 2020 15:53:51 +0100 Subject: validation/ts-performance-0: Print samples --- testsuites/validation/tc-part-performance.c | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuites/validation/tc-part-performance.c b/testsuites/validation/tc-part-performance.c index 058945bffe..5156887015 100644 --- a/testsuites/validation/tc-part-performance.c +++ b/testsuites/validation/tc-part-performance.c @@ -118,6 +118,7 @@ static void RtemsPartValPerf_Setup_Context( RtemsPartValPerf_Context *ctx ) 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 ); } -- cgit v1.2.3