public method IEventLogger.performance

Overview

Log a performance event

Declaration

function performance(executionTimeEvent)
public void performance(ExecutionTimeEvent executionTimeEvent);
public void performance(ExecutionTimeEvent executionTimeEvent);

Parameters

Name Description
executionTimeEvent execution time event to be logged

Details

Declared in IEventLogger