From e93968501218c24b5b8552051a77dd0e1111700e 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 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 ); } -- cgit v1.2.3