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
*
[UMA] Fix a crash on logging user actions posted from a non-UI thread.
isherman@chromium.org
2014-04-10
2
-15
/
+46
*
Pass the shared memory handle in to StatsTable rather than consulting the Glo...
brettw@chromium.org
2014-04-08
3
-71
/
+68
*
[UMA] Update documentation for running the extract_actions.py script.
isherman@chromium.org
2014-03-25
1
-3
/
+4
*
Revert 258395 "Add a death test to check field trial creation be..."
benwells@chromium.org
2014-03-21
1
-11
/
+0
*
Add a death test to check field trial creation before FieldTrialList.
asvitkine@chromium.org
2014-03-20
1
-0
/
+11
*
Change DCHECK_IS_ON() to DCHECK_IS_ON
wangxianzhu@chromium.org
2014-03-14
1
-1
/
+1
*
Return a NULL histogram pointer on construction error
elijahtaylor@chromium.org
2014-03-13
2
-2
/
+46
*
Add Alexei as an OWNER for //base/metrics
isherman@chromium.org
2014-03-12
1
-7
/
+2
*
[Metrics] Don't require clients of StatisticsDeltaReader to call StatisticsRe...
isherman@chromium.org
2014-03-12
1
-2
/
+1
*
Get rid of multiprocess_test's debug_on_start arguments.
viettrungluu@chromium.org
2014-03-09
1
-1
/
+1
*
Deprecate named base::SharedMemory.
viettrungluu@chromium.org
2014-03-05
1
-1
/
+1
*
Deprecate base::SharedMemory's lock functionality.
viettrungluu@chromium.org
2014-02-24
1
-2
/
+3
*
Make code generated for histogram macros more compact.
asvitkine@chromium.org
2014-02-15
3
-6
/
+16
*
Make some field trials unforceable via command-line in the official build.
gab@chromium.org
2014-02-13
3
-16
/
+77
*
Let MetricsService know about some Android Activities
kkimlabs@chromium.org
2014-02-11
7
-19
/
+148
*
Change the operations touching counts_[] and redundant_count_ to be atomic.
glider@chromium.org
2014-01-21
5
-18
/
+34
*
Refactor base/safe_numerics.h
jschuh@chromium.org
2014-01-17
1
-2
/
+2
*
Move the guts of user_metrics to a new static lib in //base/metrics.
ben@chromium.org
2014-01-13
3
-0
/
+130
*
Add a StatisticsDeltaReader class and use cases
lpromero@chromium.org
2014-01-07
1
-3
/
+4
*
Revert 242121 "Reland "Add a HistogramRecorder class and use cas..."
groby@chromium.org
2013-12-20
1
-3
/
+3
*
Rename base::FieldTrialList::RegistrationList --> RegistrationMap.
gavinp@chromium.org
2013-12-20
2
-5
/
+5
*
Reland "Add a HistogramRecorder class and use cases."
lpromero@chromium.org
2013-12-20
1
-3
/
+3
*
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
[next]