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