23 lines
1.1 KiB
Markdown
23 lines
1.1 KiB
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Profiler](./puppeteer.protocol.profiler.md) > [ScriptTypeProfile](./puppeteer.protocol.profiler.scripttypeprofile.md)
|
||
|
|
||
|
## Protocol.Profiler.ScriptTypeProfile interface
|
||
|
|
||
|
Type profile data collected during runtime for a JavaScript script.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface ScriptTypeProfile
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [entries](./puppeteer.protocol.profiler.scripttypeprofile.entries.md) | [TypeProfileEntry](./puppeteer.protocol.profiler.typeprofileentry.md)<!-- -->\[\] | Type profile entries for parameters and return values of the functions in the script. |
|
||
|
| [scriptId](./puppeteer.protocol.profiler.scripttypeprofile.scriptid.md) | [Runtime.ScriptId](./puppeteer.protocol.runtime.scriptid.md) | JavaScript script id. |
|
||
|
| [url](./puppeteer.protocol.profiler.scripttypeprofile.url.md) | string | JavaScript script name or url. |
|
||
|
|