C# Class Axiom.Core.TimingMeter

Show file 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 property

public bool accumulate
return bool

addStart public property

public long addStart
return long

addedTime public property

public long addedTime
return long

category public property

public string category
return string

enabled public property

public bool enabled
return bool

stackDepth public property

public int stackDepth
return int

title public property

public string title
return string