MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / tick

Method tick

src/indicators.hpp:2396–2403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2394 }
2395
2396 void tick() {
2397 {
2398 std::lock_guard<std::mutex> lock{mutex_};
2399 progress_ += 1;
2400 }
2401 save_start_time();
2402 print_progress();
2403 }
2404
2405 size_t current() {
2406 std::lock_guard<std::mutex> lock{mutex_};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected