Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 54 for dodata (0.09 sec)

  1. src/cmd/covdata/covdata.go

    	}
    	fmt.Fprintf(os.Stderr, "usage: go tool covdata [command]\n")
    	fmt.Fprintf(os.Stderr, `
    Commands are:
    
    textfmt     convert coverage data to textual format
    percent     output total percentage of statements covered
    pkglist     output list of package import paths
    func        output coverage profile information for each function
    merge       merge data files together
    subtract    subtract one set of data files from another set
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 19:41:17 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  2. src/math/sin_s390x.s

    DATA sincoss0<>+0(SB)/8, $0.100000000000000000E+01
    GLOBL sincoss0<>+0(SB), RODATA, $8
    DATA sincoss1<>+0(SB)/8, $-.166666666666666657E+00
    GLOBL sincoss1<>+0(SB), RODATA, $8
    DATA sincoss2<>+0(SB)/8, $0.833333333333309209E-02
    GLOBL sincoss2<>+0(SB), RODATA, $8
    DATA sincoss3<>+0(SB)/8, $-.198412698410701448E-03
    GLOBL sincoss3<>+0(SB), RODATA, $8
    DATA sincoss4<>+0(SB)/8, $0.275573191453906794E-05
    GLOBL sincoss4<>+0(SB), RODATA, $8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 31 04:25:54 UTC 2023
    - 8.6K bytes
    - Viewed (0)
  3. src/math/tan_s390x.s

    DATA ·tanrodataL13<> + 64(SB)/8, $0.108285667160535624e-31
    DATA ·tanrodataL13<> + 72(SB)/8, $0.612323399573676480e-16
    DATA ·tanrodataL13<> + 80(SB)/8, $0.157079632679489656e+01
    DATA ·tanrodataL13<> + 88(SB)/8, $0.636619772367581341e+00
    GLOBL ·tanrodataL13<> + 0(SB), RODATA, $96
    
    // Constants
    DATA ·tanxnan<> + 0(SB)/8, $0x7ff8000000000000
    GLOBL ·tanxnan<> + 0(SB), RODATA, $8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 27 23:30:00 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  4. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/daemon/server/health/DaemonHealthStatsTest.groovy

        }
    
        def "handles no garbage collection data"() {
            when:
            gcInfo.getCollectionTime() >> 25
            runningStats.getPrettyUpTime() >> "3 mins"
            runningStats.getAllBuildsTime() >> 1000
    
            gcMonitor.getHeapStats() >> GarbageCollectionStats.noData()
            gcMonitor.getNonHeapStats() >> GarbageCollectionStats.noData()
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  5. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/server/health/gc/GarbageCollectionStats.java

                return noData();
            } else {
                return new GarbageCollectionStats(
                        0, // non-heap spaces are not garbage collected
                        calculateAverageUsage(events),
                        findMaxSize(events),
                        events.size()
                );
            }
        }
    
        private static GarbageCollectionStats noData() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 4K bytes
    - Viewed (0)
  6. src/cmd/covdata/doc.go

    5. Merge profiles together:
    
    	$ go tool covdata merge -i=indir1,indir2 -o=outdir -modpaths=github.com/go-delve/delve
    	$
    
    6. Subtract one profile from another
    
    	$ go tool covdata subtract -i=indir1,indir2 -o=outdir
    	$
    
    7. Intersect profiles
    
    	$ go tool covdata intersect -i=indir1,indir2 -o=outdir
    	$
    
    8. Dump a profile for debugging purposes.
    
    	$ go tool covdata debugdump -i=indir
    	<human readable output>
    	$
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 03 12:57:25 UTC 2023
    - 2K bytes
    - Viewed (0)
  7. src/cmd/link/internal/sym/symkind.go

    var AbiSymKindToSymKind = [...]SymKind{
    	objabi.Sxxx:                    Sxxx,
    	objabi.STEXT:                   STEXT,
    	objabi.SRODATA:                 SRODATA,
    	objabi.SNOPTRDATA:              SNOPTRDATA,
    	objabi.SDATA:                   SDATA,
    	objabi.SBSS:                    SBSS,
    	objabi.SNOPTRBSS:               SNOPTRBSS,
    	objabi.STLSBSS:                 STLSBSS,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 13:29:54 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  8. test/fixedbugs/issue15747.go

    	if err != nil {
    		return err
    	}
    	return nil
    }
    
    //go:noinline
    func f2(d []byte, n int) (odata, res []byte, e interface{}) { // ERROR "live at entry to f2: d$"
    	if n > len(d) {
    		return d, nil, &T{M: "hello"} // ERROR "live at call to newobject: d"
    	}
    	res = d[:n]
    	odata = d[n:]
    	return
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/x86/pcrelative_test.go

    	for _, reg := range []string{"Y0", "Y8", "Z0", "Z8", "Z16", "Z24"} {
    		asm := fmt.Sprintf(asmData, reg)
    		objout := objdumpOutput(t, "pcrelative", asm)
    		data := bytes.Split(objout, []byte("\n"))
    		for idx := len(data) - 1; idx >= 0; idx-- {
    			// check that RET wasn't overwritten.
    			if bytes.Contains(data[idx], []byte("RET")) {
    				if testing.Short() {
    					break LOOP
    				}
    				continue LOOP
    			}
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 23:16:01 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  10. src/reflect/export_test.go

    		nptrs := ft.PtrBytes / goarch.PtrSize
    		gcdata := ft.GcSlice(0, (nptrs+7)/8)
    		for i := uintptr(0); i < nptrs; i++ {
    			gc = append(gc, gcdata[i/8]>>(i%8)&1)
    		}
    	}
    	return
    }
    
    func TypeLinks() []string {
    	var r []string
    	sections, offset := typelinks()
    	for i, offs := range offset {
    		rodata := sections[i]
    		for _, off := range offs {
    			typ := (*rtype)(resolveTypeOff(rodata, off))
    			r = append(r, typ.String())
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 15:10:48 UTC 2024
    - 3.8K bytes
    - Viewed (0)
Back to top