= new Dictionary<string, ValueId>(19)
{
{
"Pool Paged Bytes",
ValueId.PoolPagedBytes
},
{
"Pool Nonpaged Bytes",
ValueId.PoolNonpagedBytes
},
{
"Elapsed Time",
ValueId.ElapsedTime
},
{
"Virtual Bytes Peak",
ValueId.VirtualBytesPeak
},
{
"Virtual Bytes",
ValueId.VirtualBytes
},
{
"Private Bytes",
ValueId.PrivateBytes
},
{
"Page File Bytes",
ValueId.PageFileBytes
},
{
"Page File Bytes Peak",
ValueId.PageFileBytesPeak
},
{
"Working Set Peak",
ValueId.WorkingSetPeak
},
{
"Working Set",
ValueId.WorkingSet
},
{
"ID Thread",
ValueId.ThreadId
},
{
"ID Process",
ValueId.ProcessId
},
{
"Priority Base",
ValueId.BasePriority
},
{
"Priority Current",
ValueId.CurrentPriority
},
{
"% User Time",
ValueId.UserTime
},
{
"% Privileged Time",
ValueId.PrivilegedTime
},
{
"Start Address",
ValueId.StartAddress
},
{
"Thread State",
ValueId.ThreadState
},
{
"Thread Wait Reason",
ValueId.ThreadWaitReason
}
}
39 {
40 {
41 "Pool Paged Bytes",
42 ValueId.PoolPagedBytes
43 },
44 {
45 "Pool Nonpaged Bytes",
46 ValueId.PoolNonpagedBytes
47 },
48 {
49 "Elapsed Time",
50 ValueId.ElapsedTime
51 },
52 {
53 "Virtual Bytes Peak",
54 ValueId.VirtualBytesPeak
55 },
56 {
57 "Virtual Bytes",
58 ValueId.VirtualBytes
59 },
60 {
61 "Private Bytes",
62 ValueId.PrivateBytes
63 },
64 {
65 "Page File Bytes",
66 ValueId.PageFileBytes
67 },
68 {
69 "Page File Bytes Peak",
70 ValueId.PageFileBytesPeak
71 },
72 {
73 "Working Set Peak",
74 ValueId.WorkingSetPeak
75 },
76 {
77 "Working Set",
78 ValueId.WorkingSet
79 },
80 {
81 "ID Thread",
82 ValueId.ThreadId
83 },
84 {
85 "ID Process",
86 ValueId.ProcessId
87 },
88 {
89 "Priority Base",
90 ValueId.BasePriority
91 },
92 {
93 "Priority Current",
94 ValueId.CurrentPriority
95 },
96 {
97 "% User Time",
98 ValueId.UserTime
99 },
100 {
101 "% Privileged Time",
102 ValueId.PrivilegedTime
103 },
104 {
105 "Start Address",
106 ValueId.StartAddress
107 },
108 {
109 "Thread State",
110 ValueId.ThreadState
111 },
112 {
113 "Thread Wait Reason",
114 ValueId.ThreadWaitReason
115 }
116 };