Skip to content

Conversation

andycall
Copy link
Member

@andycall andycall commented Jan 18, 2024

Support tracking performance profile data for WebF.

  1. Support screenshots recorded in Flutter Frame profile:
image
  1. Record performance data from Dart to JS and JS to Dart
image

Usage

enable profile tracking

void main() {
  enableWebFProfileTracking = true;
  runApp(MyApp());
}

Collect profile data

Map data = WebFProfiler.instance.report();

@andycall andycall force-pushed the feat/paint_optimize branch from 1d180ed to c16f1fb Compare January 30, 2024 09:46
@andycall andycall force-pushed the feat/paint_optimize branch 7 times, most recently from d90b7fb to 54093da Compare February 28, 2024 13:09
@andycall andycall force-pushed the feat/paint_optimize branch 2 times, most recently from 2abd3de to 0e57d57 Compare March 10, 2024 12:40
@andycall andycall changed the title [WIP] feat: optimize paint and add profile records. feat: optimize paint and add profile records. Mar 10, 2024
@andycall andycall force-pushed the feat/paint_optimize branch from 1f514d3 to a076b0a Compare March 10, 2024 12:42
@andycall andycall force-pushed the feat/paint_optimize branch from c85f3e4 to e935038 Compare March 26, 2024 14:58
@andycall andycall force-pushed the feat/paint_optimize branch from e935038 to 51dff4a Compare March 26, 2024 15:01
@andycall andycall force-pushed the feat/paint_optimize branch from 51dff4a to a3ed587 Compare March 26, 2024 17:31
@andycall andycall force-pushed the feat/paint_optimize branch from dbb1110 to da10d76 Compare March 27, 2024 03:23
@andycall andycall added this pull request to the merge queue Mar 27, 2024
Merged via the queue into main with commit f42e476 Mar 27, 2024
@andycall andycall deleted the feat/paint_optimize branch March 27, 2024 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants