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

Method print_progress

src/indicators.hpp:2881–2892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2879
2880public:
2881 void print_progress() {
2882 std::lock_guard<std::mutex> lock{mutex_};
2883 if (started_)
2884 move_up(count);
2885 for (auto &bar : bars_) {
2886 bar.get().print_progress(true);
2887 std::cout << "\n";
2888 }
2889 std::cout << termcolor::reset;
2890 if (!started_)
2891 started_ = true;
2892 }
2893};
2894
2895} // namespace indicators

Callers

nothing calls this directly

Calls 2

move_upFunction · 0.85
print_progressMethod · 0.45

Tested by

no test coverage detected