Enable timing profile option (#558)

This commit is contained in:
Wenkai Du
2022-06-03 07:05:13 -07:00
committed by GitHub
parent 2f9663379d
commit 7a6c6927ae
4 changed files with 27 additions and 1 deletions
+1
View File
@@ -327,6 +327,7 @@ struct ncclProfElem {
uint64_t total_cycle;
uint64_t wait_cycle; // total wait cycle
// primtive cycles
uint64_t prim_cycle;
uint64_t send_cycle;
uint64_t directSend_cycle;
uint64_t recv_cycle;