Re: [v8-users] d8 dump-counters not working

2015-02-10 Thread Jakob Kummerow
Works for me. What V8 version are you using?

On Tue, Feb 10, 2015 at 11:16 PM, Malek Musleh 
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.


Re: [v8-users] d8 dump-counters not working

2015-02-10 Thread Malek Musleh
It looks like my version is 3.31:

musleh@sherpa12:~/V8/v8/benchmarks$ /home/musleh/V8/v8/out/native/d8
V8 version 3.31.0 (candidate) [console: dumb]
d8>

Malek

On Tue, Feb 10, 2015 at 5:29 PM, Jakob Kummerow  wrote:
> Works for me. What V8 version are you using?
>
> On Tue, Feb 10, 2015 at 11:16 PM, Malek Musleh 
> 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 a topic in the
> Google Groups "v8-users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/v8-users/4MVLacm3nrg/unsubscribe.
> To unsubscribe from this group and all its topics, 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.


Re: [v8-users] d8 dump-counters not working

2015-02-10 Thread Jakob Kummerow
https://chromium.googlesource.com/v8/v8/+/f5ca5a81e9c142281e86cb60a79335d88cabf071
was landed 3 months ago. Try updating past that.

On Tue, Feb 10, 2015 at 11:34 PM, Malek Musleh 
wrote:

> It looks like my version is 3.31:
>
> musleh@sherpa12:~/V8/v8/benchmarks$ /home/musleh/V8/v8/out/native/d8
> V8 version 3.31.0 (candidate) [console: dumb]
> d8>
>
> Malek
>
> On Tue, Feb 10, 2015 at 5:29 PM, Jakob Kummerow 
> wrote:
> > Works for me. What V8 version are you using?
> >
> > On Tue, Feb 10, 2015 at 11:16 PM, Malek Musleh 
> > 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 a topic in the
> > Google Groups "v8-users" group.
> > To unsubscribe from this topic, visit
> > https://groups.google.com/d/topic/v8-users/4MVLacm3nrg/unsubscribe.
> > To unsubscribe from this group and all its topics, 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.
>

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