-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
0aacc09
commit ba4a84a
Showing
1 changed file
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters