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

Method start_ttft_timer

src/common/AutoModel/automodel.cpp:678–681  ·  view source on GitHub ↗

\brief Start the ttft timer \note The function will start the ttft timer \note The function will reset the ttft timer

Source from the content-addressed store, hash-verified

676/// \note The function will start the ttft timer
677/// \note The function will reset the ttft timer
678void AutoModel::start_ttft_timer() {
679 this->profiler_list[TTFT_TIME].reset();
680 this->profiler_list[TTFT_TIME].start();
681}
682
683/// \brief Stop the ttft timer
684/// \note The function will stop the ttft timer

Callers 2

runMethod · 0.80
run_benchmarksFunction · 0.80

Calls 2

resetMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected