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
*
Add support to increase a UMA histogram bucket by an aribitrary integer.
amohammadkhan
2015-08-05
7
-2
/
+70
*
Add new memory histograms which fix inprecise bucketing. Current Memory.Total...
rkaplow
2015-08-05
1
-0
/
+3
*
Create an experiment that avoids mmap access of ICU during startup.
danduong
2015-07-27
2
-5
/
+0
*
Slow Reports - Add callbacks to histograms.
simonhatch
2015-07-15
7
-3
/
+298
*
Enable clang warning for ignored attributes.
benwells
2015-07-06
1
-1
/
+1
*
Replace StringPrintf("%d", ...) with IntToString()
ricea
2015-07-01
1
-2
/
+2
*
Optimize machine code size of UMA histogram macros.
asvitkine
2015-06-19
2
-0
/
+85
*
ServiceWorker: Migrate the script cache backend from BlockFile to Simple
nhiroki
2015-06-17
1
-0
/
+3
*
Change histogram.h includes to histogram_macros.h in metrics code.
asvitkine
2015-06-16
4
-2
/
+4
*
Optimize memory use of registered histograms.
asvitkine
2015-06-15
3
-7
/
+23
*
Move Pickle to base namespace.
brettw
2015-06-02
4
-28
/
+25
*
Fix sparse histograms logging counts of 0.
asvitkine
2015-05-27
3
-5
/
+49
*
Clean up base histograms code.
asvitkine
2015-05-27
10
-123
/
+86
*
Use scoped_ptrs in JSONReader::Read functions.
estade
2015-05-22
1
-2
/
+2
*
Don't crash in StatisticsRecorder if VLOG level changes.
emaxx
2015-05-13
1
-2
/
+0
*
Add some more scoped_ptr functions in values.h
estade
2015-05-07
1
-2
/
+2
*
Add histograms to record the number of writes to the prefs file
raymes
2015-04-29
2
-1
/
+1
*
Fix typo in BUILD.gn file
mdempsky
2015-04-01
1
-1
/
+1
*
De-duplicate BASE_IMPLEMENTATION define in the GN build.
brettw
2015-03-16
1
-1
/
+1
*
Fix GN NaCl Debug build of base.
ncbray
2015-03-10
1
-0
/
+49
*
Add UMA_SCOPED_HISTOGRAM_LONG_TIMER macro.
rkaplow
2015-02-17
2
-8
/
+21
*
Moved scoped_histogram_timer to the main histogram_macros.h since this is bro...
rkaplow
2015-02-13
2
-0
/
+37
*
removing all the code related to chrome://stats
cpu
2015-02-12
5
-1561
/
+0
*
Pass FROM_HERE to ObserverListThreadSafe::Notify to improve profile.
reillyg
2015-02-09
1
-3
/
+2
*
Add missing .Pass() on return of SampleVector
scottmg
2015-01-27
1
-1
/
+1
*
Fix Histogram shadowing warning on vs2015
scottmg
2015-01-27
1
-3
/
+3
*
Send all field trials from the browser.
georgesak
2015-01-14
3
-0
/
+169
*
MultiProcessTest: Update SpawnChild* to return a Process.
rvargas
2015-01-12
1
-5
/
+5
*
base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON().
danakj
2015-01-08
1
-16
/
+16
*
Standardize usage of virtual/override/final specifiers in base/.
dcheng
2014-12-23
5
-16
/
+8
*
Enable MSVC warning for unused locals.
Peter Kasting
2014-11-20
1
-2
/
+1
*
Split macros from base/metrics/histogram.h to histogram_macros.h.
asvitkine
2014-11-15
2
-228
/
+241
*
Cleanup: small comment fix after LOCAL_HISTOGRAM rename
jeremy
2014-11-11
1
-1
/
+1
*
Added a marker for field trials passed on the command line to force their act...
georgesak
2014-11-05
3
-6
/
+47
*
Change dont_embed_build_metadata default to 1 except for Official build and f...
sebmarchand
2014-10-31
1
-4
/
+5
*
Add a death test to check field trial creation before FieldTrialList.
asvitkine
2014-10-23
2
-2
/
+16
*
Standardize usage of virtual/override/final in base/
dcheng
2014-10-21
10
-100
/
+94
*
Cleanup: Better constify some strings in base.
thestig
2014-10-21
1
-2
/
+2
*
Convert ARRAYSIZE_UNSAFE -> arraysize in base/.
viettrungluu
2014-10-16
1
-1
/
+1
*
Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.
dcheng
2014-10-15
2
-3
/
+3
*
replace OVERRIDE and FINAL with override and final in base/
mostynb
2014-10-07
10
-62
/
+62
*
Add Read/WriteSizeT() functions to the pickle layer, plus one consumer.
pkasting
2014-10-02
1
-7
/
+7
*
Fix more disabled MSVC warnings, base/ edition.
pkasting
2014-10-01
3
-11
/
+15
*
Disable TLS destructor tests on Win x64 incremental
scottmg
2014-09-19
1
-1
/
+5
*
CreateTrailsFromString function accepts values for trails_string argument wit...
gayane
2014-09-16
2
-4
/
+14
*
Use precisely sized integer types in histograms code.
isherman
2014-08-28
1
-6
/
+8
*
Remove implicit conversions from scoped_refptr to T* in base/
dcheng
2014-08-27
1
-42
/
+52
*
Add LOCAL_ prefix to non-UMA histogram macros.
asvitkine
2014-08-26
7
-169
/
+37
*
Fixes for re-enabling more MSVC level 4 warnings: base/ edition
pkasting@chromium.org
2014-07-03
1
-1
/
+3
*
[UMA] Fix a crash on logging user actions posted from a non-UI thread.
isherman@chromium.org
2014-04-10
2
-15
/
+46
[next]