Help needed urgent!
C / C++ / MFC
4
Posts
2
Posters
0
Views
1
Watching
-
Hi, In a multithreaded C++ application, how to find out the % of CPU used by some of the threads from within the program
See if my response here will get you started.
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)
-
See if my response here will get you started.
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)
-
Thanks for your response. Can you tell me how to find out the memory footprint for the processes from the program?
ben2 wrote: Can you tell me how to find out the memory footprint for the processes from the program? Do you mean the heap or the stack? If the former, see this article. If the latter, then I'm not sure.
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)