github.com/prometheus/procfs.ProcStat.StartTime (method)

2 uses

	github.com/prometheus/procfs (current package)
		proc_stat.go#L180: func (s ProcStat) StartTime() (float64, error) {

	github.com/prometheus/client_golang/prometheus
		process_collector_other.go#L44: 		if startTime, err := stat.StartTime(); err == nil {