[LNT] r249107 - New graphing JSON API

Chris Matthews via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 13 10:19:42 PDT 2015


Fixed. Thanks!

> On Oct 2, 2015, at 6:27 AM, Kristof Beyls <kristof.beyls at arm.com> wrote:
> 
>> +    @marshal_with(graph_fields)
>> +    def get(self, machine_id, test_id, field_index):
>> +        """Get the data for a particular line in a graph."""
> ...
>> +
>> +        samples = [{'val': val, 'rev': rev, 'time': time} for val, rev,
>> time in q.all()]
>> +        import pprint
>> +        print "Samples"
>> +        pprint.pprint(samples)
> 
> It looks like a few print-debug statements snuck in here?
> 
> 
> 



More information about the llvm-commits mailing list