Click or drag to resize

IActionExecutionEnvironmentPerformanceInfo Property

PerformanceInfo is used to accumulate information about needed time, found matches and applied rewrites. And additionally search steps carried out if profiling instrumentation code was generated. It must not be null. The user is responsible for resetting the PerformanceInfo object. This is typically done at the start of a rewrite sequence, to measure its performance.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
PerformanceInfo PerformanceInfo { get; }

Property Value

Type: PerformanceInfo
See Also