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
/
ProfileModel.h
Age
Commit message (
Expand
)
Author
2023-02-02
Profiler: Standardize percentage formatting
Jelle Raaijmakers
2023-01-19
Userland: Add missing Math.h and IntegralMath.h header includes
Timothy Flynn
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-08-31
Profiler: Display correctly rounded percentages as '#.##%'
Jelle Raaijmakers
2022-05-07
Profiler: Round sample percentages to a constant number of digits
kleines Filmröllchen
2022-02-16
DevTools: Use default constructors/destructors
Lenny Maiorani
2021-12-28
Profiler: Make everything east-const :^)
Stephan Unverwerth
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-09-14
Profiler: Make the ProfileModel searchable
Ali Mohammad Pur
2021-08-10
Profiler: Show the symbol address in object file
Ali Mohammad Pur
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-05-14
Profiler: Mark model columns as non-sortable
Andreas Kling
2021-05-04
Profiler: Move everything into the "Profiler" namespace
Andreas Kling
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-27
Profiler: Move ELF object name to its own profile graph column
Andreas Kling
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling