MCPcopy Create free account
hub / github.com/google/pprof / Float64

Method Float64

internal/plugin/plugin.go:61–61  ·  view source on GitHub ↗
(name string, def float64, usage string)

Source from the content-addressed store, hash-verified

59 Bool(name string, def bool, usage string) *bool
60 Int(name string, def int, usage string) *int
61 Float64(name string, def float64, usage string) *float64
62 String(name string, def string, usage string) *string
63
64 // StringList is similar to String but allows multiple values for a

Callers

nothing calls this directly

Implementers 2

testFlagsinternal/driver/driver_test.go
GoFlagsinternal/driver/flags.go

Calls

no outgoing calls

Tested by

no test coverage detected