MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _dump

Method _dump

examples/performance/__init__.py:441–445  ·  view source on GitHub ↗
(self, sort)

Source from the content-addressed store, hash-verified

439 self._dump_raw()
440
441 def _dump(self, sort):
442 self.stats.sort_stats(*re.split(r"[ ,]", self.sort))
443 self.stats.print_stats()
444 if self.profile.callers:
445 self.stats.print_callers()
446
447 def _dump_raw(self):
448 self.stats.dump_stats(self.profile.raw)

Callers 1

report_statsMethod · 0.95

Calls 1

splitMethod · 0.80

Tested by

no test coverage detected