id | 261 |Location | 262 |
---|
The Module name is incorrect
'); 75 | } 76 | }; 77 | 78 | /** 79 | * Adds a panel to the Module instrumentation panel 80 | * 81 | * @param {String} moduleName - name of the module to instrument 82 | */ 83 | self.addModulePanel = function(moduleName){ 84 | $('#detailTimingTab').append('' + 85 | '# | ' + 182 | 'Service | ' + 183 | 'Function | ' + 184 | 'Sync Execution Time (ms) | ' + 185 | 'ASync Execution Time (ms) | ' + 186 | 'Execution Count | ' + 187 | 'Impact Score | ' + 188 | '
---|