GPUdb.show_system_timing( options = {} )
Returns the last 100 requests made to GPUdb along with the request timing and internal job id. The GPUdb Admin tool uses it to present request timing information to the user.
Input Parameter Description
Name | Type | Description |
---|---|---|
options | dict of str | Optional parameters, currently unused. Default value is an empty dict ( {} ). |
Output Parameter Description
Name | Type | Description |
---|---|---|
endpoints | list of str | List of recently called endpoints, most recent first. |
time_in_ms | list of floats | List of time (in ms) of the recent requests. |
jobIds | list of str | List of the internal job ids for the recent requests. |