HomeSort by relevance Sort by last modified time
    Searched refs:nanobench (Results 1 - 2 of 2) sorted by null

  /external/skia/tools/
parse_llvm_coverage.py 108 """Return the results in JSON format like that produced by nanobench."""
175 parser.add_argument('--nanobench', help='output file for nanobench data.')
186 if args.nanobench and not (args.key and args.properties):
187 raise Exception('--key and --properties are required with --nanobench')
198 if args.nanobench:
199 # Parse the key and properties for use in the nanobench JSON output.
208 with open(args.nanobench, 'w') as f:
  /external/skqp/tools/
parse_llvm_coverage.py 108 """Return the results in JSON format like that produced by nanobench."""
175 parser.add_argument('--nanobench', help='output file for nanobench data.')
186 if args.nanobench and not (args.key and args.properties):
187 raise Exception('--key and --properties are required with --nanobench')
198 if args.nanobench:
199 # Parse the key and properties for use in the nanobench JSON output.
208 with open(args.nanobench, 'w') as f:

Completed in 134 milliseconds