Home
last modified time | relevance | path

Searched refs:top_count (Results 1 – 10 of 10) sorted by relevance

/external/v8/tools/ignition/
Dbytecode_dispatches_report.py61 def find_top_bytecode_dispatch_pairs(dispatches_table, top_count): argument
67 return heapq.nlargest(top_count, flattened_counters_generator(),
71 def print_top_bytecode_dispatch_pairs(dispatches_table, top_count): argument
73 find_top_bytecode_dispatch_pairs(dispatches_table, top_count))
74 print "Top {} bytecode dispatch pairs:".format(top_count)
96 dispatches_table, bytecode, top_count, sort_source_relative): argument
110 return (heapq.nlargest(top_count, sources,
112 heapq.nlargest(top_count, destinations, key=lambda x: x[1]))
116 top_count, sort_relative): argument
118 dispatches_table, bytecode, top_count, sort_relative)
/external/bcc/tools/lib/
Duobjnew.py181 if args.top_count:
183 data = data[-args.top_count:]
/external/capstone/bindings/ocaml/
Dtest_mips.ml45 printf "\top_count: %d\n" (Array.length mips.operands);
Dtest_systemz.ml50 printf "\top_count: %d\n" (Array.length sysz.operands);
Dtest_xcore.ml48 printf "\top_count: %d\n" (Array.length xcore.operands);
Dtest_ppc.ml51 printf "\top_count: %d\n" (Array.length ppc.operands);
Dtest_sparc.ml49 printf "\top_count: %d\n" (Array.length sparc.operands);
Dtest_arm64.ml70 printf "\top_count: %d\n" (Array.length arm64.operands);
Dtest_arm.ml73 printf "\top_count: %d\n" (Array.length arm.operands);
Dtest_x86.ml83 printf "\top_count: %d\n" (Array.length x86.operands);