ladybird/DevTools
Andreas Kling be4005cb9e Profiler: Implement "Top functions" feature like Instruments.app has
This view mode takes every stack frame and turns it into a root in the
profile graph. This allows functions that are called from many places
to bubble up to the top. It's a very handy way to discover heavy things
in a profile that are otherwise obscured by having many callers.
2020-10-19 20:08:57 +02:00
..
HackStudio HackStudio: Fix running JavaScript files 2020-10-10 00:53:09 +02:00
Inspector Use new format functions in remaining DevTools. (#3755) 2020-10-13 18:34:27 +02:00
IPCCompiler IPCCompiler: Use new SourceGenerator class. 2020-10-12 19:40:49 +02:00
Profiler Profiler: Implement "Top functions" feature like Instruments.app has 2020-10-19 20:08:57 +02:00
UserspaceEmulator Everywhere: Add missing <AK/TemporaryChange.h> includes 2020-10-15 23:49:53 +02:00
CMakeLists.txt DevTools: Remove VisualBuilder and FormCompiler 2020-10-01 21:07:12 +02:00