Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 782 for compilation$ (0.17 sec)

  1. platforms/core-runtime/internal-instrumentation-processor/src/test/groovy/org/gradle/internal/instrumentation/InstrumentationCodeGenTest.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.instrumentation
    
    import com.google.testing.compile.Compilation
    import com.google.testing.compile.JavaFileObjects
    import org.gradle.api.JavaVersion
    import org.gradle.internal.instrumentation.processor.ConfigurationCacheInstrumentationProcessor
    import org.gradle.internal.jvm.Jvm
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 02 15:44:14 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  2. src/cmd/vet/README

    Vet's checks are about correctness, not style. A vet check must identify real or
    potential bugs that could cause incorrect compilation or execution. A check that
    only identifies stylistic points or alternative correct approaches to a situation
    is not acceptable.
    
    Frequency:
    
    Vet is run every day by many programmers, often as part of every compilation or
    submission. The cost in execution time is considerable, especially in aggregate,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 14 04:15:59 UTC 2017
    - 1.6K bytes
    - Viewed (0)
  3. platforms/jvm/language-jvm/src/main/java/org/gradle/api/tasks/compile/DebugOptions.java

    /**
     * Debug options for Java compilation. Only take effect if {@link CompileOptions#debug}
     * is set to {@code true}.
     */
    public class DebugOptions extends AbstractOptions {
        private static final long serialVersionUID = 0;
    
        private String debugLevel;
    
        /**
         * Get a comma-separated list of debug information to be generated during compilation.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 30 02:50:50 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  4. platforms/jvm/language-java/src/main/java/org/gradle/api/internal/tasks/compile/incremental/classpath/DefaultClassSetAnalyzer.java

            } catch (Exception e) {
                accumulator.fullRebuildNeeded(classSet + " could not be analyzed for incremental compilation. See the debug log for more details");
                if (LOGGER.isDebugEnabled()) {
                    LOGGER.debug("Could not analyze " + classSet + " for incremental compilation", e);
                }
            }
    
            return accumulator.getAnalysis();
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/groovy/crossCompilation/kotlin/settings.gradle.kts

    rootProject.name = "cross-compilation"...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 39 bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/device_compilation_cluster_signature.h

    // to a kernel. Key that uniquely identifies a compilation output.
    struct DeviceCompilationClusterSignature {
      // Name of the cluster, built from the function name and it's attributes.
      string name;
    
      // List of args (either as a TensorTypeAndShape or as a Tensor value)
      // for compile-time constant arguments to the compilation, ordered by
      // argument number. Tensors must be in host memory.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 06:59:07 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/cel/metrics/metrics.go

    			StabilityLevel: metrics.ALPHA,
    		}),
    	}
    
    	legacyregistry.MustRegister(m.compilationTime)
    	legacyregistry.MustRegister(m.evaluationTime)
    
    	return m
    }
    
    // ObserveCompilation records a CEL compilation with the time the compilation took.
    func (m *CelMetrics) ObserveCompilation(elapsed time.Duration) {
    	seconds := elapsed.Seconds()
    	m.compilationTime.Observe(seconds)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 09 23:50:48 UTC 2022
    - 2.1K bytes
    - Viewed (0)
  8. src/go/doc/comment/testdata/text7.txt

    those provided by package "net/rpc".
    
    The implementation compiles a custom codec for each data type in the stream
    and is most efficient when a single Encoder is used to transmit a stream of
    values, amortizing the cost of compilation.
    -- text --
                        Package gob manages streams of gobs - binary values
                        exchanged between an Encoder (transmitter) and a Decoder
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:31:45 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  9. src/go/doc/comment/testdata/text5.txt

    those provided by package "net/rpc".
    
    The implementation compiles a custom codec for each data type in the stream
    and is most efficient when a single Encoder is used to transmit a stream of
    values, amortizing the cost of compilation.
    -- text --
    Package gob
    manages streams
    of gobs - binary
    values exchanged
    between an Encoder
    (transmitter) and a
    Decoder (receiver).
    A typical use
    is transporting
    arguments and
    results of remote
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:31:45 UTC 2022
    - 937 bytes
    - Viewed (0)
  10. src/go/doc/comment/testdata/text6.txt

    those provided by package "net/rpc".
    
    The implementation compiles a custom codec for each data type in the stream
    and is most efficient when a single Encoder is used to transmit a stream of
    values, amortizing the cost of compilation.
    -- text --
    Package gob manages streams of gobs - binary values exchanged between an Encoder
    (transmitter) and a Decoder (receiver). A typical use is transporting arguments
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:31:45 UTC 2022
    - 919 bytes
    - Viewed (0)
Back to top