1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 20:12:06 +00:00
serenity/DevTools
Andreas Kling 69583f07e0 ProfileViewer: Add an instruction-level sample viewer
When you select a function in the profile tree, we will now display
a per-instruction breakdown of aggregated samples in that function.

This allows us to look much closer at what our code is doing! :^)
2020-04-11 18:46:11 +02:00
..
FormCompiler AK: Add out() and warn() streams that forward to stdout and stderr 2020-04-06 10:49:27 +02:00
HackStudio HackStudio: pledge "thread" to fix opening files 2020-04-07 12:14:35 +02:00
Inspector Applications: Use "Document - AppName" window title format 2020-03-13 23:30:12 +01:00
IPCCompiler AK: Add out() and warn() streams that forward to stdout and stderr 2020-04-06 10:49:27 +02:00
ProfileViewer ProfileViewer: Add an instruction-level sample viewer 2020-04-11 18:46:11 +02:00
VisualBuilder LibGUI: Add MenuBar::add_menu(name) 2020-04-04 12:58:05 +02:00
Makefile Build: Only look at SUBDIRS with Makefiles 2020-02-25 19:56:48 +01:00