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

Function bark_get_eval_time

bark.cpp:2454–2459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2452}
2453
2454int64_t bark_get_eval_time(struct bark_context* bctx) {
2455 if (!bctx) {
2456 return 0;
2457 }
2458 return bctx->stats.t_eval_us;
2459}
2460
2461void bark_reset_statistics(struct bark_context* bctx) {
2462 if (!bctx) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected