in optimizing(using parallel proccesing) a code i need to count number of task of the code.is it good to count this by flop/s?or by instructions?which one is better and easier way?
how can i count number of tasks of my code?(parallel proccesing)
Started by Sadra, Jun 03 2011 08:52 AM
1 reply to this topic
#1
Posted 03 June 2011 - 08:52 AM
|
|
|
#2
Posted 03 June 2011 - 01:58 PM
Neither of those measurements have anything to do with counting the number of "tasks" (by which I am pretty sure you mean threads). What API for threading are you using? If you aren't using any, then you can automatically assume the number of threads is 1.
Latinamne loqueris?
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









