Searched refs:timestamp_ (Results 1 – 5 of 5) sorted by relevance
27 uint64_t timestamp_{0}; variable29 virtual uint64_t GetTimestamp() const override { return timestamp_++; } in GetTimestamp()69 timestamp_ = 0; in TEST()
87 timestamp_(std::chrono::system_clock::now()), in StopWatch()92 sw_log.timestamp = timestamp_; in ~StopWatch()
40 std::chrono::system_clock::time_point timestamp_; variable
90 timestamp_(std::chrono::system_clock::now()), in StopWatchLegacy()95 sw_log.timestamp = timestamp_; in ~StopWatchLegacy()