Skip to content

Commit

Permalink
Update IHostEnvironmentStatistics.cs (dotnet#6780)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kritner authored Oct 15, 2020
1 parent f372b67 commit 86db319
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ public interface IHostEnvironmentStatistics
long? TotalPhysicalMemory { get; }

/// <summary>
/// Host CPU usage from 0.0-1.0
/// i.e. 0.7f for 70% CPU usage
/// Host CPU usage from 0.0-100.0
/// i.e. 70.0f for 70% CPU usage
/// </summary>
/// <value>0.7</value>
/// <value>70.0</value>
float? CpuUsage { get; }

/// <summary>
Expand Down

0 comments on commit 86db319

Please sign in to comment.