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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a direct include of time headers in base/, part 1.
avi@chromium.org
2013-06-28
5
-5
/
+5
*
[UMA] Remove redundant bucket_count variable from base::Histogram.
isherman@chromium.org
2013-06-27
11
-65
/
+67
*
Rename base/hash_tables to base/containers/hash_tables.
brettw@chromium.org
2013-06-11
1
-1
/
+1
*
Use a direct include of strings headers in base/.
avi@chromium.org
2013-06-10
9
-12
/
+12
*
Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...
avi@chromium.org
2013-06-07
3
-4
/
+4
*
Remving global statics from the headers, so we can split-link.
cpu@chromium.org
2013-05-21
2
-7
/
+13
*
Delete Histogram.SharedRange.* suggested.
acleung@chromium.org
2013-05-10
2
-60
/
+0
*
Telemetry startup tests: Add more histograms to startup tests
jeremy@chromium.org
2013-05-10
6
-3
/
+13
*
Update comment for UseOneTimeRandomizationWithCustomSeed().
asvitkine@chromium.org
2013-05-07
1
-4
/
+6
*
Fix --dump-histograms-on-exit and make it work for Release builds.
tonyg@chromium.org
2013-05-02
3
-19
/
+16
*
Support custom randomization seed for VariationsService trials.
asvitkine@chromium.org
2013-04-11
2
-6
/
+23
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
5
-7
/
+7
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
5
-7
/
+7
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
5
-7
/
+7
*
Implement write methods for SparseHistogram
jrummell@chromium.org
2013-04-05
6
-38
/
+127
*
Telemetry: Don't silently compare histograms from different processes.
marja@chromium.org
2013-04-05
1
-0
/
+2
*
Revert 192526 "Telemetry: Don't silently compare histograms from..."
marja@chromium.org
2013-04-05
1
-1
/
+0
*
Telemetry: Don't silently compare histograms from different processes.
marja@chromium.org
2013-04-05
1
-0
/
+1
*
Disable StatsTableTest.MultipleThreads under ThreadSanitizer v2
glider@chromium.org
2013-04-01
1
-1
/
+1
*
base: Update the include paths of base/string_piece.h to its new location.
tfarina@chromium.org
2013-03-30
2
-2
/
+2
*
remove redundant DCHECK that a size_t variable >= 0
mostynb@opera.com
2013-03-26
1
-1
/
+1
*
SparseHistogram macros
kaiwang@chromium.org
2013-03-16
3
-0
/
+112
*
Fix issue with identical group numbers being reported for forced field trials.
asvitkine@chromium.org
2013-03-06
3
-10
/
+143
*
Connect SparseHistogram with the rest of stats system
kaiwang@chromium.org
2013-03-01
12
-94
/
+96
*
Move string_number_conversions to base/strings.
brettw@chromium.org
2013-02-07
1
-1
/
+1
*
base: Convert the remaining uses of MessageLoop::RunUntilIdle to RunLoop vari...
tfarina@chromium.org
2013-02-06
1
-7
/
+9
*
Fix a double deletion in histogram test and re-enable
kaiwang@chromium.org
2013-01-30
1
-2
/
+0
*
This is the continuation of https://codereview.chromium.org/11615008/
kaiwang@chromium.org
2013-01-24
1
-2
/
+1
*
Only HistogramBase is used outside of base/metrics.
kaiwang@chromium.org
2013-01-23
6
-163
/
+177
*
Remove temporary histograms in field_trial.cc now that the problem is fixed.
asvitkine@chromium.org
2013-01-22
1
-23
/
+2
*
Add a histogram for renderer memory usage.
marja@chromium.org
2013-01-15
1
-0
/
+3
*
Add missing, and remove unnecessary, 'explicit' from constructors. (base/)
hans@chromium.org
2013-01-15
5
-5
/
+5
*
Serialize/Deserialize support in HistogramBase
kaiwang@chromium.org
2013-01-11
12
-209
/
+622
*
GTTF: Enable debugallocation by default (try 3 or so).
phajdan.jr@chromium.org
2013-01-10
1
-1
/
+0
*
Fix problem where field trials using kExpirationYearInFuture could get disabled.
asvitkine@chromium.org
2013-01-09
3
-7
/
+20
*
Incrementally make base histograms like UMA histograms.
gavinp@chromium.org
2013-01-09
1
-6
/
+10
*
Fix data race when setting FieldTrial::group_reported_.
asvitkine@chromium.org
2012-12-12
2
-13
/
+17
*
Add another temporary histogram to understand field trial reporting issue.
asvitkine@chromium.org
2012-12-10
1
-1
/
+14
*
Add temporary UMA histogram to understand how trials are getting disabled.
asvitkine@chromium.org
2012-11-29
1
-1
/
+5
*
Standardize on |trial_name| and |group_name| in field trials API.
asvitkine@chromium.org
2012-11-19
3
-53
/
+55
*
Remove a DCHECK() in FieldTrial::SetForced().
asvitkine@chromium.org
2012-11-13
2
-4
/
+36
*
Ensure that field trials synced to the renderer process are considered "active".
asvitkine@chromium.org
2012-11-13
3
-11
/
+53
*
Make it so disabled field trials are not reported as active.
asvitkine@chromium.org
2012-11-10
3
-22
/
+51
*
Delete unused |application_start_time| from FieldTrialList.
asvitkine@chromium.org
2012-11-08
2
-19
/
+1
*
Make FieldTrialList::StatesToString() only report active trials.
asvitkine@chromium.org
2012-11-07
3
-19
/
+29
*
Add a temporary histogram to track if a FieldTrial is disabled due to not hav...
stevet@chromium.org
2012-11-07
1
-0
/
+4
*
Don't report field trial groups until group() has been called.
asvitkine@chromium.org
2012-11-06
3
-46
/
+91
*
Notify FieldTrial observers only once group() is called for the first time.
asvitkine@chromium.org
2012-11-01
3
-20
/
+140
*
Histogram type support in HistogramBase and remove SetRangeDescription function
kaiwang@chromium.org
2012-10-31
6
-92
/
+102
*
Add explicit tests for histogram factory matching.
gavinp@chromium.org
2012-10-27
4
-12
/
+55
[next]