Enable timing profile option (#558)

This commit is contained in:
Wenkai Du
2022-06-03 07:05:13 -07:00
zatwierdzone przez GitHub
rodzic 2f9663379d
commit 7a6c6927ae
4 zmienionych plików z 27 dodań i 1 usunięć
+1
Wyświetl plik
@@ -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;