|
@@ -43,7 +43,8 @@ PerformanceCounter::PerformanceCounter (const String& name, int runsPerPrintout, |
|
|
|
|
|
|
|
|
PerformanceCounter::~PerformanceCounter()
|
|
|
PerformanceCounter::~PerformanceCounter()
|
|
|
{
|
|
|
{
|
|
|
printStatistics();
|
|
|
|
|
|
|
|
|
if (stats.numRuns > 0)
|
|
|
|
|
|
printStatistics();
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
PerformanceCounter::Statistics::Statistics() noexcept
|
|
|
PerformanceCounter::Statistics::Statistics() noexcept
|
|
|