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

Unified Diff: runtime/vm/tags.h

Issue 1268803006: Support profiler code transition tags (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
« runtime/vm/profiler_service.cc ('K') | « runtime/vm/service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/tags.h
diff --git a/runtime/vm/tags.h b/runtime/vm/tags.h
index e0077cbe025e00a04a29337714322266d3f0cda5..051d435dac4dd8483a6b49b8cbeb3ae58fb18e70 100644
--- a/runtime/vm/tags.h
+++ b/runtime/vm/tags.h
@@ -40,6 +40,13 @@ class VMTag : public AllStatic {
kNumVMTags,
kRootTagId, // Special tag used as root of all profiles.
kTruncatedTagId, // Special tag used to indicate a truncated call stack.
+ // ProfileInfo tags.
+ kNoneCodeTagId,
+ kOptimizedCodeTagId,
+ kUnoptimizedCodeTagId,
+ kNativeCodeTagId,
+ kInlineStartCodeTagId,
+ kInlineEndCodeTagId,
kLastTagId,
};
« runtime/vm/profiler_service.cc ('K') | « runtime/vm/service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698