Struct mcpat::Processor [] [src]

pub struct Processor<'l> {
    // some fields omitted
}

An instance of a system on a chip.

Methods

impl<'l> Processor<'l>
[src]

fn cores(&self) -> Cores<'l>

Return an iterator over cores.

fn l3s(&self) -> L3s<'l>

Return an iterator over L3 caches.

Trait Implementations

impl<'l> Drop for Processor<'l>
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more