Searched refs:profiled_code (Results 1 – 1 of 1) sorted by relevance
130 def _format_allocations(profiled_code): argument133 profiled_code()157 def profiled_code(add_empty_set: bool): function169 self._format_allocations(lambda: profiled_code(add_empty_set=False)),178 self._format_allocations(lambda: profiled_code(add_empty_set=True)),187 def profiled_code(add_empty_set: bool): function217 self._format_allocations(lambda: profiled_code(add_empty_set=False)),236 self._format_allocations(lambda: profiled_code(add_empty_set=True)),255 def profiled_code(): function281 self._format_allocations(profiled_code),[all …]