0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
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.