Back to FabImage Library website

You are here: Start » Function Reference » All Functions » Time » FisFilter_GetClockTime

FisFilter_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: fis
Module: FoundationLite

Stops clock to measure performance.

Syntax

void fis::FisFilter_GetClockTime
(
	fis::ClockTimeState& ioState,
	ftl::Optional<const fil::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