Searched refs:ScopedStatistics (Results 1 – 2 of 2) sorted by relevance
27 class ScopedStatistics {55 ScopedStatistics(std::string methodName, in ScopedStatistics() function62 ScopedStatistics(const ScopedStatistics& scopedStatistics) = delete;63 ScopedStatistics& operator=(const ScopedStatistics& scopedStatistics) = delete;65 ~ScopedStatistics() { in ~ScopedStatistics()
40 ScopedStatistics scopedStatistics(METHOD_NAME, methodStatistics); in TEST()