index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
metrics
/
histogram.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to standard integer types in base/.
avi
2015-12-26
1
-17
/
+22
*
Reorganize histograms for persistence.
bcwhite
2015-12-10
1
-0
/
+1
*
Deprecate *_EXPORT_PRIVATE macros.
xhwang
2015-11-06
1
-4
/
+4
*
Add support to increase a UMA histogram bucket by an aribitrary integer.
amohammadkhan
2015-08-05
1
-0
/
+2
*
Optimize machine code size of UMA histogram macros.
asvitkine
2015-06-19
1
-0
/
+40
*
Move Pickle to base namespace.
brettw
2015-06-02
1
-14
/
+13
*
Split macros from base/metrics/histogram.h to histogram_macros.h.
asvitkine
2014-11-15
1
-228
/
+9
*
Cleanup: small comment fix after LOCAL_HISTOGRAM rename
jeremy
2014-11-11
1
-1
/
+1
*
Standardize usage of virtual/override/final in base/
dcheng
2014-10-21
1
-27
/
+26
*
replace OVERRIDE and FINAL with override and final in base/
mostynb
2014-10-07
1
-20
/
+20
*
Add LOCAL_ prefix to non-UMA histogram macros.
asvitkine
2014-08-26
1
-87
/
+16
*
Change DCHECK_IS_ON() to DCHECK_IS_ON
wangxianzhu@chromium.org
2014-03-14
1
-1
/
+1
*
Make code generated for histogram macros more compact.
asvitkine@chromium.org
2014-02-15
1
-2
/
+2
*
Let MetricsService know about some Android Activities
kkimlabs@chromium.org
2014-02-11
1
-3
/
+15
*
Fix multiples typos while reading histogram.
etienneb@chromium.org
2013-11-20
1
-5
/
+5
*
Re-enable pre-read experiment as a finch field trial.
rogerm@chromium.org
2013-09-13
1
-0
/
+6
*
Use a direct include of time headers in base/, part 1.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
[UMA] Remove redundant bucket_count variable from base::Histogram.
isherman@chromium.org
2013-06-27
1
-12
/
+8
*
Telemetry startup tests: Add more histograms to startup tests
jeremy@chromium.org
2013-05-10
1
-0
/
+1
*
Implement write methods for SparseHistogram
jrummell@chromium.org
2013-04-05
1
-9
/
+0
*
Connect SparseHistogram with the rest of stats system
kaiwang@chromium.org
2013-03-01
1
-11
/
+1
*
Only HistogramBase is used outside of base/metrics.
kaiwang@chromium.org
2013-01-23
1
-38
/
+29
*
Add a histogram for renderer memory usage.
marja@chromium.org
2013-01-15
1
-0
/
+3
*
Serialize/Deserialize support in HistogramBase
kaiwang@chromium.org
2013-01-11
1
-35
/
+27
*
Incrementally make base histograms like UMA histograms.
gavinp@chromium.org
2013-01-09
1
-6
/
+10
*
Histogram type support in HistogramBase and remove SetRangeDescription function
kaiwang@chromium.org
2012-10-31
1
-28
/
+17
*
Add explicit tests for histogram factory matching.
gavinp@chromium.org
2012-10-27
1
-0
/
+6
*
Histogram argument related change
kaiwang@chromium.org
2012-10-24
1
-21
/
+17
*
DCHECK_EQ instead of DCHECK(...==...) for better error messages.
fischman@chromium.org
2012-10-23
1
-1
/
+2
*
Move SnapshotSamples to HistogramBase
kaiwang@chromium.org
2012-10-20
1
-4
/
+6
*
Page cyclers: output memory histograms (approach: expose JS object)
marja@chromium.org
2012-10-08
1
-0
/
+6
*
Revert 159668 - This broke the reference page cyclers
nsylvain@chromium.org
2012-10-02
1
-6
/
+0
*
Page cyclers: output memory histograms (approach: expose JS object)
marja@chromium.org
2012-10-02
1
-0
/
+6
*
SampleSet -> HistogramSamples which can be reused by SparseHistogram
kaiwang@chromium.org
2012-09-22
1
-72
/
+26
*
Skeleton code of SparseHistogram
kaiwang@chromium.org
2012-08-09
1
-35
/
+12
*
This is a major refactor of Histogram related code:
kaiwang@chromium.org
2012-08-01
1
-89
/
+89
*
This is a copy of http://codereview.chromium.org/10796047/
kaiwang@chromium.org
2012-07-25
1
-52
/
+16
*
Revert 148055 - Move CachedRanges out and add support for checksum.
jochen@chromium.org
2012-07-24
1
-16
/
+52
*
Move CachedRanges out and add support for checksum.
kaiwang@chromium.org
2012-07-24
1
-52
/
+16
*
Add abstract class HistogramBase. It will be the sub class of all
kaiwang@chromium.org
2012-07-19
1
-12
/
+8
*
Move StatisticsRecorder out of histogram.cc/h for further refactoring.
kaiwang@chromium.org
2012-07-13
1
-85
/
+0
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Refactor Pickle Read methods to use higher performance PickleIterator.
jbates@chromium.org
2012-03-07
1
-2
/
+3
*
Prevent calling internal metrics code with invalid values.
rkc@chromium.org
2012-01-06
1
-3
/
+10
*
Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES()
robertshield@chromium.org
2011-11-29
1
-6
/
+6
*
Add OVERRIDE to base/.
avi@chromium.org
2011-11-16
1
-9
/
+10
*
Support using UMA_HISTOGRAM_CUSTOM_ENUMERATION from the renderer.
fischman@chromium.org
2011-11-13
1
-0
/
+16
*
Cache the ranges_ vector and share the ranges_ vector
rtenneti@chromium.org
2011-10-20
1
-10
/
+77
*
Fix of unused variable warnings related to DHISTOGRAM* in release builds.
pph34r@gmail.com
2011-10-16
1
-8
/
+42
*
Expand the inline documentation for the HISTOGRAM_ENUMERATION macros.
isherman@chromium.org
2011-10-14
1
-1
/
+7
[next]