public class ProfiledMethodFactory
extends java.lang.Object
| Constructor and Description |
|---|
ProfiledMethodFactory(IProfile profile) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.Object,java.lang.Object> |
getClasses() |
MethodInfo |
getMethodInfo(ClassMethodSignature methodSignature) |
java.util.Map<java.lang.String,org.json.simple.JSONStreamAware> |
getMethods() |
ProfiledMethod |
getProfiledMethod(java.lang.StackTraceElement stackTraceElement) |
ProfiledMethod |
getProfiledMethod(Tracer tracer) |
void |
setMethodDetails(MethodInfoFactory methodInfoFactory) |
public ProfiledMethodFactory(IProfile profile)
public ProfiledMethod getProfiledMethod(java.lang.StackTraceElement stackTraceElement)
public ProfiledMethod getProfiledMethod(Tracer tracer)
public MethodInfo getMethodInfo(ClassMethodSignature methodSignature)
public void setMethodDetails(MethodInfoFactory methodInfoFactory)
public java.util.Map<java.lang.String,org.json.simple.JSONStreamAware> getMethods()
public java.util.Map<java.lang.Object,java.lang.Object> getClasses()