Searched refs:secToUsec (Results 1 – 1 of 1) sorted by relevance
224 constexpr int secToUsec = 1000 * 1000; in dump_to_file() local225 int64_t nowVal = (int64_t)now.tv_sec * secToUsec + (int64_t)now.tv_usec; in dump_to_file()