Works for me. What V8 version are you using?

On Tue, Feb 10, 2015 at 11:16 PM, Malek Musleh <malek.mus...@gmail.com>
wrote:

> Hi,
>
> I am trying to run d8 with the --dump-counter flag, but am not seeing any
> output statistics.
>
> musleh@sherpa12:~/V8/v8/benchmarks$ /home/musleh/V8/v8/out/native/d8
> --native-code-counters --dump-counters run.js
> Richards: 17100
> DeltaBlue: 21740
> Crypto: 16506
> RayTrace: 22251
> EarleyBoyer: 16077
> RegExp: 2321
> Splay: 6167
> NavierStokes: 18828
> ----
> Score (version 7): 12488
>
> I made sure to install the linux profiling tools:
>
> sudo apt-get install linux-tools
> sudo apt-get install linux-tools-common
>
> My understanding is that it should output some information to the terminal
> screen, but I don't see any output to the terminal nor a log generation. I
> looked at the source code, and noticed that one source of error would be if
> I was running  in shared library mode, the counters would not work, but
> there is a printf warning trigger that would be shown if that was the case.
>
> What are the other requirements for getting the counter information to
> work?
>
> Malek
>
> --
> --
> 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.
>

-- 
-- 
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