[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
Parallella Community Supercomputing for Everyone 2016-11-22T14:03:11+00:00 https://parallella.org/forums/feed.php?f=23&t=3915 2016-11-22T14:03:11+00:00 2016-11-22T14:03:11+00:00 https://parallella.org/forums/viewtopic.php?t=3915&p=18314#p18314 <![CDATA[Re: Instruction and Memory statistics (Performance counters)]]>
Loads and stores are IALU instructions (see arch ref, p.35), so they appear in the IALU Instruction counter.
Remote loads produce external stalls and can be seen with the Ext Fetch/Data Stall counters.
Remote stores access the cMesh and should appear in the Mesh Traffic counter.

Statistics: Posted by sebraa — Tue Nov 22, 2016 2:03 pm


]]>
2016-11-22T12:44:10+00:00 2016-11-22T12:44:10+00:00 https://parallella.org/forums/viewtopic.php?t=3915&p=18312#p18312 <![CDATA[Re: Instruction and Memory statistics (Performance counters)]]>
Thanks a lot for your prompt reply.

I am actually interested in finding the dynamic instruction count to see if an application has lot of computation instructions. The INT_ALU and FP_ALU timers can give this value. However, i cannot find any flags, that can give me the number of loads / stores executed in a program. The EXT_LOAD_STALL timer flag does not capture this.

It will be great if you can point me to the mesh timer document as I can find this information in the manual.

Thank you!
V Vanchinathan

Statistics: Posted by vanchiramani — Tue Nov 22, 2016 12:44 pm


]]>
2016-11-21T10:35:20+00:00 2016-11-21T10:35:20+00:00 https://parallella.org/forums/viewtopic.php?t=3915&p=18308#p18308 <![CDATA[Re: Instruction and Memory statistics (Performance counters)]]>
I covered some benchmarking on my latest blog post: . I hope it gives you some pointers for what you want to measure.

There is also where you can see the instructions for a given chuck of source code. Choose Epiphany gcc 4.8 on the right hand panel and that should give you an idea of what your asm code looks like.

Good luck.

nick

Statistics: Posted by nickoppen — Mon Nov 21, 2016 10:35 am


]]>
2016-11-21T07:12:52+00:00 2016-11-21T07:12:52+00:00 https://parallella.org/forums/viewtopic.php?t=3915&p=18307#p18307 <![CDATA[Instruction and Memory statistics (Performance counters)]]>
I have written applications using coprthr-2 API for parallella. I am interested in knowing the number and type of instructions executed per core.

I would also like to know the number of accesses per program variable and how many times a given e-core is trying to access its neighbours.

Is there any way to get these performance counter values?

Any help is really appreciated. Thanks a lot in advance!
-V Vanchinathan

Statistics: Posted by vanchiramani — Mon Nov 21, 2016 7:12 am


]]>