type github.com/golang/protobuf/proto.Stats

3 uses

	github.com/golang/protobuf/proto (current package)
		deprecated.go#L28: type Stats struct{ Emalloc, Dmalloc, Encode, Decode, Chit, Cmiss, Size uint64 }
		deprecated.go#L31: func GetStats() Stats { return Stats{} }