Home
last modified time | relevance | path

Searched refs:NSTART (Results 1 – 1 of 1) sorted by relevance

/trunk/main/framework/inc/macros/debug/
H A Dtimemeasure.hxx94 …#define START_TIMEMEASURE( NSTART, NEND ) … argument
95 … sal_Int32 NSTART = 0; \
97 NSTART = osl_getGlobalTimer();
99 …#define STOP_TIMEMEASURE( NSTART, NEND, NTIME ) … argument
101 sal_Int32 NTIME = NEND-NSTART;
126 #define START_TIMEMEASURE( NSTART, NEND ) argument
127 #define STOP_TIMEMEASURE( NSTART, NEND, NTIME ) argument

Completed in 7 milliseconds