respace.ResultSet.get_time#
- ResultSet.get_time(res_name: str, params: Mapping[str, Hashable]) float[source]#
Get the computing time of result res_name for parameters params.
It must have been computed beforehand.
- Parameters:
- res_namestr
Name of the result for which to get the computing time.
- paramsParamsSingleValue
Dictionary of parameters for which to get the result.
- Returns:
- float
Computing time, in seconds
- Raises:
- ValueError
If the result has never been computed.