
public class OProfilerEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
float |
average |
String |
description |
long |
entries |
long |
firstExecution |
long |
last |
long |
lastExecution |
long |
max |
long |
min |
String |
name |
String |
payLoad |
long |
total |
Set<String> |
users |
| Constructor and Description |
|---|
OProfilerEntry() |
| Modifier and Type | Method and Description |
|---|---|
String |
toJSON() |
void |
toJSON(StringBuilder buffer) |
String |
toString() |
void |
updateLastExecution() |
public String name
public long entries
public long last
public long min
public long max
public float average
public long total
public final long firstExecution
public long lastExecution
public String payLoad
public String description
public void updateLastExecution()
public String toJSON()
public void toJSON(StringBuilder buffer)
Copyright © 2009–2016 Orient Technologies. All rights reserved.