Enum dvcompute_results::simulation::results::locale::ResultId[][src]

pub enum ResultId {
Show 79 variants Time, VectorItem(usize), SamplingStats, SamplingStatsCount, SamplingStatsMean, SamplingStatsMean2, SamplingStatsDeviation, SamplingStatsVariance, SamplingStatsMin, SamplingStatsMax, TimingStats, TimingStatsCount, TimingStatsMean, TimingStatsDeviation, TimingStatsVariance, TimingStatsMin, TimingStatsMax, TimingStatsMinTime, TimingStatsMaxTime, TimingStatsStartTime, TimingStatsLastTime, TimingStatsSum, TimingStatsSum2, Queue, QueueEmpty, QueueFull, QueueMaxCount, QueueCount, QueueCountStats, QueueContent, QueueContentStats, EnqueueCount, EnqueueCountStats, EnqueueZeroEntryCount, EnqueueLostCount, EnqueueStoreCount, DequeueCount, DequeueExtractCount, QueueLoadFactor, EnqueueRate, EnqueueStoreRate, DequeueRate, DequeueExtractRate, QueueWaitTime, QueueNotZeroEntryWaitTime, QueueTotalWaitTime, EnqueueWaitTime, DequeueWaitTime, QueueRate, Facility, FacilityQueueCount, FacilityQueueCountStats, FacilityTotalWaitTime, FacilityWaitTime, FacilityTotalHoldingTime, FacilityHoldingTime, FacilityInterrupted, FacilityCount, FacilityCountStats, FacilityCaptureCount, FacilityUtilCount, FacilityUtilCountStats, Storage, StorageCapacity, StorageEmpty, StorageFull, StorageQueueCount, StorageQueueCountStats, StorageTotalWaitTime, StorageWaitTime, StorageAverageHoldingTime, StorageContent, StorageContentStats, StorageUseCount, StorageUsedContent, StorageUtilCount, StorageUtilCountStats, UserDefined(UserDefinedResult), LocalisedResult(LocalisedResult),
}
Expand description

The result enity identifier.

Variants

Time

The time computation.

VectorItem(usize)

Tuple Fields

0: usize

The vector item.

SamplingStats

Observation-based statistics.

SamplingStatsCount

The count of samples in the statistics summary.

SamplingStatsMean

The average value in the statistics summary.

SamplingStatsMean2

The average square value in the statistics summary.

SamplingStatsDeviation

The deviation in the statistics summary.

SamplingStatsVariance

The variance in the statistics summary.

SamplingStatsMin

The minimum value in the statistics summary.

SamplingStatsMax

The maximum value in the statistics summary.

TimingStats

A time persistent variable statistics.

TimingStatsCount

The count of samples in the statistics summary.

TimingStatsMean

The average value in the statistics summary.

TimingStatsDeviation

The deviation in the statistics summary.

TimingStatsVariance

The variance in the statistics summary.

TimingStatsMin

The minimum value in the statistics summary.

TimingStatsMax

The maximum value in the statistics summary.

TimingStatsMinTime

The time at which the minimum is attained.

TimingStatsMaxTime

The time at which the maximum is attained.

TimingStatsStartTime

The start time of sampling.

TimingStatsLastTime

The last time of sampling.

TimingStatsSum

The sum of values.

TimingStatsSum2

The sum of square values.

Queue

The queue identifier.

QueueEmpty

Whether the queue is empty.

QueueFull

Whether the queue is full.

QueueMaxCount

The queue capacity,

QueueCount

The queue size.

QueueCountStats

The queue size statistics.

QueueContent

The queue content.

QueueContentStats

The queue content statistics.

EnqueueCount

The enqueue count.

EnqueueCountStats

The enqueue count statistics.

EnqueueZeroEntryCount

The enqueue zero entry count.

EnqueueLostCount

The enqueue lost count.

EnqueueStoreCount

The enqueue store count.

DequeueCount

The dequeue count.

DequeueExtractCount

The dequeue extraction count.

QueueLoadFactor

The queue load factor.

EnqueueRate

The enqueue rate.

EnqueueStoreRate

The enqueue store rate.

DequeueRate

The dequeue rate.

DequeueExtractRate

The dequeue extract rate.

QueueWaitTime

The queue wait time.

QueueNotZeroEntryWaitTime

The queue non-zero entry wait time.

QueueTotalWaitTime

The queue total wait time.

EnqueueWaitTime

The enqueue wait time.

DequeueWaitTime

The dequeue wait time.

QueueRate

The queue rate.

Facility

The facility identifier.

FacilityQueueCount

The facility queue count.

FacilityQueueCountStats

The facility queue count statistics.

FacilityTotalWaitTime

The total facility wait time.

FacilityWaitTime

The facility wait time.

FacilityTotalHoldingTime

The total facility holding time.

FacilityHoldingTime

The facility holding time.

FacilityInterrupted

The facility interrupted flag.

FacilityCount

The facility counter.

FacilityCountStats

The facility counter statistics.

FacilityCaptureCount

The facility capture count.

FacilityUtilCount

The facility utilisation count.

FacilityUtilCountStats

The facility utilisation count statistics.

Storage

The storage identifier.

StorageCapacity

The storage capacity.

StorageEmpty

Whether the storage is empty.

StorageFull

Whether the storage is full.

StorageQueueCount

The storage queue count.

StorageQueueCountStats

The storage queue count statistics.

StorageTotalWaitTime

The storage total wait time.

StorageWaitTime

The storage wait time.

StorageAverageHoldingTime

The average storage holding time.

StorageContent

The storage content.

StorageContentStats

The storage content statistics.

StorageUseCount

The storage use count.

StorageUsedContent

The used storage content.

StorageUtilCount

The storage utilisation count.

StorageUtilCountStats

The storage utilisation count statistics.

UserDefined(UserDefinedResult)

Tuple Fields

An user defined description.

LocalisedResult(LocalisedResult)

Tuple Fields

A localised result.

Implementations

Get the result description.

Get the result title.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

Restrict a value to a certain interval. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.