1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:28:12 +00:00
serenity/Userland/DevTools/Profiler
Nicholas-Baron 73dd293ec4 Everywhere: Add -Wdouble-promotion warning
This warning informs of float-to-double conversions. The best solution
seems to be to do math *either* in 32-bit *or* in 64-bit, and only to
cross over when absolutely necessary.
2021-04-16 19:01:54 +02: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 Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02: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