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

Unified Diff: runtime/vm/coverage.h

Issue 24255013: - Write the coverage data to a file instead of printing to stdout. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 3 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
Index: runtime/vm/coverage.h
===================================================================
--- runtime/vm/coverage.h (revision 27712)
+++ runtime/vm/coverage.h (working copy)
@@ -10,7 +10,7 @@
namespace dart {
-DECLARE_FLAG(bool, print_coverage);
+DECLARE_FLAG(charp, coverage_dir);
// Forward declarations.
class Class;
@@ -19,7 +19,7 @@
class CodeCoverage : public AllStatic {
public:
- static void Print(Isolate* isolate);
+ static void Write(Isolate* isolate);
private:
static void PrintClass(const Class& cls, const JSONArray& arr);
« no previous file with comments | « runtime/vm/class_finalizer.cc ('k') | runtime/vm/coverage.cc » ('j') | runtime/vm/coverage.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698