internal/profile.ValueType.Type (field)
11 uses
internal/profile (current package)
encode.go#L25: st.typeX = addString(strings, st.Type)
encode.go#L98: pt.typeX = addString(strings, pt.Type)
encode.go#L244: st.Type, err = getString(p.stringTable, &st.typeX, err)
encode.go#L282: pt.Type, err = getString(p.stringTable, &pt.typeX, err)
merge.go#L460: return st1.Type == st2.Type && st1.Unit == st2.Unit
profile.go#L46: Type string // cpu, wall, inuse_space, etc
profile.go#L296: ss = append(ss, fmt.Sprintf("PeriodType: %s %s", pt.Type, pt.Unit))
profile.go#L309: sh1 = sh1 + fmt.Sprintf("%s/%s ", s.Type, s.Unit)
profile.go#L481: return v1.Type == v2.Type && v1.Unit == v2.Unit