On Tue, Aug 1, 2023 at 1:22 PM theratliter theratliter
<theratli...@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. :-)

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/CAHQurc9kJpxuUkZfsvonKEq-UZaAzKV2fuL9BQ3nt0%2BVM%3DjOBQ%40mail.gmail.com.

Reply via email to