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

Unified Diff: runtime/vm/timeline.h

Issue 1274953004: Use real process and thread ids when outputting trace-event (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « no previous file | runtime/vm/timeline.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/timeline.h
diff --git a/runtime/vm/timeline.h b/runtime/vm/timeline.h
index 6f20ae3ef65873f0e1fd098b790d45db3d7d6483..1995cfce551ca6fb6053fcdf7df3d0ac1321f45a 100644
--- a/runtime/vm/timeline.h
+++ b/runtime/vm/timeline.h
@@ -96,7 +96,7 @@ class TimelineEvent {
uword state_;
const char* label_;
TimelineStream* stream_;
- Thread* thread_;
+ ThreadId thread_;
void FreeArguments();
« no previous file with comments | « no previous file | runtime/vm/timeline.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698