1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 01:31:00 +00:00
serenity/Userland/DevTools/Profiler
DexesTTP 7ceeb74535 AK: Use an enum instead of a bool for String::replace(all_occurences)
This commit has no behavior changes.

In particular, this does not fix any of the wrong uses of the previous
default parameter (which used to be 'false', meaning "only replace the
first occurence in the string"). It simply replaces the default uses by
String::replace(..., ReplaceMode::FirstOnly), leaving them incorrect.
2022-07-06 11:12:45 +02:00
..
CMakeLists.txt Profiler: Present read event info in tree structure 2022-03-05 21:47:01 +01:00
DisassemblyModel.cpp DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
DisassemblyModel.h DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
EventSerialNumber.h Profiler: Use sequential serial numbers for profiling events 2021-06-03 01:16:32 +01:00
FilesystemEventModel.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FilesystemEventModel.h Profiler: Present read event info in tree structure 2022-03-05 21:47:01 +01:00
FlameGraphView.cpp LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
FlameGraphView.h Profiler: Don't return constant copies of GUI::ModelIndex 2021-12-23 12:45:36 -08:00
Gradient.cpp Profiler: Extract percentage gradient calculation into its own file 2021-12-28 23:17:24 +01: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 DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
IndividualSampleModel.h DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
main.cpp LibGUI+Userland: Make Dialog::ExecResult an enum class 2022-05-13 16:27:43 +02:00
Process.cpp Profiler: Use absolute mmap paths as-is 2022-05-07 20:02:00 +02:00
Process.h Profiler: Make everything east-const :^) 2021-12-28 23:17:24 +01:00
Profile.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Profile.h Profiler: Present read event info in tree structure 2022-03-05 21:47:01 +01:00
ProfileModel.cpp Profiler: Round sample percentages to a constant number of digits 2022-05-07 20:21:51 +02:00
ProfileModel.h Profiler: Round sample percentages to a constant number of digits 2022-05-07 20:21:51 +02:00
SamplesModel.cpp DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
SamplesModel.h DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
SignpostsModel.cpp DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
SignpostsModel.h DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
SourceModel.cpp AK: Use an enum instead of a bool for String::replace(all_occurences) 2022-07-06 11:12:45 +02:00
SourceModel.h Profiler: Add source code view 2021-12-28 23:17:24 +01:00
TimelineContainer.cpp Applications: Remove usages of deprecated implicit conversions 2022-06-28 17:52:42 +01:00
TimelineContainer.h DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
TimelineHeader.cpp DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
TimelineHeader.h DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
TimelineTrack.cpp Profiler: Render signposts behind histograms 2022-03-24 14:35:47 +01: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