Aardvark.Base


TelemetryExtensions

Static members

Static memberDescription
Add(self, others)
Signature: (self:IProbe * others:IProbe []) -> SumView
Add(self, others)
Signature: (self:IProbe * others:IEnumerable<IProbe>) -> SumView
Add(self, value)
Signature: (self:IProbe * value:IProbe) -> SumView
Add(self, value)
Signature: (self:IProbe * value:float) -> SumView
Add(self, values)
Signature: (self:IProbe * values:float []) -> SumView
Avg(self, others)
Signature: (self:IProbe * others:IProbe []) -> AvgView
Avg(self, others)
Signature: (self:IProbe * others:IEnumerable<IProbe>) -> AvgView
Avg(self, value)
Signature: (self:IProbe * value:IProbe) -> AvgView
Avg(self, value)
Signature: (self:IProbe * value:float) -> AvgView
Avg(self, values)
Signature: (self:IProbe * values:float []) -> AvgView
Max(self, others)
Signature: (self:IProbe * others:IProbe []) -> MaxView
Max(self, others)
Signature: (self:IProbe * others:IEnumerable<IProbe>) -> MaxView
Max(self, value)
Signature: (self:IProbe * value:IProbe) -> MaxView
Max(self, value)
Signature: (self:IProbe * value:float) -> MaxView
Max(self, values)
Signature: (self:IProbe * values:float []) -> MaxView
Min(self, others)
Signature: (self:IProbe * others:IProbe []) -> MinView
Min(self, others)
Signature: (self:IProbe * others:IEnumerable<IProbe>) -> MinView
Min(self, value)
Signature: (self:IProbe * value:IProbe) -> MinView
Min(self, value)
Signature: (self:IProbe * value:float) -> MinView
Min(self, values)
Signature: (self:IProbe * values:float []) -> MinView
Multiply(self, value)
Signature: (self:IProbe * value:IProbe) -> MultiplyView
Multiply(self, value)
Signature: (self:IProbe * value:float) -> MultiplyView
Per(self, denominator)
Signature: (self:IProbe * denominator:IProbe) -> RatioView
Per(self, denominator)
Signature: (self:IProbe * denominator:float) -> RatioView
RatePerSecond(self)
Signature: self:IProbe -> RatePerSecondView
Snapshot(probe)
Signature: probe:IProbe<'T> -> IProbe<'T>
Type parameters: 'T
Subtract(self, others)
Signature: (self:IProbe * others:IProbe []) -> SubtractView
Subtract(self, others)
Signature: (self:IProbe * others:IEnumerable<IProbe>) -> SubtractView
Subtract(self, value)
Signature: (self:IProbe * value:IProbe) -> SubtractView
Subtract(self, value)
Signature: (self:IProbe * value:float) -> SubtractView
Subtract(self, values)
Signature: (self:IProbe * values:float []) -> SubtractView
Sum(self, others)
Signature: (self:IProbe * others:IProbe []) -> SumView
Sum(self, others)
Signature: (self:IProbe * others:IEnumerable<IProbe>) -> SumView
Sum(self, value)
Signature: (self:IProbe * value:IProbe) -> SumView
Sum(self, value)
Signature: (self:IProbe * value:float) -> SumView
Sum(self, values)
Signature: (self:IProbe * values:float []) -> SumView
Utilization(self)
Signature: self:IProbe<TimeSpan> -> UtilizationView
Fork me on GitHub