| 17 | */ |
| 18 | @Injectable() |
| 19 | export class PerflogMetric extends Metric { |
| 20 | static SET_TIMEOUT = new InjectionToken('PerflogMetric.setTimeout'); |
| 21 | static IGNORE_NAVIGATION = new InjectionToken('PerflogMetric.ignoreNavigation'); |
| 22 | static PROVIDERS = [ |
nothing calls this directly
no outgoing calls
no test coverage detected