runtime

package
v1.0.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 17, 2024 License: GPL-2.0, MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Exports = map[string]interface{}{
	"_name":          "runtime",
	"memProfileRate": runtime.MemProfileRate,
	"MemProfileRate": runtime.MemProfileRate,

	"compiler": runtime.Compiler,
	"Compiler": runtime.Compiler,
	"GOARCH":   runtime.GOARCH,
	"GOOS":     runtime.GOOS,

	"blockProfileRecords": newBlockProfileRecords,
	"memProfileRecords":   newMemProfileRecords,
	"stackRecords":        newStackRecords,
	"blockProfile":        runtime.BlockProfile,
	"memProfile":          runtime.MemProfile,
	"CPUProfile":          runtime.CPUProfile,
	"threadCreateProfile": runtime.ThreadCreateProfile,
	"goroutineProfile":    runtime.GoroutineProfile,
	"setBlockProfileRate": runtime.SetBlockProfileRate,
	"setCPUProfileRate":   runtime.SetCPUProfileRate,

	"NewBlockProfileRecords": newBlockProfileRecords,
	"NewMemProfileRecords":   newMemProfileRecords,
	"NewStackRecords":        newStackRecords,
	"BlockProfile":           runtime.BlockProfile,
	"MemProfile":             runtime.MemProfile,
	"ThreadCreateProfile":    runtime.ThreadCreateProfile,
	"GoroutineProfile":       runtime.GoroutineProfile,
	"SetBlockProfileRate":    runtime.SetBlockProfileRate,
	"SetCPUProfileRate":      runtime.SetCPUProfileRate,

	"breakpoint":     runtime.Breakpoint,
	"caller":         runtime.Caller,
	"callers":        runtime.Callers,
	"funcForPC":      runtime.FuncForPC,
	"GC":             runtime.GC,
	"GOMAXPROCS":     runtime.GOMAXPROCS,
	"GOROOT":         runtime.GOROOT,
	"goexit":         runtime.Goexit,
	"gosched":        runtime.Gosched,
	"lockOSThread":   runtime.LockOSThread,
	"numCPU":         runtime.NumCPU,
	"numCgoCall":     runtime.NumCgoCall,
	"numGoroutine":   runtime.NumGoroutine,
	"readMemStats":   runtime.ReadMemStats,
	"setFinalizer":   runtime.SetFinalizer,
	"stack":          runtime.Stack,
	"unlockOSThread": runtime.UnlockOSThread,
	"version":        runtime.Version,

	"Breakpoint":     runtime.Breakpoint,
	"Caller":         runtime.Caller,
	"Callers":        runtime.Callers,
	"FuncForPC":      runtime.FuncForPC,
	"Goexit":         runtime.Goexit,
	"Gosched":        runtime.Gosched,
	"LockOSThread":   runtime.LockOSThread,
	"NumCPU":         runtime.NumCPU,
	"NumCgoCall":     runtime.NumCgoCall,
	"NumGoroutine":   runtime.NumGoroutine,
	"ReadMemStats":   runtime.ReadMemStats,
	"SetFinalizer":   runtime.SetFinalizer,
	"Stack":          runtime.Stack,
	"UnlockOSThread": runtime.UnlockOSThread,
	"Version":        runtime.Version,
}

Exports is the export table of this module.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL