Searched refs:timestamps_ns (Results 1 – 2 of 2) sorted by relevance
107 if (!vect.timestamps_ns.empty() && in AddSnapshot()108 timestamp_ns < vect.timestamps_ns.back()) { in AddSnapshot()117 vect.timestamps_ns.back()); in AddSnapshot()141 vect.timestamps_ns.emplace_back(timestamp_ns); in AddSnapshot()246 const auto& ts_vec = cur_snap.timestamps_ns; in ConvertSlowpath()275 int64_t next_timestamp_ns = next_snap.timestamps_ns[next_index]; in ConvertSlowpath()
246 std::vector<int64_t> timestamps_ns; member