Env particle performance monitor: Difference between revisions
Jump to navigation
Jump to search
In code, it is represented by the
No edit summary |
(updates) |
||
Line 1: | Line 1: | ||
{{base point|env_particle_performance_monitor}} | {{lang|Env particle performance monitor}} | ||
{{base point|env_particle_performance_monitor}} It is used for turning on and off measuring and display of particle throughput. | |||
{{code class|CParticlePerformanceMonitor|sprite_perfmonitor.cpp}} | |||
== Keyvalues == | ==Keyvalues== | ||
{{KV | {{KV BaseEntity|css=1}} | ||
== Inputs == | ==Inputs== | ||
{{IO|TurnOnDisplay|Turn on display of particle simulation benchmark}} | {{IO|TurnOnDisplay|Turn on display of particle simulation benchmark}} | ||
{{IO|TurnOffDisplay|Turn off display of particle simulation benchmark}} | {{IO|TurnOffDisplay|Turn off display of particle simulation benchmark}} | ||
{{IO|StartMeasuring|Start measuring particle simulation speed}} | {{IO|StartMeasuring|Start measuring particle simulation speed}} | ||
{{IO|StopMeasuring|Stop measuring particle simulation speed}} | {{IO|StopMeasuring|Stop measuring particle simulation speed}} | ||
{{I | {{I BaseEntity}} | ||
== Outputs == | ==Outputs== | ||
{{O | {{O BaseEntity|l4d=1}} |
Revision as of 08:08, 29 September 2018
Template:Base point It is used for turning on and off measuring and display of particle throughput.

CParticlePerformanceMonitor
class, defined in thesprite_perfmonitor.cpp
file.
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