Skip to main content

Class TimingEvent

Class representing a timing event.

Assembly: Dalamud.dll
View Source
Declaration
public class TimingEvent

Derived:
Dalamud.Utility.Timing.TimingHandle

Properties

StartTime

Gets the time this timing started.

View Source
Declaration
public double StartTime { get; }

Name

Gets the name of the timing.

View Source
Declaration
public string Name { get; init; }

MemberName

Gets the member that created this timing.

View Source
Declaration
public string? MemberName { get; init; }

FileName

Gets the file name that created this timing.

View Source
Declaration
public string? FileName { get; init; }

LineNumber

Gets the line number that created this timing.

View Source
Declaration
public int LineNumber { get; init; }

Fields

Id

Id of this timing event.

View Source
Declaration
public readonly long Id