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
/
main.cpp
Age
Commit message (
Expand
)
Author
2023-05-05
LibGUI: Make `Application`'s construction fallible
Lucas CHOLLET
2023-04-30
LibGUI+Userland: Port Labels to String
thankyouverycool
2023-04-25
Applications: Update man page links for applications
Tim Ledbetter
2023-04-19
LibGUI+Userland: Make Window::*add_menu take name using new string
Karol Kosek
2023-03-16
LibGUI+Userland: Make TabWidget::*add_tab() take title using new string
Karol Kosek
2023-03-01
LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
Ali Mohammad Pur
2023-02-25
Everywhere: Use _{short_,}string to create Strings from literals
Linus Groh
2023-02-18
LibGUI+Userland: Stop returning Layout from `Widget::(try_)set_layout()`
Sam Atkins
2023-02-18
Userland: Specify margins and spacing in the GUI::Layout constructor
Sam Atkins
2023-02-13
Userland: Set Button text using the new String class
Karol Kosek
2023-02-02
Profiler: Standardize percentage formatting
Jelle Raaijmakers
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-12
Userland: Use Core::Timer::create_foo() factory functions where possible
Sam Atkins
2023-01-12
LibCore+Userland: Don't auto-start new Core::Timers
Sam Atkins
2023-01-07
Userland: Silence warnings from ElapsedTimer::elapsed() type change
Andrew Kaster
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
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-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-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
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: Show percentages with three decimal points
kleines Filmröllchen
2022-03-05
Profiler: Present read event info in tree structure
Jakub Berkop
2021-12-28
Profiler: Make everything east-const :^)
Stephan Unverwerth
2021-12-28
Profiler: Add source code view
Stephan Unverwerth
2021-12-23
Profiler: Add some implied auto qualifiers
Hendiadyoin1
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-08
Profiler: Replace Result<T, E> use with ErrorOr<T>
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-08-31
Profiler: Add a flamegraph view for the stack
Nicholas Hollett
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-08-18
Userland+LibGUI: Make Margins arguments match CSS ordering
sin-ack
2021-08-14
Profiler: Add a "Signposts" tab next to the "Samples" tab
Andreas Kling
2021-08-10
Profiler: Use SelectionBehavior::SelectRows
sin-ack
2021-08-01
DevTools: Remove unused header includes
Brian Gianforcaro
2021-07-29
Profiler: Don't perform disassembly when disassembly view is hidden
Andreas Kling
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-18
Everywhere: Improve CPU usage calculation
Tom
2021-06-04
Profiler: Show the duration of the time interval chosen
DhruvMaroo
2021-06-03
Profiler: Use sequential serial numbers for profiling events
Gunnar Beutner
2021-05-28
Profiler: Use a more reasonable default event mask
Gunnar Beutner
2021-05-26
LibGUI/AbstractView: Remove `on_selection`
Jelle Raaijmakers
2021-05-23
LibCore: Make ProcessStatisticsReader return results in a Vector
Andreas Kling
2021-05-22
Profiler: Add a "Show Disassembly" action (and hide it by default)
Andreas Kling
[next]