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

Unified Diff: runtime/vm/profiler.h

Issue 257053003: Always use the same json for null in the vm service. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: gen js 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_test.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 2308d013d0e1fcae55d342fbf8b7846fefbe59a4..0b681c41caee8302bc9fcab43f6797b8d60bf41e 100644
--- a/runtime/vm/profiler.h
+++ b/runtime/vm/profiler.h
@@ -45,8 +45,8 @@ class Profiler : public AllStatic {
static void BeginExecution(Isolate* isolate);
static void EndExecution(Isolate* isolate);
- static void PrintToJSONStream(Isolate* isolate, JSONStream* stream,
- bool full, TagOrder tag_order);
+ static void PrintJSON(Isolate* isolate, JSONStream* stream,
+ bool full, TagOrder tag_order);
static void WriteProfile(Isolate* isolate);
static SampleBuffer* sample_buffer() {
« no previous file with comments | « runtime/vm/object_test.cc ('k') | runtime/vm/profiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698