(name)
| 657 | } |
| 658 | |
| 659 | getMetricBytes(name) { |
| 660 | if (name == 'lazyCompileTimestamp') return this.getOwnBytes(); |
| 661 | return this.getOwnBytes(); |
| 662 | } |
| 663 | |
| 664 | getMetricDuration(name) { |
| 665 | if (name in kNoTimeMetrics) return 0; |
nothing calls this directly
no test coverage detected