Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andrewkchan/deepseek.cpp
/ get_timestamp_ms
Function
get_timestamp_ms
src/time_utils.cpp:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#include <chrono>
4
5
uint64_t get_timestamp_ms() {
6
return std::chrono::duration_cast<std::chrono::milliseconds>(
7
std::chrono::system_clock::now().time_since_epoch()).count();
8
}
Callers
7
mem_bench
Function · 0.85
mem_bench2
Function · 0.85
encode_prompt
Function · 0.85
run_completion
Function · 0.85
run_perplexity
Function · 0.85
run_passkey
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
2
mem_bench
Function · 0.68
mem_bench2
Function · 0.68