Home
last modified time | relevance | path

Searched defs:TimeReportOptions (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/
Doptions_time_report.py24 class TimeReportOptions: class
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/options/
Doptions_time_report.py25 class TimeReportOptions(IOptions): class
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/
Dstandard_view.py100 … def create_time_report(self, results: List[Test], time_report_options: TimeReportOptions) -> None:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/reports/
Dstandard_view.py103 … def create_time_report(self, results: list[Test], time_report_options: TimeReportOptions) -> None: