Profilling
save_workflows_profiler_trace(directory, profiler_trace)
ΒΆ
Save a workflow profiler trace.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
directory
|
str
|
The directory to save the profiler trace. |
required |
profiler_trace
|
List[dict]
|
The profiler trace. |
required |
Source code in inference_sdk/http/utils/profilling.py
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
|