Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Understanding Application Profiler: (5 Items)
   
Understanding Application Profiler  
Hello ,
I've attached two screen shots
what is the difference that i see in the Thread Processor Usage when standing on the top application profiler tab 
(global_processes.png)
and my process tab (my_process.png)
Attachment: Image my_process.png 143.82 KB
Re: Understanding Application Profiler  
global_processes.png
Attachment: Image global_processes.png 144.08 KB
Re: Understanding Application Profiler  
One is all binaries and libraries, another one just code in your binary, but not libraries

Vadim Malenboim wrote:
> global_processes.png
> 
> _______________________________________________
> QNX Momentics Community Support
> http://community.qnx.com/sf/go/post20015
> 
> 
> ------------------------------------------------------------------------
> 
Re: Understanding Application Profiler  
why Thread #2 has different values in the two displays , this is my thread not any library ?
Re: Understanding Application Profiler  
What do you mean "not any library's"? Libraries and threads are orthogonal. If you call function from libc from your 
thread your thread would spent lets say 50% time in your binary and
50% in libc. But it is still YOUR thread.

Vadim Malenboim wrote:
> why Thread #2 has different values in the two displays , this is my thread not any library ?
> 
> _______________________________________________
> QNX Momentics Community Support
> http://community.qnx.com/sf/go/post20094
>