|
(0028335)
|
|
David Cole
|
2012-01-17 07:59
(edited on: 2012-01-17 08:00) |
|
No, it's not. The submission table contains started and finished fields, the difference of which tell us how long it took to process a given xml file, but there is nothing recorded that tells us how long a given call to submit.php takes. And in the non-async case (still the default?) there are no submission table entries, and so, there is nothing recorded about processing time in the synchronous processing case. (The 'insert into submission' call is only made from the do_submit_asynchronous function...)
Maybe there's a good external way to measure timing of submit.php calls? (i.e. -- without modifying the cdash source code... perhaps a monitoring tool of some sort, or apache log analysis...?)
|
|