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

Unified Diff: runtime/lib/timeline.dart

Issue 1966833002: Dart Timeline improvements (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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
Index: runtime/lib/timeline.dart
diff --git a/runtime/lib/timeline.dart b/runtime/lib/timeline.dart
index 3a336e29fb0181f49eee03cfc41f982db9b11e94..b4ecd44ffa98abea6bf5c65f11243dc9cab7397c 100644
--- a/runtime/lib/timeline.dart
+++ b/runtime/lib/timeline.dart
@@ -6,6 +6,8 @@ import 'dart:_internal';
patch int _getTraceClock() native "Timeline_getTraceClock";
+patch int _getThreadCpuClock() native "Timeline_getThreadCpuClock";
+
patch int _getNextAsyncId() native "Timeline_getNextAsyncId";
patch int _getIsolateNum() native "Timeline_getIsolateNum";

Powered by Google App Engine
This is Rietveld 408576698