Interface BuildEventStreamProtos.BuildMetrics.TargetMetricsOrBuilder

    • Method Detail

      • getTargetsLoaded

        long getTargetsLoaded()
         DEPRECATED
         No longer populated. It never measured what it was supposed to (targets
         loaded): it counted targets that were analyzed even if the underlying
         package had not changed.
         TODO(janakr): rename and remove.
         
        int64 targets_loaded = 1;
        Returns:
        The targetsLoaded.
      • getTargetsConfigured

        long getTargetsConfigured()
         Number of targets/aspects configured during this build. Does not include
         targets/aspects that were configured on prior builds on this server and
         were cached. See BuildGraphMetrics below if you need that.
         
        int64 targets_configured = 2;
        Returns:
        The targetsConfigured.
      • getTargetsConfiguredNotIncludingAspects

        long getTargetsConfiguredNotIncludingAspects()
         Number of configured targets analyzed during this build. Does not include
         aspects. Used mainly to allow consumers of targets_configured, which used
         to not include aspects, to normalize across the Blaze release that
         switched targets_configured to include aspects.
         
        int64 targets_configured_not_including_aspects = 3;
        Returns:
        The targetsConfiguredNotIncludingAspects.