Jump to content

Recommended Posts

Posted

the HDD is busy all the time. You should stop all tools that you don't need to reduce the disk activity pressure.

by tools do you mean startup programs? if so then i have disabled everything except my av, which is security essentials. I also have disabled a heap of non needed services that aren't microsoft related as well. It doesn't seem to make an ounce of difference.

Cheers, Ben


Posted

capture a new trace. This time with this commandline:

xbootmgr –trace boot -traceFlags BASE+LATENCY+DISK_IO_INIT+DISPATCHER+FILE_IO+FILE_IO_INIT+FILENAME  -stackwalk profile+CSwitch+ReadyThread+FileCreate+FileClose+FileRead+FileWrite -resultPath C:\TEMP

this captures file information like which files are read/written during boot. It also captures waits during boot.

  • 3 weeks later...
Posted

Windows boots in 15s to the desktop and is fully booted in 16s.

- <timing bootDoneViaExplorer="15496" bootDoneViaPostBoot="26396" 

You have issues/slowdowns while detecting drives which are connected to the IDE channels:

- <phase name="bootStart" startTime="24" endTime="4277" duration="4253">  <pnpObject name="PCIIDE\IDEChannel\5+688169+0+0" type="Device" activity="Enum" startTime="463" endTime="2971" duration="2508" prePendTime="0" description="IDE Channel" friendlyName="ATA Channel 0" />   <pnpObject name="PCIIDE\IDEChannel\5+688169+0+1" type="Device" activity="Enum" startTime="463" endTime="2971" duration="2508" prePendTime="0" description="IDE Channel" friendlyName="ATA Channel 1" />   <pnpObject name="PCIIDE\IDEChannel\5+3438b61+0+0" type="Device" activity="Enum" startTime="463" endTime="2971" duration="2508" prePendTime="0" description="IDE Channel" friendlyName="ATA Channel 0" />   <pnpObject name="PCIIDE\IDEChannel\5+3438b61+0+1" type="Device" activity="Enum" startTime="464" endTime="2971" duration="2508" prePendTime="0" description="IDE Channel" friendlyName="ATA Channel 1" /> 

I see you get some DPC usgae during boot, so run this command:

xbootmgr -trace boot -traceFlags BASE+LATENCY -stackwalk profile -resultPath C:\TEMP

so that I can see details about the DPC usage.

Posted

the CPU usage from the Kernel and DPC usage comes from the driver SkyNet.SYS. Is 4.6.0.9999 the latest version?

The new boot is faster. 12s to UI and fully booted:

- <timing bootDoneViaExplorer="12184" bootDoneViaPostBoot="22684" 

this is very good :)

Posted

Have been trying my best to solve this issue for the past week.

Recently got my friend to help me set up my rig, specs are as listed:

CPU: Intel® Core i5-4670 CPU @ 3.40GHz (4 CPUs), ~3.4GHz
GPU: Sapphire R9 280X Vapor X 3GB OC
RAM: 8GB
Mobo: Asrock H87m Pro4
SSD: Samsung Evo 120
HDD: 1TB Seagate

Trim is enabled and AHCI enabled during installation.


Issue:
Boot up was fine when the rig first arrived. After installing the drivers and BF4, boot slowed down to 20 over secs and now it takes 48 secs on average (by Bootracer) to boot up. This is with my OS installed on SSD.

Did many troubleshooting and with Event View, managed to lock on to high smssinit time taken. Moved on to zooming in to my graphics driver, and I realized that if I uninstall my graphics driver (with safe mode and driver sweeper), which includes the microsoft auto install standard vga adapter driver btw, and attempt to reboot, my system will boot up in 10 seconds.

If I install the AMD driver (beta or non beta tested), it'll take up to 48 seconds on average.


If anyone is interested, here's the XML of my bootup event view

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">- <System><Provider Name="Microsoft-Windows-Diagnostics-Performance" Guid="{CFC18EC0-96B1-4EBA-961B-622CAEE05B0A}" /> <EventID>100</EventID> <Version>2</Version> <Level>3</Level> <Task>4002</Task> <Opcode>34</Opcode> <Keywords>0x8000000000010000</Keywords> <TimeCreated SystemTime="2013-11-20T17:10:34.339915400Z" /> <EventRecordID>122</EventRecordID> <Correlation ActivityID="{02CC5C40-F800-0000-8C04-AB3313E6CE01}" /> <Execution ProcessID="1616" ThreadID="2716" /> <Channel>Microsoft-Windows-Diagnostics-Performance/Operational</Channel> <Computer>Home-PC</Computer> <Security UserID="S-1-5-19" /> </System>- <EventData><Data Name="BootTsVersion">2</Data> <Data Name="BootStartTime">2013-11-20T17:08:58.593600200Z</Data> <Data Name="BootEndTime">2013-11-20T17:10:33.700878800Z</Data> <Data Name="SystemBootInstance">43</Data> <Data Name="UserBootInstance">39</Data> <Data Name="BootTime">16733</Data> <Data Name="MainPathBootTime">4633</Data> <Data Name="BootKernelInitTime">11</Data> <Data Name="BootDriverInitTime">828</Data> <Data Name="BootDevicesInitTime">368</Data> <Data Name="BootPrefetchInitTime">0</Data> <Data Name="BootPrefetchBytes">0</Data> <Data Name="BootAutoChkTime">0</Data> <Data Name="BootSmssInitTime">1827</Data> <Data Name="BootCriticalServicesInitTime">270</Data> <Data Name="BootUserProfileProcessingTime">79</Data> <Data Name="BootMachineProfileProcessingTime">0</Data> <Data Name="BootExplorerInitTime">915</Data> <Data Name="BootNumStartupApps">2</Data> <Data Name="BootPostBootTime">12100</Data> <Data Name="BootIsRebootAfterInstall">false</Data> <Data Name="BootRootCauseStepImprovementBits">0</Data> <Data Name="BootRootCauseGradualImprovementBits">0</Data> <Data Name="BootRootCauseStepDegradationBits">0</Data> <Data Name="BootRootCauseGradualDegradationBits">0</Data> <Data Name="BootIsDegradation">false</Data> <Data Name="BootIsStepDegradation">false</Data> <Data Name="BootIsGradualDegradation">false</Data> <Data Name="BootImprovementDelta">0</Data> <Data Name="BootDegradationDelta">0</Data> <Data Name="BootIsRootCauseIdentified">false</Data> <Data Name="OSLoaderDuration">478</Data> <Data Name="BootPNPInitStartTimeMS">11</Data> <Data Name="BootPNPInitDuration">383</Data> <Data Name="OtherKernelInitDuration">120</Data> <Data Name="SystemPNPInitStartTimeMS">499</Data> <Data Name="SystemPNPInitDuration">812</Data> <Data Name="SessionInitStartTimeMS">1317</Data> <Data Name="Session0InitDuration">82</Data> <Data Name="Session1InitDuration">126</Data> <Data Name="SessionInitOtherDuration">1618</Data> <Data Name="WinLogonStartTimeMS">3144</Data> <Data Name="OtherLogonInitActivityDuration">494</Data> <Data Name="UserLogonWaitDuration">228</Data> </EventData></Event>

And here's the XML with xbootmgr

<results timeFormat="msec">  <boot type="boot">    <processSummary numProcesses="71" numUnexpectedLonglived="47" numUnexpectedShortlived="15" numUnexpectedVeryShortlived="7">      <expectedProcesses>        <process name="System" startTime="0" endTime="-1" lifetime="-1"/>        <process name="Idle" startTime="0" endTime="-1" lifetime="-1"/>      </expectedProcesses>      <unexpectedLonglived>        <process name="smss.exe" startTime="1328" endTime="-1" lifetime="-1"/>        <process name="avgrsa.exe" startTime="2303" endTime="-1" lifetime="-1"/>        <process name="avgcsrva.exe" startTime="2399" endTime="-1" lifetime="-1"/>        <process name="csrss.exe" startTime="3045" endTime="-1" lifetime="-1"/>        <process name="wininit.exe" startTime="33658" endTime="-1" lifetime="-1"/>        <process name="csrss.exe" startTime="33661" endTime="-1" lifetime="-1"/>        <process name="services.exe" startTime="33746" endTime="-1" lifetime="-1"/>        <process name="winlogon.exe" startTime="33799" endTime="-1" lifetime="-1"/>        <process name="lsass.exe" startTime="33800" endTime="-1" lifetime="-1"/>        <process name="lsm.exe" startTime="33802" endTime="-1" lifetime="-1"/>        <process name="svchost.exe" startTime="33922" endTime="-1" lifetime="-1"/>        <process name="svchost.exe" startTime="34011" endTime="-1" lifetime="-1"/>        <process name="svchost.exe" startTime="34050" endTime="-1" lifetime="-1"/>        <process name="svchost.exe" startTime="34086" endTime="-1" lifetime="-1"/>        <process name="svchost.exe" startTime="34093" endTime="-1" lifetime="-1"/>        <process name="svchost.exe" startTime="34101" endTime="-1" lifetime="-1"/>        <process name="audiodg.exe" startTime="34241" endTime="-1" lifetime="-1"/>        <process name="svchost.exe" startTime="34263" endTime="-1" lifetime="-1"/>        <process name="BootRacerServ.exe" startTime="34310" endTime="-1" lifetime="-1"/>        <process name="svchost.exe" startTime="34398" endTime="-1" lifetime="-1"/>        <process name="spoolsv.exe" startTime="34562" endTime="-1" lifetime="-1"/>        <process name="taskeng.exe" startTime="34564" endTime="-1" lifetime="-1"/>        <process name="taskhost.exe" startTime="34596" endTime="-1" lifetime="-1"/>        <process name="svchost.exe" startTime="34607" endTime="-1" lifetime="-1"/>        <process name="dwm.exe" startTime="34628" endTime="-1" lifetime="-1"/>        <process name="explorer.exe" startTime="34682" endTime="-1" lifetime="-1"/>        <process name="avgidsagent.exe" startTime="34760" endTime="-1" lifetime="-1"/>        <process name="avgwdsvc.exe" startTime="34892" endTime="-1" lifetime="-1"/>        <process name="IPROSetMonitor.exe" startTime="34921" endTime="-1" lifetime="-1"/>        <process name="PnkBstrA.exe" startTime="34983" endTime="-1" lifetime="-1"/>        <process name="Bootrace.exe" startTime="35529" endTime="-1" lifetime="-1"/>        <process name="jusched.exe" startTime="35639" endTime="-1" lifetime="-1"/>        <process name="avgnsa.exe" startTime="36198" endTime="-1" lifetime="-1"/>        <process name="TrustedInstaller.exe" startTime="38016" endTime="-1" lifetime="-1"/>        <process name="SearchIndexer.exe" startTime="41398" endTime="-1" lifetime="-1"/>        <process name="SearchProtocolHost.exe" startTime="41548" endTime="-1" lifetime="-1"/>        <process name="SearchFilterHost.exe" startTime="41559" endTime="-1" lifetime="-1"/>        <process name="SearchProtocolHost.exe" startTime="42129" endTime="-1" lifetime="-1"/>        <process name="svchost.exe" startTime="45715" endTime="-1" lifetime="-1"/>        <process name="wmpnetwk.exe" startTime="45915" endTime="-1" lifetime="-1"/>        <process name="svchost.exe" startTime="46098" endTime="-1" lifetime="-1"/>        <process name="WmiPrvSE.exe" startTime="46765" endTime="-1" lifetime="-1"/>        <process name="WmiPrvSE.exe" startTime="53584" endTime="-1" lifetime="-1"/>        <process name="WmiPrvSE.exe" startTime="53825" endTime="-1" lifetime="-1"/>        <process name="dllhost.exe" startTime="65033" endTime="-1" lifetime="-1"/>        <process name="dllhost.exe" startTime="65057" endTime="-1" lifetime="-1"/>        <process name="xbootmgr.exe" startTime="65072" endTime="-1" lifetime="-1"/>      </unexpectedLonglived>      <unexpectedShortlived>        <process name="avgrsa.exe" startTime="2224" endTime="2666" lifetime="442"/>        <process name="smss.exe" startTime="2999" endTime="33658" lifetime="30659"/>        <process name="smss.exe" startTime="33658" endTime="33800" lifetime="142"/>        <process name="LogonUI.exe" startTime="34046" endTime="36607" lifetime="2561"/>        <process name="Bootrace.exe" startTime="34370" endTime="35113" lifetime="743"/>        <process name="dllhost.exe" startTime="34540" endTime="39574" lifetime="5034"/>        <process name="userinit.exe" startTime="34611" endTime="60744" lifetime="26133"/>        <process name="lpksetup.exe" startTime="34740" endTime="38414" lifetime="3674"/>        <process name="xbootmgrsleep.exe" startTime="35560" endTime="65078" lifetime="29518"/>        <process name="lpksetup.exe" startTime="37996" endTime="44380" lifetime="6384"/>        <process name="wmpnscfg.exe" startTime="45726" endTime="46995" lifetime="1269"/>        <process name="wmpnscfg.exe" startTime="45930" endTime="47002" lifetime="1073"/>        <process name="mobsync.exe" startTime="50935" endTime="61104" lifetime="10169"/>        <process name="BootLogger.exe" startTime="53225" endTime="54719" lifetime="1493"/>        <process name="consent.exe" startTime="63075" endTime="65054" lifetime="1979"/>      </unexpectedShortlived>      <unexpectedVeryShortlived threshold="100">        <process name="autochk.exe" startTime="2168" endTime="2180" lifetime="12"/>        <process name="audiodg.exe" startTime="34228" endTime="34240" lifetime="12"/>        <process name="runonce.exe" startTime="35563" endTime="35645" lifetime="82"/>        <process name="lpksetup.exe" startTime="38360" endTime="38366" lifetime="6"/>        <process name="taskhost.exe" startTime="45572" endTime="45597" lifetime="25"/>        <process name="logon7.exe" startTime="51041" endTime="51083" lifetime="42"/>        <process name="xbootmgr.exe" startTime="63069" endTime="63071" lifetime="2"/>      </unexpectedVeryShortlived>    </processSummary>    <timing bootDoneViaExplorer="35583" bootDoneViaPostBoot="48483" osLoaderDuration="481"            postBootRequiredIdleTime="10000" postBootDisturbance="2900"            pnpBootStartStartTime="17" pnpBootStartEndTime="398" pnpBootStartDuration="381"            pnpSystemStartStartTime="510" pnpSystemStartEndTime="1324" pnpSystemStartDuration="814">      <interval name="PreSMSS" startTime="0" endTime="1328" duration="1328">        <perProcess>          <perProcessCPUUsage name="Idle" time="810" percentOfInterval="60.99">            <cpuUsage priority="0" time="810" cumulativeTime="810" ofProcess="100.00" ofInterval="60.99" cumulativeOfProcess="100.00"/>          </perProcessCPUUsage>          <perProcessCPUUsage name="System" time="509" percentOfInterval="38.33">            <cpuUsage priority="1" time="278" cumulativeTime="278" ofProcess="54.62" ofInterval="20.93" cumulativeOfProcess="54.62"/>            <cpuUsage priority="8" time="71" cumulativeTime="350" ofProcess="13.95" ofInterval="5.35" cumulativeOfProcess="68.76"/>            <cpuUsage priority="12" time="2" cumulativeTime="352" ofProcess="0.39" ofInterval="0.15" cumulativeOfProcess="69.16"/>            <cpuUsage priority="13" time="5" cumulativeTime="356" ofProcess="0.98" ofInterval="0.38" cumulativeOfProcess="69.94"/>            <cpuUsage priority="14" time="8" cumulativeTime="364" ofProcess="1.57" ofInterval="0.60" cumulativeOfProcess="71.51"/>            <cpuUsage priority="20" time="1" cumulativeTime="366" ofProcess="0.20" ofInterval="0.08" cumulativeOfProcess="71.91"/>            <cpuUsage priority="30" time="3" cumulativeTime="369" ofProcess="0.59" ofInterval="0.23" cumulativeOfProcess="72.50"/>            <cpuUsage priority="31" time="141" cumulativeTime="509" ofProcess="27.70" ofInterval="10.62" cumulativeOfProcess="100.00"/>          </perProcessCPUUsage>        </perProcess>        <perPriority>          <perPriorityCPUUsage priority="0" time="810" ofInterval="60.99">            <cpuUsage process="Idle" time="810" ofPriority="100.00"/>          </perPriorityCPUUsage>          <perPriorityCPUUsage priority="1" time="278" ofInterval="20.93">            <cpuUsage process="System" time="278" ofPriority="100.00"/>          </perPriorityCPUUsage>          <perPriorityCPUUsage priority="8" time="71" ofInterval="5.35">            <cpuUsage process="System" time="71" ofPriority="100.00"/>          </perPriorityCPUUsage>          <perPriorityCPUUsage priority="31" time="141" ofInterval="10.62">            <cpuUsage process="System" time="141" ofPriority="100.00"/>          </perPriorityCPUUsage>        </perPriority>        <diskIO readBytes="164450304" readOps="2035" readTime="478" avgBytesPerRead="80810" medBytesPerRead="16384"                writeBytes="69632" writeOps="13" writeTime="1" avgBytesPerWrite="5356" medBytesPerWrite="4096"                totalBytes="164519936" totalOps="2048" totalTime="479">          <byFile>            <file name="incavi.avm" readBytes="133632000" readOps="558" readTime="318" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="133632000" totalOps="558" totalTime="318"/>            <file name="Unknown (0x0)" readBytes="10834432" readOps="507" readTime="40" writeBytes="8192" writeOps="1" writeTime="0"                  totalBytes="10842624" totalOps="508" totalTime="40"/>            <file name="bootcat.cache" readBytes="5131264" readOps="160" readTime="15" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="5131264" totalOps="160" totalTime="15"/>            <file name="$BitMap" readBytes="3660288" readOps="4" readTime="7" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="3660288" totalOps="4" totalTime="7"/>            <file name="ntdll.dll" readBytes="3484672" readOps="81" readTime="15" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="3484672" totalOps="81" totalTime="15"/>            <file name="Unknown (0xfffff8a0003c56a0)" readBytes="1126400" readOps="21" readTime="4" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="1126400" totalOps="21" totalTime="4"/>            <file name="csc.sys" readBytes="517632" readOps="24" readTime="4" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="517632" totalOps="24" totalTime="4"/>            <file name="avgtdia.sys" readBytes="505856" readOps="17" readTime="2" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="505856" totalOps="17" totalTime="2"/>            <file name="afd.sys" readBytes="500224" readOps="27" readTime="3" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="500224" totalOps="27" totalTime="3"/>            <file name="avgidsdrivera.sys" readBytes="486400" readOps="17" readTime="3" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="486400" totalOps="17" totalTime="3"/>            <file name="avgldx64.sys" readBytes="428032" readOps="16" readTime="3" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="428032" totalOps="16" totalTime="3"/>          </byFile>          <byExtension>            <extension name=".avm" readBytes="133745664" readOps="560" readTime="319" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="133745664" totalOps="560" totalTime="319"/>            <extension name="(none)" readBytes="16390656" readOps="682" readTime="62" writeBytes="69632" writeOps="13" writeTime="1"                       totalBytes="16460288" totalOps="695" totalTime="63"/>            <extension name=".cache" readBytes="5131264" readOps="160" readTime="15" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="5131264" totalOps="160" totalTime="15"/>            <extension name=".sys" readBytes="5075456" readOps="432" readTime="55" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="5075456" totalOps="432" totalTime="55"/>            <extension name=".dll" readBytes="3598848" readOps="92" readTime="16" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="3598848" totalOps="92" totalTime="16"/>            <extension name="$Mft" readBytes="414208" readOps="102" readTime="9" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="414208" totalOps="102" totalTime="9"/>            <extension name=".dat" readBytes="67584" readOps="2" readTime="0" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="67584" totalOps="2" totalTime="0"/>            <extension name=".stl" readBytes="12800" readOps="1" readTime="0" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="12800" totalOps="1" totalTime="0"/>            <extension name=".GRL" readBytes="8192" readOps="2" readTime="0" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="8192" totalOps="2" totalTime="0"/>            <extension name=".exe" readBytes="5632" readOps="2" readTime="0" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="5632" totalOps="2" totalTime="0"/>          </byExtension>        </diskIO>      </interval>      <interval name="SMSSInit" startTime="1328" endTime="33799" duration="32471">        <perProcess>          <perProcessCPUUsage name="Idle" time="32182" percentOfInterval="99.11">            <cpuUsage priority="0" time="32182" cumulativeTime="32182" ofProcess="100.00" ofInterval="99.11" cumulativeOfProcess="100.00"/>          </perProcessCPUUsage>        </perProcess>        <perPriority>          <perPriorityCPUUsage priority="0" time="32182" ofInterval="99.11">            <cpuUsage process="Idle" time="32182" ofPriority="100.00"/>          </perPriorityCPUUsage>        </perPriority>        <diskIO readBytes="117009920" readOps="2538" readTime="1034" avgBytesPerRead="46103" medBytesPerRead="5632"                writeBytes="29138432" writeOps="235" writeTime="68" avgBytesPerWrite="123993" medBytesPerWrite="4096"                totalBytes="146148352" totalOps="2773" totalTime="1103">          <byFile>            <file name="SOFTWARE" readBytes="52007424" readOps="55" readTime="108" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="52007424" totalOps="55" totalTime="108"/>            <file name="Unknown (0xfffffa801a57c010)" readBytes="30523904" readOps="30" readTime="123" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="30523904" totalOps="30" totalTime="123"/>            <file name="boot_BASE+CSWITCH+DRIVERS+POWER_1_km_premerge.etl" readBytes="0" readOps="0" readTime="0" writeBytes="27262976" writeOps="30" writeTime="51"                  totalBytes="27262976" totalOps="30" totalTime="51"/>            <file name="win32k.sys" readBytes="3159040" readOps="114" readTime="21" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="3159040" totalOps="114" totalTime="21"/>            <file name="avgcorea.dll" readBytes="2979328" readOps="121" readTime="111" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="2979328" totalOps="121" totalTime="111"/>            <file name="iusb3xhc.sys" readBytes="1575936" readOps="40" readTime="8" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="1575936" totalOps="40" totalTime="8"/>            <file name="$Mft" readBytes="1273856" readOps="311" readTime="37" writeBytes="180224" writeOps="41" writeTime="3"                  totalBytes="1454080" totalOps="352" totalTime="40"/>            <file name="e1d62x64.sys" readBytes="993280" readOps="27" readTime="5" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="993280" totalOps="27" totalTime="5"/>            <file name="rpcrt4.dll" readBytes="948224" readOps="41" readTime="7" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="948224" totalOps="41" totalTime="7"/>            <file name="avgntopenssla.dll" readBytes="857600" readOps="39" readTime="25" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="857600" totalOps="39" totalTime="25"/>            <file name="avgrsa.exe" readBytes="754688" readOps="34" readTime="33" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="754688" totalOps="34" totalTime="33"/>          </byFile>          <byExtension>            <extension name="(none)" readBytes="85010944" readOps="392" readTime="457" writeBytes="676352" writeOps="114" writeTime="11"                       totalBytes="85687296" totalOps="506" totalTime="467"/>            <extension name=".etl" readBytes="22016" readOps="4" readTime="0" writeBytes="28056576" writeOps="48" writeTime="53"                       totalBytes="28078592" totalOps="52" totalTime="53"/>            <extension name=".dll" readBytes="14876160" readOps="886" readTime="344" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="14876160" totalOps="886" totalTime="344"/>            <extension name=".sys" readBytes="10310144" readOps="608" readTime="84" writeBytes="8192" writeOps="2" writeTime="0"                       totalBytes="10318336" totalOps="610" totalTime="84"/>            <extension name=".exe" readBytes="1831424" readOps="94" readTime="49" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="1831424" totalOps="94" totalTime="49"/>            <extension name="$Mft" readBytes="1404928" readOps="343" readTime="62" writeBytes="188416" writeOps="43" writeTime="4"                       totalBytes="1593344" totalOps="386" totalTime="66"/>            <extension name=".dat:7c0c014d-ccd8-4e77-9c37-01553dca5b38" readBytes="655360" readOps="27" readTime="3" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="655360" totalOps="27" totalTime="3"/>            <extension name=".ani" readBytes="478208" readOps="16" readTime="3" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="478208" totalOps="16" totalTime="3"/>            <extension name=".ttf" readBytes="453120" readOps="14" readTime="2" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="453120" totalOps="14" totalTime="2"/>            <extension name=".log" readBytes="349696" readOps="65" readTime="4" writeBytes="61440" writeOps="16" writeTime="0"                       totalBytes="411136" totalOps="81" totalTime="4"/>            <extension name=".nls" readBytes="347648" readOps="11" readTime="2" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="347648" totalOps="11" totalTime="2"/>          </byExtension>        </diskIO>      </interval>      <interval name="WinlogonInit" startTime="33799" endTime="34682" duration="882">        <winlogon numNotifications="3">          <notification type="CreateSession" sessionId="1" startTime="34357" endTime="34357" duration="1">            <subscriber name="GPClient" startTime="34357" endTime="34357" duration="1"/>            <subscriber name="TermSrv" startTime="34357" endTime="34357" duration="0"/>          </notification>          <notification type="Logon" sessionId="1" startTime="34510" endTime="34569" duration="59">            <subscriber name="Profiles" startTime="34510" endTime="34566" duration="56"/>            <subscriber name="GPClient" startTime="34566" endTime="34566" duration="0"/>            <subscriber name="TermSrv" startTime="34566" endTime="34568" duration="1"/>            <subscriber name="Sens" startTime="34568" endTime="34569" duration="1"/>          </notification>          <notification type="StartShell" sessionId="1" startTime="34604" endTime="34606" duration="2">            <subscriber name="SessionEnv" startTime="34604" endTime="34605" duration="1"/>            <subscriber name="GPClient" startTime="34605" endTime="34605" duration="0"/>            <subscriber name="Sens" startTime="34605" endTime="34606" duration="1"/>            <subscriber name="TermSrv" startTime="34606" endTime="34606" duration="0"/>          </notification>        </winlogon>        <perProcess>          <perProcessCPUUsage name="Idle" time="480" percentOfInterval="54.36">            <cpuUsage priority="0" time="480" cumulativeTime="480" ofProcess="100.00" ofInterval="54.36" cumulativeOfProcess="100.00"/>          </perProcessCPUUsage>          <perProcessCPUUsage name="Bootrace.exe" time="46" percentOfInterval="5.21">            <cpuUsage priority="8" time="5" cumulativeTime="5" ofProcess="10.87" ofInterval="0.57" cumulativeOfProcess="10.87"/>            <cpuUsage priority="9" time="12" cumulativeTime="17" ofProcess="26.09" ofInterval="1.36" cumulativeOfProcess="36.96"/>            <cpuUsage priority="10" time="4" cumulativeTime="20" ofProcess="8.70" ofInterval="0.45" cumulativeOfProcess="43.48"/>            <cpuUsage priority="13" time="26" cumulativeTime="46" ofProcess="56.52" ofInterval="2.94" cumulativeOfProcess="100.00"/>          </perProcessCPUUsage>          <perProcessCPUUsage name="LogonUI.exe" time="44" percentOfInterval="4.98">            <cpuUsage priority="9" time="1" cumulativeTime="1" ofProcess="2.27" ofInterval="0.11" cumulativeOfProcess="2.27"/>            <cpuUsage priority="13" time="15" cumulativeTime="15" ofProcess="34.09" ofInterval="1.70" cumulativeOfProcess="34.09"/>            <cpuUsage priority="14" time="5" cumulativeTime="21" ofProcess="11.36" ofInterval="0.57" cumulativeOfProcess="47.73"/>            <cpuUsage priority="15" time="24" cumulativeTime="44" ofProcess="54.55" ofInterval="2.72" cumulativeOfProcess="100.00"/>          </perProcessCPUUsage>          <perProcessCPUUsage name="svchost.exe" time="33" percentOfInterval="3.74">            <cpuUsage priority="9" time="11" cumulativeTime="11" ofProcess="33.33" ofInterval="1.25" cumulativeOfProcess="33.33"/>            <cpuUsage priority="10" time="12" cumulativeTime="23" ofProcess="36.36" ofInterval="1.36" cumulativeOfProcess="69.70"/>            <cpuUsage priority="11" time="8" cumulativeTime="31" ofProcess="24.24" ofInterval="0.91" cumulativeOfProcess="93.94"/>            <cpuUsage priority="13" time="1" cumulativeTime="33" ofProcess="3.03" ofInterval="0.11" cumulativeOfProcess="100.00"/>          </perProcessCPUUsage>          <perProcessCPUUsage name="winlogon.exe" time="33" percentOfInterval="3.74">            <cpuUsage priority="13" time="10" cumulativeTime="10" ofProcess="30.30" ofInterval="1.13" cumulativeOfProcess="30.30"/>            <cpuUsage priority="14" time="16" cumulativeTime="27" ofProcess="48.48" ofInterval="1.81" cumulativeOfProcess="81.82"/>            <cpuUsage priority="15" time="6" cumulativeTime="32" ofProcess="18.18" ofInterval="0.68" cumulativeOfProcess="96.97"/>          </perProcessCPUUsage>          <perProcessCPUUsage name="services.exe" time="32" percentOfInterval="3.62">            <cpuUsage priority="8" time="1" cumulativeTime="1" ofProcess="3.13" ofInterval="0.11" cumulativeOfProcess="3.13"/>            <cpuUsage priority="9" time="26" cumulativeTime="27" ofProcess="81.25" ofInterval="2.94" cumulativeOfProcess="84.38"/>            <cpuUsage priority="10" time="1" cumulativeTime="28" ofProcess="3.13" ofInterval="0.11" cumulativeOfProcess="87.50"/>            <cpuUsage priority="13" time="4" cumulativeTime="32" ofProcess="12.50" ofInterval="0.45" cumulativeOfProcess="100.00"/>          </perProcessCPUUsage>          <perProcessCPUUsage name="svchost.exe" time="29" percentOfInterval="3.28">            <cpuUsage priority="8" time="1" cumulativeTime="1" ofProcess="3.45" ofInterval="0.11" cumulativeOfProcess="3.45"/>            <cpuUsage priority="9" time="28" cumulativeTime="29" ofProcess="96.55" ofInterval="3.17" cumulativeOfProcess="100.00"/>          </perProcessCPUUsage>          <perProcessCPUUsage name="lsass.exe" time="28" percentOfInterval="3.17">            <cpuUsage priority="9" time="9" cumulativeTime="9" ofProcess="32.14" ofInterval="1.02" cumulativeOfProcess="32.14"/>            <cpuUsage priority="10" time="10" cumulativeTime="19" ofProcess="35.71" ofInterval="1.13" cumulativeOfProcess="67.86"/>            <cpuUsage priority="11" time="9" cumulativeTime="28" ofProcess="32.14" ofInterval="1.02" cumulativeOfProcess="100.00"/>          </perProcessCPUUsage>          <perProcessCPUUsage name="svchost.exe" time="20" percentOfInterval="2.27">            <cpuUsage priority="8" time="1" cumulativeTime="1" ofProcess="5.00" ofInterval="0.11" cumulativeOfProcess="5.00"/>            <cpuUsage priority="9" time="8" cumulativeTime="9" ofProcess="40.00" ofInterval="0.91" cumulativeOfProcess="45.00"/>            <cpuUsage priority="10" time="10" cumulativeTime="19" ofProcess="50.00" ofInterval="1.13" cumulativeOfProcess="95.00"/>          </perProcessCPUUsage>          <perProcessCPUUsage name="svchost.exe" time="19" percentOfInterval="2.15">            <cpuUsage priority="8" time="1" cumulativeTime="1" ofProcess="5.26" ofInterval="0.11" cumulativeOfProcess="5.26"/>            <cpuUsage priority="9" time="9" cumulativeTime="10" ofProcess="47.37" ofInterval="1.02" cumulativeOfProcess="52.63"/>            <cpuUsage priority="10" time="4" cumulativeTime="14" ofProcess="21.05" ofInterval="0.45" cumulativeOfProcess="73.68"/>            <cpuUsage priority="13" time="5" cumulativeTime="19" ofProcess="26.32" ofInterval="0.57" cumulativeOfProcess="100.00"/>          </perProcessCPUUsage>          <perProcessCPUUsage name="System" time="19" percentOfInterval="2.15">            <cpuUsage priority="1" time="2" cumulativeTime="2" ofProcess="10.53" ofInterval="0.23" cumulativeOfProcess="10.53"/>            <cpuUsage priority="12" time="7" cumulativeTime="9" ofProcess="36.84" ofInterval="0.79" cumulativeOfProcess="47.37"/>            <cpuUsage priority="13" time="7" cumulativeTime="16" ofProcess="36.84" ofInterval="0.79" cumulativeOfProcess="84.21"/>            <cpuUsage priority="14" time="1" cumulativeTime="17" ofProcess="5.26" ofInterval="0.11" cumulativeOfProcess="89.47"/>            <cpuUsage priority="15" time="1" cumulativeTime="18" ofProcess="5.26" ofInterval="0.11" cumulativeOfProcess="94.74"/>          </perProcessCPUUsage>          <perProcessCPUUsage name="csrss.exe" time="13" percentOfInterval="1.47">            <cpuUsage priority="13" time="1" cumulativeTime="1" ofProcess="7.69" ofInterval="0.11" cumulativeOfProcess="7.69"/>            <cpuUsage priority="14" time="11" cumulativeTime="12" ofProcess="84.62" ofInterval="1.25" cumulativeOfProcess="92.31"/>            <cpuUsage priority="15" time="1" cumulativeTime="13" ofProcess="7.69" ofInterval="0.11" cumulativeOfProcess="100.00"/>          </perProcessCPUUsage>          <perProcessCPUUsage name="avgcsrva.exe" time="9" percentOfInterval="1.02">            <cpuUsage priority="12" time="5" cumulativeTime="5" ofProcess="55.56" ofInterval="0.57" cumulativeOfProcess="55.56"/>            <cpuUsage priority="13" time="4" cumulativeTime="9" ofProcess="44.44" ofInterval="0.45" cumulativeOfProcess="100.00"/>          </perProcessCPUUsage>        </perProcess>        <perPriority>          <perPriorityCPUUsage priority="0" time="480" ofInterval="54.36">            <cpuUsage process="Idle" time="480" ofPriority="100.00"/>          </perPriorityCPUUsage>          <perPriorityCPUUsage priority="8" time="9" ofInterval="1.02">            <cpuUsage process="Bootrace.exe" time="5" ofPriority="55.56"/>            <cpuUsage process="services.exe" time="1" ofPriority="11.11"/>            <cpuUsage process="svchost.exe" time="1" ofPriority="11.11"/>            <cpuUsage process="svchost.exe" time="1" ofPriority="11.11"/>            <cpuUsage process="svchost.exe" time="1" ofPriority="11.11"/>          </perPriorityCPUUsage>          <perPriorityCPUUsage priority="9" time="104" ofInterval="11.78">            <cpuUsage process="svchost.exe" time="28" ofPriority="26.92"/>            <cpuUsage process="services.exe" time="26" ofPriority="25.00"/>            <cpuUsage process="Bootrace.exe" time="12" ofPriority="11.54"/>            <cpuUsage process="svchost.exe" time="11" ofPriority="10.58"/>            <cpuUsage process="lsass.exe" time="9" ofPriority="8.65"/>            <cpuUsage process="svchost.exe" time="9" ofPriority="8.65"/>            <cpuUsage process="svchost.exe" time="8" ofPriority="7.69"/>            <cpuUsage process="LogonUI.exe" time="1" ofPriority="0.96"/>          </perPriorityCPUUsage>          <perPriorityCPUUsage priority="10" time="42" ofInterval="4.76">            <cpuUsage process="svchost.exe" time="12" ofPriority="28.57"/>            <cpuUsage process="svchost.exe" time="10" ofPriority="23.81"/>            <cpuUsage process="lsass.exe" time="10" ofPriority="23.81"/>            <cpuUsage process="svchost.exe" time="4" ofPriority="9.52"/>            <cpuUsage process="Bootrace.exe" time="4" ofPriority="9.52"/>            <cpuUsage process="services.exe" time="1" ofPriority="2.38"/>          </perPriorityCPUUsage>          <perPriorityCPUUsage priority="11" time="17" ofInterval="1.93">            <cpuUsage process="lsass.exe" time="9" ofPriority="52.94"/>            <cpuUsage process="svchost.exe" time="8" ofPriority="47.06"/>          </perPriorityCPUUsage>          <perPriorityCPUUsage priority="12" time="12" ofInterval="1.36">            <cpuUsage process="System" time="7" ofPriority="58.33"/>            <cpuUsage process="avgcsrva.exe" time="5" ofPriority="41.67"/>          </perPriorityCPUUsage>          <perPriorityCPUUsage priority="13" time="73" ofInterval="8.27">            <cpuUsage process="Bootrace.exe" time="26" ofPriority="35.62"/>            <cpuUsage process="LogonUI.exe" time="15" ofPriority="20.55"/>            <cpuUsage process="winlogon.exe" time="10" ofPriority="13.70"/>            <cpuUsage process="System" time="7" ofPriority="9.59"/>            <cpuUsage process="svchost.exe" time="5" ofPriority="6.85"/>            <cpuUsage process="avgcsrva.exe" time="4" ofPriority="5.48"/>            <cpuUsage process="services.exe" time="4" ofPriority="5.48"/>            <cpuUsage process="svchost.exe" time="1" ofPriority="1.37"/>            <cpuUsage process="csrss.exe" time="1" ofPriority="1.37"/>          </perPriorityCPUUsage>          <perPriorityCPUUsage priority="14" time="34" ofInterval="3.85">            <cpuUsage process="winlogon.exe" time="16" ofPriority="47.06"/>            <cpuUsage process="csrss.exe" time="11" ofPriority="32.35"/>            <cpuUsage process="LogonUI.exe" time="5" ofPriority="14.71"/>            <cpuUsage process="System" time="1" ofPriority="2.94"/>          </perPriorityCPUUsage>          <perPriorityCPUUsage priority="15" time="32" ofInterval="3.62">            <cpuUsage process="LogonUI.exe" time="24" ofPriority="75.00"/>            <cpuUsage process="winlogon.exe" time="6" ofPriority="18.75"/>            <cpuUsage process="System" time="1" ofPriority="3.13"/>            <cpuUsage process="csrss.exe" time="1" ofPriority="3.13"/>          </perPriorityCPUUsage>        </perPriority>        <diskIO readBytes="59295232" readOps="3853" readTime="494" avgBytesPerRead="15389" medBytesPerRead="9728"                writeBytes="33092096" writeOps="102" writeTime="60" avgBytesPerWrite="324432" medBytesPerWrite="4096"                totalBytes="92387328" totalOps="3955" totalTime="554">          <byFile>            <file name="boot_BASE+CSWITCH+DRIVERS+POWER_1_km_premerge.etl" readBytes="0" readOps="0" readTime="0" writeBytes="28311552" writeOps="29" writeTime="49"                  totalBytes="28311552" totalOps="29" totalTime="49"/>            <file name="boot_BASE+CSWITCH+DRIVERS+POWER_1_um_premerge.etl" readBytes="0" readOps="0" readTime="0" writeBytes="3145728" writeOps="4" writeTime="6"                  totalBytes="3145728" totalOps="4" totalTime="6"/>            <file name="Bootrace.exe" readBytes="2607616" readOps="120" readTime="15" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="2607616" totalOps="120" totalTime="15"/>            <file name="$Mft" readBytes="2408448" readOps="588" readTime="54" writeBytes="4096" writeOps="1" writeTime="0"                  totalBytes="2412544" totalOps="589" totalTime="54"/>            <file name="ole32.dll" readBytes="1706496" readOps="75" readTime="15" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="1706496" totalOps="75" totalTime="15"/>            <file name="lsasrv.dll" readBytes="1334272" readOps="64" readTime="9" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="1334272" totalOps="64" totalTime="9"/>            <file name="authui.dll" readBytes="1332224" readOps="82" readTime="14" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="1332224" totalOps="82" totalTime="14"/>            <file name="BootCKCL.etl" readBytes="0" readOps="0" readTime="0" writeBytes="1310720" writeOps="10" writeTime="3"                  totalBytes="1310720" totalOps="10" totalTime="3"/>            <file name="GdiPlus.dll" readBytes="1271808" readOps="47" readTime="8" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="1271808" totalOps="47" totalTime="8"/>            <file name="WindowsCodecs.dll" readBytes="1229824" readOps="46" readTime="8" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="1229824" totalOps="46" totalTime="8"/>            <file name="aero.msstyles" readBytes="1171456" readOps="36" readTime="3" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="1171456" totalOps="36" totalTime="3"/>          </byFile>          <byExtension>            <extension name=".dll" readBytes="38641152" readOps="2242" readTime="295" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="38641152" totalOps="2242" totalTime="295"/>            <extension name=".etl" readBytes="0" readOps="0" readTime="0" writeBytes="32768000" writeOps="43" writeTime="58"                       totalBytes="32768000" totalOps="43" totalTime="58"/>            <extension name=".exe" readBytes="4422144" readOps="255" readTime="30" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="4422144" totalOps="255" totalTime="30"/>            <extension name="$Mft" readBytes="2408448" readOps="588" readTime="54" writeBytes="4096" writeOps="1" writeTime="0"                       totalBytes="2412544" totalOps="589" totalTime="54"/>            <extension name=".dat" readBytes="2060800" readOps="33" readTime="12" writeBytes="6144" writeOps="2" writeTime="0"                       totalBytes="2066944" totalOps="35" totalTime="12"/>            <extension name=".evtx" readBytes="1733632" readOps="44" readTime="6" writeBytes="20480" writeOps="5" writeTime="0"                       totalBytes="1754112" totalOps="49" totalTime="6"/>            <extension name="(none)" readBytes="1417216" readOps="306" readTime="46" writeBytes="246784" writeOps="41" writeTime="1"                       totalBytes="1664000" totalOps="347" totalTime="48"/>            <extension name=".DAT" readBytes="1447424" readOps="13" readTime="5" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="1447424" totalOps="13" totalTime="5"/>            <extension name=".sys" readBytes="1224704" readOps="94" readTime="9" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="1224704" totalOps="94" totalTime="9"/>            <extension name=".msstyles" readBytes="1171456" readOps="36" readTime="3" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="1171456" totalOps="36" totalTime="3"/>            <extension name=".regtrans-ms" readBytes="1064960" readOps="20" readTime="3" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="1064960" totalOps="20" totalTime="3"/>          </byExtension>        </diskIO>      </interval>      <interval name="ExplorerInit" startTime="34682" endTime="35583" duration="902">        <perProcess>          <perProcessCPUUsage name="Idle" time="478" percentOfInterval="53.05">            <cpuUsage priority="0" time="478" cumulativeTime="478" ofProcess="100.00" ofInterval="53.05" cumulativeOfProcess="100.00"/>          </perProcessCPUUsage>          <perProcessCPUUsage name="avgidsagent.exe" time="79" percentOfInterval="8.77">            <cpuUsage priority="8" time="29" cumulativeTime="29" ofProcess="36.71" ofInterval="3.22" cumulativeOfProcess="36.71"/>            <cpuUsage priority="9" time="31" cumulativeTime="60" ofProcess="39.24" ofInterval="3.44" cumulativeOfProcess="75.95"/>            <cpuUsage priority="10" time="8" cumulativeTime="68" ofProcess="10.13" ofInterval="0.89" cumulativeOfProcess="86.08"/>            <cpuUsage priority="11" time="5" cumulativeTime="73" ofProcess="6.33" ofInterval="0.55" cumulativeOfProcess="92.41"/>            <cpuUsage priority="13" time="6" cumulativeTime="79" ofProcess="7.59" ofInterval="0.67" cumulativeOfProcess="100.00"/>          </perProcessCPUUsage>          <perProcessCPUUsage name="explorer.exe" time="75" percentOfInterval="8.32">            <cpuUsage priority="9" time="7" cumulativeTime="7" ofProcess="9.33" ofInterval="0.78" cumulativeOfProcess="9.33"/>            <cpuUsage priority="10" time="4" cumulativeTime="11" ofProcess="5.33" ofInterval="0.44" cumulativeOfProcess="14.67"/>            <cpuUsage priority="13" time="1" cumulativeTime="12" ofProcess="1.33" ofInterval="0.11" cumulativeOfProcess="16.00"/>            <cpuUsage priority="14" time="45" cumulativeTime="57" ofProcess="60.00" ofInterval="4.99" cumulativeOfProcess="76.00"/>            <cpuUsage priority="15" time="18" cumulativeTime="75" ofProcess="24.00" ofInterval="2.00" cumulativeOfProcess="100.00"/>          </perProcessCPUUsage>          <perProcessCPUUsage name="svchost.exe" time="58" percentOfInterval="6.44">            <cpuUsage priority="8" time="1" cumulativeTime="1" ofProcess="1.72" ofInterval="0.11" cumulativeOfProcess="1.72"/>            <cpuUsage priority="9" time="37" cumulativeTime="39" ofProcess="63.79" ofInterval="4.11" cumulativeOfProcess="67.24"/>            <cpuUsage priority="10" time="5" cumulativeTime="44" ofProcess="8.62" ofInterval="0.55" cumulativeOfProcess="75.86"/>            <cpuUsage priority="11" time="5" cumulativeTime="49" ofProcess="8.62" ofInterval="0.55" cumulativeOfProcess="84.48"/>            <cpuUsage priority="12" time="2" cumulativeTime="50" ofProcess="3.45" ofInterval="0.22" cumulativeOfProcess="86.21"/>            <cpuUsage priority="13" time="8" cumulativeTime="58" ofProcess="13.79" ofInterval="0.89" cumulativeOfProcess="100.00"/>          </perProcessCPUUsage>          <perProcessCPUUsage name="svchost.exe" time="29" percentOfInterval="3.22">            <cpuUsage priority="8" time="1" cumulativeTime="1" ofProcess="3.45" ofInterval="0.11" cumulativeOfProcess="3.45"/>            <cpuUsage priority="9" time="17" cumulativeTime="17" ofProcess="58.62" ofInterval="1.89" cumulativeOfProcess="58.62"/>            <cpuUsage priority="10" time="6" cumulativeTime="24" ofProcess="20.69" ofInterval="0.67" cumulativeOfProcess="82.76"/>            <cpuUsage priority="13" time="5" cumulativeTime="29" ofProcess="17.24" ofInterval="0.55" cumulativeOfProcess="100.00"/>          </perProcessCPUUsage>          <perProcessCPUUsage name="Bootrace.exe" time="29" percentOfInterval="3.22">            <cpuUsage priority="8" time="9" cumulativeTime="9" ofProcess="31.03" ofInterval="1.00" cumulativeOfProcess="31.03"/>            <cpuUsage priority="9" time="8" cumulativeTime="17" ofProcess="27.59" ofInterval="0.89" cumulativeOfProcess="58.62"/>            <cpuUsage priority="10" time="5" cumulativeTime="22" ofProcess="17.24" ofInterval="0.55" cumulativeOfProcess="75.86"/>            <cpuUsage priority="11" time="4" cumulativeTime="26" ofProcess="13.79" ofInterval="0.44" cumulativeOfProcess="89.66"/>            <cpuUsage priority="13" time="2" cumulativeTime="29" ofProcess="6.90" ofInterval="0.22" cumulativeOfProcess="100.00"/>          </perProcessCPUUsage>          <perProcessCPUUsage name="avgwdsvc.exe" time="18" percentOfInterval="2.00">            <cpuUsage priority="9" time="11" cumulativeTime="11" ofProcess="61.11" ofInterval="1.22" cumulativeOfProcess="61.11"/>            <cpuUsage priority="10" time="7" cumulativeTime="18" ofProcess="38.89" ofInterval="0.78" cumulativeOfProcess="100.00"/>          </perProcessCPUUsage>          <perProcessCPUUsage name="svchost.exe" time="15" percentOfInterval="1.66">            <cpuUsage priority="9" time="6" cumulativeTime="6" ofProcess="40.00" ofInterval="0.67" cumulativeOfProcess="40.00"/>            <cpuUsage priority="10" time="8" cumulativeTime="15" ofProcess="53.33" ofInterval="0.89" cumulativeOfProcess="100.00"/>          </perProcessCPUUsage>          <perProcessCPUUsage name="System" time="15" percentOfInterval="1.66">            <cpuUsage priority="13" time="7" cumulativeTime="7" ofProcess="46.67" ofInterval="0.78" cumulativeOfProcess="46.67"/>            <cpuUsage priority="14" time="2" cumulativeTime="9" ofProcess="13.33" ofInterval="0.22" cumulativeOfProcess="60.00"/>            <cpuUsage priority="15" time="1" cumulativeTime="10" ofProcess="6.67" ofInterval="0.11" cumulativeOfProcess="66.67"/>            <cpuUsage priority="16" time="3" cumulativeTime="14" ofProcess="20.00" ofInterval="0.33" cumulativeOfProcess="93.33"/>          </perProcessCPUUsage>          <perProcessCPUUsage name="services.exe" time="12" percentOfInterval="1.33">            <cpuUsage priority="9" time="8" cumulativeTime="8" ofProcess="66.67" ofInterval="0.89" cumulativeOfProcess="66.67"/>            <cpuUsage priority="10" time="3" cumulativeTime="11" ofProcess="25.00" ofInterval="0.33" cumulativeOfProcess="91.67"/>          </perProcessCPUUsage>          <perProcessCPUUsage name="lsass.exe" time="10" percentOfInterval="1.11">            <cpuUsage priority="10" time="5" cumulativeTime="5" ofProcess="50.00" ofInterval="0.55" cumulativeOfProcess="50.00"/>            <cpuUsage priority="11" time="5" cumulativeTime="10" ofProcess="50.00" ofInterval="0.55" cumulativeOfProcess="100.00"/>          </perProcessCPUUsage>          <perProcessCPUUsage name="avgcsrva.exe" time="10" percentOfInterval="1.11">            <cpuUsage priority="12" time="7" cumulativeTime="7" ofProcess="70.00" ofInterval="0.78" cumulativeOfProcess="70.00"/>            <cpuUsage priority="13" time="3" cumulativeTime="10" ofProcess="30.00" ofInterval="0.33" cumulativeOfProcess="100.00"/>          </perProcessCPUUsage>        </perProcess>        <perPriority>          <perPriorityCPUUsage priority="0" time="478" ofInterval="53.05">            <cpuUsage process="Idle" time="478" ofPriority="100.00"/>          </perPriorityCPUUsage>          <perPriorityCPUUsage priority="8" time="41" ofInterval="4.55">            <cpuUsage process="avgidsagent.exe" time="29" ofPriority="70.73"/>            <cpuUsage process="Bootrace.exe" time="9" ofPriority="21.95"/>            <cpuUsage process="svchost.exe" time="1" ofPriority="2.44"/>            <cpuUsage process="svchost.exe" time="1" ofPriority="2.44"/>          </perPriorityCPUUsage>          <perPriorityCPUUsage priority="9" time="124" ofInterval="13.76">            <cpuUsage process="svchost.exe" time="37" ofPriority="29.84"/>            <cpuUsage process="avgidsagent.exe" time="31" ofPriority="25.00"/>            <cpuUsage process="svchost.exe" time="17" ofPriority="13.71"/>            <cpuUsage process="avgwdsvc.exe" time="11" ofPriority="8.87"/>            <cpuUsage process="Bootrace.exe" time="8" ofPriority="6.45"/>            <cpuUsage process="services.exe" time="8" ofPriority="6.45"/>            <cpuUsage process="explorer.exe" time="7" ofPriority="5.65"/>            <cpuUsage process="svchost.exe" time="6" ofPriority="4.84"/>          </perPriorityCPUUsage>          <perPriorityCPUUsage priority="10" time="53" ofInterval="5.88">            <cpuUsage process="svchost.exe" time="8" ofPriority="15.09"/>            <cpuUsage process="avgidsagent.exe" time="8" ofPriority="15.09"/>            <cpuUsage process="avgwdsvc.exe" time="7" ofPriority="13.21"/>            <cpuUsage process="svchost.exe" time="6" ofPriority="11.32"/>            <cpuUsage process="svchost.exe" time="5" ofPriority="9.43"/>            <cpuUsage process="Bootrace.exe" time="5" ofPriority="9.43"/>            <cpuUsage process="lsass.exe" time="5" ofPriority="9.43"/>            <cpuUsage process="explorer.exe" time="4" ofPriority="7.55"/>            <cpuUsage process="services.exe" time="3" ofPriority="5.66"/>          </perPriorityCPUUsage>          <perPriorityCPUUsage priority="11" time="18" ofInterval="2.00">            <cpuUsage process="lsass.exe" time="5" ofPriority="27.78"/>            <cpuUsage process="svchost.exe" time="5" ofPriority="27.78"/>            <cpuUsage process="avgidsagent.exe" time="5" ofPriority="27.78"/>            <cpuUsage process="Bootrace.exe" time="4" ofPriority="22.22"/>          </perPriorityCPUUsage>          <perPriorityCPUUsage priority="13" time="32" ofInterval="3.55">            <cpuUsage process="svchost.exe" time="8" ofPriority="25.00"/>            <cpuUsage process="System" time="7" ofPriority="21.88"/>            <cpuUsage process="avgidsagent.exe" time="6" ofPriority="18.75"/>            <cpuUsage process="svchost.exe" time="5" ofPriority="15.63"/>            <cpuUsage process="avgcsrva.exe" time="3" ofPriority="9.38"/>            <cpuUsage process="Bootrace.exe" time="2" ofPriority="6.25"/>            <cpuUsage process="explorer.exe" time="1" ofPriority="3.13"/>          </perPriorityCPUUsage>          <perPriorityCPUUsage priority="14" time="47" ofInterval="5.22">            <cpuUsage process="explorer.exe" time="45" ofPriority="95.74"/>            <cpuUsage process="System" time="2" ofPriority="4.26"/>          </perPriorityCPUUsage>          <perPriorityCPUUsage priority="15" time="19" ofInterval="2.11">            <cpuUsage process="explorer.exe" time="18" ofPriority="94.74"/>            <cpuUsage process="System" time="1" ofPriority="5.26"/>          </perPriorityCPUUsage>        </perPriority>        <diskIO readBytes="56204288" readOps="3513" readTime="844" avgBytesPerRead="15998" medBytesPerRead="12288"                writeBytes="53001216" writeOps="800" writeTime="96" avgBytesPerWrite="66251" medBytesPerWrite="4096"                totalBytes="109205504" totalOps="4313" totalTime="940">          <byFile>            <file name="boot_BASE+CSWITCH+DRIVERS+POWER_1_km_premerge.etl" readBytes="0" readOps="0" readTime="0" writeBytes="45088768" writeOps="45" writeTime="74"                  totalBytes="45088768" totalOps="45" totalTime="74"/>            <file name="avgcorex.dll" readBytes="6769664" readOps="207" readTime="51" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="6769664" totalOps="207" totalTime="51"/>            <file name="boot_BASE+CSWITCH+DRIVERS+POWER_1_um_premerge.etl" readBytes="0" readOps="0" readTime="0" writeBytes="3145728" writeOps="4" writeTime="5"                  totalBytes="3145728" totalOps="4" totalTime="5"/>            <file name="avgidsagent.exe" readBytes="2708992" readOps="118" readTime="83" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="2708992" totalOps="118" totalTime="83"/>            <file name="$Mft" readBytes="1974272" readOps="482" readTime="63" writeBytes="16384" writeOps="4" writeTime="0"                  totalBytes="1990656" totalOps="486" totalTime="63"/>            <file name="shell32.dll" readBytes="1900032" readOps="80" readTime="13" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="1900032" totalOps="80" totalTime="13"/>            <file name="avgwd.dll" readBytes="1613312" readOps="68" readTime="51" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="1613312" totalOps="68" totalTime="51"/>            <file name="SYSTEM" readBytes="49152" readOps="3" readTime="0" writeBytes="1463296" writeOps="327" writeTime="4"                  totalBytes="1512448" totalOps="330" totalTime="4"/>            <file name="SYSTEM.LOG1" readBytes="0" readOps="0" readTime="0" writeBytes="1478656" writeOps="329" writeTime="9"                  totalBytes="1478656" totalOps="329" totalTime="9"/>            <file name="BootCKCL.etl" readBytes="0" readOps="0" readTime="0" writeBytes="1048576" writeOps="8" writeTime="2"                  totalBytes="1048576" totalOps="8" totalTime="2"/>            <file name="IconCache.db" readBytes="920576" readOps="5" readTime="2" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="920576" totalOps="5" totalTime="2"/>          </byFile>          <byExtension>            <extension name=".etl" readBytes="0" readOps="0" readTime="0" writeBytes="49387008" writeOps="65" writeTime="81"                       totalBytes="49387008" totalOps="65" totalTime="81"/>            <extension name=".dll" readBytes="36664320" readOps="1871" readTime="468" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="36664320" totalOps="1871" totalTime="468"/>            <extension name=".exe" readBytes="4631040" readOps="230" readTime="126" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="4631040" totalOps="230" totalTime="126"/>            <extension name=".sys" readBytes="4351488" readOps="223" readTime="27" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="4351488" totalOps="223" totalTime="27"/>            <extension name="(none)" readBytes="685056" readOps="172" readTime="50" writeBytes="1840128" writeOps="374" writeTime="5"                       totalBytes="2525184" totalOps="546" totalTime="55"/>            <extension name="$Mft" readBytes="2027520" readOps="495" readTime="91" writeBytes="16384" writeOps="4" writeTime="0"                       totalBytes="2043904" totalOps="499" totalTime="92"/>            <extension name=".db" readBytes="1750528" readOps="44" readTime="8" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="1750528" totalOps="44" totalTime="8"/>            <extension name=".evtx" readBytes="1564160" readOps="41" readTime="5" writeBytes="163840" writeOps="10" writeTime="1"                       totalBytes="1728000" totalOps="51" totalTime="6"/>            <extension name=".LOG1" readBytes="0" readOps="0" readTime="0" writeBytes="1478656" writeOps="329" writeTime="9"                       totalBytes="1478656" totalOps="329" totalTime="9"/>            <extension name=".mui" readBytes="783872" readOps="36" readTime="4" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="783872" totalOps="36" totalTime="4"/>            <extension name=".BTR" readBytes="663552" readOps="81" readTime="10" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="663552" totalOps="81" totalTime="10"/>          </byExtension>        </diskIO>      </interval>      <interval name="PostExplorerPeriod" startTime="35583" endTime="48483" duration="12900">        <perProcess>          <perProcessCPUUsage name="Idle" time="11580" percentOfInterval="89.77">            <cpuUsage priority="0" time="11580" cumulativeTime="11580" ofProcess="100.00" ofInterval="89.77" cumulativeOfProcess="100.00"/>          </perProcessCPUUsage>          <perProcessCPUUsage name="avgidsagent.exe" time="312" percentOfInterval="2.42">            <cpuUsage priority="6" time="4" cumulativeTime="4" ofProcess="1.28" ofInterval="0.03" cumulativeOfProcess="1.28"/>            <cpuUsage priority="7" time="61" cumulativeTime="65" ofProcess="19.55" ofInterval="0.47" cumulativeOfProcess="20.83"/>            <cpuUsage priority="8" time="65" cumulativeTime="130" ofProcess="20.83" ofInterval="0.50" cumulativeOfProcess="41.67"/>            <cpuUsage priority="9" time="110" cumulativeTime="241" ofProcess="35.26" ofInterval="0.85" cumulativeOfProcess="77.24"/>            <cpuUsage priority="10" time="13" cumulativeTime="254" ofProcess="4.17" ofInterval="0.10" cumulativeOfProcess="81.41"/>            <cpuUsage priority="11" time="1" cumulativeTime="256" ofProcess="0.32" ofInterval="0.01" cumulativeOfProcess="82.05"/>            <cpuUsage priority="12" time="16" cumulativeTime="272" ofProcess="5.13" ofInterval="0.12" cumulativeOfProcess="87.18"/>            <cpuUsage priority="13" time="24" cumulativeTime="295" ofProcess="7.69" ofInterval="0.19" cumulativeOfProcess="94.55"/>            <cpuUsage priority="14" time="12" cumulativeTime="308" ofProcess="3.85" ofInterval="0.09" cumulativeOfProcess="98.72"/>            <cpuUsage priority="15" time="4" cumulativeTime="311" ofProcess="1.28" ofInterval="0.03" cumulativeOfProcess="99.68"/>          </perProcessCPUUsage>          <perProcessCPUUsage name="Bootrace.exe" time="145" percentOfInterval="1.12">            <cpuUsage priority="8" time="28" cumulativeTime="28" ofProcess="19.31" ofInterval="0.22" cumulativeOfProcess="19.31"/>            <cpuUsage priority="9" time="25" cumulativeTime="54" ofProcess="17.24" ofInterval="0.19" cumulativeOfProcess="37.24"/>            <cpuUsage priority="10" time="13" cumulativeTime="66" ofProcess="8.97" ofInterval="0.10" cumulativeOfProcess="45.52"/>            <cpuUsage priority="11" time="1" cumulativeTime="67" ofProcess="0.69" ofInterval="0.01" cumulativeOfProcess="46.21"/>            <cpuUsage priority="12" time="19" cumulativeTime="86" ofProcess="13.10" ofInterval="0.15" cumulativeOfProcess="59.31"/>            <cpuUsage priority="13" time="59" cumulativeTime="145" ofProcess="40.69" ofInterval="0.46" cumulativeOfProcess="100.00"/>          </perProcessCPUUsage>        </perProcess>        <perPriority>          <perPriorityCPUUsage priority="0" time="11580" ofInterval="89.77">            <cpuUsage process="Idle" time="11580" ofPriority="100.00"/>          </perPriorityCPUUsage>          <perPriorityCPUUsage priority="9" time="136" ofInterval="1.05">            <cpuUsage process="avgidsagent.exe" time="110" ofPriority="80.88"/>            <cpuUsage process="Bootrace.exe" time="25" ofPriority="18.38"/>          </perPriorityCPUUsage>        </perPriority>        <diskIO readBytes="158864896" readOps="6747" readTime="2915" avgBytesPerRead="23546" medBytesPerRead="8192"                writeBytes="108238848" writeOps="844" writeTime="743" avgBytesPerWrite="128245" medBytesPerWrite="4096"                totalBytes="267103744" totalOps="7591" totalTime="3658">          <byFile>            <file name="boot_BASE+CSWITCH+DRIVERS+POWER_1_km_premerge.etl" readBytes="0" readOps="0" readTime="0" writeBytes="73400320" writeOps="71" writeTime="127"                  totalBytes="73400320" totalOps="71" totalTime="127"/>            <file name="COMPONENTS" readBytes="43991552" readOps="4" readTime="85" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="43991552" totalOps="4" totalTime="85"/>            <file name="boot_BASE+CSWITCH+DRIVERS+POWER_1_um_premerge.etl" readBytes="7323648" readOps="28" readTime="17" writeBytes="16777216" writeOps="18" writeTime="33"                  totalBytes="24100864" totalOps="46" totalTime="50"/>            <file name="avgcorea.dll" readBytes="8405504" readOps="258" readTime="49" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="8405504" totalOps="258" totalTime="49"/>            <file name="{cd593c8d-51fd-11e3-943e-bc5ff4bf75ca}{3808876b-c176-4e48-b7ae-04046e6cc752}" readBytes="0" readOps="0" readTime="0" writeBytes="7553024" writeOps="42" writeTime="15"                  totalBytes="7553024" totalOps="42" totalTime="15"/>            <file name="$Mft" readBytes="6242304" readOps="1524" readTime="223" writeBytes="327680" writeOps="67" writeTime="3"                  totalBytes="6569984" totalOps="1591" totalTime="226"/>            <file name="wmp.dll" readBytes="4505600" readOps="194" readTime="35" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="4505600" totalOps="194" totalTime="35"/>            <file name="Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~6.1.7601.17514.cat" readBytes="3753984" readOps="125" readTime="16" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="3753984" totalOps="125" totalTime="16"/>            <file name="nt5.cat" readBytes="3683328" readOps="113" readTime="108" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="3683328" totalOps="113" totalTime="108"/>            <file name="BootCKCL.etl" readBytes="0" readOps="0" readTime="0" writeBytes="2883584" writeOps="22" writeTime="6"                  totalBytes="2883584" totalOps="22" totalTime="6"/>            <file name="Syscache.hve" readBytes="2638336" readOps="12" readTime="5" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="2638336" totalOps="12" totalTime="5"/>          </byFile>          <byExtension>            <extension name=".etl" readBytes="7324160" readOps="29" readTime="17" writeBytes="93078528" writeOps="115" writeTime="166"                       totalBytes="100402688" totalOps="144" totalTime="183"/>            <extension name=".dll" readBytes="65880064" readOps="3252" readTime="1572" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="65880064" totalOps="3252" totalTime="1572"/>            <extension name="(none)" readBytes="47898624" readOps="533" readTime="163" writeBytes="9028096" writeOps="337" writeTime="28"                       totalBytes="56926720" totalOps="870" totalTime="191"/>            <extension name=".exe" readBytes="8950784" readOps="447" readTime="470" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="8950784" totalOps="447" totalTime="470"/>            <extension name=".cat" readBytes="8161280" readOps="263" readTime="198" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="8161280" totalOps="263" totalTime="198"/>            <extension name="$Mft" readBytes="6275072" readOps="1532" readTime="267" writeBytes="327680" writeOps="67" writeTime="3"                       totalBytes="6602752" totalOps="1599" totalTime="270"/>            <extension name=".regtrans-ms" readBytes="533504" readOps="11" readTime="2" writeBytes="3147776" writeOps="12" writeTime="7"                       totalBytes="3681280" totalOps="23" totalTime="9"/>            <extension name=".hve" readBytes="2638336" readOps="12" readTime="5" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="2638336" totalOps="12" totalTime="5"/>            <extension name=".edb" readBytes="1425408" readOps="46" readTime="8" writeBytes="950272" writeOps="29" writeTime="3"                       totalBytes="2375680" totalOps="75" totalTime="11"/>            <extension name=".log" readBytes="1428480" readOps="51" readTime="6" writeBytes="714752" writeOps="179" writeTime="531"                       totalBytes="2143232" totalOps="230" totalTime="537"/>            <extension name=".dat" readBytes="1202176" readOps="23" readTime="48" writeBytes="3584" writeOps="1" writeTime="0"                       totalBytes="1205760" totalOps="24" totalTime="48"/>          </byExtension>        </diskIO>      </interval>      <interval name="TraceTail" startTime="48483" endTime="65523" duration="17039">        <perProcess>          <perProcessCPUUsage name="Idle" time="16297" percentOfInterval="95.64">            <cpuUsage priority="0" time="16297" cumulativeTime="16297" ofProcess="100.00" ofInterval="95.64" cumulativeOfProcess="100.00"/>          </perProcessCPUUsage>        </perProcess>        <perPriority>          <perPriorityCPUUsage priority="0" time="16297" ofInterval="95.64">            <cpuUsage process="Idle" time="16297" ofPriority="100.00"/>          </perPriorityCPUUsage>        </perPriority>        <diskIO readBytes="60957184" readOps="1394" readTime="327" avgBytesPerRead="43728" medBytesPerRead="14336"                writeBytes="96483328" writeOps="381" writeTime="278" avgBytesPerWrite="253237" medBytesPerWrite="262144"                totalBytes="157440512" totalOps="1775" totalTime="605">          <byFile>            <file name="boot_BASE+CSWITCH+DRIVERS+POWER_1_km_premerge.etl" readBytes="28819456" readOps="110" readTime="72" writeBytes="37748736" writeOps="37" writeTime="71"                  totalBytes="66568192" totalOps="147" totalTime="143"/>            <file name="{cd593c8d-51fd-11e3-943e-bc5ff4bf75ca}{3808876b-c176-4e48-b7ae-04046e6cc752}" readBytes="0" readOps="0" readTime="0" writeBytes="42172416" writeOps="236" writeTime="81"                  totalBytes="42172416" totalOps="236" totalTime="81"/>            <file name="boot_BASE+CSWITCH+DRIVERS+POWER_1_um_premerge.etl" readBytes="12582912" readOps="49" readTime="32" writeBytes="12582912" writeOps="12" writeTime="24"                  totalBytes="25165824" totalOps="61" totalTime="56"/>            <file name="$LogFile" readBytes="0" readOps="0" readTime="0" writeBytes="2588672" writeOps="27" writeTime="8"                  totalBytes="2588672" totalOps="27" totalTime="8"/>            <file name="BootLogger.exe" readBytes="1524736" readOps="72" readTime="13" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="1524736" totalOps="72" totalTime="13"/>            <file name="OBJECTS.DATA" readBytes="1474560" readOps="135" readTime="18" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="1474560" totalOps="135" totalTime="18"/>            <file name="BootCKCL.etl" readBytes="0" readOps="0" readTime="0" writeBytes="1048576" writeOps="9" writeTime="13"                  totalBytes="1048576" totalOps="9" totalTime="13"/>            <file name="cimwin32.dll" readBytes="1036800" readOps="46" readTime="8" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="1036800" totalOps="46" totalTime="8"/>            <file name="monitor.PNF" readBytes="696320" readOps="25" readTime="4" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="696320" totalOps="25" totalTime="4"/>            <file name="msxml6.dll" readBytes="676352" readOps="28" readTime="5" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="676352" totalOps="28" totalTime="5"/>            <file name="logon7.exe" readBytes="640000" readOps="30" readTime="5" writeBytes="0" writeOps="0" writeTime="0"                  totalBytes="640000" totalOps="30" totalTime="5"/>          </byFile>          <byExtension>            <extension name=".etl" readBytes="41402368" readOps="159" readTime="104" writeBytes="51380224" writeOps="58" writeTime="108"                       totalBytes="92782592" totalOps="217" totalTime="211"/>            <extension name="(none)" readBytes="226304" readOps="51" readTime="9" writeBytes="44781568" writeOps="268" writeTime="90"                       totalBytes="45007872" totalOps="319" totalTime="98"/>            <extension name=".dll" readBytes="9548800" readOps="505" readTime="106" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="9548800" totalOps="505" totalTime="106"/>            <extension name=".exe" readBytes="2836992" readOps="133" readTime="24" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="2836992" totalOps="133" totalTime="24"/>            <extension name=".PNF" readBytes="2312192" readOps="124" readTime="17" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="2312192" totalOps="124" totalTime="17"/>            <extension name=".DATA" readBytes="1474560" readOps="135" readTime="18" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="1474560" totalOps="135" totalTime="18"/>            <extension name="$Mft" readBytes="475136" readOps="116" readTime="16" writeBytes="69632" writeOps="12" writeTime="0"                       totalBytes="544768" totalOps="128" totalTime="16"/>            <extension name=".BTR" readBytes="466944" readOps="57" readTime="8" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="466944" totalOps="57" totalTime="8"/>            <extension name=".log" readBytes="262144" readOps="2" readTime="1" writeBytes="164352" writeOps="34" writeTime="80"                       totalBytes="426496" totalOps="36" totalTime="81"/>            <extension name=".sys" readBytes="413696" readOps="17" readTime="4" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="413696" totalOps="17" totalTime="4"/>            <extension name=".mui" readBytes="348160" readOps="20" readTime="10" writeBytes="0" writeOps="0" writeTime="0"                       totalBytes="348160" totalOps="20" totalTime="10"/>          </byExtension>        </diskIO>      </interval>    </timing>    <services autoStartStartTime="33920" autoStartEndTime="35813" autoStartDuration="1892">      <serviceTransition name="PlugPlay" group="PlugPlay" transition="start"                         totalTransitionTimeDelta="16" firstCheckpointTimeDelta="4" processingTimeDelta="12"                         container="DcomLaunch svchost (964)" startedAt="33921" firstCheckpointedAt="33925" endedAt="33937"/>      <serviceTransition name="Power" group="PlugPlay" transition="start"                         totalTransitionTimeDelta="31" firstCheckpointTimeDelta="0" processingTimeDelta="31"                         container="DcomLaunch svchost (964)" startedAt="33937" firstCheckpointedAt="33937" endedAt="33967"/>      <serviceTransition name="DcomLaunch" group="COM Infrastructure" transition="start"                         totalTransitionTimeDelta="9" firstCheckpointTimeDelta="0" processingTimeDelta="9"                         container="DcomLaunch svchost (964)" startedAt="33997" firstCheckpointedAt="33997" endedAt="34006"/>      <serviceTransition name="RpcEptMapper" group="COM Infrastructure" transition="start"                         totalTransitionTimeDelta="22" firstCheckpointTimeDelta="16" processingTimeDelta="6"                         container="RPCSS svchost (292)" startedAt="33998" firstCheckpointedAt="34014" endedAt="34019"/>      <serviceTransition name="RpcSs" group="COM Infrastructure" transition="start"                         totalTransitionTimeDelta="19" firstCheckpointTimeDelta="0" processingTimeDelta="19"                         container="RPCSS svchost (292)" startedAt="34019" firstCheckpointedAt="34020" endedAt="34039"/>      <serviceTransition name="eventlog" group="Event Log" transition="start"                         totalTransitionTimeDelta="44" firstCheckpointTimeDelta="26" processingTimeDelta="18"                         container="LocalServiceNetworkRestricted svchost (740)" startedAt="34039" firstCheckpointedAt="34065" endedAt="34083"/>      <serviceTransition name="AudioEndpointBuilder" group="AudioGroup" transition="start"                         totalTransitionTimeDelta="140" firstCheckpointTimeDelta="8" processingTimeDelta="132"                         container="LocalSystemNetworkRestricted svchost (1020)" startedAt="34083" firstCheckpointedAt="34091" endedAt="34223"/>      <serviceTransition name="FontCache" group="AudioGroup" transition="start"                         totalTransitionTimeDelta="37" firstCheckpointTimeDelta="8" processingTimeDelta="29"                         container="LocalService svchost (1044)" startedAt="34091" firstCheckpointedAt="34099" endedAt="34128"/>      <serviceTransition name="MMCSS" group="AudioGroup" transition="start"                         totalTransitionTimeDelta="30" firstCheckpointTimeDelta="7" processingTimeDelta="23"                         container="netsvcs svchost (1080)" startedAt="34099" firstCheckpointedAt="34107" endedAt="34129"/>      <serviceTransition name="AudioSrv" group="AudioGroup" transition="start"                         totalTransitionTimeDelta="38" firstCheckpointTimeDelta="0" processingTimeDelta="38"                         container="LocalServiceNetworkRestricted svchost (740)" startedAt="34223" firstCheckpointedAt="34223" endedAt="34262"/>      <serviceTransition name="CscService" group="ProfSvc_Group" transition="start"                         totalTransitionTimeDelta="35" firstCheckpointTimeDelta="0" processingTimeDelta="35"                         container="LocalSystemNetworkRestricted svchost (1020)" startedAt="34262" firstCheckpointedAt="34262" endedAt="34297"/>      <serviceTransition name="gpsvc" group="ProfSvc_Group" transition="start"                         totalTransitionTimeDelta="22" firstCheckpointTimeDelta="6" processingTimeDelta="16"                         container="GPSvcGroup svchost (1216)" startedAt="34262" firstCheckpointedAt="34268" endedAt="34284"/>      <serviceTransition name="ProfSvc" group="ProfSvc_Group" transition="start"                         totalTransitionTimeDelta="18" firstCheckpointTimeDelta="0" processingTimeDelta="18"                         container="netsvcs svchost (1080)" startedAt="34268" firstCheckpointedAt="34268" endedAt="34286"/>      <serviceTransition name="Themes" group="ProfSvc_Group" transition="start"                         totalTransitionTimeDelta="12" firstCheckpointTimeDelta="0" processingTimeDelta="12"                         container="netsvcs svchost (1080)" startedAt="34269" firstCheckpointedAt="34269" endedAt="34281"/>      <serviceTransition name="EventSystem" group="ProfSvc_Group" transition="start"                         totalTransitionTimeDelta="15" firstCheckpointTimeDelta="0" processingTimeDelta="15"                         container="LocalService svchost (1044)" startedAt="34281" firstCheckpointedAt="34281" endedAt="34296"/>      <serviceTransition name="SENS" group="ProfSvc_Group" transition="start"                         totalTransitionTimeDelta="4" firstCheckpointTimeDelta="0" processingTimeDelta="3"                         container="netsvcs svchost (1080)" startedAt="34296" firstCheckpointedAt="34296" endedAt="34300"/>      <serviceTransition name="BootRacerServ" group="UIGroup" transition="start"                         totalTransitionTimeDelta="67" firstCheckpointTimeDelta="66" processingTimeDelta="1"                         container="BootRacerServ.exe (1328)" startedAt="34300" firstCheckpointedAt="34366" endedAt="34367"/>      <serviceTransition name="UxSms" group="UIGroup" transition="start"                         totalTransitionTimeDelta="2" firstCheckpointTimeDelta="0" processingTimeDelta="2"                         container="LocalSystemNetworkRestricted svchost (1020)" startedAt="34367" firstCheckpointedAt="34367" endedAt="34369"/>      <serviceTransition name="SamSs" group="MS_WindowsLocalValidation" transition="start"                         totalTransitionTimeDelta="0" firstCheckpointTimeDelta="0" processingTimeDelta="0"                         container="lsass.exe (836)" startedAt="34369" firstCheckpointedAt="34369" endedAt="34369"/>      <serviceTransition name="wudfsvc" group="PlugPlay" transition="start"                         totalTransitionTimeDelta="17" firstCheckpointTimeDelta="0" processingTimeDelta="17"                         container="LocalSystemNetworkRestricted svchost (1020)" startedAt="34369" firstCheckpointedAt="34369" endedAt="34386"/>      <serviceTransition name="lmhosts" group="TDI" transition="start"                         totalTransitionTimeDelta="8" firstCheckpointTimeDelta="0" processingTimeDelta="8"                         container="LocalServiceNetworkRestricted svchost (740)" startedAt="34393" firstCheckpointedAt="34393" endedAt="34401"/>      <serviceTransition name="nsi" group="TDI" transition="start"                         totalTransitionTimeDelta="3" firstCheckpointTimeDelta="0" processingTimeDelta="3"                         container="LocalService svchost (1044)" startedAt="34393" firstCheckpointedAt="34393" endedAt="34396"/>      <serviceTransition name="Dhcp" group="TDI" transition="start"                         totalTransitionTimeDelta="13" firstCheckpointTimeDelta="0" processingTimeDelta="13"                         container="LocalServiceNetworkRestricted svchost (740)" startedAt="34396" firstCheckpointedAt="34396" endedAt="34409"/>      <serviceTransition name="Dnscache" group="TDI" transition="start"                         totalTransitionTimeDelta="20" firstCheckpointTimeDelta="7" processingTimeDelta="14"                         container="NetworkService svchost (1412)" startedAt="34396" firstCheckpointedAt="34403" endedAt="34416"/>      <serviceTransition name="ShellHWDetection" group="ShellSvcGroup" transition="start"                         totalTransitionTimeDelta="4" firstCheckpointTimeDelta="0" processingTimeDelta="4"                         container="netsvcs svchost (1080)" startedAt="34417" firstCheckpointedAt="34417" endedAt="34420"/>      <serviceTransition name="Schedule" group="SchedulerGroup" transition="start"                         totalTransitionTimeDelta="128" firstCheckpointTimeDelta="0" processingTimeDelta="128"                         container="netsvcs svchost (1080)" startedAt="34420" firstCheckpointedAt="34420" endedAt="34548"/>      <serviceTransition name="Spooler" group="SpoolerGroup" transition="start"                         totalTransitionTimeDelta="45" firstCheckpointTimeDelta="36" processingTimeDelta="8"                         container="spoolsv.exe (1600)" startedAt="34560" firstCheckpointedAt="34596" endedAt="34605"/>      <serviceTransition name="BFE" group="NetworkProvider" transition="start"                         totalTransitionTimeDelta="73" firstCheckpointTimeDelta="8" processingTimeDelta="65"                         container="LocalServiceNoNetwork svchost (1700)" startedAt="34605" firstCheckpointedAt="34613" endedAt="34678"/>      <serviceTransition name="MpsSvc" group="NetworkProvider" transition="start"                         totalTransitionTimeDelta="24" firstCheckpointTimeDelta="1" processingTimeDelta="23"                         container="LocalServiceNoNetwork svchost (1700)" startedAt="34685" firstCheckpointedAt="34685" endedAt="34708"/>      <serviceTransition name="LanmanWorkstation" group="NetworkProvider" transition="start"                         totalTransitionTimeDelta="20" firstCheckpointTimeDelta="1" processingTimeDelta="19"                         container="NetworkService svchost (1412)" startedAt="34709" firstCheckpointedAt="34709" endedAt="34728"/>      <serviceTransition name="AVGIDSAgent" group="" transition="start"                         totalTransitionTimeDelta="951" firstCheckpointTimeDelta="155" processingTimeDelta="796"                         container="avgidsagent.exe (1912)" startedAt="34728" firstCheckpointedAt="34883" endedAt="35679"/>      <serviceTransition name="avgwd" group="" transition="start"                         totalTransitionTimeDelta="820" firstCheckpointTimeDelta="34" processingTimeDelta="787"                         container="avgwdsvc.exe (1956)" startedAt="34883" firstCheckpointedAt="34917" endedAt="35704"/>      <serviceTransition name="CryptSvc" group="" transition="start"                         totalTransitionTimeDelta="21" firstCheckpointTimeDelta="0" processingTimeDelta="20"                         container="NetworkService svchost (1412)" startedAt="34918" firstCheckpointedAt="34918" endedAt="34939"/>      <serviceTransition name="DPS" group="" transition="start"                         totalTransitionTimeDelta="25" firstCheckpointTimeDelta="0" processingTimeDelta="24"                         container="LocalServiceNoNetwork svchost (1700)" startedAt="34918" firstCheckpointedAt="34919" endedAt="34943"/>      <serviceTransition name="Intel(R) PROSet Monitoring Service" group="" transition="start"                         totalTransitionTimeDelta="40" firstCheckpointTimeDelta="39" processingTimeDelta="1"                         container="IProsetMonitor.exe (1988)" startedAt="34919" firstCheckpointedAt="34958" endedAt="34959"/>      <serviceTransition name="NlaSvc" group="" transition="start"                         totalTransitionTimeDelta="53" firstCheckpointTimeDelta="0" processingTimeDelta="53"                         container="NetworkService svchost (1412)" startedAt="34959" firstCheckpointedAt="34959" endedAt="35012"/>      <serviceTransition name="PcaSvc" group="" transition="start"                         totalTransitionTimeDelta="9" firstCheckpointTimeDelta="0" processingTimeDelta="9"                         container="LocalSystemNetworkRestricted svchost (1020)" startedAt="34960" firstCheckpointedAt="34960" endedAt="34969"/>      <serviceTransition name="PnkBstrA" group="" transition="start"                         totalTransitionTimeDelta="46" firstCheckpointTimeDelta="45" processingTimeDelta="1"                         container="PnkBstrA.exe (1168)" startedAt="34972" firstCheckpointedAt="35018" endedAt="35018"/>      <serviceTransition name="TrkWks" group="" transition="start"                         totalTransitionTimeDelta="17" firstCheckpointTimeDelta="0" processingTimeDelta="17"                         container="LocalSystemNetworkRestricted svchost (1020)" startedAt="35030" firstCheckpointedAt="35030" endedAt="35047"/>      <serviceTransition name="Winmgmt" group="" transition="start"                         totalTransitionTimeDelta="31" firstCheckpointTimeDelta="0" processingTimeDelta="31"                         container="netsvcs svchost (1080)" startedAt="35030" firstCheckpointedAt="35030" endedAt="35061"/>      <serviceTransition name="iphlpsvc" group="" transition="start"                         totalTransitionTimeDelta="34" firstCheckpointTimeDelta="0" processingTimeDelta="34"                         container="netsvcs svchost (1080)" startedAt="35076" firstCheckpointedAt="35076" endedAt="35110"/>      <serviceTransition name="LanmanServer" group="" transition="start"                         totalTransitionTimeDelta="737" firstCheckpointTimeDelta="0" processingTimeDelta="737"                         container="netsvcs svchost (1080)" startedAt="35076" firstCheckpointedAt="35076" endedAt="35813"/>      <serviceTransition name="netprofm" group="" transition="start"                         totalTransitionTimeDelta="17" firstCheckpointTimeDelta="3" processingTimeDelta="14"                         container="LocalService svchost (1044)" startedAt="35818" firstCheckpointedAt="35821" endedAt="35835"/>      <serviceTransition name="WdiServiceHost" group="" transition="start"                         totalTransitionTimeDelta="15" firstCheckpointTimeDelta="0" processingTimeDelta="15"                         container="LocalService svchost (1044)" startedAt="35822" firstCheckpointedAt="35822" endedAt="35837"/>      <serviceTransition name="hidserv" group="" transition="start"                         totalTransitionTimeDelta="7" firstCheckpointTimeDelta="0" processingTimeDelta="7"                         container="LocalSystemNetworkRestricted svchost (1020)" startedAt="35823" firstCheckpointedAt="35823" endedAt="35831"/>      <serviceTransition name="WdiSystemHost" group="" transition="start"                         totalTransitionTimeDelta="12" firstCheckpointTimeDelta="0" processingTimeDelta="12"                         container="LocalSystemNetworkRestricted svchost (1020)" startedAt="35826" firstCheckpointedAt="35826" endedAt="35838"/>      <serviceTransition name="WPDBusEnum" group="" transition="start"                         totalTransitionTimeDelta="24" firstCheckpointTimeDelta="0" processingTimeDelta="24"                         container="LocalSystemNetworkRestricted svchost (1020)" startedAt="35827" firstCheckpointedAt="35827" endedAt="35851"/>      <serviceTransition name="Browser" group="NetworkProvider" transition="start"                         totalTransitionTimeDelta="1" firstCheckpointTimeDelta="0" processingTimeDelta="1"                         container="netsvcs svchost (1080)" startedAt="35875" firstCheckpointedAt="35875" endedAt="35876"/>      <serviceTransition name="AeLookupSvc" group="" transition="start"                         totalTransitionTimeDelta="5" firstCheckpointTimeDelta="0" processingTimeDelta="5"                         container="netsvcs svchost (1080)" startedAt="35876" firstCheckpointedAt="35876" endedAt="35880"/>      <serviceTransition name="Appinfo" group="" transition="start"                         totalTransitionTimeDelta="4" firstCheckpointTimeDelta="0" processingTimeDelta="4"                         container="netsvcs svchost (1080)" startedAt="37498" firstCheckpointedAt="37498" endedAt="37502"/>      <serviceTransition name="TrustedInstaller" group="ProfSvc_Group" transition="start"                         totalTransitionTimeDelta="249" firstCheckpointTimeDelta="6" processingTimeDelta="243"                         container="TrustedInstaller.exe (2984)" startedAt="38014" firstCheckpointedAt="38020" endedAt="38264"/>      <serviceTransition name="WSearch" group="" transition="start"                         totalTransitionTimeDelta="151" firstCheckpointTimeDelta="23" processingTimeDelta="128"                         container="SearchIndexer.exe /Embedding (2276)" startedAt="41396" firstCheckpointedAt="41419" endedAt="41547"/>      <serviceTransition name="Netman" group="" transition="start"                         totalTransitionTimeDelta="7" firstCheckpointTimeDelta="0" processingTimeDelta="7"                         container="LocalSystemNetworkRestricted svchost (1020)" startedAt="41512" firstCheckpointedAt="41512" endedAt="41519"/>      <serviceTransition name="WinHttpAutoProxySvc" group="" transition="start"                         totalTransitionTimeDelta="1" firstCheckpointTimeDelta="0" processingTimeDelta="1"                         container="LocalService svchost (1044)" startedAt="41853" firstCheckpointedAt="41853" endedAt="41854"/>      <serviceTransition name="fdPHost" group="" transition="start"                         totalTransitionTimeDelta="8" firstCheckpointTimeDelta="0" processingTimeDelta="8"                         container="LocalService svchost (1044)" startedAt="45712" firstCheckpointedAt="45712" endedAt="45720"/>      <serviceTransition name="FDResPub" group="" transition="start"                         totalTransitionTimeDelta="200" firstCheckpointTimeDelta="9" processingTimeDelta="191"                         container="LocalServiceAndNoImpersonation svchost (2364)" startedAt="45712" firstCheckpointedAt="45721" endedAt="45912"/>      <serviceTransition name="HomeGroupProvider" group="" transition="start"                         totalTransitionTimeDelta="5" firstCheckpointTimeDelta="0" processingTimeDelta="5"                         container="LocalServiceNetworkRestricted svchost (740)" startedAt="45912" firstCheckpointedAt="45913" endedAt="45917"/>      <serviceTransition name="WMPNetworkSvc" group="" transition="start"                         totalTransitionTimeDelta="31" firstCheckpointTimeDelta="27" processingTimeDelta="4"                         container="wmpnetwk.exe (1548)" startedAt="45913" firstCheckpointedAt="45940" endedAt="45944"/>      <serviceTransition name="SSDPSRV" group="" transition="start"                         totalTransitionTimeDelta="164" firstCheckpointTimeDelta="0" processingTimeDelta="164"                         container="LocalServiceAndNoImpersonation svchost (2364)" startedAt="46034" firstCheckpointedAt="46034" endedAt="46198"/>      <serviceTransition name="HomeGroupListener" group="" transition="start"                         totalTransitionTimeDelta="3" firstCheckpointTimeDelta="0" processingTimeDelta="3"                         container="LocalSystemNetworkRestricted svchost (1020)" startedAt="46085" firstCheckpointedAt="46085" endedAt="46088"/>      <serviceTransition name="p2pimsvc" group="" transition="start"                         totalTransitionTimeDelta="11" firstCheckpointTimeDelta="5" processingTimeDelta="6"                         container="LocalServicePeerNet svchost (3204)" startedAt="46095" firstCheckpointedAt="46100" endedAt="46106"/>      <serviceTransition name="PNRPsvc" group="" transition="start"                         totalTransitionTimeDelta="159" firstCheckpointTimeDelta="0" processingTimeDelta="159"                         container="LocalServicePeerNet svchost (3204)" startedAt="46106" firstCheckpointedAt="46107" endedAt="46265"/>      <serviceTransition name="p2psvc" group="" transition="start"                         totalTransitionTimeDelta="9" firstCheckpointTimeDelta="0" processingTimeDelta="8"                         container="LocalServicePeerNet svchost (3204)" startedAt="46265" firstCheckpointedAt="46266" endedAt="46274"/>      <serviceTransition name="upnphost" group="" transition="start"                         totalTransitionTimeDelta="5" firstCheckpointTimeDelta="0" processingTimeDelta="5"                         container="LocalServiceAndNoImpersonation svchost (2364)" startedAt="46745" firstCheckpointedAt="46745" endedAt="46750"/>    </services>    <pnp>      <phase name="bootStart" startTime="17" endTime="398" duration="381">        <pnpObject name="IDE\DiskST1000DM003-1CH162______________________CC49____\5+93ebe3c+0+1.0.0" type="Device" activity="Start"                   startTime="280" endTime="368" duration="88" prePendTime="88" description="Disk drive" friendlyName="ST1000DM003-1CH162 ATA Device"/>        <pnpObject name="PCI\VEN_8086+DEV_8C02+SUBSYS_8C021849+REV_04\3+11583659+0+FA" type="Device" activity="Start"                   startTime="192" endTime="236" duration="44" prePendTime="44" description="Intel(R) 8 Series/C220 Series SATA AHCI Controller - 8C02" friendlyName=""/>        <pnpObject name="ACPI_HAL\PNP0C08\0" type="Device" activity="Start"                   startTime="20" endTime="56" duration="35" prePendTime="35" description="Microsoft ACPI-Compliant System" friendlyName=""/>        <pnpObject name="PCI\VEN_8086+DEV_8C10+SUBSYS_8C101849+REV_D4\3+11583659+0+E0" type="Device" activity="Start"                   startTime="124" endTime="154" duration="31" prePendTime="31" description="Intel(R) 8 Series/C220 Series PCI Express Root Port #1 - 8C10" friendlyName=""/>        <pnpObject name="PCI\VEN_8086+DEV_244E+SUBSYS_244E1849+REV_D4\3+11583659+0+E3" type="Device" activity="Start"                   startTime="157" endTime="184" duration="27" prePendTime="27" description="Intel(R) 82801 PCI Bridge - 244E" friendlyName=""/>        <pnpObject name="PCIIDE\IDEChannel\4+2915a761+0+1" type="Device" activity="Enum"                   startTime="238" endTime="262" duration="24" prePendTime="0" description="IDE Channel" friendlyName="ATA Channel 1"/>        <pnpObject name="PCIIDE\IDEChannel\4+2915a761+0+3" type="Device" activity="Enum"                   startTime="239" endTime="262" duration="23" prePendTime="0" description="IDE Channel" friendlyName="ATA Channel 3"/>        <pnpObject name="PCI\VEN_8086+DEV_0C01+SUBSYS_0C011849+REV_06\3+11583659+0+08" type="Device" activity="Start"                   startTime="100" endTime="122" duration="22" prePendTime="22" description="Intel(R) Xeon(R) processor E3-1200 v3/4th Gen Core processor PCI Express x16 Controller - 0C01" friendlyName=""/>        <pnpObject name="ACPI\PNP0A08\0" type="Device" activity="Enum"                   startTime="73" endTime="85" duration="12" prePendTime="12" description="PCI bus" friendlyName=""/>      </phase>      <phase name="systemStart" startTime="510" endTime="1324" duration="814">        <pnpObject name="Avgldx64" type="Driver" activity="Load"                   startTime="673" endTime="1314" duration="641" prePendTime="641"/>        <pnpObject name="\REGISTRY\MACHINE\SYSTEM\ControlSet001\services\Avgldx64" type="unknown" activity="unknown"                   startTime="677" endTime="1314" duration="637" prePendTime="637"/>        <pnpObject name="Null" type="Driver" activity="Load"                   startTime="511" endTime="604" duration="94" prePendTime="94"/>      </phase>      <phase name="remainder" startTime="1324" endTime="-1" duration="-1">        <pnpObject name="USB\VID_1038+PID_1360+MI_00\7+99c8f11+0+0000" type="Device" activity="Start"                   startTime="2936" endTime="12946" duration="10010" prePendTime="10010" description="USB Input Device" friendlyName=""/>        <pnpObject name="USB\VID_1038+PID_1360+MI_02\7+99c8f11+0+0002" type="Device" activity="Start"                   startTime="22966" endTime="32976" duration="10010" prePendTime="10010" description="USB Input Device" friendlyName=""/>        <pnpObject name="USB\VID_1038+PID_1360+MI_01\7+99c8f11+0+0001" type="Device" activity="Start"                   startTime="12954" endTime="22961" duration="10007" prePendTime="10007" description="USB Input Device" friendlyName=""/>        <pnpObject name="USB\VID_8087+PID_8000\5+604616e+0+1" type="Device" activity="Start"                   startTime="33319" endTime="33646" duration="328" prePendTime="328" description="Generic USB Hub" friendlyName=""/>        <pnpObject name="USB\VID_8087+PID_8008\5+15fe9fa7+0+1" type="Device" activity="Start"                   startTime="32997" endTime="33318" duration="321" prePendTime="321" description="Generic USB Hub" friendlyName=""/>        <pnpObject name="PCI\VEN_8086+DEV_153B+SUBSYS_153B1849+REV_04\3+11583659+0+C8" type="Device" activity="Start"                   startTime="1558" endTime="1787" duration="228" prePendTime="228" description="Intel(R) Ethernet Connection I217-V" friendlyName=""/>        <pnpObject name="ACPI\PNP0401\4+2a3da918+0" type="Device" activity="Enum"                   startTime="1864" endTime="2056" duration="191" prePendTime="191" description="ECP Printer Port" friendlyName="ECP Printer Port (LPT1)"/>        <pnpObject name="PCI\VEN_8086+DEV_8C20+SUBSYS_C8921849+REV_04\3+11583659+0+D8" type="Device" activity="Start"                   startTime="1833" endTime="1931" duration="98" prePendTime="0" description="High Definition Audio Controller" friendlyName=""/>        <pnpObject name="PCI\VEN_1002+DEV_AAA0+SUBSYS_AAA0174B+REV_00\4+63638ad+0+0108" type="Device" activity="Start"                   startTime="1433" endTime="1525" duration="93" prePendTime="93" description="High Definition Audio Controller" friendlyName=""/>        <pnpObject name="PCI\VEN_8086+DEV_8C31+SUBSYS_8C311849+REV_04\3+11583659+0+A0" type="Device" activity="Start"                   startTime="1525" endTime="1603" duration="78" prePendTime="0" description="Intel(R) USB 3.0 eXtensible Host Controller" friendlyName=""/>        <pnpObject name="HDAUDIO\FUNC_01+VEN_10EC+DEV_0892+SUBSYS_1849C892+REV_1003\4+1e3670ea+0+0001" type="Device" activity="Start"                   startTime="2091" endTime="2153" duration="63" prePendTime="0" description="High Definition Audio Device" friendlyName=""/>        <pnpObject name="IUSB3\ROOT_HUB30\4+31b2bd97+0" type="Device" activity="Start"                   startTime="2090" endTime="2136" duration="46" prePendTime="0" description="Intel(R) USB 3.0 Root Hub" friendlyName=""/>        <pnpObject name="PCI\VEN_8086+DEV_8C2D+SUBSYS_8C2D1849+REV_04\3+11583659+0+D0" type="Device" activity="Start"                   startTime="1787" endTime="1828" duration="41" prePendTime="41" description="Intel(R) 8 Series/C220 Series USB EHCI #2 - 8C2D" friendlyName=""/>        <pnpObject name="USB\VID_04D9+PID_1603\5+3b0c166+0+11" type="Device" activity="Start"                   startTime="2608" endTime="2649" duration="40" prePendTime="40" description="USB Composite Device" friendlyName=""/>        <pnpObject name="USB\VID_1038+PID_1360\SteelSeries_Gaming_Device" type="Device" activity="Start"                   startTime="2674" endTime="2713" duration="39" prePendTime="39" description="USB Composite Device" friendlyName=""/>        <pnpObject name="PCI\VEN_8086+DEV_8C3A+SUBSYS_8C3A1849+REV_04\3+11583659+0+B0" type="Device" activity="Start"                   startTime="1525" endTime="1558" duration="33" prePendTime="33" description="Intel(R) Management Engine Interface " friendlyName=""/>        <pnpObject name="PCI\VEN_8086+DEV_8C26+SUBSYS_8C261849+REV_04\3+11583659+0+E8" type="Device" activity="Start"                   startTime="1833" endTime="1863" duration="30" prePendTime="30" description="Intel(R) 8 Series/C220 Series USB EHCI #1 - 8C26" friendlyName=""/>        <pnpObject name="srv2" type="Driver" activity="Load"                   startTime="35031" endTime="35057" duration="26" prePendTime="26"/>        <pnpObject name="luafv" type="Driver" activity="Load"                   startTime="33969" endTime="33994" duration="25" prePendTime="25"/>        <pnpObject name="PCI\VEN_1002+DEV_6798+SUBSYS_3001174B+REV_00\4+63638ad+0+0008" type="Device" activity="Start"                   startTime="1409" endTime="1433" duration="23" prePendTime="23" description="Standard VGA Graphics Adapter" friendlyName=""/>        <pnpObject name="kbdhid" type="Driver" activity="Load"                   startTime="2897" endTime="2920" duration="23" prePendTime="23"/>        <pnpObject name="\REGISTRY\MACHINE\SYSTEM\ControlSet001\services\luafv" type="unknown" activity="unknown"                   startTime="33971" endTime="33994" duration="23" prePendTime="23"/>        <pnpObject name="srv" type="Driver" activity="Load"                   startTime="35057" endTime="35075" duration="18" prePendTime="18"/>        <pnpObject name="USB\VID_04D9+PID_1603+MI_01\6+13a4ca4b+0+0001" type="Device" activity="Start"                   startTime="2920" endTime="2936" duration="16" prePendTime="16" description="USB Input Device" friendlyName=""/>        <pnpObject name="iusb3xhc" type="Driver" activity="Load"                   startTime="1333" endTime="1346" duration="13" prePendTime="13"/>        <pnpObject name="PEAUTH" type="Driver" activity="Load"                   startTime="34960" endTime="34972" duration="12" prePendTime="12"/>        <pnpObject name="HTTP" type="Driver" activity="Load"                   startTime="34548" endTime="34560" duration="12" prePendTime="12"/>        <pnpObject name="HdAudAddService" type="Driver" activity="Load"                   startTime="2071" endTime="2082" duration="11" prePendTime="11"/>      </phase>    </pnp>    <groupPolicy/>  </boot></results>

HELP PLEASE!! I'm getting really desperate

Posted (edited)

the CPU usage from the Kernel and DPC usage comes from the driver SkyNet.SYS. Is 4.6.0.9999 the latest version?

The new boot is faster. 12s to UI and fully booted:

- <timing bootDoneViaExplorer="12184" bootDoneViaPostBoot="22684"

this is very good :)

Yes 4.6.0 lastest driver. Probly technisat doesnt support this card anymore.

Edited by reahax
Posted

the SessionInit is slow:

<interval name="SMSSInit" startTime="1447" endTime="34986" duration="33539">

I can see there is a delay starting an USB device:

athlonaces.png


What is this "USB\VID_1038&PID_1360&MI_01\7&99c8f11&0&0001"?

Posted

Couldn't identify exactly which usb was it (Don't know how actually), but I tried removing and testing each usb individually and realized if i remove my mouse it boots up in 12 secs!

What's the issue here?? Drivers??

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...