[][src]Trait pogo::PogoGroup

pub trait PogoGroup {
    const USE_PGO: bool;
    const NAME: &'static str;
    const PGO_EXEC_COUNT: usize;
}

Associated Constants

const USE_PGO: bool

const NAME: &'static str

const PGO_EXEC_COUNT: usize

Loading content...

Implementors

impl PogoGroup for Global[src]

impl PogoGroup for NoPGO[src]

Loading content...