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're sampling every 250ms -- as a result, when we encounter a code that doesn't do much work and takes less than 250ms, energy deltas get reported as zero.
IBM documentation (Section 6.3 and 11.3.2.2) and says that the in-band power sensors get updated every 500us (0.5ms), but our previous correspondence with IBM collaborators recommended sampling at 50ms or slower (>50ms) for reliable data through OPAL.
We'll update the sampling rate in the IBM Port to be 50ms.
The text was updated successfully, but these errors were encountered:
Currently, we're sampling every 250ms -- as a result, when we encounter a code that doesn't do much work and takes less than 250ms, energy deltas get reported as zero.
IBM documentation (Section 6.3 and 11.3.2.2) and says that the in-band power sensors get updated every 500us (0.5ms), but our previous correspondence with IBM collaborators recommended sampling at
50ms
or slower (>50ms
) for reliable data through OPAL.We'll update the sampling rate in the IBM Port to be
50ms
.The text was updated successfully, but these errors were encountered: