summaryrefslogtreecommitdiffstats
path: root/base/metrics/stats_table.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixes for re-enabling more MSVC level 4 warnings: base/ editionpkasting@chromium.org2014-07-031-1/+3
* Pass the shared memory handle in to StatsTable rather than consulting the Glo...brettw@chromium.org2014-04-081-29/+31
* Deprecate named base::SharedMemory.viettrungluu@chromium.org2014-03-051-1/+1
* Deprecate base::SharedMemory's lock functionality.viettrungluu@chromium.org2014-02-241-2/+3
* Pass StatsTable shared memory via global descriptors on Posix rather than usi...rmcilroy@chromium.org2013-10-161-62/+106
* Fix off-by-one error in StatsTable::GetRowValue().rmcilroy@chromium.org2013-08-281-2/+2
* Update include paths in base for base/process changes.rsesek@chromium.org2013-07-251-1/+1
* Use a direct include of the shared_memory header in base/, chrome/, components/.avi@chromium.org2013-07-171-1/+1
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-101-1/+1
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-071-1/+1
* Remving global statics from the headers, so we can split-link.cpu@chromium.org2013-05-211-3/+11
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+2
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-2/+2
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+2
* base: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-03-301-1/+1
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-261-1/+1
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-251-1/+1
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-251-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Initialize StatsTable::Private members.finnur@chromium.org2011-02-111-2/+9
* Order function definitions in base/ according to the header.erg@google.com2011-01-111-127/+127
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-1/+1
* Move thread local stuff from base to base/threading and consistently use thebrettw@chromium.org2010-12-301-1/+1
* Fix up SharedMemory implementation so that it is more equivalent on Windows v...dmaclach@chromium.org2010-10-271-1/+1
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-0/+553