Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: rsaxvc on February 14, 2010, 01:08:24 am
-
Has anyone else seen horizontal red lines like this?
(http://rsaxvc.net/FotG/xwing.2shots.png)
The screenshot is from an SVN build, but I get the same with a nightly about a week old. Happens in both fullscreen and windowed, happens on all resolutions attempted. Happens in mods and stock. The number of lines varies. Just curious if anyone else has seen it / should be mantised.
machine specs:
Windows 7 x64
Ati HD3200
-
It's caused by the -timerbar cmdline option. Remove it and they should go away.
-
ah. That fixed it.
-
What is the -timerbar option for anyway?
-
What is the -timerbar option for anyway?
It's a visual representation of the length of time spent in various parts of the code each frame. It's no longer set up properly or really used by anything now, so it is pretty much pointless (properly just needs to be ripped out). There is also no real frame of reference to figure out exactly what is slow or how long something is really taking though. That's primarily why I've never made use of the timerbar, it's simply more useful and accurate to use real performance profiling to identify problem spots in the code.