mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:17:35 +00:00
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.
This commit is contained in:
parent
c6193af269
commit
8d52e200ee
4 changed files with 295 additions and 5 deletions
|
@ -4,6 +4,7 @@ set(SOURCES
|
|||
Profile.cpp
|
||||
ProfileModel.cpp
|
||||
ProfileTimelineWidget.cpp
|
||||
RunningProcessesModel.cpp
|
||||
)
|
||||
|
||||
serenity_bin(Profiler)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue