Class TimingEvent
Class representing a timing event.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dalamud.Utility.Timing
Assembly: Dalamud.dll
Syntax
public class TimingEvent
Fields
| Improve this Doc View SourceId
Id of this timing event.
Declaration
public readonly long Id
Field Value
| Type | Description |
|---|---|
| System.Int64 |
Properties
| Improve this Doc View SourceFileName
Gets the file name that created this timing.
Declaration
public string FileName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LineNumber
Gets the line number that created this timing.
Declaration
public int LineNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
MemberName
Gets the member that created this timing.
Declaration
public string MemberName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Gets the name of the timing.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
StartTime
Gets the time this timing started.
Declaration
public double StartTime { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |