mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-02-17 04:24:40 -07:00
Turns out getting the global shared_ptr hits the profile, and passing it around still keeps it at close to ~1% CPU, which is too much for mostly silent logging. Leak the object instead, which is even safer for late logging.