1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:18:12 +00:00
serenity/Userland/DevTools
Gunnar Beutner 6ac1ca5a9a Profiler: Remove ability to filter Kernel::Scheduler::yield() frames
Hiding those frames doesn't really make sense. They're a major
contributor to a process' spent CPU time and show up in a lot of
profiles. That however is because those processes really do spend
quite a bit of time in the scheduler by doing lots of context
switches, like WindowServer when responding to IPC calls.

Instead of hiding these for aesthetic reasons we should instead
improve the scheduler.
2021-05-19 22:51:42 +02:00
..
HackStudio LanguageServers: Rename AutoCompleteEngine => CodeComprehensionEngine 2021-05-16 16:39:21 +02:00
Inspector Inspector: Don't check that target has pledged "accept" 2021-05-13 23:28:40 +02: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: Remove ability to filter Kernel::Scheduler::yield() frames 2021-05-19 22:51:42 +02:00
StateMachineGenerator Everywhere: Add missing includes for <AK/OwnPtr.h> 2021-05-19 21:36:57 +02:00
UserspaceEmulator Revert "LibC: Simplify malloc size classes" 2021-05-18 08:32:05 +02:00
CMakeLists.txt DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00