OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
PerformanceTests.h File Reference

Go to the source code of this file.

Classes

class  ot::PerformanceIntervalTest
 

Namespaces

namespace  ot
 

Macros

#define OT_TEST_Interval(___objectName, ___testText)   ot::PerformanceIntervalTest ___objectName; ___objectName.logOnDelete(___testText)
 Creates a new PerformanceIntervalTest in the current scope. When leaving the scope the interval between object creation and deletion will be logged.
 

Macro Definition Documentation

◆ OT_TEST_Interval

#define OT_TEST_Interval ( ___objectName,
___testText )   ot::PerformanceIntervalTest ___objectName; ___objectName.logOnDelete(___testText)

Creates a new PerformanceIntervalTest in the current scope. When leaving the scope the interval between object creation and deletion will be logged.

See also
ot::PerformanceIntervalTest::createScropedTest