Home
last modified time | relevance | path

Searched refs:when_ms (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/kyua/store/
H A Dlayout.cpp116 const int when_ms = static_cast<int>(when.to_microseconds() % 1000000); in new_id() local
117 return F("%s.%s-%06s") % test_suite % when_datetime % when_ms; in new_id()