Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Namespaces | |
namespace | malioc_diff |
Functions | |
def | malioc_diff.parse_args (argv) |
def | malioc_diff.validate_args (args) |
def | malioc_diff.read_malioc_file_performance (performance_json) |
def | malioc_diff.read_malioc_file (malioc_tree, json_file) |
def | malioc_diff.read_malioc_tree (malioc_tree) |
def | malioc_diff.pretty_list (lst, fmt='s', sep='', width=12) |
def | malioc_diff.compare_performance (variant, before, after) |
def | malioc_diff.compare_variants (befores, afters) |
def | malioc_diff.compare_shaders (malioc_tree, before_shader, after_shader) |
def | malioc_diff.main (argv) |
Variables | |
malioc_diff.SRC_ROOT | |
list | malioc_diff.CORES |
malioc_diff.BUILD_ROOT_DIR = os.path.abspath(os.path.join(os.path.realpath(__file__), '..', '..', '..', '..')) | |