summaryrefslogtreecommitdiffstats
path: root/base/histogram.h
Commit message (Expand)AuthorAgeFilesLines
* Do some minor cleanup in histogram.*jar@chromium.org2010-06-251-2/+3
* Safeguard histogram accesses against null pointers.mbelshe@chromium.org2010-06-221-10/+10
* Refactored Histogram::FactoryGet() to be style-compliantziadh@chromium.org2010-06-021-5/+5
* Fix typo in comments, and update comment.jar@chromium.org2010-05-291-4/+1
* Add DCHECK to detect misuse of HISTOGRAM interface.jar@chromium.org2010-05-071-0/+10
* Extend Histogram class to support custom range definitionsjar@chromium.org2010-04-291-5/+46
* Upload renderer histograms to browser after a page loadsjar@chromium.org2010-01-021-4/+0
* Typo spelling in comment corrected.jar@chromium.org2009-12-281-1/+1
* Fix Mac tree bustagejar@chromium.org2009-12-281-1/+0
* Cleanup histogram classes mixing SetFlags into FactoryGet argumentsjar@chromium.org2009-12-281-197/+95
* Use factory to create histograms, and refcounts to track lifetimesjar@chromium.org2009-12-061-104/+213
* Remove special code fro calculating bucket index in linear histogramsjar@chromium.org2009-10-171-2/+0
* Create a more fine grained histogram of SDCH payload sizesjar@chromium.org2009-06-291-0/+16
* Get correct request to finsh time for histogramjar@chromium.org2009-06-201-2/+18
* Automatically adapt to faster/slower uploads of renderer histogramsjar@chromium.org2009-05-281-3/+1
* Remove histogram connection to base classes in stats_counterjar@chromium.org2009-04-101-6/+9
* Remove unneeded uses of base/pickle.h. Add some explicit #includes.thestig@chromium.org2009-04-031-4/+5
* Add a new histogram macro to replace a few explicit calls.rvargas@google.com2009-03-241-1/+12
* Fix a bunch of tiny near-bugs and bugs that static analysis identifiedjar@chromium.org2009-03-191-2/+2
* wtc: please look at URL related code, and hooks and nitsjar@chromium.org2009-03-131-0/+14
* 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-14/+57
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-7/+6
* Another macro for 100 linear slotscpu@google.com2009-02-051-0/+5
* Add to SDCH histogrammingjar@chromium.org2009-02-021-4/+23
* Collect some metrics on nosniff. There is some concern that respecting this ...abarth@chromium.org2009-01-171-0/+12
* Adjust histograms to get better data for latency experimentsjar@google.com2008-11-221-1/+8
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-10/+10
* Fix some issues found looking at the code.maruel@google.com2008-09-301-1/+1
* Use histograms to send interesting parts of the disk cache statistics.rvargas@google.com2008-09-241-3/+4
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Turn on -Wall -Werror, fixing a few files while I'm here and *temporarily* di...evanm@google.com2008-08-201-1/+1
* Define MessagePumpDefault and use it to implement MessageLoop on non-Windowsdarin@google.com2008-08-191-1/+2
* Fix a couple "extra qualification" compile errors in method declarations, and...mmoss@google.com2008-08-131-3/+1
* Move Ranges to std::vector<Sample>, as <const Sample> is invalid if you want ...deanm@google.com2008-08-111-1/+1
* Add base to the repository.initial.commit2008-07-261-0/+469