Searched defs:start_time_ns (Results 1 – 8 of 8) sorted by relevance
31 uint64 start_time_ns; // time before collection. member
222 void NormalizeTimestamps(XPlane* plane, uint64 start_time_ns) { in NormalizeTimestamps()230 void NormalizeTimestamps(XSpace* space, uint64 start_time_ns) { in NormalizeTimestamps()
193 absl::string_view display, int64 start_time_ns, in CheckXLine()
41 void PostProcessSingleHostXSpace(XSpace* space, uint64 start_time_ns) { in PostProcessSingleHostXSpace()
72 uint64 start_time_ns; member
175 const uint64_t start_time_ns = start_time_ms * kNsPerMs; in AddChapter() local
158 uint64 start_time_ns = 0; member
626 let start_time_ns = u64::from(self.0.num_seconds_from_midnight()) * 1_000_000_000 in key_points() localVariable