ladybird/Userland/DevTools
Idan Horowitz db68a52e23 Profiler: Use profile length in ms as histogram column count directly
Beforehand we were dividing the frame width by the profile length in ms
and then dividing the frame width by the result once more, which is
equivalent to (but slower) just using the length in ms directly, aside
from the case in which the profile is less than 1 ms long, in which
case this would trigger undefined behaviour due to the division by zero
2021-10-24 23:04:47 +02:00
..
HackStudio LibJS: Rename PropertyName to PropertyKey 2021-10-24 17:18:07 +02:00
Inspector Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
Playground Playground: Ask to save file contents on quit action 2021-09-12 16:30:25 +02:00
Profiler Profiler: Use profile length in ms as histogram column count directly 2021-10-24 23:04:47 +02:00
UserspaceEmulator UE: Properly align stack for signal handlers 2021-10-24 21:54:51 +02:00
CMakeLists.txt HackStudio: Enable building HackStudio on x86_64 2021-08-02 00:57:06 +02:00