共用方式為


PwrTest 計時器案例

PwrTest 計時器案例會在系統計時器解析發生時記錄變更。

語法

pwrtest /timer /?  [/t:n]  [/?] 

/t:n
指定案例執行 (分鐘) 的總時間, (n 的預設值為 30 分鐘) 。

範例

  pwrtest /timer
pwrtest /timer /t:5

XML 記錄檔輸出

<PwrTestLog>
  <SystemInformation>
  </SystemInformation>
  <TimerEvents> 
    <TimerResolutionRundown>
      <Timestamp></Timestamp>
      <CurrentResolution></CurrentResolution>
      <MinimumResolution></MinimumResolution>
      <MaximumResolution></MaximumResolution>
      <KernelCount></KernelCount>
      <KernelResolution></KernelResolution>
    </TimerResolutionRundown>
    <TimerResolutionRequestRundown>
        <Timestamp></Timestamp>
        <AppName></AppName>
        <Resolution></Resolution>
        <ProcessID></ProcessID>
    </TimerResolutionRequestRundown>
    <NtSetTimerResolution>
      <Timestamp></Timestamp>
      <AppName></AppName>
      <ServiceName></ServiceName>
      <Resolution></Resolution>
      <ProcessID></ProcessID>
    </NtSetTimerResolution>
    <UpdateTimerResolution>
      <Timestamp></Timestamp>
      <Resolution></Resolution>
    </UpdateTimerResolution>
    <ExSetTimerResolution>
      <Timestamp></Timestamp>
      <Resolution></Resolution>
    </ExSetTimerResolution>  
  </TimerEvents>
</PwrTestLog> 

下表描述出現在記錄檔中的 XML 元素。

元素 描述
<TimerEvents>

包含所有不同的計時器事件。 PwrTest 記錄檔中只能顯示一個< TimerEvents >元素。

<時間 戳>

任何指定事件的時間戳記。

<TimerResolutionRundown>

顯示目前計時器解析統計資料的事件。 只會記錄其中一個事件。

<CurrentResolution>

目前以毫秒為單位的解析度。

<MinimumResolution>

最小解析度。

<MaximumResolution>

最大解析度。

<KernelCount>

核心模式的解析要求數目。

<KernelResolution>

目前的核心計時器解析度。

<TimerResolutionRequestRundown>

顯示目前解決要求的事件。 可能會記錄多個事件。

<AppName>

要求者的進程名稱。

<解決方案>

以毫秒為單位的要求解析。

<ProcessID>

要求者的進程識別碼。

<NtSetTimerResolution>

事件表示進程已提出計時器解析要求。

<ServiceName>

如果適用,要求者的服務名稱。

<UpdateTimerResolution>

事件表示系統已更新計時器解析。

<ExSetTimerResolution>

事件表示核心元件發出計時器解析要求。

PwrTest 語法