mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
* 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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user