[webkit-reviews] review canceled: [Bug 107659] QueueStatusServer needs pages to display historical queue data : [Attachment 184402] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 24 00:38:30 PST 2013


Alan Cutter <alancutter at chromium.org> has canceled Alan Cutter
<alancutter at chromium.org>'s request for review:
Bug 107659: QueueStatusServer needs pages to display historical queue data
https://bugs.webkit.org/show_bug.cgi?id=107659

Attachment 184402: Patch
https://bugs.webkit.org/attachment.cgi?id=184402&action=review

------- Additional Comments from Alan Cutter <alancutter at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=184402&action=review


> Tools/QueueStatusServer/handlers/queuecharts.py:86
> +		       "process_duration": patch_log.process_duration,
> +		       "retry_count": patch_log.retry_count,
> +		       "status_update_count": patch_log.status_update_count,
> +		       "wait_duration": patch_log.wait_duration,

These two durations should be converted to minutes.


More information about the webkit-reviews mailing list