Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
static 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
35
enum common_log_col : int {
Callers
2
common_log
Method · 0.85
add
Method · 0.85
Calls
1
count
Method · 0.45
Tested by
no test coverage detected