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

Unified Diff: runtime/vm/snapshot_test.cc

Issue 137483010: Add more timing information in the VM to track time spent is dart code Vs native code. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 10 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/service_test.cc ('k') | runtime/vm/timer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/snapshot_test.cc
===================================================================
--- runtime/vm/snapshot_test.cc (revision 32801)
+++ runtime/vm/snapshot_test.cc (working copy)
@@ -1596,7 +1596,7 @@
EXPECT(Dart_IsString(crappy_string_result));
{
- DARTSCOPE(isolate);
+ HANDLESCOPE(isolate);
{
StackZone zone(Isolate::Current());
@@ -1687,7 +1687,7 @@
EXPECT_VALID(lib);
{
- DARTSCOPE(isolate);
+ HANDLESCOPE(isolate);
{
// Generate a list of nulls from Dart code.
ApiNativeScope scope;
@@ -1805,7 +1805,7 @@
EXPECT_VALID(lib);
{
- DARTSCOPE(isolate);
+ HANDLESCOPE(isolate);
{
// Generate a list of nulls from Dart code.
ApiNativeScope scope;
@@ -2037,7 +2037,7 @@
EXPECT_VALID(lib);
{
- DARTSCOPE(isolate);
+ HANDLESCOPE(isolate);
{
// Generate a list of strings from Dart code.
@@ -2242,7 +2242,7 @@
EXPECT_VALID(lib);
{
- DARTSCOPE(isolate);
+ HANDLESCOPE(isolate);
{
// Generate a list of strings from Dart code.
ApiNativeScope scope;
@@ -2461,7 +2461,7 @@
EXPECT_VALID(lib);
{
- DARTSCOPE(isolate);
+ HANDLESCOPE(isolate);
{
// Generate a list of Uint8Lists from Dart code.
ApiNativeScope scope;
« no previous file with comments | « runtime/vm/service_test.cc ('k') | runtime/vm/timer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698