scripts/apps/profiling/controllers/ProfilingController.ts
Function ProfilingController
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function ProfilingController($scope, api) {
$scope.profiling_data = [];
$scope.current_profile = null;
$scope.profiles = ['rest', 'publish:enqueue', 'publish:transmit'];
$scope.profile_names = {