1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 23:58:11 +00:00
serenity/Userland/DevTools
Stephan Unverwerth cf8427b7b4 Profiler: Add source code view
This adds a new view mode to profiler which displays source lines and
samples that occured at those lines. This view can be opened via the
menu or by pressing CTRL-S.

It does this by mapping file names from DWARF to "/usr/src/serenity/..."
i.e. source code should be copied to /usr/src/serenity/Userland and
/usr/src/serenity/Kernel to be visible in this mode.

Currently *all* files contributing to the selected function are loaded
completely which could be a lot of data when dealing with lots of
inlined code.
2021-12-28 23:17:24 +01:00
..
HackStudio HackStudio: Highlight AF files as INI 2021-12-28 11:36:12 +01:00
Inspector Inspector: Convert to try_create_default_icon 2021-12-18 23:36:59 +01:00
Playground Playground: Convert to try_create_default_icon 2021-12-18 23:36:59 +01:00
Profiler Profiler: Add source code view 2021-12-28 23:17:24 +01:00
UserspaceEmulator UserspaceEmulator: Exclude special ranges from RangeAllocator 2021-12-28 19:28:13 +02:00
CMakeLists.txt HackStudio: Enable building HackStudio on x86_64 2021-08-02 00:57:06 +02:00