Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
android-components
Commits
0599943e
Commit
0599943e
authored
Jul 10, 2019
by
Jan-Erik Rediger
Committed by
Jan-Erik Rediger
Jul 11, 2019
Browse files
Clarify that this is the bucket limit
parent
3328d6ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
components/service/glean/src/main/java/mozilla/components/service/glean/storages/TimingDistributionsStorageEngine.kt
View file @
0599943e
...
...
@@ -246,8 +246,8 @@ data class TimingDistributionData(
/**
* Accumulates a sample to the correct bucket, using a binary search to locate the index of the
* bucket where the sample is bigger than or equal to the bucket
value
.
* If a
mapped
value doesn't exist for this bucket yet, one is created.
* bucket where the sample is bigger than or equal to the bucket
limit
.
* If a value doesn't exist for this bucket yet, one is created.
*
* @param sample Long value representing the sample that is being accumulated
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment