C# Class Axiom.Core.TimingMeter

Datei anzeigen Open project: WolfgangSt/axiom Class Usage Examples

Public Properties

Property Type Description
accumulate bool
addStart long
addedTime long
category string
enabled bool
stackDepth int
title string

Public Methods

Method Description
Enter ( ) : void
Exit ( ) : void

Private Methods

Method Description
TimingMeter ( string title, string category, short meterId ) : System

Method Details

Enter() public method

public Enter ( ) : void
return void

Exit() public method

public Exit ( ) : void
return void

Property Details

accumulate public_oe property

public bool accumulate
return bool

addStart public_oe property

public long addStart
return long

addedTime public_oe property

public long addedTime
return long

category public_oe property

public string category
return string

enabled public_oe property

public bool enabled
return bool

stackDepth public_oe property

public int stackDepth
return int

title public_oe property

public string title
return string