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

Method stop_ttft_timer

src/common/AutoModel/automodel.cpp:686–688  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

684/// \note The function will stop the ttft timer
685/// \note The function will check if the ttft timer is valid
686void AutoModel::stop_ttft_timer() {
687 this->profiler_list[TTFT_TIME].stop(1);
688}
689
690/// \brief Reset the total timer
691/// \note The function will reset the total timer

Callers 2

runMethod · 0.80
run_benchmarksFunction · 0.80

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected