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

2008-10-26 Thread Joonghyun Ryu
Dear Warren Thank you for your information. It works fine. Joonghyun -Original Message- From: DeLano Scientific [mailto:del...@delsci.info] Sent: Sunday, October 26, 2008 3:25 AM To: 'Joonghyun Ryu'; pymol-users@lists.sourceforge.net Subject: RE: [PyMOL] question about ch

[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