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
*
Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.
rsesek@chromium.org
2013-12-11
1
-1
/
+1
*
Revert of https://codereview.chromium.org/100823007/
antrim@chromium.org
2013-12-11
1
-1
/
+1
*
Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.
rsesek@chromium.org
2013-12-10
1
-1
/
+1
*
Move std::string instance inside of loop.
grt@chromium.org
2013-11-21
1
-2
/
+1
*
Fix multiples typos while reading histogram.
etienneb@chromium.org
2013-11-20
1
-5
/
+5
*
Add a switch to emit browser histograms.
grt@chromium.org
2013-11-14
3
-3
/
+102
*
Update order of FieldTrial functions.
asvitkine@chromium.org
2013-10-30
2
-29
/
+29
*
Add static FieldTrial::CreateSimulatedFieldTrial function.
asvitkine@chromium.org
2013-10-29
3
-4
/
+91
*
Consolidate serialization code in base::HistogramDeltasSerializer
vitalybuka@chromium.org
2013-10-23
7
-52
/
+233
*
Pass StatsTable shared memory via global descriptors on Posix rather than usi...
rmcilroy@chromium.org
2013-10-16
2
-64
/
+114
*
Use TotalCount not redundant_count to determine if to call RecordDelta
ccameron@chromium.org
2013-10-16
1
-1
/
+1
*
FieldTrial: Remove friend declarations for non-existing tests
vabr@chromium.org
2013-09-26
1
-3
/
+0
*
Fix inconsistent FieldTrial group assignment due to float errors.
asvitkine@chromium.org
2013-09-19
3
-3
/
+52
*
Re-enable pre-read experiment as a finch field trial.
rogerm@chromium.org
2013-09-13
1
-0
/
+6
*
Re-land https://codereview.chromium.org/23602005: Use nobarrier atomics for l...
glider@chromium.org
2013-09-04
3
-4
/
+7
*
Revert 221168 "Use nobarrier atomics for platform-size lossy cou..."
glider@chromium.org
2013-09-04
3
-6
/
+4
*
Use nobarrier atomics for platform-size lossy counters in base::HistogramSamp...
glider@chromium.org
2013-09-04
3
-4
/
+6
*
Remove deprecated FieldTrial::MakeName() API.
asvitkine@chromium.org
2013-09-03
3
-42
/
+0
*
Fix off-by-one error in StatsTable::GetRowValue().
rmcilroy@chromium.org
2013-08-28
1
-2
/
+2
*
Make field trial randomization type a constructor param.
asvitkine@chromium.org
2013-07-30
3
-172
/
+157
*
Update include paths in base for base/process changes.
rsesek@chromium.org
2013-07-25
3
-2
/
+3
*
Revert 212378 "Add a HistogramRecorder class and use cases."
rnk@chromium.org
2013-07-18
1
-3
/
+3
*
Add a HistogramRecorder class and use cases.
lpromero@chromium.org
2013-07-18
1
-3
/
+3
*
Use a direct include of the message_loop header in base/.
avi@chromium.org
2013-07-18
1
-1
/
+1
*
Use a direct include of the shared_memory header in base/, chrome/, components/.
avi@chromium.org
2013-07-17
2
-2
/
+2
*
Make --force-fieldtrials not activate them in the browser process.
asvitkine@chromium.org
2013-07-02
3
-18
/
+77
*
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
[next]