Photon Server API Documentation
v5.0RC1
The process cpu usage counter. More...
Public Member Functions | |
| CpuUsageCounterReader (int averageCapacity) | |
| long | Decrement () |
| This method is not supported. More... | |
| float | GetNextValue () |
| Gets the next value. More... | |
| long | Increment () |
| This method is not supported. More... | |
| long | IncrementBy (long value) |
| This method is not supported. More... | |
| double | GetNextAverage () |
Public Attributes | |
| CounterType | CounterType => this.counterImpl.CounterType |
| Gets CounterType. More... | |
| string | Name => this.counterImpl.Name |
| Gets Name. More... | |
| bool | IsValid => this.counterImpl.IsValid |
Additional Inherited Members | |
Properties inherited from ExitGames.Diagnostics.Counter.ICounter | |
| CounterType | CounterType [get] |
| Gets the type of the counter. More... | |
| string | Name [get] |
| Gets the name of the counter. More... | |
| bool | IsValid [get] |
| Returns whether counter is valid or not For WindowsPerfCounters this method may return value whether counter exists or not More... | |
The process cpu usage counter.
|
inline |
|
inline |
This method is not supported.
| NotSupportedException | This is a read only counter. |
Implements ExitGames.Diagnostics.Counter.ICounter.
|
inline |
|
inline |
|
inline |
This method is not supported.
| NotSupportedException | This is a read only counter. |
Implements ExitGames.Diagnostics.Counter.ICounter.
|
inline |
This method is not supported.
| value | The value to increment by. |
| NotSupportedException | This is a read only counter. |
Implements ExitGames.Diagnostics.Counter.ICounter.
| CounterType Photon.Common.LoadBalancer.LoadShedding.Diagnostics.CpuUsageCounterReader.CounterType => this.counterImpl.CounterType |
Gets CounterType.
| bool Photon.Common.LoadBalancer.LoadShedding.Diagnostics.CpuUsageCounterReader.IsValid => this.counterImpl.IsValid |
| string Photon.Common.LoadBalancer.LoadShedding.Diagnostics.CpuUsageCounterReader.Name => this.counterImpl.Name |
Gets Name.