Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT-LLM
/ start
Method
start
tensorrt_llm/profiler.py:58–59 ·
view source on GitHub ↗
(self, tag)
Source
from the content-addressed store, hash-verified
56
self._total_elapsed_times = {}
57
58
def
start(self, tag):
59
self._start_times[tag] = time.time()
60
61
def
stop(self, tag) -> float:
62
elapsed_time = time.time() - self._start_times[tag]
Callers
15
initialize
Method · 0.45
_init_engine
Method · 0.45
initialize
Method · 0.45
apply_patches
Function · 0.45
apply_patches
Function · 0.45
apply_patches
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
run
Function · 0.45
run
Function · 0.45
lm_eval_tensorrt_llm.py
File · 0.45
Calls
no outgoing calls
Tested by
3
apply_patches
Function · 0.36
apply_patches
Function · 0.36
apply_patches
Function · 0.36