MCPcopy Create free account
hub / github.com/aws/aws-cli / _log_invocation_time

Method _log_invocation_time

scripts/performance/benchmark_utils.py:298–301  ·  view source on GitHub ↗
(params, request_signer, model, **kwargs)

Source from the content-addressed store, hash-verified

296 after_imports = time.time()
297
298 def _log_invocation_time(params, request_signer, model, **kwargs):
299 nonlocal first_client_invocation_time
300 if first_client_invocation_time is None:
301 first_client_invocation_time = time.time()
302
303 def _log_create_client_start(**kwargs):
304 nonlocal create_client_start_time

Callers

nothing calls this directly

Calls 1

timeMethod · 0.45

Tested by

no test coverage detected