summaryrefslogtreecommitdiff
path: root/Userland/DevTools/Profiler/FlameGraphView.cpp
AgeCommit message (Expand)Author
2021-12-28Profiler: Make everything east-const :^)Stephan Unverwerth
2021-12-23Profiler: Don't return constant copies of GUI::ModelIndexHendiadyoin1
2021-12-23Profiler: Add some implied auto qualifiersHendiadyoin1
2021-12-20Profiler: Display tooltip when hovering over flamegraph barsRok Povsic
2021-12-20Profiler: Extract the bar label String into a private methodRok Povsic
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-09-01Profiler: Minor static code analysis issues in FlameGraphViewBrian Gianforcaro
2021-09-01Profiler: Use = default for empty destructorBrian Gianforcaro
2021-08-31Profiler: Add a flamegraph view for the stackNicholas Hollett