1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:07:43 +00:00
serenity/Userland/DevTools
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
..
HackStudio Userland: Rename LibThread => LibThreading 2021-05-22 18:54:22 +02:00
Inspector DevTools: Remove redundant default destructor and forward declarations 2021-05-21 22:53:33 +01:00
IPCCompiler IPCCompiler: Fix declaration of static functions 2021-05-14 22:24:02 +02:00
Playground Playground: Show the modified state in the window title 2021-05-17 21:04:54 +01:00
Profiler Profiler: Split the call tree into one subtree per process 2021-05-22 22:23:52 +02:00
StateMachineGenerator Userland: Change typedef to using directive 2021-05-21 10:07:22 +01:00
UserspaceEmulator DevTools: Remove redundant default destructor and forward declarations 2021-05-21 22:53:33 +01:00
CMakeLists.txt DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00