| Modifier and Type | Field and Description |
|---|---|
protected ArrayDeque<Trace.Call> |
stack
variable used when Trace instanciated in monothread mode
|
protected Map<Method,StatisticMethod> |
statistics
statistic on method call
|
protected String |
threadName |
| Constructor and Description |
|---|
Trace.StatAndStack(String threadName,
Map<Method,StatisticMethod> statistics,
ArrayDeque<Trace.Call> stack) |
| Modifier and Type | Method and Description |
|---|---|
StatisticMethod |
getStatistics(Method method)
Retourne les statistiques d'appele pour la methode passee en parametre
|
protected String threadName
protected Map<Method,StatisticMethod> statistics
protected ArrayDeque<Trace.Call> stack
public Trace.StatAndStack(String threadName, Map<Method,StatisticMethod> statistics, ArrayDeque<Trace.Call> stack)
public StatisticMethod getStatistics(Method method)
method - Copyright © 2004–2014 CodeLutin. All rights reserved.