14 lines
592 B
Markdown
14 lines
592 B
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) > [ConsoleProfileFinishedEvent](./puppeteer.protocol.profiler.consoleprofilefinishedevent.md) > [location](./puppeteer.protocol.profiler.consoleprofilefinishedevent.location.md)
|
||
|
|
||
|
## Protocol.Profiler.ConsoleProfileFinishedEvent.location property
|
||
|
|
||
|
Location of console.profileEnd().
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
location: Debugger.Location;
|
||
|
```
|