Bugs item #730308, was opened at 2003-04-30 13:08
Message generated for change (Settings changed) made by dansut
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=110857&aid=730308&group_id=10857
Category: GUI Issue
Group: Behavioral
>Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Jerome Delamarche (trickyjer)
Assigned to: Geoff Hall (ghall)
Summary: Perf counter not listed under Windows XP
Initial Comment:
When run under Windows XP, OpenSTA does not
display the available Performance Object.
A workaround has been already posted by Alain Ribault.
----------------------------------------------------------------------
Comment By: Geoff Hall (ghall)
Date: 2003-06-21 19:48
Message:
Logged In: YES
user_id=81187
Fix tested and checked into CVS.
This fix is available in NTPerfPlugin.exe version 1.4.3.2.
This component will be available within the OpenSTA 1.4.3
release.
----------------------------------------------------------------------
Comment By: Geoff Hall (ghall)
Date: 2003-06-06 20:44
Message:
Logged In: YES
user_id=81187
In order to determine the required buffer size for the query
string an initial call is made to PdhParseCounterPath with a
passed in buffer length of zero. On NT/2000 a succesfull call
returns ERROR_SUCCESS but on XP the same call returns
PDH_MORE_DATA (not enough buffer space).
The error checking within the function has been modified to
accept either return status.
The fix will be checked into CVS after formal testing.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=110857&aid=730308&group_id=10857
|