mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
timing worker launches
This commit is contained in:
parent
c946c4f3d2
commit
ccaa7143b5
@ -113,6 +113,7 @@ class Server(Thread):
|
|||||||
self.start()
|
self.start()
|
||||||
|
|
||||||
def launch_worker(self, gui=False, redirect_output=None):
|
def launch_worker(self, gui=False, redirect_output=None):
|
||||||
|
#start = time.time()
|
||||||
with self._worker_launch_lock:
|
with self._worker_launch_lock:
|
||||||
self.launched_worker_count += 1
|
self.launched_worker_count += 1
|
||||||
id = self.launched_worker_count
|
id = self.launched_worker_count
|
||||||
@ -136,6 +137,7 @@ class Server(Thread):
|
|||||||
break
|
break
|
||||||
if isinstance(cw, basestring):
|
if isinstance(cw, basestring):
|
||||||
raise CriticalError('Failed to launch worker process:\n'+cw)
|
raise CriticalError('Failed to launch worker process:\n'+cw)
|
||||||
|
#print 'Launch took:', time.time() - start
|
||||||
return cw
|
return cw
|
||||||
|
|
||||||
def do_launch(self, env, gui, redirect_output, rfile):
|
def do_launch(self, env, gui, redirect_output, rfile):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user