puppeteer/new-docs/puppeteer.protocol.profiler.scripttypeprofile.md
2020-07-13 14:01:35 +01:00

1.1 KiB

Home > puppeteer > Protocol > Profiler > ScriptTypeProfile

Protocol.Profiler.ScriptTypeProfile interface

Type profile data collected during runtime for a JavaScript script.

Signature:

export interface ScriptTypeProfile 

Properties

Property Type Description
entries TypeProfileEntry[] Type profile entries for parameters and return values of the functions in the script.
scriptId Runtime.ScriptId JavaScript script id.
url string JavaScript script name or url.