From 67035cd071a106a69706c0b19fb870b16b5213f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Fri, 15 Jun 2018 01:26:53 +0200 Subject: [PATCH] eh_elf: report timer --- builtin-report.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/builtin-report.c b/builtin-report.c index 0f198f6..90396a7 100644 --- a/builtin-report.c +++ b/builtin-report.c @@ -54,6 +54,8 @@ #include #include +#include + struct report { struct perf_tool tool; struct perf_session *session; @@ -1398,6 +1400,8 @@ repeat: } else ret = 0; + chrono_report_disp(); + error: zfree(&report.ptime_range);