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

Method startProgress

src/openms/source/CONCEPT/ProgressLogger.cpp:224–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 }
223
224 void ProgressLogger::startProgress(SignedSize begin, SignedSize end, const String& label) const
225 {
226 OPENMS_PRECONDITION(begin <= end, "ProgressLogger::init : invalid range!");
227 last_invoke_ = time(nullptr);
228 current_logger_->startProgress(begin, end, label, recursion_depth_);
229 ++recursion_depth_;
230 }
231
232 void ProgressLogger::setProgress(SignedSize value) const
233 {

Callers 15

alignFunction · 0.95
main_Function · 0.45
RNPxlSearch.cppFile · 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
main_Method · 0.45

Calls

no outgoing calls

Tested by 3

main_Method · 0.36
averageCentroidSpectra_Function · 0.36
_testProgressLoggerFunction · 0.36