1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:48:14 +00:00
serenity/Userland/DevTools
Gunnar Beutner c41f13f10b Kernel+Profiler: Track lost time between profiler timer ticks
We can lose profiling timer events for a few reasons, for example
disabled interrupts or system slowness. This accounts for lost
time between CPU samples by adding a field lost_samples to each
profiling event which tracks how many samples were lost immediately
preceding the event.
2021-05-14 00:35:57 +02:00
..
HackStudio Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Inspector Inspector: Don't check that target has pledged "accept" 2021-05-13 23:28:40 +02:00
IPCCompiler IPCCompiler: Add "u64" and "i64" to the list of primitive types 2021-05-13 23:28:40 +02:00
Playground Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Profiler Kernel+Profiler: Track lost time between profiler timer ticks 2021-05-14 00:35:57 +02:00
UserspaceEmulator Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0 2021-05-12 22:38:20 +02:00
CMakeLists.txt DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00