Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-11-27 | easylogging++: faster access to logging | moneromooo-monero | 1 | -0/+9 | |
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. | |||||
2016-11-28 | monero.supp: add a suppression for noisy boost cond var signalling | moneromooo-monero | 1 | -0/+9 | |
2016-10-29 | monero.supp: valgrind suppressions file | moneromooo-monero | 1 | -0/+10 | |
Seeded with a spurious problem when inspecting stack trace |