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

Unified Diff: runtime/vm/profiler.h

Issue 237683004: Disable applyAuthorStyles (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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/object.cc ('k') | runtime/vm/profiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/profiler.h
diff --git a/runtime/vm/profiler.h b/runtime/vm/profiler.h
index 149f3826d99601cf1892e49a021be2b88923b90f..2308d013d0e1fcae55d342fbf8b7846fefbe59a4 100644
--- a/runtime/vm/profiler.h
+++ b/runtime/vm/profiler.h
@@ -24,6 +24,14 @@ class SampleBuffer;
// Profiler
class Profiler : public AllStatic {
public:
+ enum TagOrder {
+ kNoTags,
+ kUser,
+ kUserVM,
+ kVM,
+ kVMUser
+ };
+
static void InitOnce();
static void Shutdown();
@@ -38,7 +46,7 @@ class Profiler : public AllStatic {
static void EndExecution(Isolate* isolate);
static void PrintToJSONStream(Isolate* isolate, JSONStream* stream,
- bool full, bool use_tags);
+ bool full, TagOrder tag_order);
static void WriteProfile(Isolate* isolate);
static SampleBuffer* sample_buffer() {
« no previous file with comments | « runtime/vm/object.cc ('k') | runtime/vm/profiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698