TLPerfLongAnimationFrameScript

See source code
Table of contents

A script attribution entry from a long animation frame.

interface TLPerfLongAnimationFrameScript {}

Properties

duration

Time spent in this script in ms.

duration: number;

invoker

The function name or invoker description.

invoker: string;

sourceURL

The script source URL (may be empty for inline scripts).

sourceURL: string;

Prev
TLPerfLongAnimationFrame
Next
TLRenderingShape