Enum ocl_core::types::enums::ProfilingInfoResult [] [src]

pub enum ProfilingInfoResult {
    Queued(u64),
    Submit(u64),
    Start(u64),
    End(u64),
    Error(Box<OclError>),
}

A profiling info result.

Variants

Methods

impl ProfilingInfoResult
[src]

Trait Implementations

impl Debug for ProfilingInfoResult
[src]

Formats the value using the given formatter.

impl Display for ProfilingInfoResult
[src]

Formats the value using the given formatter. Read more

impl From<OclError> for ProfilingInfoResult
[src]

Performs the conversion.

impl Error for ProfilingInfoResult
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more