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

Unified Diff: runtime/vm/tags.h

Issue 973553005: Fix memory leak in CPU Profile page (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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/profiler_service.cc ('k') | runtime/vm/tags.cc » ('j') | 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 9379e1780953d589268a1b1a2d7f51870284fefd..822699135adcf1d95956a698f650b82cd0af22dc 100644
--- a/runtime/vm/tags.h
+++ b/runtime/vm/tags.h
@@ -36,6 +36,9 @@ class VMTag : public AllStatic {
VM_TAG_LIST(DEFINE_VM_TAG_ID)
#undef DEFINE_VM_TAG_KIND
kNumVMTags,
+ kRootTagId, // Special tag used as root of all profiles.
+ kTruncatedTagId, // Special tag used to indicate a truncated call stack.
+ kLastTagId,
};
static bool IsVMTag(uword id) {
« no previous file with comments | « runtime/vm/profiler_service.cc ('k') | runtime/vm/tags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698