ladybird/Userland/DevTools/Profiler
Andreas Kling 1208fc7d37 AK: Simplify Bitmap and implement in terms of BitmapView
Add Bitmap::view() and forward most of the calls to BitmapView since
the code was identical.

Bitmap is now primarily concerned with its dynamically allocated
backing store and BitmapView deals with the rest.
2021-03-04 11:25:45 +01:00
..
CMakeLists.txt Profiler: Add a new "Samples" view to the main UI 2021-02-27 18:34:21 +01:00
DisassemblyModel.cpp Profiler: Cache and reuse mapped ELF objects 2021-03-03 22:57:45 +01:00
DisassemblyModel.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
IndividualSampleModel.cpp Profiler: Print addresses as pointers in new Samples view 2021-03-01 11:12:53 +01:00
IndividualSampleModel.h Profiler: Add a new "Samples" view to the main UI 2021-02-27 18:34:21 +01:00
main.cpp Profiler: Add a new "Samples" view to the main UI 2021-02-27 18:34:21 +01:00
Profile.cpp Profiler: Symbolicate addresses in non-PIE ELF objects 2021-03-03 23:13:26 +01:00
Profile.h AK: Simplify Bitmap and implement in terms of BitmapView 2021-03-04 11:25:45 +01:00
ProfileModel.cpp Profiler: Move ELF object name to its own profile graph column 2021-02-27 17:45:41 +01:00
ProfileModel.h Profiler: Move ELF object name to its own profile graph column 2021-02-27 17:45:41 +01:00
ProfileTimelineWidget.cpp Profiler: Make sure rendered timestamps don't overflow 2021-02-24 12:19:01 +01:00
ProfileTimelineWidget.h Profiler: Display timing information in ProfileTimelineWidget 2021-02-06 08:55:34 +01:00
SamplesModel.cpp Kernel+Profiler: Capture metadata about all profiled processes 2021-03-02 22:38:06 +01:00
SamplesModel.h Kernel+Profiler: Capture metadata about all profiled processes 2021-03-02 22:38:06 +01:00