Software Archive
Read-only legacy content
17060 Discussions

cilkview questions

newport_j
Beginner
646 Views
Can one use cilkview on just part of a program to see if the parallelization on that sectionwas worth it in terms of speedup?

I assume that one can use cikview on the whole program to see if there is any speedup (or predicted speed up) from changing the program from c to cilk?

Thanks in advance.

Newport_j
0 Kudos
1 Reply
Barry_T_Intel
Employee
646 Views
Yes, you can analyze just part of a program. See the section titled "Analyzing Portions of an Intel Cilk Plus Program" in cilktools.html. It's in the doc directory where you installed the tools.

- Barry
0 Kudos
Reply