CxxProf
CxxProf copied to clipboard
CxxProfStatic: Threadsafe singleton
The getCxxProf method of the CxxProfStatic-singleton is not threadsafe. I haven't seen a problem with that yet, but that does not mean that it does not exists there. What is the best way to make it threadsafe here?
See TODO in CxxProfStatic.cpp (currently line 15)