Uses of Class
io.ultreia.java4all.util.TimeLog.CallStat
-
Packages that use TimeLog.CallStat Package Description io.ultreia.java4all.util -
-
Uses of TimeLog.CallStat in io.ultreia.java4all.util
Fields in io.ultreia.java4all.util with type parameters of type TimeLog.CallStat Modifier and Type Field Description protected Map<String,TimeLog.CallStat>TimeLog. callCountfor each method of all proxies, keep number of callMethods in io.ultreia.java4all.util that return types with arguments of type TimeLog.CallStat Modifier and Type Method Description Map<String,TimeLog.CallStat>TimeLog. getCallCount()Methods in io.ultreia.java4all.util with parameters of type TimeLog.CallStat Modifier and Type Method Description protected StringTimeLog. computeLogMessage(String methodName, String msg, TimeLog.CallStat calls, long time)
-