updated comment

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4762 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
wj32
2011-10-27 21:08:06 +00:00
parent b161b73866
commit fa9628a71a
+2 -2
View File
@@ -1780,8 +1780,8 @@ VOID PhProcessProviderUpdate(
//
// The first method is simpler but has a problem when a process exits and its cycle time
// is no longer counted in the system-wide total. This may cause the delta to be
// negative and all other calculations to become invalid. Process Explorer simply ignores
// this fact and treats the system-wide delta as unsigned (and therefore huge when negative),
// negative and all other calculations to become invalid. Process Explorer simply ignored
// this fact and treated the system-wide delta as unsigned (and therefore huge when negative),
// leading to all CPU usages being displayed as "< 0.01".
//
// The second method is used here, but the adjustments must be done before the main new/modified