cubecl_runtime

Type Alias TimestampsResult

Source
pub type TimestampsResult = Result<Duration, TimestampsError>;
Expand description

Result when collecting timestamps.

Aliased Type§

enum TimestampsResult {
    Ok(Duration),
    Err(TimestampsError),
}

Variants§

§1.0.0

Ok(Duration)

Contains the success value

§1.0.0

Err(TimestampsError)

Contains the error value