You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm requesting an early TAG design review of User-defined script "entry points" for performance timing.
"Long animation frames" help diagnose main-thread bottlenecks and attribute them to causes like scripts. However, for overhead reasons, we currently only report script "entry points" (platform callbacks, event listeners, script blocks, platform-promise resolvers) - which is often not granular enough.
The proposal is to allow user code to define their functions as "entry points" that would be reported when attributing long animation frames.
こんにちは TAG-さん!
I'm requesting an early TAG design review of User-defined script "entry points" for performance timing.
"Long animation frames" help diagnose main-thread bottlenecks and attribute them to causes like scripts. However, for overhead reasons, we currently only report script "entry points" (platform callbacks, event listeners, script blocks, platform-promise resolvers) - which is often not granular enough.
The proposal is to allow user code to define their functions as "entry points" that would be reported when attributing long animation frames.
Further details:
The text was updated successfully, but these errors were encountered: