GameplayProfiler

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 20:11, 23 June 2010 by Eliot (talk | contribs) (Created page with ''''GameplayProfiler''' a.k.a '''ScriptProfiler''' is a tool bundled with the {{UE3}} developed by Epic Games. The GameplayProfiler is an application used to v…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

GameplayProfiler a.k.a ScriptProfiler is a tool bundled with the Unreal Engine 3 developed by Epic Games.

The GameplayProfiler is an application used to view .gprof files, those files contain performance related data such as functions call execution times.

User Interface

File:GameplayProfiler-Interface.PNG
Interface of GameplayProfiler.

History

Since the UDK May build, the ScriptProfiler was remade and renamed to GameplayProfiler, the accepted extensions changed as well from .uprof to .gprof.

External links