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