1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 18:47:41 +00:00
serenity/Userland/DevTools/Profiler
Andreas Kling e0f32626bc LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x
The previous names (RGBA32 and RGB32) were misleading since that's not
the actual byte order in memory. The new names reflect exactly how the
color values get laid out in bitmap data.
2021-03-16 11:50:03 +01:00
..
CMakeLists.txt Profiler: Add a new "Samples" view to the main UI 2021-02-27 18:34:21 +01:00
DisassemblyModel.cpp LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x 2021-03-16 11:50:03 +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: Get perfcore file from ArgsParser 2021-03-05 09:52:22 +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