Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
ProgressLogger::~ProgressLogger() {
104
Progress::instance()->notify(100) ;
105
Progress::instance()->notify(0) ;
106
Progress::instance()->pop() ;
107
}
108
109
void ProgressLogger::next() {
110
cur_val_++ ;
Callers
nothing calls this directly
Calls
3
pop
Method · 0.80
instance
Function · 0.70
notify
Method · 0.45
Tested by
no test coverage detected