* attempted to create a kernel profiler

* moved SortedListViewComparer

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1412 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
wj32
2009-06-13 05:41:33 +00:00
parent 09bbec47bf
commit c0db89f2d4
34 changed files with 2365 additions and 36 deletions
+2 -1
View File
@@ -28,6 +28,7 @@ using System.Text;
using System.Threading;
using System.Windows.Forms;
using ProcessHacker.Common;
using ProcessHacker.Common.Objects;
using ProcessHacker.Components;
using ProcessHacker.Native;
using ProcessHacker.Native.Api;
@@ -790,7 +791,7 @@ namespace ProcessHacker
info.AppendLine("KProcessHacker: " + KProcessHacker.Instance.Features.ToString());
info.AppendLine();
info.AppendLine("DISPOSABLE OBJECTS");
info.AppendLine("OBJECTS");
info.AppendLine("Created: " + BaseObject.CreatedCount.ToString());
info.AppendLine("Freed: " + BaseObject.FreedCount.ToString());
info.AppendLine("Disposed: " + BaseObject.DisposedCount.ToString());