MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / tm

Method tm

common/sampling.cpp:164–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162 }
163
164 common_time_meas tm() {
165 return common_time_meas(t_total_us, params.no_perf);
166 }
167
168 mutable int64_t t_total_us = 0;
169};

Callers 3

common_sampler_acceptFunction · 0.80
common_sampler_sampleFunction · 0.80

Calls 1

common_time_measClass · 0.85

Tested by

no test coverage detected