1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 09:15:07 +00:00
serenity/Userland/DevTools/Profiler
2021-12-28 23:17:24 +01:00
..
CMakeLists.txt Profiler: Extract percentage gradient calculation into its own file 2021-12-28 23:17:24 +01:00
DisassemblyModel.cpp Profiler: Extract percentage gradient calculation into its own file 2021-12-28 23:17:24 +01:00
DisassemblyModel.h Profiler: Make everything east-const :^) 2021-12-28 23:17:24 +01:00
EventSerialNumber.h Profiler: Use sequential serial numbers for profiling events 2021-06-03 01:16:32 +01:00
FlameGraphView.cpp Profiler: Make everything east-const :^) 2021-12-28 23:17:24 +01:00
FlameGraphView.h Profiler: Don't return constant copies of GUI::ModelIndex 2021-12-23 12:45:36 -08:00
Gradient.cpp Profiler: Extract percentage gradient calculation into its own file 2021-12-28 23:17:24 +01:00
Gradient.h Profiler: Extract percentage gradient calculation into its own file 2021-12-28 23:17:24 +01:00
Histogram.h Profiler: Add histogram for sample counts 2021-05-14 00:35:57 +02:00
IndividualSampleModel.cpp Profiler: Make everything east-const :^) 2021-12-28 23:17:24 +01:00
IndividualSampleModel.h Profiler: Make everything east-const :^) 2021-12-28 23:17:24 +01:00
main.cpp Profiler: Make everything east-const :^) 2021-12-28 23:17:24 +01:00
Process.cpp Profiler: Make everything east-const :^) 2021-12-28 23:17:24 +01:00
Process.h Profiler: Make everything east-const :^) 2021-12-28 23:17:24 +01:00
Profile.cpp Profiler: Make everything east-const :^) 2021-12-28 23:17:24 +01:00
Profile.h Profiler: Make everything east-const :^) 2021-12-28 23:17:24 +01:00
ProfileModel.cpp Profiler: Make everything east-const :^) 2021-12-28 23:17:24 +01:00
ProfileModel.h Profiler: Make everything east-const :^) 2021-12-28 23:17:24 +01:00
SamplesModel.cpp Profiler: Make everything east-const :^) 2021-12-28 23:17:24 +01:00
SamplesModel.h Profiler: Make everything east-const :^) 2021-12-28 23:17:24 +01:00
SignpostsModel.cpp Profiler: Make everything east-const :^) 2021-12-28 23:17:24 +01:00
SignpostsModel.h Profiler: Make everything east-const :^) 2021-12-28 23:17:24 +01:00
SourceModel.cpp Profiler: Extract percentage gradient calculation into its own file 2021-12-28 23:17:24 +01:00
SourceModel.h Profiler: Add source code view 2021-12-28 23:17:24 +01:00
TimelineContainer.cpp Profiler: Add horizontal_scrollbar height to initial_height 2021-12-21 22:10:33 +01:00
TimelineContainer.h Profiler: Add fixed track headers to the timeline view 2021-05-06 22:18:45 +02:00
TimelineHeader.cpp Profiler: Add some implied auto qualifiers 2021-12-23 12:45:36 -08:00
TimelineHeader.h Everywhere: Forward declare structs as structs 2021-07-08 10:11:00 +02:00
TimelineTrack.cpp Profiler: Add some implied auto qualifiers 2021-12-23 12:45:36 -08:00
TimelineTrack.h Profiler: Parse and paint profile signpost events :^) 2021-08-12 00:03:38 +02:00
TimelineView.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
TimelineView.h Profiler: Allow scaling the timeline with Ctrl+MouseWheel :^) 2021-05-22 23:20:31 +02:00