Go to the source code of this file.
Namespaces | |
gbench.util | |
Functions | |
def | gbench.util.check_input_file (filename) |
def | gbench.util.classify_input_file (filename) |
def | gbench.util.find_benchmark_flag (prefix, benchmark_flags) |
def | gbench.util.is_executable_file (filename) |
def | gbench.util.is_json_file (filename) |
def | gbench.util.load_benchmark_results (fname) |
def | gbench.util.remove_benchmark_flags (prefix, benchmark_flags) |
def | gbench.util.run_benchmark (exe_name, benchmark_flags) |
def | gbench.util.run_or_load_benchmark (filename, benchmark_flags) |
def | gbench.util.sort_benchmark_results (result) |
Variables | |
gbench.util._num_magic_bytes = 2 if sys.platform.startswith('win') else 4 | |
gbench.util.IT_Executable = 2 | |
gbench.util.IT_Invalid = 0 | |
gbench.util.IT_JSON = 1 | |