This article's documentation is for anything that uses the Source engine. Click here for more information.

Cl showfps: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
 
(14 intermediate revisions by 9 users not shown)
Line 1: Line 1:
[[Category:Console Commands]]
{{LanguageBar|title = cl_showfps}}
This is a [[console command]] that shows the current number of frames per second.
{{this is a|console variable|name=cl_showfps}}
This is a [[ConVar]] that shows the current number of frames per second.
 
If this was set to "2", it will also show the lowest and highest FPS, and the latency.
----
----
'''Syntax:''' <code>cl_showfps</code>
{{syntax|cl_showfps}}
 
== See also ==
* [[fps_max]]
* [[Optimization/Level Design|Optimization (level design)]] - optimizing your levels to improve FPS.

Latest revision as of 01:13, 15 April 2025

English (en)Русский (ru)Translate (Translate)

cl_showfps is a console variable available in all Source Source games. This is a ConVar that shows the current number of frames per second.

If this was set to "2", it will also show the lowest and highest FPS, and the latency.


Syntax: cl_showfps

See also