You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we are using accumulated_start for perf metrics. In this mode, the metric value we write is the sum of all metric readouts since the beginning of measurements.
Alternatively, afaik, we could use accumulated_last, where we write the individual metric readouts instead.
This is not the highest priority of issue but to my knowledge it seems that the accumulation we are doing in lo2s is unnecessary.
And additionally, with accumulation we always run the risk that issues such as #267 mess up the accumulation variable by adding values such as NaN or infinity.
The text was updated successfully, but these errors were encountered:
Currently, we are using accumulated_start for perf metrics. In this mode, the metric value we write is the sum of all metric readouts since the beginning of measurements.
Alternatively, afaik, we could use accumulated_last, where we write the individual metric readouts instead.
This is not the highest priority of issue but to my knowledge it seems that the accumulation we are doing in lo2s is unnecessary.
And additionally, with accumulation we always run the risk that issues such as #267 mess up the accumulation variable by adding values such as NaN or infinity.
The text was updated successfully, but these errors were encountered: