summaryrefslogtreecommitdiffstats
path: root/base/tracked_objects.cc
Commit message (Expand)AuthorAgeFilesLines
* Enable profiler timing with a field trial.vadimt2014-11-061-11/+26
* Creating infrastructure for profiler instrumentation only in developer build ...vadimt2014-10-281-13/+29
* Creating a framework for suppressing pollution of the profiler data and apply...vadimt2014-09-151-33/+107
* Fix unreachable code warnings in base/. Found by MSVC warning 4702.pkasting@chromium.org2014-03-141-1/+4
* Use Atomic in IsProfilerTimingEnabledqsr@chromium.org2013-12-121-13/+18
* Disable timing from chrome://profiler on Android.qsr@chromium.org2013-12-111-1/+25
* test IWYU fixups for basemostynb@opera.com2013-09-031-5/+7
* Update include paths in base for base/process changes.rsesek@chromium.org2013-07-251-1/+1
* Add queued_time_ms trace for events in message loopwangxianzhu@chromium.org2013-07-101-11/+2
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-101-2/+2
* Annotate the intentional test-only leak in base/tracked_objects.cc.earthdok@google.com2013-06-101-1/+8
* Update "TallyBirth" and "TallyDeath" to "TallyABirth" and "TallyADeath"wtc@chromium.org2013-05-201-4/+4
* Annotate ThreadData::PushToHeadOfList for MemorySanitizer.eugenis@chromium.org2013-03-201-0/+2
* TrackedObjects - fix for checking signed int overflowingrtenneti@chromium.org2013-02-281-6/+4
* base: Constantify thread_name() getter accessor.tfarina@chromium.org2012-11-051-2/+0
* Handle wrapping of task run count beyond 2^31 times.jar@chromium.org2012-07-261-5/+10
* [UMA] Add performance profile data to UMA uploads.isherman@chromium.org2012-04-251-15/+3
* Revert 133773 - [UMA] Add performance profile data to UMA uploads.isherman@chromium.org2012-04-241-3/+15
* [UMA] Add performance profile data to UMA uploads.isherman@chromium.org2012-04-241-15/+3
* Add ipc_channel_nacl to the untrusted build and fix all compile/link errors.bbudge@chromium.org2012-04-231-0/+4
* [UMA] Use proper C++ objects to serialize tracked_objects across process boun...isherman@chromium.org2012-04-131-146/+132
* Cleanup: Replace 'DurationInt' with int32, and always use 32-bit integers for...isherman@chromium.org2012-03-241-18/+18
* simplify a few header includesvapier@chromium.org2012-03-191-1/+1
* Support use of third party time function for about:profilerjar@chromium.org2012-02-151-0/+52
* Propogate status setting for profiler to track parentsjar@chromium.org2012-02-101-14/+17
* Revert 120789 - Propogate status setting for profiler to track parentsjar@chromium.org2012-02-071-17/+14
* Propogate status setting for profiler to track parentsjar@chromium.org2012-02-071-14/+17
* Make it possible to use ThreadLocalStorage::Slot as a static withoutthakis@chromium.org2012-01-301-1/+1
* Cleanup: Remove static storage for variables in an unnamed namespace.jhawkins@chromium.org2012-01-281-3/+5
* 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-40/+128
* Minor cleanup preparing for recording parent-child datajar@chromium.org2011-12-091-15/+11
* Fix the memcheck annotation in RecordDeath().rnk@chromium.org2011-12-051-1/+1
* Add memcheck annotation and remove suppression.rnk@chromium.org2011-12-041-0/+3
* Revert 112937 - Suppress unitialized use of memory for random_number_ seedjar@chromium.org2011-12-041-3/+0
* Suppress unitialized use of memory for random_number_ seedjar@chromium.org2011-12-041-0/+3
* Fixing tree (using smaller prime than 2^31)jar@chromium.org2011-12-041-1/+1
* Support incremental-max and sample in Profiler datajar@chromium.org2011-12-041-89/+155
* Remove bogus line and fix treejar@chromium.org2011-11-241-2/+0
* Check that thread contexts are cleaned up during profilingjar@chromium.org2011-11-241-14/+40
* 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