mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 17:27:46 +00:00
Profiler: Add TimelineView widget and make the timeline cursor global
There's no longer a cursor in each process timeline, instead the parent widget keeps track of it (along with the selection) and it all moves in sync.
This commit is contained in:
parent
84c4c2d884
commit
abc3ad01b2
6 changed files with 103 additions and 28 deletions
|
@ -8,6 +8,7 @@ set(SOURCES
|
|||
ProfileModel.cpp
|
||||
ProfileTimelineWidget.cpp
|
||||
SamplesModel.cpp
|
||||
TimelineView.cpp
|
||||
)
|
||||
|
||||
serenity_app(Profiler ICON app-profiler)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue