This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-05-19 17:49:04 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e82611bb87f2c7854371046cbfeabe08c504eea3
ladybird
/
Userland
/
DevTools
/
Profiler
History
Andreas Kling
dff3439ad0
Profiler: Cache the timeline histograms instead of recomputing on paint
...
There was an aggressive amount of work happening on every paint. :^)
2021-06-27 12:05:28 +02:00
..
CMakeLists.txt
Everywhere: Add component declarations
2021-06-17 11:03:51 +02:00
DisassemblyModel.cpp
Profiler: Use u32 when constructing InstructionData
2021-06-24 09:27:13 +02:00
DisassemblyModel.h
…
EventSerialNumber.h
…
Histogram.h
…
IndividualSampleModel.cpp
…
IndividualSampleModel.h
…
main.cpp
Profiler: Show the duration of the time interval chosen
2021-06-04 09:30:22 +02:00
Process.cpp
…
Process.h
…
Profile.cpp
Profiler: Remove m_deepest_stack_depth
2021-06-03 01:16:32 +01:00
Profile.h
Profiler: Remove m_deepest_stack_depth
2021-06-03 01:16:32 +01:00
ProfileModel.cpp
…
ProfileModel.h
…
SamplesModel.cpp
…
SamplesModel.h
…
TimelineContainer.cpp
…
TimelineContainer.h
…
TimelineHeader.cpp
…
TimelineHeader.h
…
TimelineTrack.cpp
Profiler: Cache the timeline histograms instead of recomputing on paint
2021-06-27 12:05:28 +02:00
TimelineTrack.h
Profiler: Cache the timeline histograms instead of recomputing on paint
2021-06-27 12:05:28 +02:00
TimelineView.cpp
…
TimelineView.h
…