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