Lines Matching defs:self

47     def __init__(self, env: Env,  argument
62 def info(self, msg): argument
67 def handshakes(self, proto: str) -> Dict[str, Any]: argument
101 def _make_docs_file(self, docs_dir: str, fname: str, fsize: int): argument
111 def _check_downloads(self, r: ExecResult, count: int): argument
122 def transfer_single(self, url: str, proto: str, count: int): argument
149 def transfer_serial(self, url: str, proto: str, count: int): argument
176 def transfer_parallel(self, url: str, proto: str, count: int): argument
207 def download_url(self, label: str, url: str, proto: str, count: int): argument
220 def downloads(self, proto: str, count: int, argument
264 def _check_uploads(self, r: ExecResult, count: int): argument
277 def upload_single(self, url: str, proto: str, fpath: str, count: int): argument
304 def upload_serial(self, url: str, proto: str, fpath: str, count: int): argument
331 def upload_parallel(self, url: str, proto: str, fpath: str, count: int): argument
363 def upload_url(self, label: str, url: str, fpath: str, proto: str, count: int): argument
377 def uploads(self, proto: str, count: int, argument
421 def do_requests(self, url: str, proto: str, count: int, argument
460 def requests_url(self, url: str, proto: str, count: int): argument
470 def requests(self, proto: str, req_count) -> Dict[str, Any]: argument
505 def score_proto(self, proto: str, argument
563 def fmt_ms(self, tval): argument
566 def fmt_size(self, val): argument
576 def fmt_mbs(self, val): argument
579 def fmt_reqs(self, val): argument
582 def print_score(self, score): argument