<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Tracing](./puppeteer.tracing.md) &gt; [stop](./puppeteer.tracing.stop.md)

## Tracing.stop() method

Stops a trace started with the `start` method.

<b>Signature:</b>

```typescript
stop(): Promise<Buffer>;
```
<b>Returns:</b>

Promise&lt;Buffer&gt;

Promise which resolves to buffer with trace data.