serenity/Userland/DevTools/Profiler
Ali Mohammad Pur 44cc6e1662 Profiler: Make the ProfileModel searchable
Note that this only searches the items at the same level as the selected
index.
2021-09-14 21:33:15 +04:30
..
CMakeLists.txt Profiler: Add a flamegraph view for the stack 2021-08-31 12:40:51 +02:00
DisassemblyModel.cpp Profiler: Disassemble the entire function if the symbol is a function 2021-08-10 23:19:33 +02:00
DisassemblyModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
EventSerialNumber.h
FlameGraphView.cpp Profiler: Minor static code analysis issues in FlameGraphView 2021-09-01 18:06:14 +02:00
FlameGraphView.h Profiler: Use = default for empty destructor 2021-09-01 18:06:14 +02:00
Histogram.h
IndividualSampleModel.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
IndividualSampleModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
main.cpp Profiler: Add a flamegraph view for the stack 2021-08-31 12:40:51 +02:00
Process.cpp
Process.h
Profile.cpp Profiler: Add a "Signposts" tab next to the "Samples" tab 2021-08-14 01:28:26 +02:00
Profile.h Profiler: Add a "Signposts" tab next to the "Samples" tab 2021-08-14 01:28:26 +02:00
ProfileModel.cpp Profiler: Make the ProfileModel searchable 2021-09-14 21:33:15 +04:30
ProfileModel.h Profiler: Make the ProfileModel searchable 2021-09-14 21:33:15 +04:30
SamplesModel.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
SamplesModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
SignpostsModel.cpp Profiler: Add a "Signposts" tab next to the "Samples" tab 2021-08-14 01:28:26 +02:00
SignpostsModel.h Profiler: Add a "Signposts" tab next to the "Samples" tab 2021-08-14 01:28:26 +02:00
TimelineContainer.cpp Profiler: Limit the initial size of the timeline container 2021-08-18 13:06:27 +02:00
TimelineContainer.h
TimelineHeader.cpp
TimelineHeader.h
TimelineTrack.cpp Profiler: Store signposts in the main event stream 2021-08-14 01:28:26 +02:00
TimelineTrack.h Profiler: Parse and paint profile signpost events :^) 2021-08-12 00:03:38 +02:00
TimelineView.cpp
TimelineView.h