Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extract trace from TaskAnnotator::RunTask to its call sites | caseq | 2015-07-16 | 1 | -2/+1 |
| | | | | | | | | | | | | | This extracts TRACE_EVENT() that brackets the task being executed from TaskAnnotator::RunTask() to its call sites, so that it covers time spent in the task observers on the top level (i.e. in MessageLoop). BUG=508005 TBR=chirantan Review URL: https://codereview.chromium.org/1237283006 Cr-Commit-Position: refs/heads/master@{#339091} | ||||
* | base: Factor task debug annotations out of MessageLoop | skyostil@chromium.org | 2014-08-14 | 1 | -0/+33 |
The MessageLoop has some code for adding debug annotations such as trace flows and memory usage tags to posted tasks. Since we want to use these annotations more generally for tasks that are scheduled outside the base message loop, this patch factors it out into a standalone class. TEST=TaskAnnotatorTest BUG=391005 Review URL: https://codereview.chromium.org/455833004 Cr-Commit-Position: refs/heads/master@{#289560} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289560 0039d316-1c4b-4281-b951-d872f2087c98 |