Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6735 Discussions

How to know number of threads running when using static linking

murali_523
Beginner
406 Views
Hi,

We were using IPP Image processing methods with static linking. My Qustion is how to check the threads used by IPP methods.

Is there any way in which which processor code is excecuted while using the static library in a custom DLL?

I have called the IPPIStaticInit() method in DLL main method in custom DLL.
0 Kudos
2 Replies
Gennady_F_Intel
Moderator
406 Views
ippGetNumThreads(numthr);
ippGetCpuType();
0 Kudos
Not applicable
406 Views
murali_523 wrote:

Hi,

We were using IPP Image processing methods with static linking. My Qustion is how to check the threads used by IPP methods.

Is there any way in which which processor code is excecuted while using the static library in a custom DLL?

I have called the IPPIStaticInit() method in DLL main method in custom DLL.

0 Kudos
Reply