1
Fork 0
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:
Andreas Kling 2020-07-01 20:49:51 +02:00
parent c6193af269
commit 8d52e200ee
4 changed files with 295 additions and 5 deletions

View file

@ -4,6 +4,7 @@ set(SOURCES
Profile.cpp
ProfileModel.cpp
ProfileTimelineWidget.cpp
RunningProcessesModel.cpp
)
serenity_bin(Profiler)