public class TimingMeter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
accumulate |
long |
addedTime |
long |
addStart |
java.lang.String |
category |
boolean |
enabled |
protected short |
meterId |
int |
stackDepth |
java.lang.String |
title |
Modifier | Constructor and Description |
---|---|
protected |
TimingMeter(java.lang.String title,
java.lang.String category,
short meterId) |
Modifier and Type | Method and Description |
---|---|
void |
Enter() |
void |
Exit() |
public java.lang.String title
public java.lang.String category
public boolean enabled
public boolean accumulate
public long addedTime
public long addStart
public int stackDepth
protected short meterId