summaryrefslogtreecommitdiffstats
path: root/base/tracked.cc
Commit message (Expand)AuthorAgeFilesLines
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-153/+0
* Add ToString() method to tracked_objects::Locationakalin@chromium.org2011-09-161-0/+6
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-1/+1
* Misc fixes to tracked objectsjoth@chromium.org2011-07-151-6/+7
* Remove default initializtion of BirthPlace in Tracked.ajwong@chromium.org2011-06-231-3/+0
* Fix the VS2005 build.darin@chromium.org2011-05-261-1/+4
* Prevent MSVC from inlining GetProgramCounter for LTCG builds.apatrick@chromium.org2011-05-241-0/+3
* Tag all tracked objects, including Tasks, with the program counter at the sit...apatrick@chromium.org2011-05-191-9/+35
* Added task to Observer methodsdavemoore@chromium.org2010-10-261-0/+8
* Header cleanup in base.brettw@chromium.org2010-08-171-2/+2
* Move implementation from header to source.erg@chromium.org2010-07-151-0/+14
* Switch to using TimeTicks for profiling and histogramsjar@chromium.org2010-05-101-4/+6
* Provide a quick and dirty way to reset about:objects datajar@chromium.org2009-12-301-2/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-101-2/+0
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* fix builddarin@google.com2008-08-041-1/+0
* Revise the ObjectWatcher API to be one-to-one with the object being watched. ...darin@google.com2008-08-041-0/+1
* Include trivial definition of method in release mode (where we don't do track...jar@google.com2008-08-011-0/+1
* A new (private) interface is supplied that allows the object watcher (coding injar@google.com2008-08-011-0/+4
* Add base to the repository.initial.commit2008-07-261-0/+113