Back to Aurora Vision Library Lite website

You are here: Start » System » Time » GetClockTime

GetClockTime


Header: STD.h
Namespace: avl

Stops clock to measure performance.

Syntax

void avl::GetClockTime
(
	const avl::ClockTime& inStartTime,
	double& outElapsedTime
)

Parameters

Name Type Default Description
Input value inStartTime const ClockTime& Start time - use StartClock filter
Output value outElapsedTime double& Time in milliseconds from inStartTime