Home
last modified time | relevance | path

Searched refs:FirstWallTime (Results 1 – 6 of 6) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Common/System/
H A DvtkTimerLog.cxx77 timeb vtkTimerLog::FirstWallTime; member in vtkTimerLog
80 FILETIME vtkTimerLog::FirstWallTime; member in vtkTimerLog
84 timeval vtkTimerLog::FirstWallTime; member in vtkTimerLog
172 SystemTimeToFileTime(&st, &(vtkTimerLog::FirstWallTime)); in MarkEvent()
174 ::ftime( &(vtkTimerLog::FirstWallTime) ); in MarkEvent()
177 gettimeofday( &(vtkTimerLog::FirstWallTime), NULL ); in MarkEvent()
196 vtkTimerLog::FirstWallTime.dwHighDateTime); in MarkEvent()
199 vtkTimerLog::FirstWallTime.dwLowDateTime) / 10000000.0); in MarkEvent()
207 - vtkTimerLog::FirstWallTime.millitm) * scale; in MarkEvent()
214 - vtkTimerLog::FirstWallTime.tv_sec; in MarkEvent()
[all …]
H A DvtkTimerLog.h179 static timeb FirstWallTime; variable
182 static FILETIME FirstWallTime; variable
186 static timeval FirstWallTime; variable
/dports/math/vtk8/VTK-8.2.0/Common/System/
H A DvtkTimerLog.cxx73 timeb vtkTimerLog::FirstWallTime; member in vtkTimerLog
76 FILETIME vtkTimerLog::FirstWallTime; member in vtkTimerLog
80 timeval vtkTimerLog::FirstWallTime; member in vtkTimerLog
165 SystemTimeToFileTime(&st, &(vtkTimerLog::FirstWallTime)); in MarkEventInternal()
167 ::ftime( &(vtkTimerLog::FirstWallTime) ); in MarkEventInternal()
170 gettimeofday( &(vtkTimerLog::FirstWallTime), nullptr ); in MarkEventInternal()
205 vtkTimerLog::FirstWallTime.dwHighDateTime); in MarkEventInternal()
208 vtkTimerLog::FirstWallTime.dwLowDateTime) / 10000000.0); in MarkEventInternal()
216 - vtkTimerLog::FirstWallTime.millitm) * scale; in MarkEventInternal()
223 - vtkTimerLog::FirstWallTime.tv_sec; in MarkEventInternal()
[all …]
H A DvtkTimerLog.h223 static timeb FirstWallTime; variable
226 static FILETIME FirstWallTime; variable
230 static timeval FirstWallTime; variable
/dports/math/vtk9/VTK-9.1.0/Common/System/
H A DvtkTimerLog.cxx101 timeb vtkTimerLog::FirstWallTime; member in vtkTimerLog
104 FILETIME vtkTimerLog::FirstWallTime; member in vtkTimerLog
108 timeval vtkTimerLog::FirstWallTime; member in vtkTimerLog
187 SystemTimeToFileTime(&st, &(vtkTimerLog::FirstWallTime)); in MarkEventInternal()
189 ::ftime(&(vtkTimerLog::FirstWallTime)); in MarkEventInternal()
192 gettimeofday(&(vtkTimerLog::FirstWallTime), nullptr); in MarkEventInternal()
227 (vtkTimerLog::CurrentWallTime.dwHighDateTime - vtkTimerLog::FirstWallTime.dwHighDateTime); in MarkEventInternal()
235 time_diff = vtkTimerLog::CurrentWallTime.time - vtkTimerLog::FirstWallTime.time; in MarkEventInternal()
237 (vtkTimerLog::CurrentWallTime.millitm - vtkTimerLog::FirstWallTime.millitm) * scale; in MarkEventInternal()
243 time_diff = vtkTimerLog::CurrentWallTime.tv_sec - vtkTimerLog::FirstWallTime.tv_sec; in MarkEventInternal()
[all …]
H A DvtkTimerLog.h223 static timeb FirstWallTime; variable
226 static FILETIME FirstWallTime; variable
230 static timeval FirstWallTime; variable