MCPcopy Create free account
hub / github.com/KumarRobotics/sloam / tic

Method tic

sloam/include/segmentation/inference.h:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 std::vector<std::chrono::system_clock::time_point> stimes;
31
32 void tic() {
33 stimes.push_back(std::chrono::high_resolution_clock::now());
34 }
35
36 /**
37 * @brief stops the last timer started and outputs \a msg, if given.

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected