MCPcopy 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
5uint64_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_benchFunction · 0.85
mem_bench2Function · 0.85
encode_promptFunction · 0.85
run_completionFunction · 0.85
run_perplexityFunction · 0.85
run_passkeyFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 2

mem_benchFunction · 0.68
mem_bench2Function · 0.68