measuregc

package module
v0.0.0-...-89c7cfb Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2020 License: MIT Imports: 8 Imported by: 0

README

measure-gc

Tiny utility to measure GC latency in Go programs

Usage

package main

import (
	"github.com/krischerven/measure-gc"
)

func main() {
	measuregc.Start()
	select {}
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Start

func Start()

measure GC latency every second

func StartWith

func StartWith(interval float64) error

measure GC latency every interval seconds

Types

This section is empty.

Jump to

Keyboard shortcuts

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