Struct mcpat::System [] [src]

pub struct System { /* fields omitted */ }

A system.

Methods

impl System
[src]

Load a system from a file.

The file is a configuration file of McPAT.

Perform optimization and produce an instance of the system.

Return the raw specification of the system.

Trait Implementations

impl Drop for System
[src]

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