Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abetlen/llama-cpp-python
/ print_timings
Method
print_timings
llama_cpp/_internals.py:457–458 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
455
llama_cpp.llama_perf_context_reset(self.ctx)
456
457
def
print_timings(self):
458
llama_cpp.llama_perf_context_print(self.ctx)
459
460
# Utility functions
461
@staticmethod
Callers
1
_create_completion
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected