summaryrefslogtreecommitdiffstats
path: root/base/tracked_objects.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to a simple linked-list for worker thread pooljar@chromium.org2011-11-201-71/+25
* Avoid any possibility of an Alloc during TLS thread teardownjar@chromium.org2011-11-181-20/+60
* Remove about:tracking.eroman@chromium.org2011-11-161-615/+0
* Handle null timer values when profiling sectionsjar@chromium.org2011-11-151-1/+3
* Reduce race potential for lazy testing initialization of profilerjar@chromium.org2011-11-151-8/+23
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* Use leaky lazy instance for master lock in profilerjar@chromium.org2011-11-141-19/+15
* Adjust interfaces to indicate when tracking is in progressjar@chromium.org2011-11-141-0/+10
* Switch to using an intergral type for durations inside profilerjar@chromium.org2011-11-111-29/+29
* Revert of Revert 108752 - Support tracking of IPC messages as tasks in profilerjar@chromium.org2011-11-081-0/+25
* Revert 108752 - Support tracking of IPC messages as tasks in profilerjoi@chromium.org2011-11-081-25/+0
* Support tracking of IPC messages as tasks in profilerjar@chromium.org2011-11-051-0/+25
* Support max of profiled times as well as sum and averagejar@chromium.org2011-11-041-30/+93
* Revert 108352 - Try to see if disabling ALL tracking helps treejar@chromium.org2011-11-031-1/+1
* Try to see if disabling ALL tracking helps treejar@chromium.org2011-11-021-1/+1
* Enable default object tracking no Macjar@chromium.org2011-11-011-5/+0
* Enable tracking of objects by defaultjar@chromium.org2011-10-311-143/+239
* Revert 107895 - Fully enable about:tracking by defaultjoth@chromium.org2011-10-311-177/+131
* Revert 107939 - Pile of nits for tracked object enablementjoth@chromium.org2011-10-311-36/+13
* Revert 107940 - Remove DCHECK that tickles TLS during shutdownjoth@chromium.org2011-10-311-0/+1
* Revert 107944 - Avoid all unnecessary calls to TLS during thread teardownjoth@chromium.org2011-10-311-0/+1
* Avoid all unnecessary calls to TLS during thread teardownjar@chromium.org2011-10-311-1/+0
* Remove DCHECK that tickles TLS during shutdownjar@chromium.org2011-10-311-1/+0
* Pile of nits for tracked object enablementjar@chromium.org2011-10-311-13/+36
* Revert 107928 - Pile of nits for tracked object enablementjar@chromium.org2011-10-311-36/+12
* Pile of nits for tracked object enablementjar@chromium.org2011-10-311-12/+36
* Revert 107921 - Pile of nits for tracked object enablementjar@chromium.org2011-10-311-36/+12
* Pile of nits for tracked object enablementjar@chromium.org2011-10-311-12/+36
* Fully enable about:tracking by defaultjar@chromium.org2011-10-301-131/+177
* Revert 107793 - Fully enable about:tracking by defaultjar@chromium.org2011-10-281-173/+128
* Fully enable about:tracking by defaultjar@chromium.org2011-10-281-128/+173
* Support JSON encoding of data for about:tracking informationjar@chromium.org2011-10-241-118/+232
* Update task tracking to not depend on message_loop_ singletonjar@chromium.org2011-10-151-276/+195
* Restore visibilty of Task Tracking via about:trackingjar@chromium.org2011-10-071-10/+10
* Support Closure in ALL the loops!ajwong@chromium.org2011-07-261-0/+20
* Apply CSP to chrome: and about: pagestsepez@chromium.org2011-06-281-35/+2
* Add/improve a bunch of commentsjar@chromium.org2011-03-081-1/+1
* More DCHECK() updates. A mixture of _EQ and _GE.mhm@chromium.org2011-03-011-1/+1
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-14/+14
* Order function definitions in base/ according to the header.erg@google.com2011-01-111-5/+4
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Move thread local stuff from base to base/threading and consistently use thebrettw@chromium.org2010-12-301-1/+1
* Reland 66791 (change was innocent)willchan@chromium.org2010-11-191-5/+22
* Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-191-22/+5
* Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-191-5/+22
* Revert 65996 (test breakage) - Disallow Singleton and LazyInstance on non-joi...willchan@chromium.org2010-11-131-22/+5
* Disallow Singleton and LazyInstance on non-joinable threads.willchan@chromium.org2010-11-121-5/+22
* Minor typo cleanup of header title for about:tasksjar@chromium.org2010-11-011-1/+1
* FBTF: Moves code to the headers.erg@google.com2010-09-281-0/+12
* Header cleanup in base.brettw@chromium.org2010-08-171-39/+47