Table of Contents

Class PerformanceResult

Namespace
MoonSharp.Interpreter.Diagnostics
Assembly
Assembly-CSharp.dll
public class PerformanceResult
Inheritance
PerformanceResult
Inherited Members
Extension Methods

Constructors

PerformanceResult()

public PerformanceResult()

Properties

Counter

public long Counter { get; }

Property Value

long

Global

public bool Global { get; }

Property Value

bool

Instances

public int Instances { get; }

Property Value

int

Name

public string Name { get; }

Property Value

string

Type

public PerformanceCounterType Type { get; }

Property Value

PerformanceCounterType

Methods

PerformanceCounterTypeToString(PerformanceCounterType)

public static string PerformanceCounterTypeToString(PerformanceCounterType Type)

Parameters

Type PerformanceCounterType

Returns

string

ToString()

public override string ToString()

Returns

string