Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 27 for welcome (3.05 sec)

  1. src/cmd/vendor/github.com/google/pprof/internal/driver/interactive.go

    			}
    
    			if err != nil {
    				o.UI.PrintErr(err)
    			}
    		}
    	}
    }
    
    var generateReportWrapper = generateReport // For testing purposes.
    
    // greetings prints a brief welcome and some overall profile
    // information before accepting interactive commands.
    func greetings(p *profile.Profile, ui plugin.UI) {
    	numLabelUnits := identifyNumLabelUnits(p, ui)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 18:58:12 UTC 2022
    - 10.6K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/sccp.go

    // lattice of a value is changed, we need to update lattices of use. But we don't
    // need all uses of it, only uses that can become constants would be added into
    // re-visit worklist since no matter how many times they are revisited, uses which
    // can't become constants lattice remains unchanged, i.e. Bottom.
    func (t *worklist) buildDefUses() {
    	for _, block := range t.f.Blocks {
    		for _, val := range block.Values {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 16:54:50 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  3. src/cmd/trace/pprof.go

    		return true
    	})
    }
    
    // computePprofSched returns a computePprofFunc that generates a scheduler latency pprof-like profile
    // (time between a goroutine become runnable and actually scheduled for execution).
    func computePprofSched() computePprofFunc {
    	return makeComputePprofFunc(trace.GoRunnable, func(_ string) bool {
    		return true
    	})
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/build/relnote/relnote.go

    // symbols expanded automatically. For example, if a file *stdlib/minor/bytes/f.md
    // contains the text
    //
    //	[Reader] implements [io.Reader].
    //
    // then that will become
    //
    //	[Reader](/pkg/bytes#Reader) implements [io.Reader](/pkg/io#Reader).
    func Merge(fsys fs.FS) (*md.Document, error) {
    	filenames, err := sortedMarkdownFilenames(fsys)
    	if err != nil {
    		return nil, err
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  5. src/cmd/go/internal/modload/edit.go

    	// They join back together at the roots of the graph: if a root r1 with pruned
    	// requirements depends on a root r2 with unpruned requirements, then
    	// selecting r1 would cause r2 to become a root and pull in all of its
    	// unpruned dependencies.
    	//
    	// The dqTracker type implements the logic for propagating conflict paths
    	// through the pruned and unpruned parts of the module graph.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 21:46:32 UTC 2024
    - 34.1K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/poset.go

    	i1, f1 := po.lookup(n1)
    	i2, f2 := po.lookup(n2)
    
    	// If any of the nodes do not exist in the poset, allocate them. Since
    	// we don't know any relation (in the partial order) about them, they must
    	// become independent roots.
    	if !f1 {
    		i1 = po.newnode(n1)
    		po.roots = append(po.roots, i1)
    		po.upush(undoNewRoot, i1, 0)
    	}
    	if !f2 {
    		i2 = po.newnode(n2)
    		po.roots = append(po.roots, i2)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 04 17:23:05 UTC 2023
    - 37.2K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/x86/obj6.go

    	// we only support a single TLS variable (g).
    
    	if CanUse1InsnTLS(ctxt) {
    		// Reduce 2-instruction sequence to 1-instruction sequence.
    		// Sequences like
    		//	MOVQ TLS, BX
    		//	... off(BX)(TLS*1) ...
    		// become
    		//	NOP
    		//	... off(TLS) ...
    		//
    		// TODO(rsc): Remove the Hsolaris special case. It exists only to
    		// guarantee we are producing byte-identical binaries as before this code.
    		// But it should be unnecessary.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 18:36:45 UTC 2023
    - 40.9K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/arm64/obj7.go

    				q = obj.Appendp(q, c.newprog)
    				q.As = AB
    				q.To.Type = obj.TYPE_BRANCH
    				q.To.SetTarget(end)
    			}
    
    		case obj.ARET:
    			nocache(p)
    			if p.From.Type == obj.TYPE_CONST {
    				c.ctxt.Diag("using BECOME (%v) is not supported!", p)
    				break
    			}
    
    			retjmp = p.To.Sym
    			p.To = obj.Addr{}
    			if c.cursym.Func().Text.Mark&LEAF != 0 {
    				if c.autosize != 0 {
    					// Restore frame pointer.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 05:46:32 UTC 2023
    - 28.4K bytes
    - Viewed (0)
  9. src/cmd/link/link_test.go

    smallest flower and leaf there was already a freshness poured from all this seeming rage, which seemed to make creation new again."`
    
    	jarndyce int `text:"Jarndyce and Jarndyce drones on. This scarecrow of a suit has, over the course of time, become so complicated, that no man alive knows what it means. The parties to it understand it least; but it has been observed that no two Chancery lawyers can talk about it for five minutes, without coming to a total disagreement as to all the premises....
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:02 UTC 2024
    - 43.5K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssagen/abi.go

    		// 	func importedAdd(a, b uint) uint
    		//
    		// will roughly become
    		//
    		// 	(import "gojs" "add" (func (param i32)))
    		wi.Params = []obj.WasmField{{Type: obj.WasmI32}}
    	} else {
    		// All other imported functions use the normal WASM ABI.
    		// Example:
    		//
    		// 	//go:wasmimport a_module add
    		// 	func importedAdd(a, b uint) uint
    		//
    		// will roughly become
    		//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 13.8K bytes
    - Viewed (0)
Back to top