David Smith
c2a1817c70
Profiler: Fix use after free in FlameGraphView
...
Layout cleared the list of bars in the flame graph, but didn't clear the
reference m_hovered_bar. This could cause a crash in mousedown_event()
when clicking twice: the first click caused layout, the second used
the old reference.
2022-07-24 23:19:09 +01:00
Simon Wanner
206d6ece55
LibGfx: Move other font-related files to LibGfx/Font/
2022-04-09 23:48:18 +02:00
Stephan Unverwerth
ddccf451a9
Profiler: Make everything east-const :^)
2021-12-28 23:17:24 +01:00
Hendiadyoin1
e727605007
Profiler: Don't return constant copies of GUI::ModelIndex
2021-12-23 12:45:36 -08:00
Hendiadyoin1
39a4c0e6ce
Profiler: Add some implied auto qualifiers
2021-12-23 12:45:36 -08:00
Rok Povsic
a3c732b8ae
Profiler: Display tooltip when hovering over flamegraph bars
2021-12-20 11:31:47 +01:00
Rok Povsic
d3a80b1a6e
Profiler: Extract the bar label String into a private method
2021-12-20 11:31:47 +01:00
Filiph Sandström
d6a0726302
Everywhere: Rename left/right-click to primary/secondary
...
This resolves #10641 .
2021-10-27 22:05:58 +03:00
Brian Gianforcaro
4de0f68486
Profiler: Minor static code analysis issues in FlameGraphView
2021-09-01 18:06:14 +02:00
Brian Gianforcaro
16f0248ca2
Profiler: Use = default for empty destructor
2021-09-01 18:06:14 +02:00
Nicholas Hollett
0d98bba167
Profiler: Add a flamegraph view for the stack
...
The flamegraph makes it easier to quickly spot expensive functions,
based on the width of their bar.
2021-08-31 12:40:51 +02:00