Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for MMU (0.05 sec)

  1. src/internal/trace/traceviewer/mmu.go

    func MMUHandlerFunc(ranges []Range, f MutatorUtilFunc) http.HandlerFunc {
    	mmu := &mmu{
    		cache:  make(map[trace.UtilFlags]*mmuCacheEntry),
    		f:      f,
    		ranges: ranges,
    	}
    	return func(w http.ResponseWriter, r *http.Request) {
    		switch r.FormValue("mode") {
    		case "plot":
    			mmu.HandlePlot(w, r)
    			return
    		case "details":
    			mmu.HandleDetails(w, r)
    			return
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 21:29:53 UTC 2023
    - 13K bytes
    - Viewed (0)
  2. src/internal/trace/gc.go

    }
    
    // MMU returns the minimum mutator utilization for the given time
    // window. This is the minimum utilization for all windows of this
    // duration across the execution. The returned value is in the range
    // [0, 1].
    func (c *MMUCurve) MMU(window time.Duration) (mmu float64) {
    	acc := accumulator{mmu: 1.0, bound: 1.0}
    	c.mmu(window, &acc)
    	return acc.mmu
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 26K bytes
    - Viewed (0)
  3. src/internal/trace/gc_test.go

    	})
    }
    
    func mmuSlow(util []trace.MutatorUtil, window time.Duration) (mmu float64) {
    	if max := time.Duration(util[len(util)-1].Time - util[0].Time); window > max {
    		window = max
    	}
    
    	mmu = 1.0
    
    	// muInWindow returns the mean mutator utilization between
    	// util[0].Time and end.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  4. src/cmd/trace/main.go

    	// Goroutines handlers.
    	mux.HandleFunc("/goroutines", GoroutinesHandlerFunc(parsed.summary.Goroutines))
    	mux.HandleFunc("/goroutine", GoroutineHandler(parsed.summary.Goroutines))
    
    	// MMU handler.
    	mux.HandleFunc("/mmu", traceviewer.MMUHandlerFunc(ranges, mutatorUtil))
    
    	// Basic pprof endpoints.
    	mux.HandleFunc("/io", traceviewer.SVGProfileHandlerFunc(pprofByGoroutine(computePprofIO(), parsed)))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/mips/asm0.go

    		return OP(1, 1)
    
    	case ABREAK:
    		return OP(1, 5)
    	case ASYSCALL:
    		return OP(1, 4)
    	case ATLBP:
    		return MMU(1, 0)
    	case ATLBR:
    		return MMU(0, 1)
    	case ATLBWI:
    		return MMU(0, 2)
    	case ATLBWR:
    		return MMU(0, 6)
    	case ARFE:
    		return MMU(2, 0)
    
    	case ADIVF:
    		return FPF(0, 3)
    	case ADIVD:
    		return FPD(0, 3)
    	case AMULF:
    		return FPF(0, 2)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 53.6K bytes
    - Viewed (0)
  6. src/internal/trace/traceviewer/http.go

    </p>
    <ul>
    <li><a href="/usertasks">User-defined tasks</a></li>
    <li><a href="/userregions">User-defined regions</a></li>
    </ul>
    
    <h2>Garbage collection metrics</h2>
    <ul>
    <li><a href="/mmu">Minimum mutator utilization</a></li>
    </ul>
    <p>
      This chart indicates the maximum GC pause time (the largest x value
      for which y is zero), and more generally, the fraction of time that
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 21:29:53 UTC 2023
    - 12.6K bytes
    - Viewed (0)
  7. doc/asm.html

    </p>
    
    <h3 id="x86">32-bit Intel 386</h3>
    
    <p>
    The runtime pointer to the <code>g</code> structure is maintained
    through the value of an otherwise unused (as far as Go is concerned) register in the MMU.
    In the runtime package, assembly code can include <code>go_tls.h</code>, which defines
    an OS- and architecture-dependent macro <code>get_tls</code> for accessing this register.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 28 19:15:27 UTC 2023
    - 36.3K bytes
    - Viewed (1)
  8. cmd/testdata/decryptObjectInfo.json.zst

    aled-Key":"IAAfAJYhhC1uovKXCpRq+x/dlH4eHEU4AqwRkd9vVX4+1A7Qt0BPfzXvJhEoCjqw==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"application/octet-stream"}},{"Bucket":"buck1","Name":"go_113/src/cmd/trace/mmu.go","UserDef":{"X-Minio-Internal-Server-Side-Encryption-Iv":"5knPvZsp/hK/5UFvYT79UQ/9r2bgEmZn6CeIoESXr0I=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfAMYe+...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Oct 29 16:34:20 UTC 2020
    - 164K bytes
    - Viewed (0)
  9. src/internal/trace/traceviewer/static/trace_viewer_full.html

    this.importer.registerEventHandler(hwcEventName,handler.bind(this));},mmuSample(ctrName,seriesName,ts,eventBase){return this.hwcSample('mali:mmu','MMU: '+ctrName,seriesName,ts,eventBase);},addMMUCounter(hwcEventName,hwcTitle){function handler(eventName,cpuNumber,pid,ts,eventBase){return this.mmuSample(hwcTitle,'count',ts,eventBase);}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
Back to top