MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / time_readable_ns

Method time_readable_ns

OpenHD/ohd_common/src/openhd_util_time.cpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84std::string openhd::util::time_readable_ns(uint64_t nanoseconds) {
85 return time_readable(std::chrono::nanoseconds(nanoseconds));
86}
87
88uint32_t openhd::util::get_micros(std::chrono::nanoseconds ns) {
89 return static_cast<uint32_t>(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected