1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 03:08:13 +00:00
serenity/Userland
Andreas Kling 8a5c78e93b Profiler: Split the call tree into one subtree per process
This patch adds an additional level of hierarchy to the call tree:
Every process gets its own top-level node. :^)

Before this, selecting multiple processes would get quite confusing
as all the call stacks from different processes were combined together
into one big tree.
2021-05-22 22:23:52 +02:00
..
Applets Userland: Rename loop0 to loop 2021-05-22 15:42:54 +01:00
Applications SystemMonitor: Symbolicate process stacks in a background thread 2021-05-22 19:57:19 +02:00
Demos Revert "Userland: static vs non-static constexpr variables" 2021-05-21 10:30:52 +01:00
DevTools Profiler: Split the call tree into one subtree per process 2021-05-22 22:23:52 +02:00
DynamicLoader DynamicLoader: Remove math functionality in favor of -lgcc 2021-05-07 15:35:50 +02:00
Games Hearts: Let the AI pick better lead cards 2021-05-22 12:03:31 +01:00
Libraries Userland: Rename LibThread => LibThreading 2021-05-22 18:54:22 +02:00
Services Userland: Rename LibThread => LibThreading 2021-05-22 18:54:22 +02:00
Shell Shell: Make sure all tests put their temp dirs in /tmp 2021-05-22 00:24:27 +04:30
Utilities Userland: Rename LibThread => LibThreading 2021-05-22 18:54:22 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00