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

Function common_log_set_timestamps

subprojects/llama.cpp/common/log.cpp:419–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419void common_log_set_timestamps(struct common_log * log, bool timestamps) {
420 log->set_timestamps(timestamps);
421}
422
423void common_log_flush(struct common_log * log) {
424 log->pause();

Callers 2

mainFunction · 0.85

Calls 1

set_timestampsMethod · 0.80

Tested by 1

mainFunction · 0.68