Struct adapton::reflect::trace::TraceCount [] [src]

pub struct TraceCount {
    pub total_updates: usize,
    pub total_archivist: usize,
    pub reeval_nochange: usize,
    pub reeval_change: usize,
    pub clean_rec: usize,
    pub dirty: (usize, usize),
    pub alloc_fresh: (usize, usize),
    pub alloc_nochange: (usize, usize),
    pub alloc_change: (usize, usize),
}

Count of effects and effect-patterns in trace. For fields with two numbers, the first and second projection give the Role::Editor and Role::Archivist counts, respectively.

Fields

Trait Implementations

impl Clone for TraceCount
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TraceCount
[src]

Formats the value using the given formatter.