Method TaskReportLine
TaskReportLine(String, TaskStats)
Compute a report line for the given task stat.
Declaration
protected virtual string TaskReportLine(string longestOp, TaskStats stat)
Parameters
Type | Name | Description |
---|---|---|
System.String | longestOp | Size of longest op name in the table. |
TaskStats | stat | Task stat to be printed. |
Returns
Type | Description |
---|---|
System.String | The report line. |