MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / ToUsec

Function ToUsec

src/loggers/bt_file_logger_v2.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18namespace
19{
20int64_t ToUsec(Duration ts)
21{
22 return std::chrono::duration_cast<std::chrono::microseconds>(ts).count();
23}
24} // namespace
25
26// Define the private implementation struct

Callers 2

FileLogger2Method · 0.85
callbackMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected