withPerformanceMetrics method

Builder withPerformanceMetrics([
  1. int performanceMetrics = Performance.all
])

Sets flag for performance metrics reporting.

Implementation

Builder withPerformanceMetrics([int performanceMetrics = Performance.all]) {
  builderAgent?.withPerformanceMetrics(performanceMetrics);
  return this;
}