Closed mrmarkwell closed 4 years ago
The perf object is now a static singleton that can be accessed with the static method Perf::GetPerf() from anywhere. It is not thread-safe: if we start using multiple threads this will need to be mutex-guarded.
The perf object is now a static singleton that can be accessed with the static method Perf::GetPerf() from anywhere. It is not thread-safe: if we start using multiple threads this will need to be mutex-guarded.