Searched defs:Timestamp (Results 1 – 2 of 2) sorted by relevance
37 struct SHILL_EXPORT Timestamp { struct38 Timestamp() : monotonic{} {} in Timestamp() argument39 Timestamp(const struct timeval& in_monotonic, in Timestamp() argument46 struct timeval monotonic;47 struct timeval boottime;48 std::string wall_clock;
183 uint64_t Record::Timestamp() const { in Timestamp() function in Record530 uint64_t SampleRecord::Timestamp() const { in Timestamp() function in SampleRecord