https://developer.apple.com/documentation/metal/mtlcommoncounterset
"Options for specifying which GPU counter set you want to sample."
어떤 GPU 카운터 집합을 샘플링하길 원하는지 구체화하기 위한 옵션입니다.
struct MTLCommonCounterSet
Metal 기기 객체가 특정 카운터 집합을 지원하는지 여부를 확인하기 위해 이 타입에서 정의한 상수를 사용하시기 바랍니다. 그리고 어던 카운터 집합을 측정하길 원하는지 구체화하기 위해 이 타입에서 정의하는 상수를 사용하시기 바랍니다. 각 카운터 집합은 어떤 카운터가 사용 가능한지를 설명하고, 앱으로 결과를 반환할 때 어떤 포맷 Metal을 사용하는지를 설명합니다.
지원되는 카운터 집합에 대해 GPU를 쿼리합니다.
https://developer.apple.com/documentation/metal/counter_sampling/checking_for_gpu_counter_support
https://velog.io/@panther222128/Checking-for-GPU-Counter-Support