본문 바로가기
개발/Unity

Unity) Profiler Custom / Profiler Analyzer(프로파일러 / 프로파일링)

by 테샤르 2021. 7. 8.

Profiler Custom / Profiler Analyzer(프로파일러 / 프로파일링)

프로파일러의 필요한 항목을 필터 및 분석기 설치 및 활용하기

 

<Profiler Custom>

프로파일러의 Profiler Modules를 누르게 되면 프로파일링 항목에 대한 체크 옵션 화면이 나온다.

Editor로 가서 Add를 누르면 10가지 항목에 대해서 프로파일러를 지정할수 있다.

반응형

간단하게 자신이 필요한 항목들을 몇가지 정해서 프로파일러를 커스텀해서 확인이 가능하다. 

<CPU 사용률>

<UI>

< Profiler Analyzer>

Unity Package Manager에서 Profile Analyzer를 검색해서 설치한다.

설치하게 되면 Profile Analyzer라는 항목이 생긴다.

반응형

프로파일러를 활성화하게 되면 Pull Data 버튼이 활성화된다.

Pull Data를 누르게되면 프로파일 된 데이터를 기반으로 분석된 내용이 나타난다.

Frame Summary / Thread Summary 등 특정 구간에 대한 비교가 가능하기도 하다.

자세한 내용은 아래의 링크에서 확인이 가능하다.

 

프로파일러는 개인적으로는 계속 보고 조금이라도 익숙해지는게 이슈가 생길때 바로 확인이 가능하다.

 

The Profiler Window : [ 링크 ]

 

Unity - Manual: The Profiler window

The Profiler window To access the Unity Profiler, go to Window > Analysis > Profiler or use the keyboard shortcut Ctrl+7 (Command+7 on macOS). The ProfilerA window that helps you to optimize your game. It shows how much time is spent in the various areas o

docs.unity3d.com

 

Profile Analyzer Document : [ 링크 ]

 

Profile Analyzer window | Profile Analyzer | 1.0.3

Profile Analyzer window The Profile Analyzer window visualizes frame, thread, and marker data from the Unity Profiler window. You can use it to analyze the performance of specific markers, threads, and frames. To open the Profile Analyzer window, in the Un

docs.unity.cn

 

Profile Analyzer로 게임 최적화하기 : [ 링크 ]

 

Profile Analyzer로 게임 최적화하기 | Unity

Learn where to focus your game performance efforts with the Profile Analyzer in Unity.

unity.com

 

 

★★☆☆☆

 

반응형

댓글