MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / setProgress

Method setProgress

src/openms/source/CONCEPT/ProgressLogger.cpp:232–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 }
231
232 void ProgressLogger::setProgress(SignedSize value) const
233 {
234 // update only if at least 1 second has passed
235 if (last_invoke_ == time(nullptr))
236 {
237 return;
238 }
239 last_invoke_ = time(nullptr);
240 current_logger_->setProgress(value, recursion_depth_);
241 }
242 void ProgressLogger::nextProgress() const
243 {
244 auto p = current_logger_->nextProgress();

Callers 15

alignFunction · 0.95
main_Function · 0.45
loadInputMaps_Method · 0.45
storeFeatureXMLs_Method · 0.45
main_Method · 0.45
main_Method · 0.45
main_Method · 0.45
main_Method · 0.45
main_Method · 0.45
loadInitialMaps_Method · 0.45
storeTransformedMaps_Method · 0.45

Calls

no outgoing calls

Tested by 3

main_Method · 0.36
averageCentroidSpectra_Function · 0.36
_testProgressLoggerFunction · 0.36