1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-10 06:27:35 +00:00
serenity/Userland/DevTools/Profiler
kleines Filmröllchen 062e0db46c LibCore: Make MappedFile OwnPtr-based
Since it will become a stream in a little bit, it should behave like all
non-trivial stream classes, who are not primarily intended to have
shared ownership to make closing behavior more predictable. Across all
uses of MappedFile, there is only one use case of shared mapped files in
LibVideo, which now uses the thin SharedMappedFile wrapper.
2023-09-27 03:22:56 +02:00
..
CMakeLists.txt Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
DisassemblyModel.cpp LibCore: Make MappedFile OwnPtr-based 2023-09-27 03:22:56 +02:00
DisassemblyModel.h LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
EventSerialNumber.h Profiler: Use sequential serial numbers for profiling events 2021-06-03 01:16:32 +01:00
FilesystemEventModel.cpp Kernel+ProfileViewer: Display additional filesystem events 2023-09-09 11:26:51 -06:00
FilesystemEventModel.h Kernel+ProfileViewer: Display additional filesystem events 2023-09-09 11:26:51 -06:00
FlameGraphView.cpp LibGUI: Add deprecated suffix to {set_,}tooltip in Widget 2023-08-18 10:43:37 +01:00
FlameGraphView.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Gradient.cpp LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
Gradient.h Profiler: Extract percentage gradient calculation into its own file 2021-12-28 23:17:24 +01:00
Histogram.h Profiler: Add histogram for sample counts 2021-05-14 00:35:57 +02:00
IndividualSampleModel.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
IndividualSampleModel.h LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
main.cpp Userland: Use non-fallible EventReceiver::add() where possible 2023-09-25 10:58:31 +02:00
PercentageFormatting.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Process.cpp Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Process.h LibCore: Make MappedFile OwnPtr-based 2023-09-27 03:22:56 +02:00
Profile.cpp LibCore: Make MappedFile OwnPtr-based 2023-09-27 03:22:56 +02:00
Profile.h Kernel+ProfileViewer: Display additional filesystem events 2023-09-09 11:26:51 -06:00
ProfileModel.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
ProfileModel.h LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
SamplesModel.cpp Kernel+ProfileViewer: Display additional filesystem events 2023-09-09 11:26:51 -06:00
SamplesModel.h LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
SignpostsModel.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
SignpostsModel.h LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
SourceModel.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
SourceModel.h LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
TimelineContainer.cpp Profiler: Fix unmovable splitter 2022-08-16 16:53:24 +02:00
TimelineContainer.h DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
TimelineHeader.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
TimelineHeader.h Userland: Fix remaining smart pointer const-correctness issues 2023-02-21 00:54:04 +01:00
TimelineTrack.cpp LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
TimelineTrack.h DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
TimelineView.cpp DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
TimelineView.h DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00