1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 16:11:00 +00:00
serenity/Userland
Brian Gianforcaro e3ee539fea Profiler: Don't iterate all events when filtering timeline view
There is no need to iterate through all events in a profile when
loading the timeline view, as soon as we see one event we can
move on to the next process.
2021-05-07 15:35:23 +02:00
..
Applets AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
Applications LibC: Remove 'int* aslave' parameter from forkpty() 2021-05-06 13:52:46 +01:00
Demos Userland: Update IPC calls to use proxies 2021-05-03 21:14:40 +02:00
DevTools Profiler: Don't iterate all events when filtering timeline view 2021-05-07 15:35:23 +02:00
DynamicLoader DynamicLoader: Fix compiler warning 2021-05-03 08:42:39 +02:00
Games Solitaire: Decrease new game animation delay 2021-05-05 21:38:45 +02:00
Libraries LibCore+Userland: Add more detectable types 2021-05-07 11:46:53 +01:00
Services LookupServer: Remove some unnecessary "rc" temporaries 2021-05-06 13:37:46 +02:00
Shell Shell: Only match entries from PATH when a program name is given 2021-05-02 19:46:33 +02:00
Utilities Userland: Implement a file utility 2021-05-07 11:46:53 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00