[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Profiler](./puppeteer.protocol.profiler.md) > [Profile](./puppeteer.protocol.profiler.profile.md) > [endTime](./puppeteer.protocol.profiler.profile.endtime.md) ## Protocol.Profiler.Profile.endTime property Profiling end timestamp in microseconds. Signature: ```typescript endTime: number; ```