Home
last modified time | relevance | path

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

/aoo4110/main/automation/source/server/
H A Dprofiler.cxx191 pAutoEnd = new ProfileSnapshot; in StartAutoProfiling()
192 pAutoEnd->pSysdepProfileSnapshot = NewSysdepSnapshotData(); in StartAutoProfiling()
204 GetProfileSnapshot( pAutoEnd ); in Timeout()
205 GetSysdepProfileSnapshot( pAutoEnd->pSysdepProfileSnapshot, PROFILE_END ); in Timeout()
208 aLine += GetProfileLine( pAutoStart, pAutoEnd ); in Timeout()
209 …aLine += GetSysdepProfileLine( pAutoStart->pSysdepProfileSnapshot, pAutoEnd->pSysdepProfileSnapsho… in Timeout()
215 pAutoStart = pAutoEnd; in Timeout()
216 pAutoEnd = pTemp; in Timeout()
H A Dprofiler.hxx99 ProfileSnapshot *pAutoEnd; member in TTProfiler

Completed in 22 milliseconds