summaryrefslogtreecommitdiffstats
path: root/base/histogram.cc
Commit message (Expand)AuthorAgeFilesLines
* Upload renderer histograms to browser after a page loadsjar@chromium.org2010-01-021-16/+2
* Avoid calling vector resize() with excessive size parameter: fix broken integ...cevans@chromium.org2009-12-311-6/+13
* Cleanup histogram classes mixing SetFlags into FactoryGet argumentsjar@chromium.org2009-12-281-107/+45
* Fix treejar@chromium.org2009-12-151-1/+2
* Deserialize UMA flag on histograms moving from renderer to browsersjar@chromium.org2009-12-151-0/+1
* Use factory to create histograms, and refcounts to track lifetimesjar@chromium.org2009-12-061-70/+192
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-2/+5
* Remove special code fro calculating bucket index in linear histogramsjar@chromium.org2009-10-171-19/+8
* Automatically adapt to faster/slower uploads of renderer histogramsjar@chromium.org2009-05-281-10/+0
* Remove histogram connection to base classes in stats_counterjar@chromium.org2009-04-101-8/+2
* Remove unneeded uses of base/pickle.h. Add some explicit #includes.thestig@chromium.org2009-04-031-0/+1
* Fix a bunch of tiny near-bugs and bugs that static analysis identifiedjar@chromium.org2009-03-191-1/+1
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-131-1/+0
* Initial support for Renderer Side Histogramsjar@chromium.org2009-02-251-26/+174
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-10/+9
* Enhance error report info (and correct typos)jar@chromium.org2009-01-151-3/+3
* Report name of repeatedly registered histogramsjar@chromium.org2009-01-141-2/+6
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-221-2/+2
* Rollback "Remove use of wide characters in stats table identifiers."evanm@google.com2008-11-211-2/+2
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-211-2/+2
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Use histograms to send interesting parts of the disk cache statistics.rvargas@google.com2008-09-241-10/+10
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Define MessagePumpDefault and use it to implement MessageLoop on non-Windowsdarin@google.com2008-08-191-0/+3
* Add base to the repository.initial.commit2008-07-261-0/+668