Struct mcpat::Cache [] [src]

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

A cache of a central processing unit.

Trait Implementations

impl<'l> Component for Cache<'l>
[src]

fn area(&self) -> f64

Return the area (m2).

fn dynamic_power(&self) -> f64

Return the dynamic power (W).

fn leakage_power(&self) -> f64

Return the leakage power (W).