MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / PM_UNIT

Enum PM_UNIT

IntelPresentMon/PresentMonAPI2/PresentMonAPI.h:174–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 };
173
174 enum PM_UNIT
175 {
176 PM_UNIT_DIMENSIONLESS,
177 PM_UNIT_RATIO,
178 PM_UNIT_BOOLEAN,
179 PM_UNIT_PERCENT,
180 PM_UNIT_FPS,
181 PM_UNIT_MICROSECONDS,
182 PM_UNIT_MILLISECONDS,
183 PM_UNIT_SECONDS,
184 PM_UNIT_MINUTES,
185 PM_UNIT_HOURS,
186 PM_UNIT_MILLIWATTS,
187 PM_UNIT_WATTS,
188 PM_UNIT_KILOWATTS,
189 PM_UNIT_VERTICAL_BLANKS,
190 PM_UNIT_MILLIVOLTS,
191 PM_UNIT_VOLTS,
192 PM_UNIT_HERTZ,
193 PM_UNIT_KILOHERTZ,
194 PM_UNIT_MEGAHERTZ,
195 PM_UNIT_GIGAHERTZ,
196 PM_UNIT_CELSIUS,
197 PM_UNIT_RPM,
198 PM_UNIT_BITS_PER_SECOND,
199 PM_UNIT_KILOBITS_PER_SECOND,
200 PM_UNIT_MEGABITS_PER_SECOND,
201 PM_UNIT_GIGABITS_PER_SECOND,
202 PM_UNIT_BYTES,
203 PM_UNIT_KILOBYTES,
204 PM_UNIT_MEGABYTES,
205 PM_UNIT_GIGABYTES,
206 PM_UNIT_QPC,
207 };
208
209 enum PM_STAT
210 {

Callers 2

Execute_Method · 0.85
ValidateEnumCompletenessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected