vllm.logging_utils.log_time ¶
Provides a timeslice logging decorator
Functions:
-
logtime–Logs the execution time of the decorated function.
logtime(logger, msg=None) ¶
Logs the execution time of the decorated function. Always place it beneath other decorators.