>From V8 profiler, I can get GC ticks, JS execution ticks and C++
(runtime library?) ticks.
But now, I want to measure the time spending from JS parsing , then
AST traversal to native code generation, is there a convenient way to
reach my goal ?

I find that V8 has 4 states, ie. JS/GC/COMPILER/OTHER.
Can I measure the accurate time spending of code generation by a
method that for each COMPILER state, sum up the time interval between
Enter to and Leave from state.

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to