I am trying to track which scripts are responsible for executing microtasks 
(by ScriptId).

I am instrumenting MicrotaskQueue::RunMicrotasks to show when microtask 
execution begins and ends, but I want to track which script is responsible 
for things that happen during microtask execution. 

Essentially, I'd just like to generate a trace that logs the following info:

"Microtask generated by scriptId X begins execution"
"Microtask generated by scriptId X ends execution"

Any ideas on how/where to insert instrumentation to achieve this? Thanks!

-- 
-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to