diff --git a/src/java/com/threerings/parlor/rating/util/Percentiler.java b/src/java/com/threerings/parlor/rating/util/Percentiler.java index 969bfcec..7c690a1d 100644 --- a/src/java/com/threerings/parlor/rating/util/Percentiler.java +++ b/src/java/com/threerings/parlor/rating/util/Percentiler.java @@ -141,6 +141,14 @@ public class Percentiler } } + /** + * Returns the total number of values ever recorded to this percentiler. + */ + public long getRecordedCount () + { + return _total; + } + /** * Returns true if thsi percentiler has been modified since it was created or since the last * call to {@link #clearModified}.