Home | History | Annotate | Download | only in gc

Lines Matching defs:append

33 func (t *Timings) append(labels []string, start bool) {
34 t.list = append(t.list, timestamp{time.Now(), strings.Join(labels, ":"), start})
40 t.append(labels, true)
46 t.append(labels, false)
63 m[i] = append(m[i], &event{size, unit})
98 // stop ended previous phase; append stop labels, if any
170 line = append(line, fmt.Sprintf(format, args...))
185 *lines = append(*lines, line)
199 widths = append(widths, len(col))
200 number = append(number, isnumber(col)) // first line determines column contents