mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-02-03 21:11:20 -07:00
721aacd88e
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.