Back to Aurora Vision Library website

You are here: Start » Function Reference » All Functions » 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.

Header: STD.h
Namespace: avs
Module: FoundationLite

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
Input will be modified ioState ClockTimeState& Object used to maintain state of the function.
Input value inStartTime Optional<const ClockTime&> NIL Start time - use StartClock filter
Output value outElapsedTime double& Time in milliseconds from inStartTime