summaryrefslogtreecommitdiff
path: root/Userland/DevTools/Profiler/TimelineTrack.cpp
AgeCommit message (Expand)Author
2021-12-23Profiler: Add some implied auto qualifiersHendiadyoin1
2021-10-24Profiler: Handle profiles with more kernel samples than user samplesIdan Horowitz
2021-10-24Profiler: Use profile length in ms as histogram column count directlyIdan Horowitz
2021-08-14Profiler: Store signposts in the main event streamAndreas Kling
2021-08-14Profiler: Use AK::Variant for type-specific data in Profile::EventAndreas Kling
2021-08-13Profiler: Remove "Signpost " prefix from timeline tooltipsAndreas Kling
2021-08-12Profiler: Parse and render signpost stringsAndreas Kling
2021-08-12Profiler: Parse and paint profile signpost events :^)Andreas Kling
2021-08-01DevTools: Remove unused header includesBrian Gianforcaro
2021-07-08Everywhere: Add break after the last case label before `default`Daniel Bertalan
2021-06-27Profiler: Cache the timeline histograms instead of recomputing on paintAndreas Kling
2021-06-03Profiler: Use sequential serial numbers for profiling eventsGunnar Beutner
2021-05-22Profiler: Allow scaling the timeline with Ctrl+MouseWheel :^)Andreas Kling
2021-05-19Profiler: Remove ability to filter Kernel::Scheduler::yield() framesGunnar Beutner
2021-05-14Profiler: Avoid copies / String construction when parsing profile (#7096)Brian Gianforcaro
2021-05-14Kernel+Profiler: Track lost time between profiler timer ticksGunnar Beutner
2021-05-14Profiler: Let the user ignore context switchesGunnar Beutner
2021-05-14Profiler: Add histogram for sample countsGunnar Beutner
2021-05-08Profiler: Migrate mouse events to TimelineViewCarlos César Neves Enumo
2021-05-06Profiler: Add fixed track headers to the timeline viewAndreas Kling
2021-05-06Profiler: Add a statusbar and show the timeline selection info in it :^)Andreas Kling
2021-05-06Profiler: Rename ProfileTimelineWidget => TimelineTrackAndreas Kling