1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 13:37:45 +00:00

Profiler: Add a flamegraph view for the stack

The flamegraph makes it easier to quickly spot expensive functions,
based on the width of their bar.
This commit is contained in:
Nicholas Hollett 2021-08-16 20:20:24 +01:00 committed by Andreas Kling
parent 4fe380f6da
commit 0d98bba167
4 changed files with 312 additions and 10 deletions

View file

@ -8,6 +8,7 @@ set(SOURCES
DisassemblyModel.cpp
main.cpp
IndividualSampleModel.cpp
FlameGraphView.cpp
Process.cpp
Profile.cpp
ProfileModel.cpp