문제

Is there a way to dump specific events, for example, only the NT events corresponding to a specific process + DX events, into a text file from GPUView or xperf?

도움이 되었습니까?

해결책

No. Neither xperf nor GPUView support this. You can try extracting the desired events by yourself by using TraceEvent .Net library, Windows APIs for retreiving events, or the tracerpt tool. HTH.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top