GC.GetTotalPauseDuration Method

Definition

Gets the total amount of time paused in GC since the beginning of the process.

public:
 static TimeSpan GetTotalPauseDuration();
public static TimeSpan GetTotalPauseDuration ();
static member GetTotalPauseDuration : unit -> TimeSpan
Public Shared Function GetTotalPauseDuration () As TimeSpan

Returns

The total amount of time paused in GC since the beginning of the process.

Applies to