Justified
GmodGeneralConsole reference

Profiling

Performance profiling and debugging.

Profiling

Performance profiling and debugging.

This is a reference of all vprof_* console commands. Use find vprof in the console to search within this category.

All Commands (44)

CommandDefaultDescription
vprof_adddebuggroup1cmdadd a new budget group dynamically for debugging
vprof_cachemisscmdToggle VProf cache miss checking
vprof_cachemiss_offcmdTurn off VProf cache miss checking
vprof_cachemiss_oncmdTurn on VProf cache miss checking
vprof_childcmd-
vprof_collapse_allcmdCollapse the whole vprof tree
vprof_counters0-
vprof_dump_groupnamescmdWrite the names of all of the vprof groups to the console.
vprof_dump_oninterval0Interval (in seconds) at which vprof will batch up data and dump it to the console.
vprof_dump_spikes0Framerate at which vprof will begin to dump spikes to the console. 0 = disabled, negative to rese...
vprof_dump_spikes_budget_group0Budget gtNode to start report from when doing a dump spikes
vprof_dump_spikes_node0Node to start report from when doing a dump spikes
vprof_expand_allcmdExpand the whole vprof tree
vprof_expand_groupcmdExpand a budget group in the vprof tree by name
vprof_generate_reportcmdGenerate a report to the console.
vprof_generate_report_AIcmdGenerate a report to the console.
vprof_generate_report_AI_onlycmdGenerate a report to the console.
vprof_generate_report_budgetcmdGenerate a report to the console based on budget group.
vprof_generate_report_hierarchycmdGenerate a report to the console.
vprof_generate_report_map_loadcmdGenerate a report to the console.
vprof_graph0Draw the vprof graph.
vprof_graphheight256-
vprof_graphwidth512-
vprof_nextsiblingcmd-
vprof_offcmdTurn off VProf profiler
vprof_oncmdTurn on VProf profiler
vprof_parentcmd-
vprof_playback_averagecmdAverage the next N frames.
vprof_playback_startcmdStart playing back a recorded .vprof file.
vprof_playback_stepcmdWhile playing back a .vprof file, step to the next tick.
vprof_playback_stepbackcmdWhile playing back a .vprof file, step to the previous tick.
vprof_playback_stopcmdStop playing back a recorded .vprof file.
vprof_prevsiblingcmd-
vprof_remote_startcmdRequest a VProf data stream from the remote server (requires authentication)
vprof_remote_stopcmdStop an existing remote VProf data request
vprof_resetcmdReset the stats in VProf profiler
vprof_reset_peakscmdReset just the peak time in VProf profiler
vprof_scope0Set a specific scope to start showing vprof tree
vprof_scope_entity_gamephys0-
vprof_scope_entity_thinks0-
vprof_unaccounted_limit0number of milliseconds that a node must exceed to turn red in the vprof panel
vprof_verbose1Set to one to show average and peak times
vprof_vtune_groupcmdenable vtune for a particular vprof group ('disable' to disable)
vprof_warningmsec10Above this many milliseconds render the label red to indicate slow code.

On this page