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

Function Now

tests/navigation_test.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41using Milliseconds = std::chrono::milliseconds;
42
43std::chrono::high_resolution_clock::time_point Now()
44{
45 return std::chrono::high_resolution_clock::now();
46}
47
48//--------------------------------------------
49

Callers 1

tickMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected