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

Unified Diff: base/pending_task.h

Issue 1044413002: Record async "task backtraces" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar 00 like. Created 3 years, 11 months 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
Index: base/pending_task.h
diff --git a/base/pending_task.h b/base/pending_task.h
index a55fa518ea070e61ae4d4d23139731e86db5ac15..dd448c8c408ca3c19385bccfda92fe1c0fbce509 100644
--- a/base/pending_task.h
+++ b/base/pending_task.h
@@ -37,6 +37,9 @@ struct BASE_EXPORT PendingTask : public TrackingInfo {
// The site this PendingTask was posted from.
tracked_objects::Location posted_from;
+ // Task backtrace.
+ const void* task_backtrace[4];
+
// Secondary sort key for run time.
int sequence_num;

Powered by Google App Engine
This is Rietveld 408576698