index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
DevTools
/
Profiler
/
SamplesModel.cpp
Age
Commit message (
Expand
)
Author
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-02-16
DevTools: Use default constructors/destructors
Lenny Maiorani
2022-02-14
Profiler: Add ability to process read syscalls
Jakub Berkop
2021-12-28
Profiler: Make everything east-const :^)
Stephan Unverwerth
2021-12-23
Profiler: Add some implied auto qualifiers
Hendiadyoin1
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-08-01
DevTools: Remove unused header includes
Brian Gianforcaro
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-06-03
Profiler: Use sequential serial numbers for profiling events
Gunnar Beutner
2021-05-14
Kernel+Profiler: Track lost time between profiler timer ticks
Gunnar Beutner
2021-05-04
Profiler: Move everything into the "Profiler" namespace
Andreas Kling
2021-04-29
Everywhere: "indexes" => "indices"
Andreas Kling
2021-04-26
Kernel+Profiler: Improve profiling subsystem
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-02
Kernel+Profiler: Capture metadata about all profiled processes
Andreas Kling
2021-02-27
Profiler: Add a new "Samples" view to the main UI
Andreas Kling