Enable displaying additional sub-system profiling. Usage: profile_additionalsub # Where where # may be: 0: no additional subsystem information 1: display additional subsystem information Default is 0 (off) 
Enables profiling of non-main threads. 
Logs all Call Stacks of the selected profiler function for one frame 
Enables Disk Profiler (should be deactivated for final product) The C++ function CryThreadSetName(threadid,"Name") needs to be called on thread creation. 0=off, 1=on screen, 2=on disk Disk profiling may not work on all combinations of OS and CPUs Usage: profile_disk [0/1/2] 
Set the budget in KB for the current time frame The default value is -1 (disabled) Usage: profile_disk_budget [val] 
Set maximum number of IO statistics items to visualize The default value is 2000 Usage: profile_disk_max_draw_items [num] 
Set maximum number of IO statistics items to collect The default value is 10000 Usage: profile_disk_max_items [num] 
Set maximum keeping time for collected IO statistics items in seconds The default value is 5 sec Usage: profile_disk_timeframe [sec] 
Set the tasks to be filtered Allowed values are: Textures = 1, Geometry = 2, Animation = 3, Music = 4, Sound = 5The default value is -1 (disabled) Usage: profile_disk_timeframe [val] 
Profiles a specified subsystem. Usage: profile_filter subsystem Where 'subsystem' may be: Renderer 3DEngine Animation AI Entity Physics Sound System Game Editor Script Network 
Profiles a specified thread only. Usage: profile_filter threadName Where 'threadName' may be: Main Renderer Streaming etc... 
Enable drawing of profiling graph. 
Sets the scale of profiling histograms. Usage: profileGraphScale 100 
Logs profiler output 
Enables network profiling 
Enable drawing of page faults graph. 
Profiler Peaks Tolerance in Milliseconds 
hot to cold time for peak display 
Set to 1 to start sampling profiling 
Number of samples to collect for sampling profiler 
Profiler exponential smoothing interval (seconds) 
Profiler smoothing mode: 0 = legacy, 1 = average, 2 = peak weighted, 3 = peak hold