class ExecutionTimeEvent

Parents

BaseEvent

Brief

This class helps to track the execution time of a specific event or function in a program

Static Public Methods

create

Constructs a new instance of the class and sets the properties of the instance

Public Methods

ExecutionTimeEvent

A constructor

getDuration

Gets the length of time in milliseconds for the event

back