Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for iccprofile (0.12 sec)

  1. src/cmd/compile/internal/inline/interleaved/interleaved.go

    		ir.CurFunc = nil
    	}
    
    	if base.Flag.LowerL != 0 {
    		inlheur.SetupScoreAdjustments()
    	}
    
    	var inlProfile *pgoir.Profile // copy of profile for inlining
    	if base.Debug.PGOInline != 0 {
    		inlProfile = profile
    	}
    
    	// First compute inlinability of all functions in the package.
    	inline.CanInlineFuncs(pkg.Funcs, inlProfile)
    
    	// Now we make a second pass to do devirtualization and inlining of
    	// calls. Order here should not matter.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 27 20:42:52 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  2. platforms/core-runtime/build-profile/src/main/java/org/gradle/profile/BuildProfileServices.java

            registration.addProvider(new ServiceRegistrationProvider() {
                public void configure(ServiceRegistration serviceRegistration, StartParameter startParameter) {
                    if (startParameter.isProfile()) {
                        serviceRegistration.add(BuildProfile.class);
                        serviceRegistration.add(ReportGeneratingProfileListener.class);
                        serviceRegistration.add(ProfileCoordinator.class);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 1.9K bytes
    - Viewed (0)
Back to top