Performance Measurement
This lesson gives an overview of the performance measurement for the problem of thread-safe initialization of a singleton in C++.
We'll cover the following...
I want to measure how expensive it is to access a singleton object. For reference ...