Searched refs:tsBegin (Results 1 – 3 of 3) sorted by relevance
196 tsBegin = LogTimeStamp(CLOCK_REALTIME); in Reset()216 return tsBegin; in GetBeginTs()
188 const LogTimeStamp tsBegin = stats.GetBeginTs(); in SendOverallStats() local189 rsp.tsBeginSec = tsBegin.tv_sec; in SendOverallStats()190 rsp.tsBeginNsec = tsBegin.tv_nsec; in SendOverallStats()
170 LogTimeStamp tsBegin; variable