mirror of
https://github.com/RGBCube/serenity
synced 2025-10-27 23:02:08 +00:00
This view mode takes every stack frame and turns it into a root in the profile graph. This allows functions that are called from many places to bubble up to the top. It's a very handy way to discover heavy things in a profile that are otherwise obscured by having many callers. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| DisassemblyModel.cpp | ||
| DisassemblyModel.h | ||
| main.cpp | ||
| Profile.cpp | ||
| Profile.h | ||
| ProfileModel.cpp | ||
| ProfileModel.h | ||
| ProfileTimelineWidget.cpp | ||
| ProfileTimelineWidget.h | ||