Do we really still need this in the SVN code? isn't it just sucking away cpu cycles for no reason?
It was handy when we were switching to the new setup with the AI and all, but does anyone even still care about this?
DO NOT VOTE OR REPLY IF YOU HAVE NO IDEA WHAT IM TALKING ABOUT
First person to reply with no sense of whats going on, will get stabbed
Benchmarking
Moderator: Moderators
-
- Perl Monk
- Posts: 810
- Joined: 04 Apr 2008, 17:26
- Noob?: No
Re: Benchmarking
Voted no because I've never seen anything done with the benchmarking results.
cs : ee : realist
-
- Developers
- Posts: 157
- Joined: 04 Apr 2008, 13:33
- Noob?: Yes
Re: Benchmarking
We need some way to benchmark things, but having it enabled for most people is pointless.
Oh no.
-
- Perl Monk
- Posts: 810
- Joined: 04 Apr 2008, 17:26
- Noob?: No
Re: Benchmarking
Maybe make it part of the debugging code that can simply be disabled.
cs : ee : realist
-
- Perl Monk
- Posts: 416
- Joined: 04 Apr 2008, 03:08
Re: Benchmarking
right now its a bitch to turn off... you have to set an enviroment var NDEBUG or DEBUG to 0 or w/e...
-
- Developers
- Posts: 157
- Joined: 04 Apr 2008, 13:33
- Noob?: Yes
Re: Benchmarking
Releases have it turned off, right?Bibian wrote:right now its a bitch to turn off... you have to set an enviroment var NDEBUG or DEBUG to 0 or w/e...
Oh no.
-
- Perl Monk
- Posts: 810
- Joined: 04 Apr 2008, 17:26
- Noob?: No
Re: Benchmarking
Seriously? Are you kidding me? You mean I have to do this to turn off debugging?Bibian wrote:right now its a bitch to turn off... you have to set an enviroment var NDEBUG or DEBUG to 0 or w/e...
Code: Select all
$ export DEBUG=0
cs : ee : realist
-
- Perl Monk
- Posts: 416
- Joined: 04 Apr 2008, 03:08
Re: Benchmarking
have fun doing that on windows 
or even telling noobs howto turn it off...

or even telling noobs howto turn it off...
-
- Perl Monk
- Posts: 810
- Joined: 04 Apr 2008, 17:26
- Noob?: No
Re: Benchmarking
It's easy on Windows, but I've had to explain what a "right click" is, before...
cs : ee : realist