问题
Seeking most efficient method for retrieving the GPU model in Objective-C or Carbon. I want to avoid using system_profiler because it is slow, but if it comes down to that I am willing to use it, but I wanna exhaust other options first.
回答1:
You could try glGetString(GL_RENDERER) from the OpenGL library.
来源:https://stackoverflow.com/questions/3171529/gpu-chipset-detection