Uses of Interface
com.google.javascript.jscomp.CompileMetricsRecorderInterface
Packages that use CompileMetricsRecorderInterface
-
Uses of CompileMetricsRecorderInterface in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement CompileMetricsRecorderInterfaceModifier and TypeClassDescriptionclassA do-nothing metrics recorder that `AbstractCompilerRunner` uses by default.Methods in com.google.javascript.jscomp that return CompileMetricsRecorderInterfaceModifier and TypeMethodDescriptionprotected CompileMetricsRecorderInterfaceAbstractCommandLineRunner.getCompileMetricsRecorder()Child classes should override this if they want to actually record metrics about the compilation.