Back to Adaptive Vision Library website

You are here: Start » Function Reference » Time » AvsFilter_GetClockTime

AvsFilter_GetClockTime


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Stops clock to measure performance.

Syntax

void avs::AvsFilter_GetClockTime
(
	avs::ClockTimeState& ioState,
	atl::Optional<const avl::ClockTime&> inStartTime,
	double& outElapsedTime
)

Parameters

Name Type Default Description
ioState ClockTimeState& Object used to maintain state of the function.
inStartTime Optional<const ClockTime&> NIL Start time - use StartClock filter
outElapsedTime double& Time in milliseconds from last StartClock call