MCPcopy Create free account
hub / github.com/LiangliangNan/PolyFit / ~ProgressLogger

Method ~ProgressLogger

code/basic/progress.cpp:103–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103ProgressLogger::~ProgressLogger() {
104 Progress::instance()->notify(100) ;
105 Progress::instance()->notify(0) ;
106 Progress::instance()->pop() ;
107}
108
109void ProgressLogger::next() {
110 cur_val_++ ;

Callers

nothing calls this directly

Calls 3

popMethod · 0.80
instanceFunction · 0.70
notifyMethod · 0.45

Tested by

no test coverage detected