runtime

package
v2.9.60+incompatible Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2016 License: 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,

	"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,

	"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,
}

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