Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 54 of 54 for sysconf (0.48 sec)

  1. src/runtime/mgcpacer.go

    	// assistTime is the nanoseconds spent in mutator assists
    	// during this cycle. This is updated atomically, and must also
    	// be updated atomically even during a STW, because it is read
    	// by sysmon. Updates occur in bounded batches, since it is both
    	// written and read throughout the cycle.
    	assistTime atomic.Int64
    
    	// dedicatedMarkTime is the nanoseconds spent in dedicated mark workers
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  2. src/internal/trace/order.go

    		return curCtx, false, nil
    	}
    	state.status = go122.GoRunnable
    	state.seq = seq
    	// N.B. No context to validate. Basically anything can unblock
    	// a goroutine (e.g. sysmon).
    	o.queue.push(Event{table: evt, ctx: curCtx, base: *ev})
    	return curCtx, true, nil
    }
    
    func (o *ordering) advanceGoSwitch(ev *baseEvent, evt *evTable, m ThreadID, gen uint64, curCtx schedCtx) (schedCtx, bool, error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  3. RELEASE.md

            dynamic shapes.
        *   Fix error checking supported operations in a model containing
            `HardSwish`.
    
    ### Packaging Support
    
    *   Added `tf.sysconfig.get_build_info()`. Returns a dict that describes the
        build environment of the currently installed TensorFlow package, e.g. the
        NVIDIA CUDA and NVIDIA CuDNN versions used when TensorFlow was built.
    
    ### Profiler
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"ScanState", Type, 0},
    		{"Scanf", Func, 0},
    		{"Scanln", Func, 0},
    		{"Scanner", Type, 0},
    		{"Sprint", Func, 0},
    		{"Sprintf", Func, 0},
    		{"Sprintln", Func, 0},
    		{"Sscan", Func, 0},
    		{"Sscanf", Func, 0},
    		{"Sscanln", Func, 0},
    		{"State", Type, 0},
    		{"Stringer", Type, 0},
    	},
    	"go/ast": {
    		{"(*ArrayType).End", Method, 0},
    		{"(*ArrayType).Pos", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top