Rework network proxy profiling

Cette révision appartient à :
Wenkai Du
2020-06-12 22:29:30 +00:00
Parent b257676f30
révision 7484e53ff7
3 fichiers modifiés avec 41 ajouts et 40 suppressions
+5 -6
Voir le fichier
@@ -221,14 +221,13 @@ struct ncclChannel {
uint32_t* sync;
#ifdef ENABLE_PROFILING
struct timeval tv_send[NCCL_STEPS];
struct timeval tv_recv[NCCL_STEPS];
struct timeval tvs;
int sizes;
int active_req;
uint64_t send_byte;
uint64_t recv_byte;
uint64_t send_us;
uint64_t send_wait_us;
uint64_t recv_us;
uint64_t recv_flush_us;
float bw_cumulative;
int bw_count;
#endif
};
int data[0x80];