You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
I'm able to dump events from .wtf-trace file generated by C++ application: tracing-framework/bin/query.js tmptestbuf.wtf-trace /./
However it's not clear if there is a way to dump events generated on threads different from the default one.
Could you please advice about that?
Appreciate your response.
The text was updated successfully, but these errors were encountered:
I haven't looked at that side of it in quite some time and will be to check
when I'm at my computer. If it helps, each c++ thread is mapped to a "zone"
in wtf parlance, so if you see something that lets you select zones, that
is what you are looking for.
Also make sure you have used some variant of the WTF_THREAD_ENABLE macro
for each thread that you wish to generate a zone for.
Let me know if neither of those things help and I'll look further when I've
got a few minutes later this week.
On Feb 12, 2017 11:19 AM, "Ihor Ivlev" <[email protected]> wrote:
I'm able to dump events from .wtf-trace file generated by C++ application:
tracing-framework/bin/query.js tmptestbuf.wtf-trace /./
However it's not clear if there is a way to dump events generated on
threads different from the default one.
Could you please advice about that?
Appreciate your response.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#582>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAeKgMXvk-vK5GO9uEmC_SBx8n6yI2kAks5rb1shgaJpZM4L-lSf>
.
hi Stella, thank You for Your replies! I'm sure there were multiple threads, I can see them in Web UI. However I couldn't find a way to select a different one using query.js. Would appreciate if You or someone could give a hint.
Sorry for sparse replies, I'm currently having some free time to look mostly at the weekends.
Please let me know if you want me to attach the wtf-trace file.
I'm able to dump events from .wtf-trace file generated by C++ application:
tracing-framework/bin/query.js tmptestbuf.wtf-trace /./
However it's not clear if there is a way to dump events generated on threads different from the default one.
Could you please advice about that?
Appreciate your response.
The text was updated successfully, but these errors were encountered: