Back to Adaptive Vision Library website

You are here: Start » Function Reference » Time Deprecated » AvsFilter_GetClockTime_Deprecated

AvsFilter_GetClockTime_Deprecated


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_Deprecated
(
	avs::ClockTimeState& ioState,
	atl::Optional<const avl::ClockTime&> inStartTime,
	float& 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 float& Time in milliseconds from last StartClock call