CxxProf icon indicating copy to clipboard operation
CxxProf copied to clipboard

CxxProfStatic: Threadsafe singleton

Open monsdar opened this issue 10 years ago • 0 comments

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)

monsdar avatar Apr 30 '14 19:04 monsdar