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

Function t_us

subprojects/llama.cpp/common/log.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30static int64_t t_us() {
31 return std::chrono::duration_cast<std::chrono::microseconds>(std::chrono::system_clock::now().time_since_epoch()).count();
32}
33
34// colors
35enum common_log_col : int {

Callers 2

common_logMethod · 0.85
addMethod · 0.85

Calls 1

countMethod · 0.45

Tested by

no test coverage detected