I'm getting HWiNFO's values from the registry. While it doesn't store the highest value, I'm trying to monitor the highest amount of VRAM used using MaxValue in the measure but it's not working for some reason:
![Image]()
Any help would be appreciated.

Code:
[MeasureGPUMemoryUsageString]Measure=StringString=[MeasureGPUMemoryUsage]Substitute=",":"","MB":""," ":""DynamicVariables=1[MeasureGPUMemoryUsageValue]Measure=CalcFormula=[MeasureGPUMemoryUsageString]DynamicVariables=1[MeasureGPUMemoryUsageScaled]Measure=CalcFormula=([MeasureGPUMemoryUsageValue] * 1024 * 1024)DynamicVariables=1[MeasureGPUMemoryUsageValueMax]Measure=CalcFormula=[MeasureGPUMemoryUsageValue:MaxValue]DynamicVariables=1[MeasureGPUMemoryUsageValueMaxScaled]Measure=CalcFormula=([MeasureGPUMemoryUsageValueMax] * 1024 * 1024)DynamicVariables=1
Statistics: Posted by ZipD — Yesterday, 12:01 pm — Replies 5 — Views 78