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

Method Float64

internal/driver/flags.go:38–40  ·  view source on GitHub ↗

Float64 implements the plugin.FlagSet interface.

(o string, d float64, c string)

Source from the content-addressed store, hash-verified

36
37// Float64 implements the plugin.FlagSet interface.
38func (*GoFlags) Float64(o string, d float64, c string) *float64 {
39 return flag.Float64(o, d, c)
40}
41
42// String implements the plugin.FlagSet interface.
43func (*GoFlags) String(o, d, c string) *string {

Callers

nothing calls this directly

Calls 1

Float64Method · 0.65

Tested by

no test coverage detected