MCPcopy Create free account
hub / github.com/chengwei0427/Lidar_IMU_Localization / toc

Method toc

include/utils/timer.h:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 }
23
24 double toc()
25 {
26 end = std::chrono::system_clock::now();
27 std::chrono::duration<double> dt = end - start;
28 return dt.count() * 1000;
29 }
30
31 void tic_toc()
32 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected