/Renode-v1.15.3-c57714d/tools/metrics_analyzer/metrics_visualizer/ |
D | metrics-visualizer.py | 39 def generate_report(metricsParser, options): argument 46 options = prepare_parser().parse_args() variable
|
/Renode-v1.15.3-c57714d/tests/ |
D | nunit_tests_provider.py | 30 def check(self, options, number_of_runs): #API requires this method argument 34 def get_output_dir(self, options, iteration_index, suite_retry_index): argument 53 def prepare(self, options): argument 85 def run(self, options, run_id, iteration_index=1, suite_retry_index=0): argument 161 def cleanup(self, options): argument 165 def should_retry_suite(self, options, iteration_index, suite_retry_index): argument
|
D | tests_engine.py | 220 def handle_options(options): argument 307 def configure_output(options): argument 379 def print_failed_tests(options): argument 396 def print_rerun_trace(options): argument 458 def failed_due_to_crash(options) -> bool: argument
|
D | robot_tests_provider.py | 159 def verify_cli_arguments(options): argument 298 def check(self, options, number_of_runs): argument 303 def get_output_dir(self, options, iteration_index, suite_retry_index): argument 311 def prepare(self, options): argument 340 …def _run_remote_server(self, options, iteration_index=1, suite_retry_index=0, remote_server_port=N… argument 480 def __move_perf_data(self, options): argument 491 def _close_remote_server(self, proc, options, cleanup_timeout_override=None, silent=False): argument 536 def run(self, options, run_id=0, iteration_index=1, suite_retry_index=0): argument 626 def cleanup(self, options): argument 691 def should_retry_suite(self, options, iteration_index, suite_retry_index): argument [all …]
|
/Renode-v1.15.3-c57714d/tools/metrics_analyzer/metrics_visualizer/assets/ |
D | helpers.py | 3 def save_fig(fig, fileName, options): argument
|
D | peripherals.py | 8 def show_peripheral_access(metricsParser, options, twoPlotFigureSize, fontSize): argument
|
D | exceptions.py | 8 def show_exceptions(metricsParser, options, onePlotFigureSize, fontSize): argument
|
D | memory.py | 7 def show_memory_access(metricsParser, options, onePlotFigureSize, fontSize): argument
|
D | instructions.py | 9 def show_executed_instructions(metricsParser, options, onePlotFigureSize, fontSize): argument
|
/Renode-v1.15.3-c57714d/src/Renode/ |
D | Program.cs | 74 private static void ConfigureEnvironment(Options options) in ConfigureEnvironment()
|
/Renode-v1.15.3-c57714d/tools/PeakRDL-renode/tests/ |
D | SystemRDLGenTest.cs | 114 …erride FieldMode Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options) in Read() 143 …blic override void Write(Utf8JsonWriter writer, FieldMode fieldMode, JsonSerializerOptions options) in Write()
|