-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.pkg-vm-service
Description
When I need to view the platform event and flutter event at the same time, I will change timeline record to systrace. But sync event is not included in the systrace.
for example , in Flutter framework , lib/src/widgets/framework.dart
void buildScope(Element context, [ VoidCallback callback ]) {
Timeline.startSync('Build', arguments: timelineWhitelistArguments);
...
Timeline.finishSync();
}
Metadata
Metadata
Assignees
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.pkg-vm-service

