MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / bark_get_load_time

Function bark_get_load_time

bark.cpp:2447–2452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2445}
2446
2447int64_t bark_get_load_time(struct bark_context* bctx) {
2448 if (!bctx) {
2449 return 0;
2450 }
2451 return bctx->stats.t_load_us;
2452}
2453
2454int64_t bark_get_eval_time(struct bark_context* bctx) {
2455 if (!bctx) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected