Status: Accepted
Owner: ----
CC: [email protected],  [email protected],  [email protected]
Labels: Type-Bug Priority-Critical OS-All

New issue 2642 by [email protected]: --prof shows many unaccounted for ticks after r14252.
http://code.google.com/p/v8/issues/detail?id=2642

Steps to reproduce:
1. Run d8 --prof on attached file:
$ ./out/ia32.release/d8 --prof x.js
2. Observe output of linux-ticks-processor:
$ ./tools/linux-tick-processor | head
Statistical profiling result from v8.log, (3704 ticks, 3504 unaccounted, 0 excluded).

 [Unknown]:
   ticks  total  nonlib   name
   3504   94.6%

94.6% ticks unaccounted for! Also around 30% on octane benchmarks I have tried.
Before r14252, all ticks on this file are accounted for.


Attachments:
        x.js  72 bytes

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
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/groups/opt_out.


Reply via email to