Skip to main content
Open topic with navigation

CAPLProfiler::Reset

CAPL Functions » General » Function Overview » CAPLProfiler::Reset

Function Syntax

long CAPLProfiler::Reset();

Description

Resets the profiler statistics. After the call, the profiler won’t have any time measurements stored.

Parameters

Return Values

  • 0: Success
  • 1: Profiler is currently running; Reset call is not allowed.

Example

StartStop • GetAverageCallTimeNS