index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
DevTools
/
Profiler
/
TimelineTrack.cpp
Age
Commit message (
Expand
)
Author
2021-12-23
Profiler: Add some implied auto qualifiers
Hendiadyoin1
2021-10-24
Profiler: Handle profiles with more kernel samples than user samples
Idan Horowitz
2021-10-24
Profiler: Use profile length in ms as histogram column count directly
Idan Horowitz
2021-08-14
Profiler: Store signposts in the main event stream
Andreas Kling
2021-08-14
Profiler: Use AK::Variant for type-specific data in Profile::Event
Andreas Kling
2021-08-13
Profiler: Remove "Signpost " prefix from timeline tooltips
Andreas Kling
2021-08-12
Profiler: Parse and render signpost strings
Andreas Kling
2021-08-12
Profiler: Parse and paint profile signpost events :^)
Andreas Kling
2021-08-01
DevTools: Remove unused header includes
Brian Gianforcaro
2021-07-08
Everywhere: Add break after the last case label before `default`
Daniel Bertalan
2021-06-27
Profiler: Cache the timeline histograms instead of recomputing on paint
Andreas Kling
2021-06-03
Profiler: Use sequential serial numbers for profiling events
Gunnar Beutner
2021-05-22
Profiler: Allow scaling the timeline with Ctrl+MouseWheel :^)
Andreas Kling
2021-05-19
Profiler: Remove ability to filter Kernel::Scheduler::yield() frames
Gunnar Beutner
2021-05-14
Profiler: Avoid copies / String construction when parsing profile (#7096)
Brian Gianforcaro
2021-05-14
Kernel+Profiler: Track lost time between profiler timer ticks
Gunnar Beutner
2021-05-14
Profiler: Let the user ignore context switches
Gunnar Beutner
2021-05-14
Profiler: Add histogram for sample counts
Gunnar Beutner
2021-05-08
Profiler: Migrate mouse events to TimelineView
Carlos César Neves Enumo
2021-05-06
Profiler: Add fixed track headers to the timeline view
Andreas Kling
2021-05-06
Profiler: Add a statusbar and show the timeline selection info in it :^)
Andreas Kling
2021-05-06
Profiler: Rename ProfileTimelineWidget => TimelineTrack
Andreas Kling