| Index: runtime/lib/timeline.dart
|
| diff --git a/runtime/lib/timeline.dart b/runtime/lib/timeline.dart
|
| index ae66b6636c36b5e930eeca5898625f4a241614b0..46be451d4553f227616061888411a35c5fc70868 100644
|
| --- a/runtime/lib/timeline.dart
|
| +++ b/runtime/lib/timeline.dart
|
| @@ -25,6 +25,10 @@ void _reportTaskEvent(int start, int taskId, String phase, String category,
|
| void _reportCompleteEvent(int start, int startCpu, String category, String name,
|
| String argumentsAsJson) native "Timeline_reportCompleteEvent";
|
|
|
| +@patch
|
| +void _reportFlowEvent(int start, int startCpu, String category, String name,
|
| + int type, int id, String argumentsAsJson) native "Timeline_reportFlowEvent";
|
| +
|
| @patch
|
| void _reportInstantEvent(int start, String category, String name,
|
| String argumentsAsJson) native "Timeline_reportInstantEvent";
|
|
|