time.Duration.Seconds (method)

5 uses

	time (current package)
		time.go#L747: func (d Duration) Seconds() float64 {

	src.elv.sh/pkg/eval
		builtin_fn_misc.go#L471: 		errCb := opts.OnEnd.Call(newFm, []interface{}{dt.Seconds()}, NoOpts)

	src.elv.sh/pkg/shell
		shell.go#L73: 	return end.Sub(start).Seconds(), err

	testing
		benchmark.go#L381: 	return (float64(r.Bytes) * float64(r.N) / 1e6) / r.T.Seconds()
		testing.go#L625: 	return fmt.Sprintf("%.2fs", d.Seconds())