Home
last modified time | relevance | path

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

/aoo42x/main/automation/source/server/
H A Dprofiler.hxx42 struct ProfileSnapshot struct
79 void GetProfileSnapshot( ProfileSnapshot *pProfileSnapshot );
82 String GetProfileLine( ProfileSnapshot *pStart, ProfileSnapshot *pStop );
85 ProfileSnapshot *mpStart;
86 ProfileSnapshot *mpEnd;
98 ProfileSnapshot *pAutoStart;
99 ProfileSnapshot *pAutoEnd;
H A Dprofiler.cxx50 mpStart = new ProfileSnapshot; in TTProfiler()
52 mpEnd = new ProfileSnapshot; in TTProfiler()
104 String TTProfiler::GetProfileLine( ProfileSnapshot *pStart, ProfileSnapshot *pEnd ) in GetProfileLine()
150 void TTProfiler::GetProfileSnapshot( ProfileSnapshot *pProfileSnapshot ) in GetProfileSnapshot()
189 pAutoStart = new ProfileSnapshot; in StartAutoProfiling()
191 pAutoEnd = new ProfileSnapshot; in StartAutoProfiling()
214 ProfileSnapshot *pTemp = pAutoStart; // Tauschen, so da� jetziges Ende n�chsten Start wird in Timeout()

Completed in 21 milliseconds