• Home
  • Raw
  • Download

Lines Matching defs:self

38   def __init__(self, name):  argument
42 def add_child(self, child): argument
45 def __str__(self): argument
48 def _dump(self, indent): argument
58 def __init__(self, name, comm, overhead, children_overhead): argument
67 def set_call_tree(self, call_tree): argument
70 def __str__(self): argument
81 def __init__(self, symbol_name=None, comm=None, min_overhead=None, argument
88 def __str__(self): argument
101 def is_match(self, symbol): argument
110 def check_overhead(self, overhead): argument
122 def __init__(self, symbol_name, comm=None): argument
127 def add_child(self, child): argument
130 def __str__(self): argument
133 def _dump(self, indent): argument
141 def is_match(self, symbol): argument
149 def check_relation(self, call_tree): argument
168 self, argument
187 def __str__(self): argument
294 def __init__(self, target, perf_path): argument
301 def record(self, test_executable_name, record_file, additional_options=[]): argument
313 def report(self, record_file, report_file, additional_options=[]): argument
321 def _call(self, args, output_file=None): argument
329 def __init__(self, target): argument
333 def _call(self, args, output_file=None): argument
346 def __init__(self, target): argument
352 def _call(self, args, output_file=None): argument
362 def _download(self, file, to_dir): argument
366 def record(self, test_executable_name, record_file, additional_options=[]): argument
373 def report(self, record_file, report_file, additional_options=[]): argument
382 def _read_report_file(self, report_file, has_callgraph): argument
404 def _parse_report_items(self, lines, has_callgraph): argument
476 def check_report_file(self, test, report_file, has_callgraph): argument
487 def _check_symbol_overhead_requirements(self, test, symbols): argument
510 def _check_symbol_children_overhead_requirements(self, test, symbols): argument
530 def _check_symbol_relation_requirements(self, test, symbols): argument