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

Method set_progress

src/indicators.hpp:2063–2071  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2061 }
2062
2063 void set_progress(size_t new_progress) {
2064 {
2065 std::lock_guard<std::mutex> lock(mutex_);
2066 progress_ = new_progress;
2067 }
2068
2069 save_start_time();
2070 print_progress();
2071 }
2072
2073 void tick() {
2074 {

Callers 2

set_progressMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected