Interface NativeConfig.Pgo

Enclosing interface:
NativeConfig

public static interface NativeConfig.Pgo
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Enable Profile-Guided Optimization for native images.
  • Method Details

    • enabled

      @WithDefault("false") boolean enabled()
      Enable Profile-Guided Optimization for native images.

      Requires Oracle GraalVM. When enabled, the native build produces an instrumented binary. Running @QuarkusIntegrationTest generates a .iprof profile, and a post-integration-test Maven goal rebuilds with that profile to produce an optimized native binary.