Class PerformanceResult
- Namespace
- MoonSharp.Interpreter.Diagnostics
- Assembly
- Assembly-CSharp.dll
public class PerformanceResult
- Inheritance
-
PerformanceResult
- Inherited Members
-
- Extension Methods
-
Constructors
public PerformanceResult()
Properties
public long Counter { get; }
Property Value
- long
public bool Global { get; }
Property Value
- bool
public int Instances { get; }
Property Value
- int
public string Name { get; }
Property Value
- string
public PerformanceCounterType Type { get; }
Property Value
- PerformanceCounterType
Methods
public static string PerformanceCounterTypeToString(PerformanceCounterType Type)
Parameters
Type PerformanceCounterType
Returns
- string
public override string ToString()
Returns
- string