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

Unified Diff: runtime/vm/coverage.h

Issue 143973005: Code coverage in Observatory (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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/bin/vmservice/client/lib/src/observatory_elements/source_view.html ('k') | runtime/vm/coverage.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/coverage.h
diff --git a/runtime/vm/coverage.h b/runtime/vm/coverage.h
index 0c17bda8eb44891b60816c8f92077f34ba52b394..d6680cf07786ac3c9a936e7ee18f1b9a8c3243cc 100644
--- a/runtime/vm/coverage.h
+++ b/runtime/vm/coverage.h
@@ -17,10 +17,12 @@ class Class;
class Function;
class Isolate;
class JSONArray;
+class JSONStream;
class CodeCoverage : public AllStatic {
public:
static void Write(Isolate* isolate);
+ static void PrintToJSONStream(Isolate* isolate, JSONStream* stream);
private:
static void PrintClass(const Class& cls, const JSONArray& arr);
« no previous file with comments | « runtime/bin/vmservice/client/lib/src/observatory_elements/source_view.html ('k') | runtime/vm/coverage.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698