method Tracing.prototype.stopRe-exportimport { Tracing } from "https://deno.land/x/pptr@1.2.0/mod.ts"; stop(): Promise<Uint8Array>Stops a trace started with the start method. ReturnsPromise<Uint8Array>Promise which resolves to buffer with trace data.