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
Can we add an option for normalizing the results with a constant that the user passes?
To eliminate noise, we often end up running the experiment multiple times, e.g., run hash table lookup in a hot loop K times.
The counters would only make sense after dividing them by K.
The text was updated successfully, but these errors were encountered:
Can we add an option for normalizing the results with a constant that the user passes?
To eliminate noise, we often end up running the experiment multiple times, e.g., run hash table lookup in a hot loop K times.
The counters would only make sense after dividing them by K.
The text was updated successfully, but these errors were encountered: