runtimes

package
v0.5.18 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2024 License: MIT Imports: 10 Imported by: 0

README

# サンプルリスト

このディレクトリには以下のサンプルがあります。

file example name note
version.go runtime_version runtime.Version() のサンプルです。
memorystats.go runtime_memorystats runtime.MemoryStats() のサンプルです.
gomaxprocs.go runtime_gomaxprocs runtime.GOMAXPROCS() のサンプルです。
goexit.go runtime_goexit runtime.Goexit() のサンプルです
numcpu.go runtime_numcpu runtime.NumCPU() のサンプルです
gosched.go runtime_gosched runtime.Gosched() のサンプルです
debug_buildinfo.go runtime_debug_buildinfo runtime/debug.ReadBuildInfo() のサンプルです
caller.go runtime_caller runtime.Caller() のサンプルです.
callers.go runtime_callers runtime.Callers() のサンプルです。

Documentation

Overview

Package runtimes -- runtime パッケージについてのサンプルが配置されているパッケージです。

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Caller added in v0.5.0

func Caller() error

Caller は、 runtime.Caller() のサンプルです.

runtime.Caller() は、呼び出し元のgoroutineのスタックにある関数呼び出しに関するファイルおよび行番号情報を報告してくれる.

REFERENCES

func Callers added in v0.5.0

func Callers() error

Callers は、 runtime.Callers() のサンプルです。

REFERENCES

func DebugBuildInfo added in v0.5.11

func DebugBuildInfo() error

DebugBuildInfo は、runtime/debug.ReadBuildInfo() のサンプルです.

REFERENCES

func GoMaxProcs

func GoMaxProcs() error

GoMaxProcs -- runtime.GOMAXPROCS() のサンプルです。

func Goexit added in v0.2.9

func Goexit() error

Goexit -- runtime.Goexit() のサンプルです。

REFERENCES:

func Gosched added in v0.2.9

func Gosched() error

Gosched -- runtime.Gosched() のサンプルです。

REFERENCES

func NewRegister

func NewRegister() mapping.Register

NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。

func NumCpu added in v0.2.9

func NumCpu() error

NumCpu -- runtime.NumCPU() のサンプルです。

REFERENCES

func RuntimeMemoryStats

func RuntimeMemoryStats() error

RuntimeMemoryStats は、runtime.MemoryStats() のサンプルです.

REFERENCES::

func RuntimeVersion

func RuntimeVersion() error

RuntimeVersion は、runtime.Version() のサンプルです。

Types

This section is empty.

Jump to

Keyboard shortcuts

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