Home | History | Annotate | Download | only in bench

Lines Matching refs:line_name

247             line_name = Label(point.bench
252 if line_name not in lines:
253 lines[line_name] = []
255 lines[line_name].append((revision, point.time))