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

Unified Diff: runtime/vm/benchmark_test.cc

Issue 274043003: Adds debugger patching to arm64. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 7 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/assembler_arm64.cc ('k') | runtime/vm/code_patcher_arm64.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 35975)
+++ runtime/vm/benchmark_test.cc (working copy)
@@ -31,8 +31,6 @@
}
}
-// TODO(zra): Remove when tests are ready to enable.
-#if !defined(TARGET_ARCH_ARM64)
//
// Measure compile of all functions in dart core lib classes.
@@ -54,9 +52,7 @@
benchmark->set_score(elapsed_time);
}
-#endif
-
//
// Measure creation of core isolate from a snapshot.
//
@@ -91,9 +87,6 @@
}
-// TODO(zra): Remove when tests are ready to enable.
-#if !defined(TARGET_ARCH_ARM64)
-
//
// Measure invocation of Dart API functions.
//
@@ -197,9 +190,7 @@
benchmark->set_score(elapsed_time);
}
-#endif
-
//
// Measure time accessing internal and external strings.
//
@@ -241,9 +232,6 @@
}
-// TODO(zra): Remove when tests are ready to enable.
-#if !defined(TARGET_ARCH_ARM64)
-
//
// Measure compile of all dart2js(compiler) functions.
//
@@ -325,9 +313,7 @@
free(script);
}
-#endif
-
//
// Measure frame lookup during stack traversal.
//
« no previous file with comments | « runtime/vm/assembler_arm64.cc ('k') | runtime/vm/code_patcher_arm64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698