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

Method start

src/openms/source/SYSTEM/StopWatch.cpp:39–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 void StopWatch::start()
40 {
41 if (is_running_)
42 {
43 throw Exception::Precondition(__FILE__, __LINE__, OPENMS_PRETTY_FUNCTION, "StopWatch is already started!");
44 }
45
46 clear();
47 last_start_ = snapShot_();
48 is_running_ = true;
49 }
50
51 void StopWatch::stop()
52 {

Callers 15

plotHeatMapMethod · 0.45
plotFilteredSpectraMethod · 0.45
plotScoresAndWeightsMethod · 0.45
checkRDependenciesMethod · 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
updateTOPPASMethod · 0.45
updateINIMethod · 0.45

Calls 1

clearFunction · 0.50

Tested by 2

main_Method · 0.36
waitForModalWidgetMethod · 0.36