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:
parent
4fe380f6da
commit
0d98bba167
4 changed files with 312 additions and 10 deletions
|
@ -8,6 +8,7 @@ set(SOURCES
|
|||
DisassemblyModel.cpp
|
||||
main.cpp
|
||||
IndividualSampleModel.cpp
|
||||
FlameGraphView.cpp
|
||||
Process.cpp
|
||||
Profile.cpp
|
||||
ProfileModel.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue