Provides server-side extensions for profiling JavaScript code executed in a client browser. It does this by modifying the JavaScript as it leaves your server to capture timings when JavaScript functions are called and when they return. The data on function entry/exit timings is then transmitted back up to the server, from where it can be later downloaded and analyzed. This method of JavaScript profiling requires no modifications to the client and should work with most popular browsers.
Server Requirements
- 32 or 64 bit Windows Vista or Windows Server 2008
- IIS7 with ASP.NET, .NET Extensibility, IIS6 metabase compatibility (for install)
- .NET Framework 3.5
- web pages/applications running in “Integrated-mode” in the same site as Server Components. Classic-mode is not supported for profiling.
Client Requirements
- Visual Studio Team System 2008 Developer Edition (or Team Suite) with Performance Tools installed
- Service Pack 1 for Visual Studio Team System 2008
- .NET Framework 3.5
You can download Release 1.0 from here.
No comments yet... Be the first to leave a reply!