Back to Adaptive Vision Library website
You are here: Start » Function Reference » Time Deprecated » GetClockTime_Deprecated
GetClockTime_Deprecated
Stops clock to measure performance.
Syntax
void avl::GetClockTime_Deprecated ( const avl::ClockTime& inStartTime, atl::real& outElapsedTime )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inStartTime | const ClockTime& | Start time - use StartClock filter | |
![]() |
outElapsedTime | real& | Time in milliseconds from last StartClock call |


