Page 1 of 2

Searching for GUI to display time usage coming from pgn file

Posted: Wed Dec 05, 2018 1:47 pm
by RubiChess
Hi.

I would like to work on time management in my engine and it would be helpful to have a tool that displays the time usage graph coming from a (cutechess-)pgn. Before I start to write one on my own: Is there any free gui/tool that can do the job? My favourite GUI Arena seems to miss that feature.

Thanks.
Andreas

Re: Searching for GUI to display time usage coming from pgn file

Posted: Wed Dec 05, 2018 6:04 pm
by arunsoorya1309
Cutechess GUI should have it

Re: Searching for GUI to display time usage coming from pgn file

Posted: Wed Dec 05, 2018 6:25 pm
by Guenther
arunsoorya1309 wrote: Wed Dec 05, 2018 6:04 pm Cutechess GUI should have it
No

Re: Searching for GUI to display time usage coming from pgn file

Posted: Wed Dec 05, 2018 7:18 pm
by arunsoorya1309
If you get pgn as json you can use tcec gui web interface in your own system to make it work. It can display the graph's

Re: Searching for GUI to display time usage coming from pgn file

Posted: Thu Dec 06, 2018 12:35 am
by MikeB
RubiChess wrote: Wed Dec 05, 2018 1:47 pm Hi.

I would like to work on time management in my engine and it would be helpful to have a tool that displays the time usage graph coming from a (cutechess-)pgn. Before I start to write one on my own: Is there any free gui/tool that can do the job? My favourite GUI Arena seems to miss that feature.

Thanks.
Andreas
xboard 4.9.1 has a setting that records time left in seconds for every move in the pgn file , use the setting "-pgnTimeLeft true"

Re: Searching for GUI to display time usage coming from pgn file

Posted: Thu Dec 06, 2018 9:01 am
by Guenther
MikeB wrote: Thu Dec 06, 2018 12:35 am
RubiChess wrote: Wed Dec 05, 2018 1:47 pm Hi.

I would like to work on time management in my engine and it would be helpful to have a tool that displays the time usage graph coming from a (cutechess-)pgn. Before I start to write one on my own: Is there any free gui/tool that can do the job? My favourite GUI Arena seems to miss that feature.

Thanks.
Andreas
xboard 4.9.1 has a setting that records time left in seconds for every move in the pgn file , use the setting "-pgnTimeLeft true"
This is not what he is looking for, Mike. He wants to check already available pgn files.

I asked HGM a few years ago about this and due to a missunderstanding he implemented '-pgnTimeLeft' the way it is now,
which is ofc still helpful, but originally I wanted it to be able to display already played pgn files.

http://talkchess.com/forum3/viewtopic.p ... ay#p700842

Re: Searching for GUI to display time usage coming from pgn file

Posted: Thu Dec 06, 2018 10:49 am
by Fulvio
RubiChess wrote: Wed Dec 05, 2018 1:47 pm I would like to work on time management in my engine and it would be helpful to have a tool that displays the time usage graph coming from a (cutechess-)pgn.
In SCID there is a graph with score and time:
https://a.fsdn.com/con/app/proj/scid/sc ... /max/max/1

Re: Searching for GUI to display time usage coming from pgn file

Posted: Thu Dec 06, 2018 1:02 pm
by Guenther
Fulvio wrote: Thu Dec 06, 2018 10:49 am
RubiChess wrote: Wed Dec 05, 2018 1:47 pm I would like to work on time management in my engine and it would be helpful to have a tool that displays the time usage graph coming from a (cutechess-)pgn.
In SCID there is a graph with score and time:
https://a.fsdn.com/con/app/proj/scid/sc ... /max/max/1
Can it read standard pgn for this, because the screenshot only shows ugly CB style pgn for time? '[%clk ...]'

Re: Searching for GUI to display time usage coming from pgn file

Posted: Thu Dec 06, 2018 3:54 pm
by Fulvio
Guenther wrote: Thu Dec 06, 2018 1:02 pm Can it read standard pgn for this, because the screenshot only shows ugly CB style pgn for time? '[%clk ...]'
You can change the regular expression to fit your needs:
https://sourceforge.net/p/scid/code/ci/ ... s.tcl#l412

Re: Searching for GUI to display time usage coming from pgn file

Posted: Thu Dec 06, 2018 6:08 pm
by Guenther
Fulvio wrote: Thu Dec 06, 2018 3:54 pm
Guenther wrote: Thu Dec 06, 2018 1:02 pm Can it read standard pgn for this, because the screenshot only shows ugly CB style pgn for time? '[%clk ...]'
You can change the regular expression to fit your needs:
https://sourceforge.net/p/scid/code/ci/ ... s.tcl#l412
Thanks! I will try it, but so far I did not find how to find that time graph option?
I downloaded Scid 4.64 and also found nothing in the help file.