summaryrefslogtreecommitdiff
path: root/Userland/DevTools/Profiler/ProfileModel.h
AgeCommit message (Expand)Author
2023-02-02Profiler: Standardize percentage formattingJelle Raaijmakers
2023-01-19Userland: Add missing Math.h and IntegralMath.h header includesTimothy Flynn
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-08-31Profiler: Display correctly rounded percentages as '#.##%'Jelle Raaijmakers
2022-05-07Profiler: Round sample percentages to a constant number of digitskleines Filmröllchen
2022-02-16DevTools: Use default constructors/destructorsLenny Maiorani
2021-12-28Profiler: Make everything east-const :^)Stephan Unverwerth
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-09-14Profiler: Make the ProfileModel searchableAli Mohammad Pur
2021-08-10Profiler: Show the symbol address in object fileAli Mohammad Pur
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-05-14Profiler: Mark model columns as non-sortableAndreas Kling
2021-05-04Profiler: Move everything into the "Profiler" namespaceAndreas Kling
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-27Profiler: Move ELF object name to its own profile graph columnAndreas Kling
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling