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

Method _log_create_client_end

scripts/performance/benchmark_utils.py:308–311  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

306 create_client_start_time = time.time()
307
308 def _log_create_client_end(**kwargs):
309 nonlocal create_client_end_time
310 if create_client_end_time is None:
311 create_client_end_time = time.time()
312
313 def _log_import_plugins_start(**kwargs):
314 nonlocal plugin_import_depth, plugin_import_start_time

Callers

nothing calls this directly

Calls 1

timeMethod · 0.45

Tested by

no test coverage detected