Click to See Complete Forum and Search --> : Performance monitoring


sh_roohani
June 7th, 2003, 08:50 AM
Hi all,

I saw the function QueryPerformanceCounter in some project and tried to learn about it in MSDN library. There is a complete section on Performance Monitoring in MSDN which I read, but it's still an ambiguity to me. What really is this thing called "Performance Monitoring"? Could anyone please lead me to a simple document on Performance Monitoring, as I really need to understand this topic to accomplish my project.

Any suggestions or comments would be greately appreciated.

Regards,
Shahram Roohani.

NigelQ
June 7th, 2003, 12:55 PM
This (http://codeguru.earthweb.com/system/perfmon.shtml) one seems to address your question.

I located it by searching the CodeGuru site for "Performance Monitor"

Hope this helps,

- Nigel

sh_roohani
June 8th, 2003, 03:53 AM
Thanks Nigel,

I downloaded the code and will check it out.