300
300
tstart = osutils.timer_func()
301
301
osutils.send_all(self.socket, bytes, self._report_activity)
302
302
if 'hpss' in debug.debug_flags:
307
304
trace.mutter('%12s: [%s] %d bytes to the socket in %.3fs'
308
305
% ('wrote', thread_id, len(bytes),
309
306
osutils.timer_func() - tstart))