Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
namespace
19
{
20
int64_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
FileLogger2
Method · 0.85
callback
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected