summaryrefslogtreecommitdiff
path: root/Userland/DevTools/Profiler/SamplesModel.cpp
AgeCommit message (Expand)Author
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-08-01DevTools: Remove unused header includesBrian Gianforcaro
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-06-03Profiler: Use sequential serial numbers for profiling eventsGunnar Beutner
2021-05-14Kernel+Profiler: Track lost time between profiler timer ticksGunnar Beutner
2021-05-04Profiler: Move everything into the "Profiler" namespaceAndreas Kling
2021-04-29Everywhere: "indexes" => "indices"Andreas Kling
2021-04-26Kernel+Profiler: Improve profiling subsystemGunnar Beutner
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