PresentMon icon indicating copy to clipboard operation
PresentMon copied to clipboard

Pull Static Data out of per-frame / per-device data in SHM

Open planetchili opened this issue 11 months ago • 0 comments

Right now static data such as process name or memory capacity is duplicated for every frame. API already differentiates between static and dynamic metrics and has (ill-defined) support for filling static data into dynamic (and frame?) queries. There are some ad-hoc efforts at caching some of these values in various places which adds extra confusion and potential for bugs. We need to store statics in a single location in SHM on a per-process or per-device basis as appropriate.

planetchili avatar Jan 30 '25 05:01 planetchili