Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for nanotime1 (0.2 sec)

  1. misc/wasm/wasm_exec.js

    					// func resetMemoryDataView()
    					"runtime.resetMemoryDataView": (sp) => {
    						sp >>>= 0;
    						this.mem = new DataView(this._inst.exports.mem.buffer);
    					},
    
    					// func nanotime1() int64
    					"runtime.nanotime1": (sp) => {
    						sp >>>= 0;
    						setInt64(sp + 8, (timeOrigin + performance.now()) * 1000000);
    					},
    
    					// func walltime() (sec int64, nsec int32)
    					"runtime.walltime": (sp) => {
    JavaScript
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon May 22 17:47:47 GMT 2023
    - 16.3K bytes
    - Viewed (1)
  2. api/go1.14.txt

    pkg syscall (freebsd-arm64), const BPF_T_NANOTIME = 1
    pkg syscall (freebsd-arm64), const BPF_T_NANOTIME ideal-int
    pkg syscall (freebsd-arm64), const BPF_T_NANOTIME_FAST = 257
    pkg syscall (freebsd-arm64), const BPF_T_NANOTIME_FAST ideal-int
    pkg syscall (freebsd-arm64), const BPF_T_NANOTIME_MONOTONIC = 513
    pkg syscall (freebsd-arm64), const BPF_T_NANOTIME_MONOTONIC ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  3. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const BPF_T_NANOTIME = 1 #53466
    pkg syscall (freebsd-riscv64), const BPF_T_NANOTIME ideal-int #53466
    pkg syscall (freebsd-riscv64), const BPF_T_NANOTIME_FAST = 257 #53466
    pkg syscall (freebsd-riscv64), const BPF_T_NANOTIME_FAST ideal-int #53466
    pkg syscall (freebsd-riscv64), const BPF_T_NANOTIME_MONOTONIC = 513 #53466
    pkg syscall (freebsd-riscv64), const BPF_T_NANOTIME_MONOTONIC ideal-int #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg syscall (freebsd-386), const BPF_T_NANOTIME = 1
    pkg syscall (freebsd-386), const BPF_T_NANOTIME ideal-int
    pkg syscall (freebsd-386), const BPF_T_NANOTIME_FAST = 257
    pkg syscall (freebsd-386), const BPF_T_NANOTIME_FAST ideal-int
    pkg syscall (freebsd-386), const BPF_T_NANOTIME_MONOTONIC = 513
    pkg syscall (freebsd-386), const BPF_T_NANOTIME_MONOTONIC ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  5. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const BPF_T_MONOTONIC_FAST ideal-int
    pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME ideal-int
    pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME_FAST ideal-int
    pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME_MONOTONIC ideal-int
    pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME_MONOTONIC_FAST ideal-int
    pkg syscall (freebsd-386-cgo), const BPF_T_NONE ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top