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

Class common_time_meas

subprojects/llama.cpp/common/common.h:33–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31} while(0)
32
33struct common_time_meas {
34 common_time_meas(int64_t & t_acc, bool disable = false);
35 ~common_time_meas();
36
37 const int64_t t_start_us;
38
39 int64_t & t_acc;
40};
41
42struct common_adapter_lora_info {
43 std::string path;

Callers 1

tmMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected