C# Class MonoDevelop.Profiler.CounterSection

Datei anzeigen Open project: mono/heap-shot Class Usage Examples

Public Properties

Property Type Description
Index ulong
Name string
Section ulong
SectionName string
Type ulong
Unit ulong
Variance ulong

Public Methods

Method Description
CounterSection ( LogFileReader reader ) : System

Method Details

CounterSection() public method

public CounterSection ( LogFileReader reader ) : System
reader HeapShot.Reader.LogFileReader
return System

Property Details

Index public_oe property

public ulong Index
return ulong

Name public_oe property

public string Name
return string

Section public_oe property

public ulong Section
return ulong

SectionName public_oe property

public string SectionName
return string

Type public_oe property

public ulong Type
return ulong

Unit public_oe property

public ulong Unit
return ulong

Variance public_oe property

public ulong Variance
return ulong