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

Unified Diff: runtime/vm/coverage.h

Issue 24654003: Improve code coverage generation. (Closed) Base URL: https://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
« no previous file with comments | « no previous file | runtime/vm/coverage.cc » ('j') | runtime/vm/coverage.cc » ('J')
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 ef7ee82af82f19bb8d32cc9192326377a2ace968..0793ea9dbdbf667348ea4d8950bba80e6fbf31a6 100644
--- a/runtime/vm/coverage.h
+++ b/runtime/vm/coverage.h
@@ -7,6 +7,7 @@
#include "vm/allocation.h"
#include "vm/flags.h"
+#include "vm/object.h"
Ivan Posva 2013/09/27 20:19:54 Why don't you forward declare class Array below?
Michael Lippautz (Google) 2013/09/27 21:46:50 Done.
namespace dart {
@@ -23,6 +24,10 @@ class CodeCoverage : public AllStatic {
private:
static void PrintClass(const Class& cls, const JSONArray& arr);
+ static int PrintFunctionsInSource(const String& source,
+ const Array& functions,
+ int index,
+ const JSONArray& hits_arr);
};
} // namespace dart
« no previous file with comments | « no previous file | runtime/vm/coverage.cc » ('j') | runtime/vm/coverage.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698