SpiecsEngine
 
Loading...
Searching...
No Matches

◆ SPICESTEST_PROFILE_SCOPE_LINE2

#define SPICESTEST_PROFILE_SCOPE_LINE2 ( name,
line )
Value:
constexpr auto fixedName##line = ::SpicesTest::InstrumentorUtils::CleanupOutputString(name, "__cdecl ");\
::SpicesTest::InstrumentationTimer timer##line(fixedName##line.Data)
constexpr auto CleanupOutputString(const char(&expr)[N], const char(&remove)[K])

Definition at line 230 of file Instrumentor.h.

230#define SPICESTEST_PROFILE_SCOPE_LINE2(name, line) constexpr auto fixedName##line = ::SpicesTest::InstrumentorUtils::CleanupOutputString(name, "__cdecl ");\
231 ::SpicesTest::InstrumentationTimer timer##line(fixedName##line.Data)