Demo3D.Utilities.Performance Namespace |
[Missing <summary> documentation for "N:Demo3D.Utilities.Performance"]
| Class | Description | |
|---|---|---|
| ChartCounter | ||
| ChooserModel | ||
| ChooserModelPerfCounterOption | ||
| Counter |
Predefined PerformanceCounter types.
| |
| CounterCount |
A count.
IncrementBy(Int64) increments the value.
| |
| CounterNumber |
A number.
Log(Int64) sets the value.
| |
| CounterOperations |
Logs operation statistics: the absolute number of operations performed, and the number of operations executed per second.
| |
| CounterPercentageCount |
A count as a percentage.
IncrementBy(Int64, Int64) increments the numerator and denominator.
| |
| CounterPercentageTime |
Percentage of time spent on an operation.
IncrementBy(Int64) increments the time elapsed spent processing (in ticks).
| |
| CounterQueue |
Logs queue statistics: the current length of the queue, the number of items dequeued per second,
and rate at which the queue is growing/shrinking.
| |
| CounterTimeMs |
A duration in time, logged in milliseconds.
| |
| CounterTimeTicks |
A duration in time, logged in ticks, scaled to milliseconds.
| |
| CounterExample | ||
| CounterName |
A counter name.
| |
| HistogramProperties | ||
| PerformanceChartCanvas | ||
| PerformanceChartModel | ||
| PerformanceChartUIEditor | ||
| PerformanceChartWpf |
Interaction logic for PerformanceChart.xaml
| |
| PerformanceCounter | A performance counter, consisting of one or more PerformanceValue. Consider using Counter predefined counters instead. | |
| PerformanceSample |
Accumulates raw data and computes samples.
| |
| PerformanceValue | Represents one value component of a PerformanceCounter. Consider using Counter predefined counters instead. | |
| PerformanceValueChooser |
Interaction logic for PerformanceValueChooser.xaml
| |
| PerformanceValueTypeExtensions |
Extension methods for PerformanceValueType.
|
| Enumeration | Description | |
|---|---|---|
| PerformanceChartType |
Charting options.
| |
| PerformanceValueType |
Performance value type flags, controlling value accumulation and sampling.
|