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
Summary:
There are two issues regarding bandwidth calculations in kineto:
1. We are using TSC timestamps as durations instead of the conversion to seconds. We should never call the start/end bare, only use the duration() and timstamp() funcitons.
2. We are not correctly using KB_TO_B as 1024 but instead as 1000 which makes calculations slightly off
Differential Revision: D63422014
0 commit comments