summaryrefslogtreecommitdiffstats
path: root/base/tracked_objects.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* [UMA] Use proper C++ objects to serialize tracked_objects across process boun...isherman@chromium.org2012-04-131-116/+118
* Cleanup: Replace 'DurationInt' with int32, and always use 32-bit integers for...isherman@chromium.org2012-03-241-17/+15
* Support use of third party time function for about:profilerjar@chromium.org2012-02-151-0/+11
* Prefer ScopedNestableTaskAllower over manual save/restoredhollowa@chromium.org2012-02-141-2/+0
* Implement profiler log writing at shutdownrlarocque@chromium.org2012-02-101-24/+0
* Propogate status setting for profiler to track parentsjar@chromium.org2012-02-101-4/+6
* Revert 120789 - Propogate status setting for profiler to track parentsjar@chromium.org2012-02-071-6/+4
* Propogate status setting for profiler to track parentsjar@chromium.org2012-02-071-4/+6
* Make it possible to use ThreadLocalStorage::Slot as a static withoutthakis@chromium.org2012-01-301-1/+1
* Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.fischman@chromium.org2012-01-231-3/+2
* Detect child tasks born during a profiled tasksjar@chromium.org2011-12-141-22/+73
* Minor cleanup preparing for recording parent-child datajar@chromium.org2011-12-091-8/+10
* Support incremental-max and sample in Profiler datajar@chromium.org2011-12-041-142/+121
* Check that thread contexts are cleaned up during profilingjar@chromium.org2011-11-241-5/+17
* Switch to a simple linked-list for worker thread pooljar@chromium.org2011-11-201-52/+48
* Avoid any possibility of an Alloc during TLS thread teardownjar@chromium.org2011-11-181-3/+26
* Remove about:tracking.eroman@chromium.org2011-11-161-157/+0
* Use leaky lazy instance for master lock in profilerjar@chromium.org2011-11-141-4/+8
* Adjust interfaces to indicate when tracking is in progressjar@chromium.org2011-11-141-4/+11
* Switch to using an intergral type for durations inside profilerjar@chromium.org2011-11-111-24/+25
* Revert of Revert 108752 - Support tracking of IPC messages as tasks in profilerjar@chromium.org2011-11-081-94/+9
* Revert 108752 - Support tracking of IPC messages as tasks in profilerjoi@chromium.org2011-11-081-9/+94
* Fix a few typos in tracked_objects.hisherman@chromium.org2011-11-081-14/+14
* Minor cleanup: Make method private that is only used for testingjar@chromium.org2011-11-061-15/+20
* Support tracking of IPC messages as tasks in profilerjar@chromium.org2011-11-051-94/+9
* Support max of profiled times as well as sum and averagejar@chromium.org2011-11-041-6/+47
* Enable tracking of objects by defaultjar@chromium.org2011-10-311-77/+212
* Revert 107895 - Fully enable about:tracking by defaultjoth@chromium.org2011-10-311-187/+67
* Fully enable about:tracking by defaultjar@chromium.org2011-10-301-67/+187
* Revert 107793 - Fully enable about:tracking by defaultjar@chromium.org2011-10-281-186/+66
* Fully enable about:tracking by defaultjar@chromium.org2011-10-281-66/+186
* Support JSON encoding of data for about:tracking informationjar@chromium.org2011-10-241-72/+103
* Update task tracking to not depend on message_loop_ singletonjar@chromium.org2011-10-151-97/+108
* Restore visibilty of Task Tracking via about:trackingjar@chromium.org2011-10-071-6/+7
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-14/+15
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-10/+10
* Support Closure in ALL the loops!ajwong@chromium.org2011-07-261-0/+7
* Apply CSP to chrome: and about: pagestsepez@chromium.org2011-06-281-2/+3
* Base: More adjustments to BASE_API and project dependencies torvargas@google.com2011-04-211-1/+1
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-251-8/+9
* Add/improve a bunch of commentsjar@chromium.org2011-03-081-5/+4
* Commneted out ShutdownSingleThreadedCleanup in debug builds tortenneti@google.com2011-03-011-7/+4
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-4/+4
* Start sorting methods in class declarations.erg@google.com2011-01-071-2/+3
* Move thread local stuff from base to base/threading and consistently use thebrettw@chromium.org2010-12-301-3/+3
* FBTF: Remove unneeded headers from base/ (part 9)thestig@chromium.org2010-11-201-1/+0
* Fix typos in commentsjar@chromium.org2010-11-081-14/+13
* FBTF: Moves code to the headers.erg@google.com2010-09-281-1/+4
* FBTF: Move some inner classes out of their header files.thestig@chromium.org2010-08-051-38/+3