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

Function elapsed

subprojects/llama.cpp/scripts/tool_bench.py:275–276  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

273 start_time = time.time()
274
275 def elapsed():
276 return time.time() - start_time
277
278 try:
279 test(server)

Callers 1

runFunction · 0.85

Calls 1

timeMethod · 0.80

Tested by

no test coverage detected