Re: [PyMOL] question about checking the performance of PyMOL

2008-10-26 Thread Joonghyun Ryu
ices mailto:supp...@delsci.com -Original Message- From: Joonghyun Ryu [mailto:jh...@voronoi.hanyang.ac.kr] Sent: Friday, October 24, 2008 10:39 PM To: pymol-users@lists.sourceforge.net Subject: [PyMOL] question about checking the performance of PyMOL Hi, all I am sending this email for

Re: [PyMOL] question about checking the performance of PyMOL

2008-10-25 Thread DeLano Scientific
Original Message- From: Joonghyun Ryu [mailto:jh...@voronoi.hanyang.ac.kr] Sent: Friday, October 24, 2008 10:39 PM To: pymol-users@lists.sourceforge.net Subject: [PyMOL] question about checking the performance of PyMOL Hi, all I am sending this email for asking you about checking the per

[PyMOL] question about checking the performance of PyMOL

2008-10-25 Thread Joonghyun Ryu
Hi, all I am sending this email for asking you about checking the performance of PyMOL. I tried to check the elapsed time for the computation of a molecular surface as follows. -- import os import cmd import pymol cmd.set("surface_quality", "2") start = time.time() cmd.show("surface") end = tim