MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / tm

Method tm

subprojects/llama.cpp/common/sampling.cpp:156–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 }
155
156 common_time_meas tm() {
157 return common_time_meas(t_total_us, params.no_perf);
158 }
159
160 mutable int64_t t_total_us = 0;
161};

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