patch by: mustbenice

* morituri/common/program.py:
	* morituri/program/cdparanoia.py:
	* morituri/result/logger.py:
	* morituri/result/result.py:
	  Calculate speed of reading track.
	  Output Test and Copy speed per track in log.
This commit is contained in:
Thomas Vander Stichele
2012-11-25 19:54:15 +00:00
parent 99f97bb6c8
commit 5b1e2c88a4
5 changed files with 33 additions and 0 deletions

View File

@@ -474,6 +474,8 @@ class Program(log.Loggable):
trackResult.copycrc = t.copychecksum
trackResult.peak = t.peak
trackResult.quality = t.quality
trackResult.testspeed = t.testspeed
trackResult.copyspeed = t.copyspeed
if trackResult.filename != t.path:
trackResult.filename = t.path