var fDesc=new Array(); fDesc[0] = "NVIDIA PerfHUD is a powerful real-time performance analysis tool for Direct3D applications. PerfHUD is widely used by the world's best game developers and was a 2007 Game Developer Magazine Frontline Award Finalist.

Main features:
- Support for Fermi GPUs
- Support for latest drivers (Post R256)
- Simplified handling of 32b and 64b apps chose the package that matches your application
- Minor bug fixes
- Save/Load DX10 frame captures (Ctrl S in the Frame Debugger)
- Works with standard drivers on Windows 7 and Vista
- SLI Support
- Texture Visualization and Overrides
- API Call List
- Dependency View
- CPU/GPU Timing graph"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }