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
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
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-16
Profiler: Stop disassembly on invalid instructions
Hendiadyoin1
2021-11-16
Profiler: Don't try to disassemble empty buffers
Hendiadyoin1
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-10
Everywhere: Move shared library checks into a common function
Tim Schumacher
2021-11-10
Profiler: Use existing path split when mmapping libraries
Tim Schumacher
2021-11-08
Profiler: Replace Result<T, E> use with ErrorOr<T>
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-10-31
Profiler: Cache parsed DWARF debug information in disassembly view
Daniel Bertalan
2021-10-31
Profiler: Load the actual kernel binary for disassembly
Daniel Bertalan
2021-10-31
Profiler: Share the mapped kernel between Profile and DisassemblyModel
Daniel Bertalan
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-10-25
Profiler: Fix disassembling objects with a non-zero `.text` vaddr
Daniel Bertalan
[next]