commit | 0c3bb77b933b7ed5b833e4321d8a6408e2ae08c0 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Wed May 19 09:55:43 2021 -0700 |
committer | Yabin Cui <yabinc@google.com> | Wed May 19 14:03:18 2021 -0700 |
tree | b889b4715854ada39f7b17be8c68d822d9dab5f8 | |
parent | c3ca80495786372461e62ec94e553379a4a256e0 [diff] |
simpleperf: show recording time before post processing. Sometimes post processing can take a lot of time (like when --post-unwind=yes is used). This can cause confusion about the recording time. So add a log to show recording time before post processing. Also display time in seconds instead of milliseconds, to be consistent with --duration. Bug: 188536575 Test: run simpleperf_unit_test. Test: run simpleperf manually. Change-Id: I705030201ed72d82a76e8ed91f9cc517dfd20d25