Home
last modified time | relevance | path

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

/aoo42x/main/automation/source/server/
H A Dprofiler.cxx111 sal_uLong nSystemTicks = DIFF( pStart, pEnd, nSystemTicks ); in GetProfileLine() local
112 if ( nSystemTicks ) in GetProfileLine()
114 aProfileString += Pad(UniString::CreateFromInt32( (100 * nProcessTicks) / nSystemTicks ), 11); in GetProfileLine()
154 pProfileSnapshot->nSystemTicks = Time::GetSystemTicks(); in GetProfileSnapshot()
180 return DIFF( mpStart, mpEnd, nSystemTicks ); in GetPartitioningTime()
H A Dprofiler.hxx47 sal_uLong nSystemTicks; member

Completed in 20 milliseconds