f52bdb96aa
Added a deprecation notice to Dart_TimelineEvent as well. TEST=Used the embedder API to report an events of each of the following types: Dart_Timeline_Event_Begin, Dart_Timeline_Event_Duration, Dart_Timeline_Event_Instant, Dart_Timeline_Event_Async_Begin, and Dart_Timeline_Event_Async_Instant, each associated with flow IDs. Then, retrieved the trace using GetPerfettoVMTimeline and checked that flow arrows were displayed correctly in the Perfetto trace viewer. Change-Id: I82e49554b5970767e306dc4149a782e99a5c6512 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/302963 Commit-Queue: Derek Xu <derekx@google.com> Reviewed-by: Ben Konyi <bkonyi@google.com>