Status: New
Owner: ----

New issue 2316 by [email protected]: How to output all functions' running time
http://code.google.com/p/v8/issues/detail?id=2316

Hi
when I use
benchmarks> ../out/mipsel.release/d8 --prof run.js
then it will create a file v8.log. And when i am in the mipsel.release directory, out/mipsel.release> ../../tools/linux-tick-processor ../../benchmaks/v8.log
1.out
in the 1.out, we can get some code-creation infomation, for example:
[JavaScript]:
ticks total nonlib name
407 7.7% 7.7% LazyCompile: *montReduce crypto.js:583
397 7.5% 7.5% LazyCompile: *lin_solve navier-stokes.js:128
269 5.1% 5.1% LazyCompile: *rewrite_nboyer earley-boyer.js:3604
Now, I want to know the run-time of every functions in *.js . Such as in crypto.js, I want to How long the montReduce cost, but don't modify the crypto.js. I want to do run-time statistics for all functions.
How can i do? Thanks!!


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

Reply via email to