| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 772a5e0 commit 6b30802
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -205,15 +205,7 @@ class PerformanceNodeTiming extends PerformanceEntry { | |||
| 205 | 205 | bootstrapComplete: this.bootstrapComplete, | |
| 206 | 206 | environment: this.environment, | |
| 207 | 207 | loopStart: this.loopStart, | |
| 208 | - loopExit: this.loopExit, | ||
| 209 | - thirdPartyMainStart: this.thirdPartyMainStart, | ||
| 210 | - thirdPartyMainEnd: this.thirdPartyMainEnd, | ||
| 211 | - clusterSetupStart: this.clusterSetupStart, | ||
| 212 | - clusterSetupEnd: this.clusterSetupEnd, | ||
| 213 | - moduleLoadStart: this.moduleLoadStart, | ||
| 214 | - moduleLoadEnd: this.moduleLoadEnd, | ||
| 215 | - preloadModuleLoadStart: this.preloadModuleLoadStart, | ||
| 216 | - preloadModuleLoadEnd: this.preloadModuleLoadEnd | ||
| 208 | + loopExit: this.loopExit | ||
| 217 | 209 | }; | |
| 218 | 210 | } | |
| 219 | 211 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,15 +12,7 @@ const names = [ | |||
| 12 | 12 | 'v8Start', | |
| 13 | 13 | 'loopStart', | |
| 14 | 14 | 'loopExit', | |
| 15 | - 'bootstrapComplete', | ||
| 16 | - 'thirdPartyMainStart', | ||
| 17 | - 'thirdPartyMainEnd', | ||
| 18 | - 'clusterSetupStart', | ||
| 19 | - 'clusterSetupEnd', | ||
| 20 | - 'moduleLoadStart', | ||
| 21 | - 'moduleLoadEnd', | ||
| 22 | - 'preloadModulesLoadStart', | ||
| 23 | - 'preloadModulesLoadEnd' | ||
| 15 | + 'bootstrapComplete' | ||
| 24 | 16 | ]; | |
| 25 | 17 | ||
| 26 | 18 | if (process.argv[2] === 'child') { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments