summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'projects/devdashboard/script/performance/profiler')
-rwxr-xr-xprojects/devdashboard/script/performance/profiler3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/devdashboard/script/performance/profiler b/projects/devdashboard/script/performance/profiler
new file mode 100755
index 0000000..d855ac8
--- /dev/null
+++ b/projects/devdashboard/script/performance/profiler
@@ -0,0 +1,3 @@
+#!/usr/bin/env ruby
+require File.dirname(__FILE__) + '/../../config/boot'
+require 'commands/performance/profiler'