(name)
| 306 | |
| 307 | // Also see Funktion.prototype.getMetricBytes |
| 308 | getMetricBytes(name) { |
| 309 | if (name == 'lazyCompileTimestamp') return this.getOwnBytes(); |
| 310 | return this.getOwnBytes(); |
| 311 | } |
| 312 | |
| 313 | getMetricDuration(name) { |
| 314 | return this[name]; |
no test coverage detected