Searched defs:seconds (Results 1 – 2 of 2) sorted by relevance
42 int64_t seconds = t[tsi].tv_sec - t[tsi ^ 1].tv_sec; in perf_stop() local107 int seconds = seconds_total % 60; in stop_virtual_time_check() local
172 …private bool SendToWireshark(byte[] buffer, int offset, int lenght, uint seconds, uint microsecond… in SendToWireshark()