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

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
« no previous file with comments | « 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 b293663842cbd81baa1a185ae592f30592d60778..6b16be33c4d7ffac837f6e9be06a4ddec9f0e482 100644
--- a/runtime/vm/tags.h
+++ b/runtime/vm/tags.h
@@ -43,6 +43,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,
};
« no previous file with comments | « runtime/vm/service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698