| Modifier and Type | Field and Description |
|---|---|
protected Trace.StatAndStack |
Trace.monoStatAndStack |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentLinkedDeque<Trace.StatAndStack> |
Trace.allStatAndStack |
protected static ThreadLocal<Trace.StatAndStack> |
Trace.callStacks
array : [nest method call, start time, start time with child]
On ne melange pas les stack entre les threads, sinon les resultats
ne veulent plus rien dire car toutes les methodes des threads sont
melangees
|
| Modifier and Type | Method and Description |
|---|---|
Trace.StatAndStack |
Trace.getMonoStatAndStack() |
Trace.StatAndStack |
Trace.getStack() |
Copyright © 2004–2014 CodeLutin. All rights reserved.