[pywin32-checkins] pywin32/win32/Lib win32pdhutil.py,1.9,1.10
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2005-12-02 07:52:30
|
Update of /cvsroot/pywin32/pywin32/win32/Lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12479/win32/Lib Modified Files: win32pdhutil.py Log Message: Add pointer to MS KB article in the comments. Index: win32pdhutil.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/Lib/win32pdhutil.py,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** win32pdhutil.py 5 Mar 2005 05:06:31 -0000 1.9 --- win32pdhutil.py 2 Dec 2005 07:52:23 -0000 1.10 *************** *** 47,51 **** # you should copy this function, but keep the counter open, and call # CollectQueryData() each time you need to know. ! # See http://msdn.microsoft.com/library/en-us/dnperfmo/html/perfmonpt2.asp # My older explanation for this was that the "AddCounter" process forced # the CPU to 100%, but the above makes more sense :) --- 47,52 ---- # you should copy this function, but keep the counter open, and call # CollectQueryData() each time you need to know. ! # See http://support.microsoft.com/default.aspx?scid=kb;EN-US;q262938 ! # and http://msdn.microsoft.com/library/en-us/dnperfmo/html/perfmonpt2.asp # My older explanation for this was that the "AddCounter" process forced # the CPU to 100%, but the above makes more sense :) |