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 Gosched ¶ added in v0.2.9
func Gosched() error
Gosched -- runtime.Gosched() のサンプルです。
REFERENCES ¶
func NewRegister ¶
NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。
func RuntimeMemoryStats ¶
func RuntimeMemoryStats() error
RuntimeMemoryStats は、runtime.MemoryStats() のサンプルです.
REFERENCES::
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.