1 write to InclusiveTime
Microsoft.Build.Framework (1)
Profiler\ProfilerResult.cs (1)
66InclusiveTime = inclusiveTime;
13 references to InclusiveTime
Microsoft.Build (9)
Evaluation\Profiler\EvaluationLocationPrettyPrinterBase.cs (2)
94GetMilliseconds(profiledLocation.InclusiveTime), 95GetPercentage(totalTime, profiledLocation.InclusiveTime) + "%",
Evaluation\Profiler\EvaluationProfiler.cs (1)
150previousTimeSpent.InclusiveTime + _inclusiveTime.Elapsed,
Evaluation\Profiler\ProfilerResultPrettyPrinter.cs (1)
64totalTime = time.InclusiveTime;
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
1315Write(e.InclusiveTime);
Logging\ProfilerLogger.cs (3)
264return profiledData.InclusiveTime.TotalMilliseconds < 1 || 272location.InclusiveTime + otherLocation.InclusiveTime,
LogMessagePacketBase.cs (1)
1083TimeSpan inclusiveTime = profiledLocation.InclusiveTime;
Microsoft.Build.Framework (4)
Profiler\ProfilerResult.cs (4)
75InclusiveTime.Equals(location.InclusiveTime) && 84hashCode = (hashCode * -1521134295) + EqualityComparer<TimeSpan>.Default.GetHashCode(InclusiveTime); 93return $"[{InclusiveTime} - {ExclusiveTime}]: {NumberOfHits} hits";