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

  /external/chromium_org/third_party/skia/bench/
bench_util.py 40 class BenchDataPoint:
63 return "BenchDataPoint(%s, %s, %s, %s, %s)" % (
162 A list of BenchDataPoint objects.
189 ({str:str}, __iter__ -> str) -> [BenchDataPoint]
250 benches.append(BenchDataPoint(
  /external/skia/bench/
bench_util.py 40 class BenchDataPoint:
63 return "BenchDataPoint(%s, %s, %s, %s, %s)" % (
162 A list of BenchDataPoint objects.
189 ({str:str}, __iter__ -> str) -> [BenchDataPoint]
250 benches.append(BenchDataPoint(

Completed in 46 milliseconds