MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / stop_total_timer

Method stop_total_timer

src/common/AutoModel/automodel.cpp:707–709  ·  view source on GitHub ↗

\brief Stop the total timer \note The function will stop the total timer \note The function will check if the total timer is valid

Source from the content-addressed store, hash-verified

705/// \note The function will stop the total timer
706/// \note The function will check if the total timer is valid
707void AutoModel::stop_total_timer() {
708 this->profiler_list[TOTAL_TIME].stop(this->total_tokens, true);
709}

Callers 14

runMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 1

stopMethod · 0.45

Tested by 13

mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64