Package ai.platon.pulsar.coding
Class CodingTokenStats.MethodStat
-
- All Implemented Interfaces:
public final class CodingTokenStats.MethodStatAggregated statistics for one tool method. Immutable snapshot fields; safe to read.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringmethodprivate final Longcallsprivate final Longerrorsprivate final LonginCharsprivate final LonginTokensprivate final LongoutCharsprivate final LongoutTokensprivate final LongmaxInCharsprivate final LongmaxOutCharsprivate final LongtotalMillisprivate final LongavgOutTokensprivate final LongavgMillis
-
Method Summary
Modifier and Type Method Description final StringgetMethod()final LonggetCalls()final LonggetErrors()final LonggetInChars()final LonggetInTokens()final LonggetOutChars()final LonggetOutTokens()final LonggetMaxInChars()final LonggetMaxOutChars()final LonggetTotalMillis()final LonggetAvgOutTokens()final LonggetAvgMillis()-
-
Method Detail
-
getInChars
final Long getInChars()
-
getInTokens
final Long getInTokens()
-
getOutChars
final Long getOutChars()
-
getOutTokens
final Long getOutTokens()
-
getMaxInChars
final Long getMaxInChars()
-
getMaxOutChars
final Long getMaxOutChars()
-
getTotalMillis
final Long getTotalMillis()
-
getAvgOutTokens
final Long getAvgOutTokens()
-
getAvgMillis
final Long getAvgMillis()
-
-
-
-