MCPcopy Create free account
hub / github.com/antlr/codebuff / snapshot

Method snapshot

output/java_guava/1.4.17/StatsAccumulator.java:187–189  ·  view source on GitHub ↗

Returns an immutable snapshot of the current statistics.

()

Source from the content-addressed store, hash-verified

185
186
187 public Stats snapshot() {
188 return new Stats(count, mean, sumOfSquaresOfDeltas, min, max);
189 }
190
191 /**
192 * Returns the number of values.

Callers 1

ofMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected