Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_accept
Function · 0.80
common_sampler_sample
Function · 0.80
common_sampler_get_candidates
Function · 0.80
Calls
1
common_time_meas
Class · 0.85
Tested by
no test coverage detected