Env particle performance monitor

From Valve Developer Community
Revision as of 08:08, 29 September 2018 by Pinsplash (talk | contribs) (updates)
Jump to navigation Jump to search
English (en)中文 (zh)Translate (Translate)

Template:Base point It is used for turning on and off measuring and display of particle throughput.

C++ In code, it is represented by theCParticlePerformanceMonitorclass, defined in thesprite_perfmonitor.cppfile.

Keyvalues

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


Outputs