Hi
Is there a code profiler that can be used to analyze a driver for performance bottlenecks?
Thanks
Hi
Is there a code profiler that can be used to analyze a driver for performance bottlenecks?
Thanks
Dump the messages in your driver and view them in the debugview or you can
use WPP to monitor the performance.
2008/10/29
> Hi
>
> Is there a code profiler that can be used to analyze a driver for
> performance bottlenecks?
>
> Thanks
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>
Take a look at kernrate it comes in the WDK under tools\other. Also check
out http://www.microsoft.com/whdc/DevTools/tools/RATT.mspx
–
Don Burn (MVP, Windows DDK)
Windows Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
wrote in message news:xxxxx@ntdev…
> Hi
>
> Is there a code profiler that can be used to analyze a driver for
> performance bottlenecks?
>
> Thanks
>
kernrate is recommended.
It ships (again, with the nice auto-zooming feature an also with 64-bit support) with the latest WDK.
There are much older versions that may be downloaded with the Windows Server 2003 Resource Kit Tools (iirc), and KrView, but the binaries are obsolete and the Srv08 WDK kernrate binaries should be used instead.
-----Original Message-----
From: xxxxx@hotmail.com
Sent: Wednesday, October 29, 2008 03:05
To: Windows System Software Devs Interest List
Subject: [ntdev] Code Profiler
Hi
Is there a code profiler that can be used to analyze a driver for performance bottlenecks?
Thanks
—
NTDEV is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
Excellent, thanks for the info!
Microsoft freebies are fine.
VTune, IMHO,?is a professional profiler but it’s not free. It definitely worth the money though.
–
Calvin Guan
Broadcom Corp.
Connecting Everything(r)
----- Original Message ----
From: “xxxxx@hotmail.com”
To: Windows System Software Devs Interest List
Sent: Wednesday, October 29, 2008 7:59:30 AM
Subject: RE:[ntdev] Code Profiler
Excellent, thanks for the info!
—
NTDEV is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
__________________________________________________________________
Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your favourite sites. Download it now at
http://ca.toolbar.yahoo.com.
XPerf is also nice. Some of the more useful features might require
Vista/WS08 though.
–
This posting is provided “AS IS” with no warranties, and confers no
rights.