Table of Contents

Class ProfileEntryRange

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll
public class ProfileEntryRange
Inheritance
ProfileEntryRange
Inherited Members

Fields

CallCount

public int CallCount

Field Value

int

ChildRanges

public Dictionary<string, ProfileEntryRange> ChildRanges

Field Value

Dictionary<string, ProfileEntryRange>

Code

public string Code

Field Value

string

ElapsedTicks

public long ElapsedTicks

Field Value

long

LastMark

public long LastMark

Field Value

long

Marks

public Dictionary<string, ProfileEntry> Marks

Field Value

Dictionary<string, ProfileEntry>

ParentRange

public ProfileEntryRange ParentRange

Field Value

ProfileEntryRange

Start

public long Start

Field Value

long