summaryrefslogtreecommitdiffstats
path: root/base/tracked_objects.cc
Commit message (Expand)AuthorAgeFilesLines
* base: Add out-of-line copy ctors for complex classes.vmpstr2016-02-251-0/+3
* base: Add missing copy ctors where appropriate.vmpstr2016-02-181-0/+3
* profiler: cleanup unused alternate_timer codeprimiano2016-02-031-46/+3
* Modify tracked_objects::DeathData to use atomics.amistry2016-01-131-21/+27
* Switch to standard integer types in base/.avi2015-12-261-29/+29
* Fix a race in ThreadLocalStorage::StaticSlot::initialized which triggers a TS...amistry2015-07-171-11/+12
* Cleanup base profiler initialization code.asvitkine2015-05-071-14/+9
* Revert of Revert of Inlining DeathData accessors, per earlier CR's comment (p...vadimt2015-05-061-26/+0
* Cleanup: removing unused descendants information from tracked objects.vadimt2015-05-011-70/+5
* Revert of Inlining DeathData accessors, per earlier CR's comment (patchset #1...vadimt2015-04-301-0/+26
* Inlining DeathData accessors, per earlier CR's comment.vadimt2015-04-281-26/+0
* Delivering the FIRST_NONEMPTY_PAINT phase changing event to base/. This concl...vadimt2015-04-271-124/+263
* Cleanup: removing unused kTrackAllTaskObjects constantvadimt2015-04-091-23/+1
* Introducing phased profiling framework.vadimt2015-04-011-45/+56
* Removing unused Births methods and unnecessary link from chrome://profiler.vadimt2015-03-091-24/+0
* Removing unused DeathData::ResetMax() methodvadimt2015-03-061-17/+7
* base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON().danakj2015-01-081-9/+9
* Prefix CommandLine usege with base namespace (Part 1: base/)pgal.u-szeged2014-11-251-2/+2
* Make ThreadData::random_number_ an unsigned integer so that overflow has defi...glider2014-11-121-4/+4
* 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