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
Age
Commit message (
Expand
)
Author
2023-01-02
Everywhere: Fix badly-formatted includes
Ben Wiederhake
2022-12-22
AK+Everywhere: Replace all Bitmap::must_create() uses with ::create()
Sam Atkins
2022-12-14
Everywhere: Stop shoving things into ::std and mentioning them as such
Ali Mohammad Pur
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-10
LibCore: Use `Core::Stream` for `ProcessStatisticsReader`
Tim Schumacher
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-26
Profiler: Don't stop disassembly on invalid instructions
Simon Wanner
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-09-20
Profiler: Port to Core::Stream
Sam Atkins
2022-08-31
Profiler: Display correctly rounded percentages as '#.##%'
Jelle Raaijmakers
2022-08-16
Profiler: Fix unmovable splitter
David Smith
2022-08-04
Profiler: Add scrollbar to FlameGraphView
David Smith
2022-07-24
Profiler: Fix use after free in FlameGraphView
David Smith
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-06-28
Applications: Remove usages of deprecated implicit conversions
FrHun
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-05-07
Profiler: Use ProfileModel rounding constant for the status bar text
kleines Filmröllchen
2022-05-07
Profiler: Round sample percentages to a constant number of digits
kleines Filmröllchen
2022-05-07
Profiler: Show percentages with three decimal points
kleines Filmröllchen
2022-05-07
Profiler: Use absolute mmap paths as-is
Tim Schumacher
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-24
Profiler: Render signposts behind histograms
Simon Wanner
2022-03-05
Profiler: Present read event info in tree structure
Jakub Berkop
2022-02-16
Profiler: Add missing LibCore/File include
Sam Atkins
2022-02-16
DevTools: Use default constructors/destructors
Lenny Maiorani
2022-02-14
Profiler: Add ability to process read syscalls
Jakub Berkop
2022-02-11
AK: Make Bitmap construction OOM-fallible
Idan Horowitz
2022-01-20
Userland: Add horizontal mouse scroll support
Dmitry Petrov
2021-12-28
Profiler: Extract percentage gradient calculation into its own file
Stephan Unverwerth
2021-12-28
Profiler: Make everything east-const :^)
Stephan Unverwerth
2021-12-28
Profiler: Add source code view
Stephan Unverwerth
2021-12-23
Profiler: Use AK::any_of for process filtration
Hendiadyoin1
2021-12-23
Profiler: Always use FlyString const&'s in ProfileNode construction
Hendiadyoin1
2021-12-23
Profiler: Remove one else-after-return
Hendiadyoin1
2021-12-23
Profiler: Don't return constant copies of GUI::ModelIndex
Hendiadyoin1
2021-12-23
Profiler: Add some implied auto qualifiers
Hendiadyoin1
2021-12-21
Profiler: Add horizontal_scrollbar height to initial_height
Astraeus-
2021-12-20
Profiler: Display tooltip when hovering over flamegraph bars
Rok Povsic
2021-12-20
Profiler: Extract the bar label String into a private method
Rok Povsic
2021-12-18
Profiler: Convert to try_create_default_icon
Astraeus-
2021-11-24
LibDesktop: Make allowlist APIs return ErrorOr<void>
Andreas Kling
2021-11-24
Profiler: Port to LibMain :^)
Andreas Kling
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
[next]