Package io.quarkus.runtime
Class DebugRuntimeConfig
java.lang.Object
io.quarkus.runtime.DebugRuntimeConfig
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean
If set totrue
, Quarkus prints the wall-clock time each build step took to complete. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
printStartupTimes
If set totrue
, Quarkus prints the wall-clock time each build step took to complete. This is useful as a first step in debugging slow startup times.
-
-
Constructor Details
-
DebugRuntimeConfig
public DebugRuntimeConfig()
-