aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/WEB-INF/app/models/internal.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-server/src/main/webapp/WEB-INF/app/models/internal.rb')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/models/internal.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/internal.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/internal.rb
index c43de64b4d7..f47539460e3 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/models/internal.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/models/internal.rb
@@ -58,6 +58,10 @@ class Internal
component(Java::OrgSonarServerTechnicaldebt::InternalRubyTechnicalDebtService.java_class)
end
+ def self.profiling
+ component(Java::OrgSonarServerUi::JRubyProfiling.java_class)
+ end
+
private
def self.component(component_java_class)