diff options
author | Simon Glass <sjg@chromium.org> | 2023-01-15 14:15:58 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-02-11 12:22:35 -0500 |
commit | 97f3024d16915fd885336c8b983c8a47ac19bcd8 (patch) | |
tree | 8e3c88219ab39f952b47c8ba608574f29b5f6296 /tools/docker/Dockerfile | |
parent | 47b89d61f2a867f07455d5a3d89df0e7d7a6ec9a (diff) | |
download | u-boot-97f3024d16915fd885336c8b983c8a47ac19bcd8.zip u-boot-97f3024d16915fd885336c8b983c8a47ac19bcd8.tar.gz u-boot-97f3024d16915fd885336c8b983c8a47ac19bcd8.tar.bz2 |
trace: Provide a flamegraph that uses timing
Add a second variant of the flame graph that shows records in terms of the
number of microseconds used by each call stack. This is a useful way of
seeing where time is going within the execution of U-Boot.
This requires a call stack that records the start time of each function,
as well as a way of subtracting all time consumed by child functions, so
that this time is not counted twice by the flamegraph. The time values in
the output are just for the function itself, not for its children.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/docker/Dockerfile')
0 files changed, 0 insertions, 0 deletions