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

Function t_us

common/log.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34static int64_t t_us() {
35 return std::chrono::duration_cast<std::chrono::microseconds>(std::chrono::system_clock::now().time_since_epoch()).count();
36}
37
38// colors
39enum common_log_col : int {

Callers 2

common_logMethod · 0.85
addMethod · 0.85

Calls 1

countMethod · 0.80

Tested by

no test coverage detected