runtimes

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2022 License: MIT Imports: 7 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() のサンプルです

Documentation

Overview

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

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