| Index: tools/run_perf.py
 | 
| diff --git a/tools/run_perf.py b/tools/run_perf.py
 | 
| index 2b406bd7826ef6f4a24234a085254ca4f456badd..64e56dd685c6bde2bc0cbcbc614172514a0aca5d 100755
 | 
| --- a/tools/run_perf.py
 | 
| +++ b/tools/run_perf.py
 | 
| @@ -179,7 +179,7 @@ class Measurement(object):
 | 
|    gathered by repeated calls to ConsumeOutput.
 | 
|    """
 | 
|    def __init__(self, graphs, units, results_regexp, stddev_regexp):
 | 
| -    self.name = graphs[-1]
 | 
| +    self.name = '/'.join(graphs)
 | 
|      self.graphs = graphs
 | 
|      self.units = units
 | 
|      self.results_regexp = results_regexp
 | 
| 
 |