CONSOLEPREFIXPROFILE

Console Commands and Variables with Prefix PROFILE_



Possible Flags: READONLY, DEPRECATED, DUMPTODISK, REQUIRE_LEVEL_RELOAD, REQUIRE_APP_RESTART, RESTRICTEDMODE

Alphabetically Sorted

Console Variables and Commands

    profile_additionalsub

      
      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)
      

    profile_allthreads

      
      Enables profiling of non-main threads.
      

    profile_callstack

      
      Logs all Call Stacks of the selected profiler function for one frame
      

    profile_disk

      
      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]
      

    profile_disk_budget

      
      Set the budget in KB for the current time frame
      The default value is -1 (disabled)
      Usage: profile_disk_budget [val]
      

    profile_disk_max_draw_items

      
      Set maximum number of IO statistics items to visualize
      The default value is 2000
      Usage: profile_disk_max_draw_items [num]
      

    profile_disk_max_items

      
      Set maximum number of IO statistics items to collect
      The default value is 10000
      Usage: profile_disk_max_items [num]
      

    profile_disk_timeframe

      
      Set maximum keeping time for collected IO statistics items in seconds
      The default value is 5 sec
      Usage: profile_disk_timeframe [sec]
      

    profile_disk_type_filter

      
      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]
      

    profile_filter

      
      Profiles a specified subsystem.
      Usage: profile_filter subsystem
      Where 'subsystem' may be:
      Renderer
      3DEngine
      Animation
      AI
      Entity
      Physics
      Sound
      System
      Game
      Editor
      Script
      Network
      

    profile_filter_thread

      
      Profiles a specified thread only.
      Usage: profile_filter threadName
      Where 'threadName' may be:
      Main
      Renderer
      Streaming
      etc...
      

    profile_graph

      
      Enable drawing of profiling graph.
      

    profile_graphScale

      
      Sets the scale of profiling histograms.
      Usage: profileGraphScale 100
      

    profile_log

      
      Logs profiler output
      

    profile_network

      
      Enables network profiling
      

    profile_pagefaults

      
      Enable drawing of page faults graph.
      

    profile_peak

      
      Profiler Peaks Tolerance in Milliseconds
      

    profile_peak_display

      
      hot to cold time for peak display
      

    profile_sampler

      
      Set to 1 to start sampling profiling
      

    profile_sampler_max_samples

      
      Number of samples to collect for sampling profiler
      

    profile_smooth

      
      Profiler exponential smoothing interval (seconds)
      

    profile_weighting

      
      Profiler smoothing mode: 0 = legacy, 1 = average, 2 = peak weighted, 3 = peak hold