()
| 54943 | return this; |
| 54944 | } |
| 54945 | getSampleAverageCount() { |
| 54946 | return this.sampleSize > 0 ? this.lastSampleCount / this.sampleSize : 0; |
| 54947 | } |
| 54948 | getSampleAverageTime() { |
| 54949 | return this.sampleSize > 0 ? this.lastSampleTime / this.sampleSize : 0; |
| 54950 | } |
nothing calls this directly
no outgoing calls
no test coverage detected