Property MeasuredOn
MeasuredOn
What device and runtime MeasuredPeakBytes came from. Never a guess.
It is a diagnostics string and nothing else: spec section 9.3's formula reads
MeasuredPeakBytes alone and cannot discount a measurement by provenance. So
the rule is on the way in, not on the way out - MeasuredPeakBytes is set only
from a measurement taken on a device of the class the preset is meant to run on. A server
or laptop peak is recorded here with MeasuredPeakBytes left null, which is
what Qwen3_600MInt4 does with its published Graviton figure.
public string? MeasuredOn { get; init; }