This content is part of a third party extension that is not supported by the Cake project.
Summary
Calculates the total time it took to process all
CakeReportEntry elements.
- Assembly
- Cake
.Module .Shared .dll - Namespace
- Cake
.Module .Shared - Containing Type
- Cake
Report Printer Base
Syntax
protected static TimeSpan GetTotalTime(IEnumerable<CakeReportEntry> entries)
Parameters
| Name | Type | Description |
|---|---|---|
| entries | IEnumerable |
The entries to calculate. |
Return Value
| Type | Description |
|---|---|
| TimeSpan | The sum of time it took to perform all entries. |
