AMD发布GPUPerfAPI 2.8 用于GPU性能检测

1407 篇文章 2 订阅
1277 篇文章 12 订阅

AMD近日发布GPUPerfAPI 2.8版本。AMD GPU Performance API(GPUPerfAPI或GPA)是一个库,用来分析使用GPU的应用的性能和执行特点。GPU支持OpenGL,OpenCL和Direct3D 10/11,可用于Windows和Linux系统。GPUPerfAPI可用于查看Radeon GPU系列显卡的性能,包括Radeon HD 2000到最新的HD 6000系列。使用GPUPerfAPI要求Catalyst 10.1及以上版本。

点击下载AMD GPUPerfAPI

GPUPerfAPI为GPUPerfStudio(查看2.51版本)和AMD APP分析器(OpenCL)所使用。

以下是针对OpenGL的一小段代码,显示了如何用GPA初始化和中止程序块:

GPA_Initialize();
// glrc is the OpenGL rendering context.
GPA_OpenContext(glrc);
GPA_EnableAllCounters();

gpa_uint32 count = 0;
GPA_GetNumCounters(&count);

gpa_uint32 index = 0;
char name[128] = {0};
GPA_GetCounterName(0, name);

//... Read counters

GPA_CloseContext();
GPA_Destroy();




Overview

GPU PerfStudio

GPU PerfStudio is a real-time performance analysis tool which has been designed to help tune the graphics performance of your DirectX 9, DirectX 10, and OpenGL applications. GPU PerfStudio displays real-time API, driver and hardware data which can be visualized using extremely flexible plotting and bar chart mechanisms. The application being profiled maybe executed locally or remotely over the network. GPU PerfStudio allows the developer to override key rendering states in real-time for rapid bottleneck detection. An auto-analysis window can be used for identifying performance issues at various stages of the graphics pipeline. No special drivers or code modifications are needed to use GPU PerfStudio.

1.2 is no longer being actively supported by AMD, however GPU PerfStudio 2 has been released. You are welcome to continue to download version 1.2, but without AMD support.

Reset My View

File NameLaunch DateOSBitnessDescription
GPU PerfStudio 1.2 installer (10MB) 04/04/2008 Windows® Both An unsupported version of GPU PerfStudio 1.2.
GPUPerfStudio2.1.zip (18.44MB) 01/15/2010 The server requires Win7 or Vista the client will run on Win7, Vista, and XP 32-bit/64-bit GPU PerfStudio 2.1 is a fully featured Performance Tool with Integrated Frame Debugger, Frame Profiler and Shader Debugger.
GPUPerfStudio2.2.zip (18.9MB) 03/24/2010 The server requires Win7 or Vista the client will run on Win7, Vista, and XP 32-bit/64-bit GPU PerfStudio 2.2 is a fully featured Performance Tool with Integrated Frame Debugger, Frame Profiler and Shader Debugger.
GPUPerfStudio2.9.1043.0.zip (40 MB) 03/30/2012 The server requires Windows® 7 or Vista the client will run on Win7, Vista, and XP 32-bit/64-bit GPU PerfStudio 2.9 is a fully featured Performance Tool with Integrated Frame Debugger, Frame Profiler and Shader Debugger.
  
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值