Embedding v8 5.3.

I have a JavaScript function prof.eval which is implemented through a 
callback function that creates a fresh v8 context, starts CPU profiling, 
evaluates the inner script, stops profiling and returns profiling result. 
 The profiling result contains frames calling prof.eval in the stack.  Is 
there anyway to exclude the frames for the outer context?

Thanks!

-- 
-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to