]> git.eshelyaron.com Git - emacs.git/commit
Suppress timers in Tramp operations
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 16 Dec 2017 09:47:06 +0000 (10:47 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 16 Dec 2017 09:47:06 +0000 (10:47 +0100)
commitf63d9f86b5688ac84ec6e7eecdbb6cac103dbcf2
tree552540925fa6260413ac1d067b9bbc2f65e6fe00
parent506270f9c80bf9bd7dad35a2f0aa6f477da6490b
Suppress timers in Tramp operations

* lisp/net/tramp.el (tramp-accept-process-output):
* lisp/net/tramp-adb.el (tramp-adb-handle-start-file-process):
* lisp/net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
(tramp-sh-handle-start-file-process):
* lisp/net/tramp-smb.el (tramp-smb-handle-copy-directory)
(tramp-smb-handle-file-acl, tramp-smb-handle-process-file)
(tramp-smb-handle-set-file-acl)
(tramp-smb-handle-start-file-process): Suppress timers.

* test/lisp/net/tramp-tests.el (tramp-test41-asynchronous-requests):
Use $REMOTE_PARALLEL_PROCESSES.  Flush cache prior file operations.
Add instrumentation messages.
lisp/net/tramp-adb.el
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el