WICG / frame-timing

Frame Timing API
https://wicg.github.io/frame-timing/
Other
170 stars 18 forks source link

More control over the FrameTiming API reporting #62

Open sadrulhc opened 4 years ago

sadrulhc commented 4 years ago

An app can have many animations, and there can be many scrolls involved. Having to handle all frame-timing reports for these may be undesirable. We should consider specifying a threshold limit for the PerformanceObserver (e.g. trigger a report only if dropped frames are >= X%, etc.)