public class MethodInvokeStatistics
extends java.lang.Object
构造器和说明 |
---|
MethodInvokeStatistics() |
限定符和类型 | 方法和说明 |
---|---|
static void |
clear() |
static void |
finishMethodInvoke(java.lang.String method) |
static MethodInvokeInfo[] |
getSortedInvokeNums() |
static MethodInvokeInfo[] |
getSortedInvokes() |
static void |
removeThreadLocal() |
static void |
startMethodInvoke(java.lang.String method) |
public static void startMethodInvoke(java.lang.String method)
public static void finishMethodInvoke(java.lang.String method)
public static MethodInvokeInfo[] getSortedInvokes()
public static MethodInvokeInfo[] getSortedInvokeNums()
public static void clear()
public static void removeThreadLocal()