Index: runtime/vm/runtime_entry.h |
=================================================================== |
--- runtime/vm/runtime_entry.h (revision 32362) |
+++ runtime/vm/runtime_entry.h (working copy) |
@@ -61,6 +61,7 @@ |
static void DRT_Helper##name(Isolate* isolate, NativeArguments arguments); \ |
void DRT_##name(NativeArguments arguments) { \ |
CHECK_STACK_ALIGNMENT; \ |
+ DartToVmTimerScope timer(arguments.isolate()); \ |
VERIFY_ON_TRANSITION; \ |
ASSERT(arguments.ArgCount() == argument_count); \ |
if (FLAG_trace_runtime_calls) OS::Print("Runtime call: %s\n", ""#name); \ |