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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Histogram - back out the temporary debug changes.
hshi@chromium.org
2012-08-23
1
-23
/
+2
*
Histogram - add checks to catch cases of duplicate histogram names.
hshi@chromium.org
2012-08-23
1
-16
/
+15
*
Histogram - add checks to catch cases of duplicate histogram names.
hshi@chromium.org
2012-08-23
1
-2
/
+24
*
Add more code for debugging. We will revert this change when we find out the ...
kaiwang@chromium.org
2012-08-16
1
-11
/
+19
*
Histogram - Checks to cacth corruption in bucket ranges
rtenneti@google.com
2012-08-14
1
-0
/
+34
*
Skeleton code of SparseHistogram
kaiwang@chromium.org
2012-08-09
1
-10
/
+9
*
CHECK -> DCHECK to prevent breaking exisitng histograms.
kaiwang@chromium.org
2012-08-07
1
-4
/
+14
*
Revert 150240 (broke several bots on the main waterfall)
thakis@chromium.org
2012-08-07
1
-7
/
+3
*
CHECK -> DCHECK to prevent breaking exisitng histograms.
kaiwang@chromium.org
2012-08-07
1
-3
/
+7
*
1. Add test for https://src.chromium.org/viewvc/chrome?view=rev&revision=149541
kaiwang@chromium.org
2012-08-04
1
-5
/
+6
*
Fix a typo. It will cause crash when client uses a histogram with bad maximum.
kaiwang@chromium.org
2012-08-02
1
-3
/
+3
*
This is a major refactor of Histogram related code:
kaiwang@chromium.org
2012-08-01
1
-495
/
+375
*
Allow a tad more race-induced histogram errors
jar@chromium.org
2012-07-30
1
-1
/
+1
*
This is a copy of http://codereview.chromium.org/10796047/
kaiwang@chromium.org
2012-07-25
1
-36
/
+10
*
Revert 148055 - Move CachedRanges out and add support for checksum.
jochen@chromium.org
2012-07-24
1
-10
/
+36
*
Move CachedRanges out and add support for checksum.
kaiwang@chromium.org
2012-07-24
1
-36
/
+10
*
Add abstract class HistogramBase. It will be the sub class of all
kaiwang@chromium.org
2012-07-19
1
-6
/
+11
*
Change the FindHistogram interface of StatisticsRecorder
kaiwang@chromium.org
2012-07-18
1
-12
/
+8
*
Move StatisticsRecorder out of histogram.cc/h for further refactoring.
kaiwang@chromium.org
2012-07-13
1
-275
/
+1
*
Avoid using Pickle::WriteSize(), which writes an architecture-dependent amount
mdm@chromium.org
2012-03-14
1
-7
/
+7
*
Refactor Pickle Read methods to use higher performance PickleIterator.
jbates@chromium.org
2012-03-07
1
-17
/
+17
*
Prevent calling internal metrics code with invalid values.
rkc@chromium.org
2012-01-06
1
-1
/
+9
*
Support using UMA_HISTOGRAM_CUSTOM_ENUMERATION from the renderer.
fischman@chromium.org
2011-11-13
1
-1
/
+35
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-26
1
-6
/
+6
*
Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...
brettw@chromium.org
2011-10-25
1
-6
/
+6
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-25
1
-6
/
+6
*
Cache the ranges_ vector and share the ranges_ vector
rtenneti@chromium.org
2011-10-20
1
-15
/
+148
*
Fix of unused variable warnings related to DHISTOGRAM* in release builds.
pph34r@gmail.com
2011-10-16
1
-0
/
+8
*
Apply CSP to chrome: and about: pages
tsepez@chromium.org
2011-06-28
1
-8
/
+0
*
Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to mark
glider@chromium.org
2011-05-31
1
-2
/
+13
*
Revert 86990 - Fix http://codereview.chromium.org/6869009 to ignore an existi...
msw@chromium.org
2011-05-27
1
-9
/
+0
*
Fix http://codereview.chromium.org/6869009 to ignore an existing object exact...
glider@chromium.org
2011-05-27
1
-0
/
+9
*
Revert "Land http://codereview.chromium.org/6869009 for the third time."
oshima@google.com
2011-05-26
1
-5
/
+0
*
Switch to the new CustomHistogram::ArrayToCustomRanges() utility
joi@chromium.org
2011-05-26
1
-0
/
+1
*
Land http://codereview.chromium.org/6869009 for the third time.
glider@chromium.org
2011-05-26
1
-0
/
+5
*
Add metrics for DHCP WPAD feature. Fix memory overwrite.
joi@chromium.org
2011-05-24
1
-0
/
+15
*
Revert 85898 - Re-land http://codereview.chromium.org/6869009 (except for the...
glider@chromium.org
2011-05-19
1
-5
/
+0
*
Re-land http://codereview.chromium.org/6869009 (except for the suppressions)
glider@chromium.org
2011-05-19
1
-0
/
+5
*
Revert 82460 - Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can ...
glider@chromium.org
2011-04-21
1
-5
/
+0
*
Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to mark
glider@chromium.org
2011-04-21
1
-0
/
+5
*
Use lock-free lazy initialization for static histogram references
jar@chromium.org
2011-04-05
1
-65
/
+70
*
Move flags initialization into block before sharing across threads
jar@chromium.org
2011-03-30
1
-4
/
+4
*
Remove the sum of square tally from histograms
jar@chromium.org
2011-03-24
1
-17
/
+5
*
Remove DCHECK on overflow
jar@chromium.org
2011-03-16
1
-1
/
+0
*
Reland code to detect corruption of histogram ranges
jar@chromium.org
2011-03-05
1
-48
/
+131
*
Revert 76239 - Crash when we notice a corruption of the histogram range-vector
rsimha@chromium.org
2011-03-03
1
-126
/
+44
*
Revert 76345 - Small cleanup for previous histogram checkin
rsimha@chromium.org
2011-03-02
1
-10
/
+9
*
Until we have sparse histograms, to track error codes, we are using
rtenneti@chromium.org
2011-03-02
1
-1
/
+1
*
Small cleanup for previous histogram checkin
jar@chromium.org
2011-03-01
1
-9
/
+10
*
Fix compilation bug on ARM
jar@chromium.org
2011-02-28
1
-2
/
+2
[next]