Go to the documentation of this file. 1 #ifndef HAWKTRACER_DURATION_CONVERSION_H 2 #define HAWKTRACER_DURATION_CONVERSION_H 7 #define HT_DUR_US(X) (1000u * X) 9 #define HT_DUR_MS(X) (1000u * HT_DUR_US(X)) 11 #define HT_DUR_S(X) (1000u * HT_DUR_MS(X))