mirror of
https://github.com/m00natic/vlfi.git
synced 2025-01-18 03:55:31 +00:00
Back to using per buffer profiling for encode speed.
This commit is contained in:
parent
1c961f45b2
commit
bd5f9ca6fe
@ -86,6 +86,8 @@ Avoid decreasing this after opening file with VLF."
|
||||
|
||||
(defvar vlf-tune-encode-bps nil
|
||||
"Vector of bytes per second encode measurements.")
|
||||
(make-variable-buffer-local 'vlf-tune-encode-bps)
|
||||
(put 'vlf-tune-encode-bps 'permanent-local t)
|
||||
|
||||
(defvar vlf-tune-write-bps nil
|
||||
"Vector of bytes per second write measurements.")
|
||||
|
Loading…
Reference in New Issue
Block a user