Chromium Code Reviews| Index: runtime/lib/timeline.dart |
| diff --git a/runtime/lib/timeline.dart b/runtime/lib/timeline.dart |
| index b4ecd44ffa98abea6bf5c65f11243dc9cab7397c..b1bd190c2db82e273bea44e8248762f55030d2b6 100644 |
| --- a/runtime/lib/timeline.dart |
| +++ b/runtime/lib/timeline.dart |
| @@ -4,6 +4,8 @@ |
| import 'dart:_internal'; |
| +patch bool _isDartStreamEnabled() native "Timline_isDartStreamEnabled"; |
|
rmacnak
2016/05/16 23:10:52
Timeline
Cutch
2016/05/17 15:47:47
Done here and elsewhere.
|
| + |
| patch int _getTraceClock() native "Timeline_getTraceClock"; |
| patch int _getThreadCpuClock() native "Timeline_getThreadCpuClock"; |