respace.ResultSet.get_timing_stats#
- ResultSet.get_timing_stats(res_names: str | list[str] | None = None) DataFrame[source]#
Get the summary statistics of the distirbutions of computing times for results.
- Parameters:
- res_namesstr | list[str] | None, optional
Name of the result or list of names of the results for which to get the timing statistics. By default, the statistics will be returned for all results.
- Returns:
- pd.DataFrame
DataFrame containing the statistics on computing times returned by
pd.Series.describe().