Enum ocl::enums::ProfilingInfoResult[][src]

pub enum ProfilingInfoResult {
    Queued(u64),
    Submit(u64),
    Start(u64),
    End(u64),
}

A profiling info result.

Variants

Methods

impl ProfilingInfoResult
[src]

Trait Implementations

impl Debug for ProfilingInfoResult
[src]

Formats the value using the given formatter. Read more

impl Display for ProfilingInfoResult
[src]

Formats the value using the given formatter. Read more

impl From<ProfilingInfoResult> for String
[src]

Performs the conversion.

Auto Trait Implementations