summaryrefslogtreecommitdiff
path: root/Userland/DevTools/Profiler/SamplesModel.h
AgeCommit message (Expand)Author
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-05-14Profiler: Mark model columns as non-sortableAndreas Kling
2021-05-14Kernel+Profiler: Track lost time between profiler timer ticksGunnar Beutner
2021-05-04Profiler: Move everything into the "Profiler" namespaceAndreas Kling
2021-04-26Kernel+Profiler: Improve profiling subsystemGunnar Beutner
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-02Kernel+Profiler: Capture metadata about all profiled processesAndreas Kling
2021-02-27Profiler: Add a new "Samples" view to the main UIAndreas Kling