eh_elf: report timer
This commit is contained in:
parent
16c00db4bb
commit
8b09fabf5a
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,8 @@
|
|||
#include <unistd.h>
|
||||
#include <linux/mman.h>
|
||||
|
||||
#include <libunwind.h>
|
||||
|
||||
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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue