mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:57:45 +00:00
Profiler: Rename ProfileTimelineWidget => TimelineTrack
This commit is contained in:
parent
abc3ad01b2
commit
814200f8da
5 changed files with 22 additions and 21 deletions
|
@ -7,7 +7,7 @@
|
|||
#include "IndividualSampleModel.h"
|
||||
#include "ProcessPickerWidget.h"
|
||||
#include "Profile.h"
|
||||
#include "ProfileTimelineWidget.h"
|
||||
#include "TimelineTrack.h"
|
||||
#include "TimelineView.h"
|
||||
#include <LibCore/ArgsParser.h>
|
||||
#include <LibCore/ElapsedTimer.h>
|
||||
|
@ -99,7 +99,7 @@ int main(int argc, char** argv)
|
|||
}
|
||||
if (!event_count)
|
||||
continue;
|
||||
timeline_view->add<ProfileTimelineWidget>(*timeline_view, *profile, process);
|
||||
timeline_view->add<TimelineTrack>(*timeline_view, *profile, process);
|
||||
}
|
||||
|
||||
auto& scrollable_container = main_widget.add<GUI::ScrollableContainerWidget>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue