1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 10:07:35 +00:00

Profiler: Add a "Signposts" tab next to the "Samples" tab

This tab provides a filtered listing of all the signpost events in the
currently selected time range.
This commit is contained in:
Andreas Kling 2021-08-14 00:41:38 +02:00
parent 9a334ebb3a
commit 8f590cbeb8
6 changed files with 178 additions and 1 deletions

View file

@ -12,6 +12,7 @@ set(SOURCES
Profile.cpp
ProfileModel.cpp
SamplesModel.cpp
SignpostsModel.cpp
TimelineContainer.cpp
TimelineHeader.cpp
TimelineTrack.cpp