ladybird/DevTools/Profiler
Andreas Kling a43aa82d69 Profiler: Fix assertion when all function samples hit one instruction
If the percentage is 100, we were trying to get the heat gradient pixel
at (100, 0), which was one pixel past the end. Fix this by making the
heat gradient 101 pixels wide :^)
2020-11-24 22:02:34 +01:00
..
CMakeLists.txt DevTools+LibGUI: Make ProcessChooser a general Dialog in LibGUI 2020-07-28 16:29:36 +02:00
DisassemblyModel.cpp Profiler: Fix assertion when all function samples hit one instruction 2020-11-24 22:02:34 +01:00
DisassemblyModel.h Meta+DevTools: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
main.cpp Profiler: Set window title based on the selected View 2020-10-31 13:38:51 +01:00
Profile.cpp Profiler: Implement "Top functions" feature like Instruments.app has 2020-10-19 20:08:57 +02:00
Profile.h Profiler: Implement "Top functions" feature like Instruments.app has 2020-10-19 20:08:57 +02:00
ProfileModel.cpp LibGUI: Move GUI::Model::Role to GUI::ModelRole 2020-08-16 16:44:09 +02:00
ProfileModel.h Meta+DevTools: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
ProfileTimelineWidget.cpp Profiler: Rename from ProfileViewer :^) 2020-07-01 19:43:17 +02:00
ProfileTimelineWidget.h Profiler: Rename from ProfileViewer :^) 2020-07-01 19:43:17 +02:00