Moderator elections are being held. See Valve Developer Community:Moderator elections for more details.
Users who would like to run for moderator must be autoconfirmed and have at least 100 edits. Users can check their own edit count at Special:Preferences.
This article's documentation is for anything that uses the Source engine. Click here for more information.

env_particle_performance_monitor

From Valve Developer Community
Jump to: navigation, search
English (en)中文 (zh)
... Icon-Important.png
class hierarchy
CParticlePerformanceMonitor defined in sprite_perfmonitor.cpp
CPointEntity
CBaseEntity

env_particle_performance_monitor is a point entity available in all Source Source games. It is used for turning on and off measuring and display of particle throughput.

Keyvalues

Name (targetname) <string>
The targetname that other entities refer to this entity by.

Inputs

TurnOnDisplay
Turn on display of particle simulation benchmark.
TurnOffDisplay
Turn off display of particle simulation benchmark.
StartMeasuring
Start measuring particle simulation speed.
StopMeasuring
Stop measuring particle simulation speed.