PresentMon
PresentMon copied to clipboard
Capture and analyze the high-level performance characteristics of graphics applications on Windows.
PresentMon crashes on Windows 8.1 when executing these DWM events: https://github.com/GameTechDev/PresentMon/blob/53a0c153d7bac61c24411fa306219580c6a11186/PresentData/PresentMonTraceConsumer.cpp#L1299-L1307 `ulFlipChain` and `ulSerialNumber` are 8 bytes (uint64_t) on Windows 8.1 however they've been defined as uint32_t and GetEventData copies...
I'm not sure this is the proper place to report this, but as Intel Devs contribute here, hopefully its enough. This repo is very clear about it being Windows specific...
### Auto-migrated from intel-sandbox/applications.graphics.presentmonservice/issues/197 Original creation by markgalvan-intel on 2023-05-11 22:58:47+00:00 Would like either the num lock or the scroll lock light to turn on and off when capturing
### Auto-migrated from intel-sandbox/applications.graphics.presentmonservice/issues/198 Original creation by markgalvan-intel on 2023-05-11 23:00:08+00:00 Would like to set a window size per metric. Now we just have a global window size.
### Auto-migrated from intel-sandbox/applications.graphics.presentmonservice/issues/232 Original creation by planetchili on 2023-05-24 06:55:11+00:00 Just make the size of divisions integral, like 3 or 17? or snap to larger quantizations, like 5, 10,...
### Auto-migrated from intel-sandbox/applications.graphics.presentmonservice/issues/233 Original creation by planetchili on 2023-05-24 07:00:37+00:00 In this way, #/size of division on screen will vary as the scale changes
### Auto-migrated from intel-sandbox/applications.graphics.presentmonservice/issues/234 Original creation by planetchili on 2023-05-24 07:05:33+00:00 Users might be confused when they manipulate the hue of a black color (value ~0) or of a color...
### Auto-migrated from intel-sandbox/applications.graphics.presentmonservice/issues/248 Original creation by markgalvan-intel on 2023-05-24 16:30:14+00:00 Need a way to set enabled PresentMon track options from client application so as to not have unwanted providers...
### Auto-migrated from intel-sandbox/applications.graphics.presentmonservice/issues/249 Original creation by markgalvan-intel on 2023-05-24 16:31:15+00:00
### Auto-migrated from intel-sandbox/applications.graphics.presentmonservice/issues/259 Original creation by markgalvan-intel on 2023-06-01 22:40:05+00:00 Button resets settings, metrics view, etc.