Andreas Kling
e7393bfb7b
Profiler: Turn the "choose a process" functionality into a GUI::Dialog
...
This feels a bit nicer and make it possible to reuse this in other
places as well. :^)
2020-07-02 20:46:59 +02:00
Andreas Kling
f5d920eb2e
Profiler: Make the RunningProcessesModel actually sortable
...
GUI::TableView looks at data(Model::Role::Sort) to know which order
things should be in.
2020-07-02 07:35:11 +02:00
Andreas Kling
d4c92bd1b7
Profiler: Allow specifying a PID to profile with --pid
2020-07-01 21:07:53 +02:00
Andreas Kling
8d52e200ee
Profiler: If run without arguments, let user select process from a list
...
We now show a list of running processes that the user can choose from.
After choosing one, we start profiling it and show a timer with a stop
button that the user has to press to stop profiling.
2020-07-01 20:49:51 +02:00
Andreas Kling
8661af9b72
Profiler: Rename from ProfileViewer :^)
2020-07-01 19:43:17 +02:00