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

Unified Diff: runtime/vm/benchmark_test.cc

Issue 264753002: Adds Simulator Longjmp and enables many tests for arm64. (Closed) Base URL: http://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 | « no previous file | runtime/vm/code_descriptors_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/benchmark_test.cc
===================================================================
--- runtime/vm/benchmark_test.cc (revision 35591)
+++ runtime/vm/benchmark_test.cc (working copy)
@@ -54,7 +54,9 @@
benchmark->set_score(elapsed_time);
}
+#endif
+
//
// Measure creation of core isolate from a snapshot.
//
@@ -89,6 +91,9 @@
}
+// TODO(zra): Remove when tests are ready to enable.
+#if !defined(TARGET_ARCH_ARM64)
+
//
// Measure invocation of Dart API functions.
//
@@ -192,7 +197,9 @@
benchmark->set_score(elapsed_time);
}
+#endif
+
//
// Measure time accessing internal and external strings.
//
@@ -234,6 +241,9 @@
}
+// TODO(zra): Remove when tests are ready to enable.
+#if !defined(TARGET_ARCH_ARM64)
+
//
// Measure compile of all dart2js(compiler) functions.
//
@@ -315,7 +325,9 @@
free(script);
}
+#endif
+
//
// Measure frame lookup during stack traversal.
//
@@ -581,6 +593,4 @@
benchmark->set_score(elapsed_time);
}
-#endif // !defined(TARGET_ARCH_ARM64)
-
} // namespace dart
« no previous file with comments | « no previous file | runtime/vm/code_descriptors_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698