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