Benchmarking

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

Is the Benchmarking code usefull?

Yes
3
33%
No
6
67%
 
Total votes: 9

Message
Author
Bibian
Perl Monk
Perl Monk
Posts: 416
Joined: 04 Apr 2008, 03:08

Benchmarking

#1 Post by Bibian »

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

sli
Perl Monk
Perl Monk
Posts: 810
Joined: 04 Apr 2008, 17:26
Noob?: No

Re: Benchmarking

#2 Post by sli »

Voted no because I've never seen anything done with the benchmarking results.
cs : ee : realist

Motivus
Developers
Developers
Posts: 157
Joined: 04 Apr 2008, 13:33
Noob?: Yes

Re: Benchmarking

#3 Post by Motivus »

We need some way to benchmark things, but having it enabled for most people is pointless.
Oh no.

sli
Perl Monk
Perl Monk
Posts: 810
Joined: 04 Apr 2008, 17:26
Noob?: No

Re: Benchmarking

#4 Post by sli »

Maybe make it part of the debugging code that can simply be disabled.
cs : ee : realist

Bibian
Perl Monk
Perl Monk
Posts: 416
Joined: 04 Apr 2008, 03:08

Re: Benchmarking

#5 Post by Bibian »

right now its a bitch to turn off... you have to set an enviroment var NDEBUG or DEBUG to 0 or w/e...

Motivus
Developers
Developers
Posts: 157
Joined: 04 Apr 2008, 13:33
Noob?: Yes

Re: Benchmarking

#6 Post by Motivus »

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...
Releases have it turned off, right?
Oh no.

sli
Perl Monk
Perl Monk
Posts: 810
Joined: 04 Apr 2008, 17:26
Noob?: No

Re: Benchmarking

#7 Post by sli »

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...
Seriously? Are you kidding me? You mean I have to do this to turn off debugging?

Code: Select all

$ export DEBUG=0
cs : ee : realist

Bibian
Perl Monk
Perl Monk
Posts: 416
Joined: 04 Apr 2008, 03:08

Re: Benchmarking

#8 Post by Bibian »

have fun doing that on windows :P
or even telling noobs howto turn it off...

sli
Perl Monk
Perl Monk
Posts: 810
Joined: 04 Apr 2008, 17:26
Noob?: No

Re: Benchmarking

#9 Post by sli »

It's easy on Windows, but I've had to explain what a "right click" is, before...
cs : ee : realist

Post Reply