Lines Matching refs:TTProfiler
40 TTProfiler::TTProfiler() in TTProfiler() function in TTProfiler
57 TTProfiler::~TTProfiler() in ~TTProfiler()
79 String TTProfiler::GetProfileHeader() in GetProfileHeader()
94 void TTProfiler::StartProfileInterval( sal_Bool bReadAnyway ) in StartProfileInterval()
104 String TTProfiler::GetProfileLine( ProfileSnapshot *pStart, ProfileSnapshot *pEnd ) in GetProfileLine()
124 String TTProfiler::GetProfileLine( String &aPrefix ) in GetProfileLine()
142 void TTProfiler::EndProfileInterval() in EndProfileInterval()
150 void TTProfiler::GetProfileSnapshot( ProfileSnapshot *pProfileSnapshot ) in GetProfileSnapshot()
158 void TTProfiler::StartProfilingPerCommand() // Jeden Befehl mitschneiden in StartProfilingPerCommand()
163 void TTProfiler::StopProfilingPerCommand() in StopProfilingPerCommand()
168 void TTProfiler::StartPartitioning() in StartPartitioning()
173 void TTProfiler::StopPartitioning() in StopPartitioning()
178 sal_uLong TTProfiler::GetPartitioningTime() in GetPartitioningTime()
185 void TTProfiler::StartAutoProfiling( sal_uLong nMSec ) in StartAutoProfiling()
202 void TTProfiler::Timeout() in Timeout()
221 String TTProfiler::GetAutoProfiling() in GetAutoProfiling()
228 void TTProfiler::StopAutoProfiling() in StopAutoProfiling()
240 String TTProfiler::Dec( sal_uLong nNr ) in Dec()
252 String TTProfiler::Pad( const String aS, xub_StrLen nLen ) in Pad()