wownero/external/easylogging++
moneromooo-monero 721aacd88e
easylogging++: faster access to logging
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.
2018-11-27 13:55:21 +00:00
..
CMakeLists.txt Update 2018 copyright 2018-01-26 10:03:20 -05:00
ea_config.h easylogging++: update to latest upstream (v9.96.5) 2018-11-06 14:26:09 +00:00
easylogging++.cc easylogging++: faster access to logging 2018-11-27 13:55:21 +00:00
easylogging++.h easylogging++: faster access to logging 2018-11-27 13:55:21 +00:00