tensorbay.client.profile
Statistical.
Profile is a class used to save statistical summary.
- class tensorbay.client.profile.Profile[source]
Bases:
objectThis is a class used to save statistical summary.
- Return type
None
- save(path, file_type='txt')[source]
Save the statistical summary into a file.
- Parameters
path (str) – The file local path.
file_type (str) – Type of the save file, only support ‘txt’, ‘json’, ‘csv’.
- Return type
None