Browse Source

Tribute to Phantomas

Gaël Métais 11 years ago
parent
commit
1f4d658e09
1 changed files with 4 additions and 4 deletions
  1. 4 4
      app/node_views/results.html

+ 4 - 4
app/node_views/results.html

@@ -54,7 +54,7 @@
         </div>
         </div>
 
 
         <div ng-show="view == 'execution' && !phantomasResults.error" class="execution">
         <div ng-show="view == 'execution' && !phantomasResults.error" class="execution">
-            <h2>Javascript interactions with the DOM</h2>
+            <h2>Javascript Spaghetti Profiler (interactions with the DOM)</h2>
             <div class="filters">
             <div class="filters">
                 <div>
                 <div>
                     <input type="checkbox" ng-model="textFilterOn" />
                     <input type="checkbox" ng-model="textFilterOn" />
@@ -168,9 +168,9 @@
         </div>
         </div>
 
 
         <div ng-show="view == 'metrics' && !phantomasResults.error" class="metrics">
         <div ng-show="view == 'metrics' && !phantomasResults.error" class="metrics">
-            <h2>Metrics</h2>
+            <h2>Metrics from Phantomas report</h2>
+            <p>Phantomas is a web performance metrics collector. You can it find <a href="https://github.com/macbre/phantomas" target="_blank">here</a>.</p>
             
             
-            <h3>Phantomas report</h3>
             <div ng-repeat="(moduleName, module) in metricsModule">
             <div ng-repeat="(moduleName, module) in metricsModule">
                 <h4>{{moduleName}}</h4>
                 <h4>{{moduleName}}</h4>
                 <div ng-repeat="(metricName, metric) in module" ng-if="phantomasResults.metrics[metricName] >= 0" class="module" id="metric_{{metricName}}">
                 <div ng-repeat="(metricName, metric) in module" ng-if="phantomasResults.metrics[metricName] >= 0" class="module" id="metric_{{metricName}}">
@@ -194,7 +194,7 @@
                 </div>
                 </div>
             </div>
             </div>
         </div>
         </div>
-        
+
     </div>
     </div>