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]

[src]

[src]

Trait Implementations

impl Display for ProfilingInfoResult
[src]

[src]

Formats the value using the given formatter. Read more

impl From<ProfilingInfoResult> for String
[src]

[src]

Performs the conversion.

impl Debug for ProfilingInfoResult
[src]

[src]

Formats the value using the given formatter. Read more