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

Side by Side Diff: runtime/lib/timeline.dart

Issue 2451893004: Revert "Reland "Merge more Kernel infrastructure from kernel_sdk SDK fork."" (Closed)
Patch Set: Created 4 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « runtime/lib/regexp_patch.dart ('k') | runtime/lib/typed_data.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 import 'dart:_internal';
6
5 @patch bool _isDartStreamEnabled() native "Timeline_isDartStreamEnabled"; 7 @patch bool _isDartStreamEnabled() native "Timeline_isDartStreamEnabled";
6 8
7 @patch int _getTraceClock() native "Timeline_getTraceClock"; 9 @patch int _getTraceClock() native "Timeline_getTraceClock";
8 10
9 @patch int _getThreadCpuClock() native "Timeline_getThreadCpuClock"; 11 @patch int _getThreadCpuClock() native "Timeline_getThreadCpuClock";
10 12
11 @patch int _getNextAsyncId() native "Timeline_getNextAsyncId"; 13 @patch int _getNextAsyncId() native "Timeline_getNextAsyncId";
12 14
13 @patch int _getIsolateNum() native "Timeline_getIsolateNum"; 15 @patch int _getIsolateNum() native "Timeline_getIsolateNum";
14 16
(...skipping 10 matching lines...) Expand all
25 int end, 27 int end,
26 String category, 28 String category,
27 String name, 29 String name,
28 String argumentsAsJson) native "Timeline_reportCompleteEvent"; 30 String argumentsAsJson) native "Timeline_reportCompleteEvent";
29 31
30 @patch void _reportInstantEvent( 32 @patch void _reportInstantEvent(
31 int start, 33 int start,
32 String category, 34 String category,
33 String name, 35 String name,
34 String argumentsAsJson) native "Timeline_reportInstantEvent"; 36 String argumentsAsJson) native "Timeline_reportInstantEvent";
OLDNEW
« no previous file with comments | « runtime/lib/regexp_patch.dart ('k') | runtime/lib/typed_data.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698