Struct poisson_queue::op_metadata

Nested Relationships

This struct is a nested type of Template Class poisson_queue.

Struct Documentation

struct op_metadata

Metadata for tracking enqueue_queue/dequeue operations.

Public Members

size_t count = {0}

The # of operations since the last reset.

types::timestep interval_accum = {0}

The accumulated time between operations since the last reset.

size_t total_count = {0}

The # of operations since the beginning of time.

types::timestep total_interval_accum = {0}

The accumulated time between operations since the beginning of time.