Lines Matching refs:str

56             version: str,  argument
57 git_rev: str, argument
58 arch: str, argument
59 config: str, argument
60 compiler: str, argument
61 opt_level: str, argument
91 host_arch: str, argument
92 measure_cmd: str, argument
110 record_dir: str, argument
111 comp_dir: str, argument
133 def detect_arch() -> str:
173 host_arch: str, argument
213 def infer_pre_make_command(self) -> typing.List[str]:
225 def infer_make_cflags(self) -> str:
241 def infer_make_command(self) -> str:
275 git_rev: str, argument
276 pre_make_cmd: typing.List[str], argument
277 make_cmd: str, argument
278 measure_cmd: str, argument
299 def validate_git_revision(git_rev: str) -> str: argument
305 def _create_git_worktree(self) -> str:
335 def _build_libraries(self, git_worktree_path: str) -> None: argument
365 def _gen_raw_code_size(self, git_worktree_path: str) -> typing.Dict[str, str]: argument
385 def _remove_worktree(self, git_worktree_path: str) -> None: argument
397 git_worktree_path: str) -> None: argument
409 def cal_libraries_code_size(self) -> typing.Dict[str, str]:
442 git_rev: str, argument
443 code_size_text: typing.Dict[str, str], argument
459 old_rev: str, argument
460 new_rev: str, argument
508 def _set_size_record(self, git_rev: str, mod: str, size_text: str) -> None: argument
523 def read_size_record(self, git_rev: str, fname: str) -> None: argument
555 git_rev: str, argument
556 code_size_text: typing.Dict[str, str], argument
580 old_rev: str, argument
581 new_rev: str, argument
602 bold_text = lambda x: '**' + str(x) + '**'
610 sect: str argument
656 typing.Dict[str, argument
657 typing.Dict[str,
775 ) -> typing.Dict[str, str]:
865 '-o', '--old-rev', type=str, required=True,
872 '--record-dir', type=str, default='code_size_records',
876 '--comp-dir', type=str, default='comparison',
880 '-n', '--new-rev', type=str, default='current',
885 '-a', '--arch', type=str, default=detect_arch(),
890 '-c', '--config', type=str, default=SupportedConfig.DEFAULT.value,