Record TCastleProfilerTime

Unit

Declaration

type TCastleProfilerTime = record

Description

Structure obtained by calling TCastleProfiler.Start.

Source: base/castletimeutils_profiler.inc (line 23).

Overview

Methods

Public function ElapsedTime: TFloatTime;

Description

Methods

Public function ElapsedTime: TFloatTime;

Elapsed time in seconds since calling TCastleProfiler.Start that returned this. Useful if you use TCastleProfiler, but in addition to TCastleProfiler.Summary you also want to show the operation time in some other way.

Source: base/castletimeutils_profiler.inc (line 44).


Generated by PasDoc 0.17.0.snapshot.