C# Class Axiom.Core.TimingMeter

Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

Свойство Type Description
accumulate bool
addStart long
addedTime long
category string
enabled bool
stackDepth int
title string

Méthodes publiques

Méthode Description
Enter ( ) : void
Exit ( ) : void

Private Methods

Méthode Description
TimingMeter ( string title, string category, short meterId ) : System

Method Details

Enter() public méthode

public Enter ( ) : void
Résultat void

Exit() public méthode

public Exit ( ) : void
Résultat void

Property Details

accumulate public_oe property

public bool accumulate
Résultat bool

addStart public_oe property

public long addStart
Résultat long

addedTime public_oe property

public long addedTime
Résultat long

category public_oe property

public string category
Résultat string

enabled public_oe property

public bool enabled
Résultat bool

stackDepth public_oe property

public int stackDepth
Résultat int

title public_oe property

public string title
Résultat string