Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds