MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / progressLog

Function progressLog

tools/modeltool/modeltool.cpp:140–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138//============================================================================//
139
140void progressLog(int value, int total, const std::string& text) {
141 printf("Working %d/%d(%f): %s\n", value, total, (float)value / (float)total, text.c_str());
142}
143
144void progressLog(const std::string& text) {
145 printf("Working: %s\n", text.c_str());

Callers 1

writeDrawInfoBZWFunction · 0.85

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected