Home
last modified time | relevance | path

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

/aoo4110/main/automation/source/server/
H A Dprofiler.cxx189 pAutoStart = new ProfileSnapshot; in StartAutoProfiling()
190 pAutoStart->pSysdepProfileSnapshot = NewSysdepSnapshotData(); in StartAutoProfiling()
193 GetProfileSnapshot( pAutoStart ); in StartAutoProfiling()
194 GetSysdepProfileSnapshot( pAutoStart->pSysdepProfileSnapshot, PROFILE_START ); in StartAutoProfiling()
208 aLine += GetProfileLine( pAutoStart, pAutoEnd ); in Timeout()
209 …aLine += GetSysdepProfileLine( pAutoStart->pSysdepProfileSnapshot, pAutoEnd->pSysdepProfileSnapsho… in Timeout()
214 ProfileSnapshot *pTemp = pAutoStart; // Tauschen, so da� jetziges Ende n�chsten Start wird in Timeout()
215 pAutoStart = pAutoEnd; in Timeout()
H A Dprofiler.hxx98 ProfileSnapshot *pAutoStart; member in TTProfiler

Completed in 15 milliseconds