Issue609

Title more logging of time in the driver script
Priority feature Status chatting
Superseder Nosy List jendrik, malte
Assigned To Keywords driver
Optional summary

Created on 2015-12-09.12:16:21 by malte, last changed by malte.

Messages
msg4914 (view) Author: malte Date: 2015-12-09.12:16:21
In msg4867 of issue481, we looked into some unexplained errors that seem to be
caused by VAL taking excessive time/memory. For diagnosing things like these
more easily in the future, it would be helpful to add some more logging to the
driver script.

Suggestion: change the logging format in the driver script so that it
reports various time-related statistics, such as
- current date and time
- elapsed clock time since program started
- elapsed CPU time in subprocesses so far

This should be possible with a suitable configuration call to Python's
logging module.
History
Date User Action Args
2015-12-09 12:16:21maltecreate