mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
RequestServer+AK: Move happy-path logging behind REQUESTSERVER_DEBUG
vdbgln() was responsible for ~10% of samples on pv's flamegraph for RequestServer (under request_did_finish) when loading github.com in Browser and recording a whole-system profile. This makes that almost completely disappear.
This commit is contained in:
parent
0e56dac51e
commit
6d532649d4
Notes:
sideshowbarker
2024-07-17 20:27:56 +09:00
Author: https://github.com/nico
Commit: 6d532649d4
Pull-request: https://github.com/SerenityOS/serenity/pull/12061
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/linusg ✅
4 changed files with 12 additions and 6 deletions
|
@ -145,6 +145,7 @@ set(PTHREAD_DEBUG ON)
|
|||
set(PTMX_DEBUG ON)
|
||||
set(REACHABLE_DEBUG ON)
|
||||
set(REGEX_DEBUG ON)
|
||||
set(REQUESTSERVER_DEBUG ON)
|
||||
set(RESIZE_DEBUG ON)
|
||||
set(RESOURCE_DEBUG ON)
|
||||
set(ROUTING_DEBUG ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue