Author Topic: Red Lines across screen  (Read 1374 times)

0 Members and 1 Guest are viewing this topic.

Offline rsaxvc

  • 27
    • rsaxvc
Red Lines across screen
Has anyone else seen horizontal red lines like this?


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

 

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
Re: Red Lines across screen
It's caused by the -timerbar cmdline option.  Remove it and they should go away.

 

Offline rsaxvc

  • 27
    • rsaxvc
Re: Red Lines across screen
ah. That fixed it.

 

Offline Dragon

  • Citation needed
  • 212
  • The sky is the limit.
Re: Red Lines across screen
What is the -timerbar option for anyway?

  

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
Re: Red Lines across screen
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.