Home
last modified time | relevance | path

Searched refs:sketch (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBinderCallHeavyHitterWatcher.java270 final HeavyHitterSketch<Integer> sketch = HeavyHitterSketch.<Integer>newDefault(); in setConfig() local
271 final float validationRatio = sketch.getRequiredValidationInputRatio(); in setConfig()
277 sketch.setConfig(batchSize, capacity); in setConfig()
285 resetInternalLocked(listener, sketch, inputSize, batchSize, threshold, capacity); in setConfig()
291 @Nullable final HeavyHitterSketch<Integer> sketch, final int inputSize, in resetInternalLocked() argument
294 mHeavyHitterSketch = sketch; in resetInternalLocked()
344 final HeavyHitterSketch<Integer> sketch = mHeavyHitterSketch; in onTransaction() local
345 if (sketch == null) { in onTransaction()
356 sketch.add(hashCode); in onTransaction()
360 sketch.getCandidates(mCachedCandidateList); in onTransaction()
[all …]
/frameworks/proto_logging/stats/
Datoms.proto16400 * The 'bytes' field is the serialized KLL sketch. It is to be deserialized into an object of
16401 * KLL proto, which would then be converted into a KLL sketch. The KLL sketch is a histogram