[Extension()] public static void LogTrendMetrics( IProject project, IReadOnlyList<MetricValue> trendMetricsValues, string label, DateTime logDateTime )
Parameters
- project
- This project for which trend metrics values are computed.
- trendMetricsValues
- Trend metric values already computed.
- label
- The log label string. If null or empty no label will be stored. Typically this label is computed through TryComputeLogLabel
- logDateTime
- The time at which trend metrics values are persisted, typically System.DateTime.System.DateTime.Now or IAnalysisResult.IAnalysisResult.AnalysisResultRef.IAnalysisResultRef.Date.