Click or drag to resize

Demo3D.Utilities.Performance Namespace

[Missing <summary> documentation for "N:Demo3D.Utilities.Performance"]

Classes
  ClassDescription
Public classChartCounter
Public classChooserModel
Public classChooserModelPerfCounterOption
Public classCounter
Predefined PerformanceCounter types.
Public classCounterCount
A count. IncrementBy(Int64) increments the value.
Public classCounterNumber
A number. Log(Int64) sets the value.
Public classCounterOperations
Logs operation statistics: the absolute number of operations performed, and the number of operations executed per second.
Public classCounterPercentageCount
A count as a percentage. IncrementBy(Int64, Int64) increments the numerator and denominator.
Public classCounterPercentageTime
Percentage of time spent on an operation. IncrementBy(Int64) increments the time elapsed spent processing (in ticks).
Public classCounterQueue
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.
Public classCounterTimeMs
A duration in time, logged in milliseconds.
Public classCounterTimeTicks
A duration in time, logged in ticks, scaled to milliseconds.
Public classCounterExample
Public classCounterName
A counter name.
Public classHistogramProperties
Public classPerformanceChartCanvas
Public classPerformanceChartModel
Public classPerformanceChartUIEditor
Public classPerformanceChartWpf
Interaction logic for PerformanceChart.xaml
Public classPerformanceCounter

A performance counter, consisting of one or more PerformanceValue.

Consider using Counter predefined counters instead.

Public classPerformanceSample
Accumulates raw data and computes samples.
Public classPerformanceValue

Represents one value component of a PerformanceCounter.

Consider using Counter predefined counters instead.

Public classPerformanceValueChooser
Interaction logic for PerformanceValueChooser.xaml
Public classPerformanceValueTypeExtensions
Extension methods for PerformanceValueType.
Enumerations
  EnumerationDescription
Public enumerationPerformanceChartType
Charting options.
Public enumerationPerformanceValueType
Performance value type flags, controlling value accumulation and sampling.