On Tue, Aug 1, 2023 at 1:22 PM theratliter theratliter
<
thera...@gmail.com> wrote:
>
> Thanks, Ben. What does the "ts" field mean ? i can not find this field in cpu profile. I want to find the corresponding samples of the code that was executed at a certain time.
Sorry, I phrased that kind of ambiguously. "ts" is a property of the
"v8.cpu_profiler" trace event that's emitted when you start/stop the
profiler. It doesn't show up in the CPU profile output like
"startTime" does.
If you use event tracing, you should use "ts" because otherwise you
can't sync profiles with traces.
If you don't use event tracing, you can ignore all that. :-)