withPerformanceMetrics method
Sets flag for performance metrics reporting.
Implementation
Builder withPerformanceMetrics([int performanceMetrics = Performance.all]) {
builderAgent?.withPerformanceMetrics(performanceMetrics);
return this;
}
Sets flag for performance metrics reporting.
Builder withPerformanceMetrics([int performanceMetrics = Performance.all]) {
builderAgent?.withPerformanceMetrics(performanceMetrics);
return this;
}