I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

GameplayProfiler

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 21: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)
Jump to: navigation, search

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[edit]

File:GameplayProfiler-Interface.PNG
Interface of GameplayProfiler.

History[edit]

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[edit]