Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1319)

Unified Diff: base/threading/worker_pool_win.cc

Issue 8894022: Detect child tasks born during a profiled tasks (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/threading/worker_pool_posix.cc ('k') | base/tracked_objects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/threading/worker_pool_win.cc
===================================================================
--- base/threading/worker_pool_win.cc (revision 113750)
+++ base/threading/worker_pool_win.cc (working copy)
@@ -22,7 +22,7 @@
"src_func", pending_task->posted_from.function_name());
tracked_objects::TrackedTime start_time =
- tracked_objects::ThreadData::NowForStartOfRun();
+ tracked_objects::ThreadData::NowForStartOfRun(pending_task->birth_tally);
pending_task->task.Run();
« no previous file with comments | « base/threading/worker_pool_posix.cc ('k') | base/tracked_objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698