summaryrefslogtreecommitdiffstats
path: root/base/tracked_objects_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* profiler: cleanup unused alternate_timer codeprimiano2016-02-031-2/+1
* Switch to standard integer types in base/.avi2015-12-261-8/+9
* Make operators on scoped_ptr match the ones defined for std::unique_ptrdanakj2015-11-171-2/+2
* Cleanup base profiler initialization code.asvitkine2015-05-071-111/+24
* Cleanup: removing unused descendants information from tracked objects.vadimt2015-05-011-79/+26
* Delivering the FIRST_NONEMPTY_PAINT phase changing event to base/. This concl...vadimt2015-04-271-63/+574
* Introducing phased profiling framework.vadimt2015-04-011-100/+158
* Removing unused DeathData::ResetMax() methodvadimt2015-03-061-81/+17
* Use ThreadData::Now() for TrackingInfo::time_posted initializationjdduke2015-01-091-18/+9
* Standardize usage of virtual/override/final specifiers in base/.dcheng2014-12-231-1/+1
* Creating infrastructure for profiler instrumentation only in developer build ...vadimt2014-10-281-0/+26
* Creating a framework for suppressing pollution of the profiler data and apply...vadimt2014-09-151-53/+273
* test IWYU fixups for basemostynb@opera.com2013-09-031-0/+3
* Update include paths in base for base/process changes.rsesek@chromium.org2013-07-251-1/+1
* Use a direct include of time headers in base/, part 2.avi@chromium.org2013-06-281-1/+1
* Fix timings in TrackedObjects unit testisherman@chromium.org2012-04-131-1/+2
* [UMA] Use proper C++ objects to serialize tracked_objects across process boun...isherman@chromium.org2012-04-131-529/+287
* Add virtual and OVERRIDE to base/ implementation filesrsleevi@chromium.org2012-04-061-1/+1
* Cleanup: Replace 'DurationInt' with int32, and always use 32-bit integers for...isherman@chromium.org2012-03-241-2/+2
* JSONWriter cleanup: integrate pretty print into write options.ericdingle@chromium.org2012-03-161-14/+14
* Propogate status setting for profiler to track parentsjar@chromium.org2012-02-101-18/+31
* Revert 120789 - Propogate status setting for profiler to track parentsjar@chromium.org2012-02-071-31/+18
* Propogate status setting for profiler to track parentsjar@chromium.org2012-02-071-18/+31
* Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.fischman@chromium.org2012-01-231-1/+1
* Compile fix for gcc 4.6, unused variables.joi@chromium.org2011-12-211-3/+1
* Detect child tasks born during a profiled tasksjar@chromium.org2011-12-141-12/+138
* Support incremental-max and sample in Profiler datajar@chromium.org2011-12-041-46/+102
* Remove about:tracking.eroman@chromium.org2011-11-161-7/+0
* Switch to using an intergral type for durations inside profilerjar@chromium.org2011-11-111-12/+10
* Revert of Revert 108752 - Support tracking of IPC messages as tasks in profilerjar@chromium.org2011-11-081-97/+0
* Revert 108752 - Support tracking of IPC messages as tasks in profilerjoi@chromium.org2011-11-081-0/+97
* Minor cleanup: Make method private that is only used for testingjar@chromium.org2011-11-061-2/+7
* Support tracking of IPC messages as tasks in profilerjar@chromium.org2011-11-051-97/+0
* Support max of profiled times as well as sum and averagejar@chromium.org2011-11-041-12/+36
* Test 32bit time in tracked_objectjar@chromium.org2011-11-021-0/+98
* Enable tracking of objects by defaultjar@chromium.org2011-10-311-107/+305
* Revert 107895 - Fully enable about:tracking by defaultjoth@chromium.org2011-10-311-297/+104
* Fully enable about:tracking by defaultjar@chromium.org2011-10-301-104/+297
* Revert 107793 - Fully enable about:tracking by defaultjar@chromium.org2011-10-281-146/+101
* Fully enable about:tracking by defaultjar@chromium.org2011-10-281-101/+146
* Support JSON encoding of data for about:tracking informationjar@chromium.org2011-10-241-6/+316
* base: Constantify the struct used in WprintfFormatPortabilityTest test case.tfarina@chromium.org2011-10-161-3/+3
* Update task tracking to not depend on message_loop_ singletonjar@chromium.org2011-10-151-6/+8
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-8/+6
* Remove default initializtion of BirthPlace in Tracked.ajwong@chromium.org2011-06-231-3/+7
* Reduce header dependencies in base/phajdan.jr@chromium.org2009-06-031-0/+2
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-121-1/+0
* Eliminate the TimerManager by pulling its priority queue into MessageLoop. T...darin@google.com2008-09-071-6/+4
* Add a trailing EOL to tracked_objects_unittest, elimates a GCC warning.deanm@google.com2008-08-261-1/+1
* Move unittests that had a _test filename to _unittest. Update some missing t...deanm@google.com2008-08-261-0/+97