OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nanobench
(Results
1 - 6
of
6
) sorted by null
/external/skia/bin/
c
17
ninja -C out/Release
nanobench
18
out/Release/
nanobench
$@ --samples $SAMPLES -v 2> $CLEAN.log
23
ninja -C out/Release
nanobench
24
out/Release/
nanobench
$@ --samples $SAMPLES -v 2> $BRANCH.log
ac
17
platform_tools/android/bin/android_ninja -t Release
nanobench
18
platform_tools/android/bin/android_run_skia -t Release
nanobench
$@ --skps /data/local/tmp/skps -i /data/local/tmp/resources --samples $SAMPLES -v > $CLEAN.log
23
platform_tools/android/bin/android_ninja -t Release
nanobench
24
platform_tools/android/bin/android_run_skia -t Release
nanobench
$@ --skps /data/local/tmp/skps -i /data/local/tmp/resources --samples $SAMPLES -v > $BRANCH.log
/external/skia/tools/
parse_llvm_coverage.py
99
"""Return the results in JSON format like that produced by
nanobench
."""
166
parser.add_argument('--
nanobench
', help='output file for
nanobench
data.')
177
if args.
nanobench
and not (args.key and args.properties):
178
raise Exception('--key and --properties are required with --
nanobench
')
189
if args.
nanobench
:
190
# Parse the key and properties for use in the
nanobench
JSON output.
199
with open(args.
nanobench
, 'w') as f:
iOSShell.cpp
57
DEFINE_bool(
nanobench
, false, "run
nanobench
");
/external/skia/
Makefile
43
nanobench
\
/external/skia/bench/
Android.mk
132
nanobench
.cpp \
Completed in 65 milliseconds