Toggle navigation
Polycount
News
Forums
Patreon
Challenges
The BRAWL² Tournament Challenge!
Bi-Monthly Environment Art Challenge
Wiki
Moar
Recent
Activity
Badges
Drafts
Store
Sign In
·
Register
Author:
np1094
Home
Forum Home
›
Unreal Engine
The BRAWL² Tournament Challenge has been announced!
It starts May 12, and ends Sept 12. Let's see what you got!
https://polycount.com/discussion/237047/the-brawl²-tournament
Memory Usage
haarp
polycounter lvl 12
Offline /
Send Message
haarp
polycounter lvl 12
Jan 2015
Is there a way I can see how much my level requires in memory so I can help optimize it better?
0
·
Share on Facebook
Share on Twitter
Replies
Offline /
Send Message
Lucas Annunziata
greentooth
Jan 2015
The Statistics window under in the Window menu is really helpful.
The profilegpu command is great to determine what is costing you performance in your level.
GPU Profiling
https://docs.unrealengine.com/latest/INT/Engine/Performance/GPU/
These are also worth looking through.
CPU Profiling:
https://docs.unrealengine.com/latest/INT/Engine/Performance/CPU/index.html
Performance and Profiling:
https://docs.unrealengine.com/latest/INT/Engine/Performance/index.html
0
·
Share on Facebook
Share on Twitter
Sign In
or
Register
to comment.
Replies
The profilegpu command is great to determine what is costing you performance in your level.
GPU Profiling
https://docs.unrealengine.com/latest/INT/Engine/Performance/GPU/
These are also worth looking through.
CPU Profiling:
https://docs.unrealengine.com/latest/INT/Engine/Performance/CPU/index.html
Performance and Profiling:
https://docs.unrealengine.com/latest/INT/Engine/Performance/index.html