commit | 3d11629b01eba6acae586befb4feaea2d240bcb5 | [log] [tgz] |
---|---|---|
author | Chris Sosa <sosa@google.com> | Thu Mar 11 15:30:38 2010 -0800 |
committer | Chris Sosa <sosa@google.com> | Thu Mar 11 15:30:38 2010 -0800 |
tree | fd06f237282cb39a9aaa89c6278f5743fd660848 | |
parent | 6a6518de1c2a03152cb0775117fd46256bbd074d [diff] [blame] |
Changes to enable dev in stateful partition for usb and startup Review URL: http://codereview.chromium.org/848002
diff --git a/file_copy.py b/file_copy.py index 33a693b..8599b84 100755 --- a/file_copy.py +++ b/file_copy.py
@@ -86,10 +86,10 @@ bytes_copied += bytes_written buf = os.read(if_fd, arg_bs) - t2 = time.time() - os.close(if_fd) os.close(of_fd) + + t2 = time.time() # print timing info print >> sys.stderr, 'copy %d bytes took %0.3f s' % (bytes_copied, t2 - t1)