Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for write_operation_count (0.39 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	JOB_OBJECT_LIMIT_SUBSET_AFFINITY            = 0x00004000
    	JOB_OBJECT_LIMIT_WORKINGSET                 = 0x00000001
    )
    
    type IO_COUNTERS struct {
    	ReadOperationCount  uint64
    	WriteOperationCount uint64
    	OtherOperationCount uint64
    	ReadTransferCount   uint64
    	WriteTransferCount  uint64
    	OtherTransferCount  uint64
    }
    
    type JOBOBJECT_EXTENDED_LIMIT_INFORMATION struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  2. src/internal/trace/traceviewer/static/trace_viewer_full.html

    prevStats.read_operation_count;stats.read_operation_per_sec=readOperation/timeIntervalSeconds;}
    if(statName==='write_operation_count'){const writeOperation=stats.write_operation_count-
    prevStats.write_operation_count;stats.write_operation_per_sec=writeOperation/timeIntervalSeconds;}
    if(statName==='other_operation_count'){const otherOperation=stats.other_operation_count-
    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