Editar

Compartir a través de


BootPrefetchTraceSourceExtensions.UseReadyBootData(ITraceSource) Method

Definition

Provides data from a trace about boot prefetching activity from Ready Boot.

public static Microsoft.Windows.EventTracing.IPendingResult<Microsoft.Windows.EventTracing.BootPrefetch.IBootPrefetchDataSource> UseReadyBootData (this Microsoft.Windows.EventTracing.ITraceSource trace);
static member UseReadyBootData : Microsoft.Windows.EventTracing.ITraceSource -> Microsoft.Windows.EventTracing.IPendingResult<Microsoft.Windows.EventTracing.BootPrefetch.IBootPrefetchDataSource>
<Extension()>
Public Function UseReadyBootData (trace As ITraceSource) As IPendingResult(Of IBootPrefetchDataSource)

Parameters

trace
ITraceSource

The trace from which to access the data.

Returns

A pending result that, after the trace is processed, provides data from the trace about boot prefetching activity from ReadyBoot.

Remarks

Windows Performance Analyzer provides this data via the Ready Boot Events table.

Applies to