Timedemo: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 4: Line 4:


timedemo <demoname> <optional stats.txt> : gets demo speeds, writing perf resutls to the optional [[stats.txt]]<br />
timedemo <demoname> <optional stats.txt> : gets demo speeds, writing perf resutls to the optional [[stats.txt]]<br />
<pre>2 frames 1.234 seconds 12.34 fps (12.34 ms/f) 12.345 fps variability</pre><br />
timedemoloop...<br />
timedemoloop...<br />
timedemoquit <demoname> <optional stats.txt> : gets demo speeds, writing perf resutls to the optional [[stats.txt]]<br />
timedemoquit <demoname> <optional stats.txt> : gets demo speeds, writing perf resutls to the optional [[stats.txt]]<br />

Revision as of 10:50, 15 July 2023

English (en)Translate (Translate)

Stub

This article or section is a stub. You can help by expanding it.

Developer Console...

timedemo <demoname> <optional stats.txt> : gets demo speeds, writing perf resutls to the optional stats.txt

2 frames 1.234 seconds 12.34 fps (12.34 ms/f) 12.345 fps variability


timedemoloop...
timedemoquit <demoname> <optional stats.txt> : gets demo speeds, writing perf resutls to the optional stats.txt
timedemo_vprofrecord <demoname> <vprof stats filename> : gets demo speeds, recording perf data to a vprof stats file

Limitations/Bugs

Warning.pngWarning:Playback of demo files can be used as a benchmark, but may not reflect actual in-game performance.