summaryrefslogtreecommitdiffstats
path: root/chrome/browser/jankometer.cc
Commit message (Expand)AuthorAgeFilesLines
* Use lock-free lazy initialization for static histogram referencesjar@chromium.org2011-04-051-8/+8
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Update references part 3: remaining files in chrome/...msw@chromium.org2011-01-191-3/+3
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-301-2/+2
* Add static cast to remove warning about loss of precisionjar@chromium.org2010-11-051-2/+2
* Reduce Jankometer measurements by only periodically samplingjar@chromium.org2010-11-031-0/+50
* Added task to Observer methodsdavemoore@chromium.org2010-10-261-6/+6
* Revert 63332 - Test of performance value of reducing calls to Now().jar@chromium.org2010-10-211-45/+0
* Test of performance value of reducing calls to Now().jar@chromium.org2010-10-211-0/+45
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-10/+10
* Rename ChromeThread to BrowserThread Part20:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part15:tfarina@chromium.org2010-10-111-2/+2
* Reland r49188.willchan@chromium.org2010-06-091-96/+189
* Rebaseline tests whose expectations were changed by r55714.hamaji@chromium.org2010-06-091-189/+96
* Jankometer: Generalize the code more. Add better support for monitoring IO t...willchan@chromium.org2010-06-081-96/+189
* Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ...tfarina@chromium.org2010-06-061-2/+2
* BSD ifdefs, etc. necessary for chrome/pvalchev@google.com2010-03-091-2/+2
* Next part of bad dependency removal (chrome/common -> chrome/browser)phajdan.jr@chromium.org2010-03-021-1/+1
* Cleanup histogram classes mixing SetFlags into FactoryGet argumentsjar@chromium.org2009-12-281-8/+6
* Use GetSwitchValueASCII, so we don't use the deprecated versions.evan@chromium.org2009-12-171-4/+4
* Use factory to create histograms, and refcounts to track lifetimesjar@chromium.org2009-12-061-10/+12
* Ninth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-071-0/+4
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-6/+4
* So it turns out that gdk already has a function that does exactly what we want.estade@chromium.org2009-08-121-2/+2
* linux: port Jankometerevan@chromium.org2009-07-081-19/+62
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-5/+4
* Port base/watchdog to Linux.deanm@chromium.org2008-11-251-2/+2
* Build fix 2.evanm@google.com2008-11-221-2/+1
* Build fix.evanm@google.com2008-11-221-1/+2
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-221-10/+10
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+3
* Chrome changes corresponding to my message_loop_type CL.darin@google.com2008-08-261-4/+7
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add chrome to the repository.initial.commit2008-07-261-0/+248