serenity/DevTools
Andreas Kling 4d6968f95d ProfileViewer: Precompute the timestamp and "in kernel?" per sample
Instead of fetching these from JSON in every paint event, we now have a
separate "SampleData" vector that can be iterated.

This optimization was made possible by profiling ProfileViewer and then
analyzing the profile with ProfileViewer! :^)
2019-12-14 19:25:33 +01:00
..
FormCompiler AK: Remove empty files JsonArray.cpp and JsonObject.cpp 2019-10-01 11:24:54 +02:00
HackStudio HackStudio: Use a table view in the "find in files" widget 2019-12-10 22:07:52 +01:00
Inspector WindowServer: Port to the new IPC system 2019-12-02 11:11:05 +01:00
IPCCompiler IPCCompiler: Use const references for message constructor parameters 2019-12-14 16:17:00 +01:00
ProfileViewer ProfileViewer: Precompute the timestamp and "in kernel?" per sample 2019-12-14 19:25:33 +01:00
VisualBuilder LibGUI: Make GMenu inherit from CObject 2019-12-09 21:05:44 +01:00