Lines Matching +full:results +full:- +full:code
2 # Use of this source code is governed by a BSD-style license that can be
6 """Writes a Perf-formated json file with stats about the given web file."""
25 results = {
27 'results': { }
37 '-d', 'shortsymbols', '-n', '0']))
42 '-d', 'fullsymbols', '-n', '0']))
46 results[props[i]] = props[i+1]
50 results['key'][keys[i]] = keys[i+1]
66 results['results'][name] = {
69 # slices for data on the 'code' section, etc.
74 print(json.dumps(results, indent=2))
77 output.write(json.dumps(results, indent=2))