MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / llama_time_us

Function llama_time_us

llama.cpp:9785–9787  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9783}
9784
9785int64_t llama_time_us(void) {
9786 return ggml_time_us();
9787}
9788
9789struct llama_model * llama_load_model_from_file_with_context(
9790 const char * path_model,

Callers 1

mainFunction · 0.50

Calls 1

ggml_time_usFunction · 0.70

Tested by

no test coverage detected