serenity/DevTools
Andreas Kling 19d8c675f1 ProfileViewer: Begin work on a visualization tool for profiles :^)
We begin with a simple treeview that shows a recorded profile.
To record and view a profile of a process with <PID>, simply do this:

$ profile <PID> on
... wait while PID does something interesting ...
$ profile <PID> off
$ cat /proc/profile > my-profile.prof
$ ProfileViewer my-profile.prof
2019-12-12 22:01:06 +01:00
..
FormCompiler AK: Remove empty files JsonArray.cpp and JsonObject.cpp 2019-10-01 11:24:54 +02:00
HackStudio HackStudio: Use a table view in the "find in files" widget 2019-12-10 22:07:52 +01:00
Inspector WindowServer: Port to the new IPC system 2019-12-02 11:11:05 +01:00
IPCCompiler LibIPC: Rename IMessage id/name to message_id/message_name 2019-12-02 11:11:05 +01:00
ProfileViewer ProfileViewer: Begin work on a visualization tool for profiles :^) 2019-12-12 22:01:06 +01:00
VisualBuilder LibGUI: Make GMenu inherit from CObject 2019-12-09 21:05:44 +01:00