일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
- euler
- vsCode
- javascript
- classList
- 종속변수
- intervals
- 2D
- jQuery
- PYTHON
- Unity
- 탑다운
- getItem
- 코딩
- wsl
- Event
- 픽셀
- 도린이
- 연습
- click
- 웹스크래핑
- 독립변수
- addEventListener
- className
- topdown
- setItem
- 회전
- 도트
- Quaternion
- 자주 사용하는 Quaternion 함수
- Lerp
- Today
- Total
쫑가 과정
unity 성능 문제 진단 본문
Unity - Manual: Profiler overview
Disabling garbage collection Profiling your application Profiler overview The Unity Profiler is a tool you can use to get performance information about your application. You can connect it to devices on your network or devices connected to your machine to
docs.unity3d.com
Window > Analysis > Profiler
Profiler 도구는 게임의 성능에 대한 자세한 정보를 제공한다.
게임에 낮은 프레임 속도나 높은 메모리 사용량과 같은 문제가 있는 경우 Profiler 도구는 이러한 문제의 원인을 보여주고 해결하는 데 도움을 줄 수 있다.
Profiler 창을 사용하여 게임에서 메모리를 사용하는 방법, 다양한 작업에 CPU 시간이 얼마나 사용되는지, 물리 계산이 수행되는 빈도와 같은 게임 성능의 다양한 측면에 대해 볼 수 있다.
가장 중요한 것은 이 데이터를 사용하여 게임에서 성능 문제의 원인을 찾고 해결하려는 시도의 효율성을 측정하는 데 도움이 될 수 있다는 것.
https://learn.unity.com/tutorial/diagnosing-performance-problems-2019-3#60456a4aedbc2a3ba0d195de
Diagnosing Performance Problems - 2019.3 - Unity Learn
A profiling tool gives detailed information about how a game is performing. The Profiler window is a powerful profiling tool that is built into Unity. This tutorial describes what the Profiler window is used for and how to use it to diagnose performance pr
learn.unity.com