Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for profile (0.44 sec)

  1. doc/godebug.md

    [GC guide](/doc/gc-guide#Linux_transparent_huge_pages), or switch to a Linux
    distribution that disables transparent huge pages altogether.
    
    Go 1.22 added contention on runtime-internal locks to the [`mutex`
    profile](/pkg/runtime/pprof#Profile). Contention on these locks is always
    reported at `runtime._LostContendedRuntimeLock`. Complete stack traces of
    runtime locks can be enabled with the [`runtimecontentionstacks`
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Apr 16 17:29:58 GMT 2024
    - 13.5K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS_PREADV = 289
    pkg syscall (netbsd-arm64-cgo), const SYS_PREADV ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_PROFIL = 44
    pkg syscall (netbsd-arm64-cgo), const SYS_PROFIL ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_PSELECT = 436
    pkg syscall (netbsd-arm64-cgo), const SYS_PSELECT ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_PSET_ASSIGN = 414
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  3. doc/next/5-toolchain.md

    ## Compiler {#compiler}
    
    The build time overhead to building with [Profile Guided Optimization](/doc/pgo) has been reduced significantly.
    Previously, large builds could see 100%+ build time increase from enabling PGO.
    In Go 1.23, overhead should be in the single digit percentages.
    
    ## Assembler {#assembler}
    
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 18 15:39:17 GMT 2024
    - 332 bytes
    - Viewed (0)
  4. api/go1.txt

    pkg runtime/pprof, func Lookup(string) *Profile
    pkg runtime/pprof, func NewProfile(string) *Profile
    pkg runtime/pprof, func Profiles() []*Profile
    pkg runtime/pprof, func StartCPUProfile(io.Writer) error
    pkg runtime/pprof, func StopCPUProfile()
    pkg runtime/pprof, func WriteHeapProfile(io.Writer) error
    pkg runtime/pprof, method (*Profile) Add(interface{}, int)
    pkg runtime/pprof, method (*Profile) Count() int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_PROCCTL = 544
    pkg syscall (freebsd-arm64), const SYS_PROCCTL ideal-int
    pkg syscall (freebsd-arm64), const SYS_PROFIL = 44
    pkg syscall (freebsd-arm64), const SYS_PROFIL ideal-int
    pkg syscall (freebsd-arm64), const SYS_PSELECT = 522
    pkg syscall (freebsd-arm64), const SYS_PSELECT ideal-int
    pkg syscall (freebsd-arm64), const SYS_PTRACE = 26
    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)
  6. api/go1.1.txt

    pkg syscall (darwin-386), const SYS_ACCESS = 33
    pkg syscall (darwin-386), const SYS_ACCESS_EXTENDED = 284
    pkg syscall (darwin-386), const SYS_ACCT = 51
    pkg syscall (darwin-386), const SYS_ADD_PROFIL = 176
    pkg syscall (darwin-386), const SYS_ADJTIME = 140
    pkg syscall (darwin-386), const SYS_AIO_CANCEL = 316
    pkg syscall (darwin-386), const SYS_AIO_ERROR = 317
    pkg syscall (darwin-386), const SYS_AIO_FSYNC = 313
    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)
  7. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_PROCCTL = 544 #53466
    pkg syscall (freebsd-riscv64), const SYS_PROCCTL ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_PROFIL = 44 #53466
    pkg syscall (freebsd-riscv64), const SYS_PROFIL ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_PSELECT = 522 #53466
    pkg syscall (freebsd-riscv64), const SYS_PSELECT 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)
  8. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const SYS_POSIX_OPENPT ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_PREAD ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_PREADV ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_PROFIL ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_PSELECT ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_PTRACE ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_PWRITE 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