Hi,

The counters an be enabled in the D8 shell (they are not available in the
simple shell). To dump the counters when the D8 shell terminates add the
option --dump-counters. Some counters are also updated by generated code,
but that is not enabled by default. To enable use the option
--native-code-counters

$ ./d8 --native-code-counters --dump-counters test.js

Regards,
Søren

On Sun, Nov 21, 2010 at 23:12, mehrara <[email protected]> wrote:

> Hi all,
> Could someone give me a pointer on how to go about using stats
> counter?
> For instance, what do I need to do if I want to know the number of
> "global_inline_miss"es in my JavaScript application running in Chrome
> browser or a V8 shell?
>
> Thanks.
>
> --
> v8-users mailing list
> [email protected]
> http://groups.google.com/group/v8-users
>

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

Reply via email to