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