Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ report_stats
Method
report_stats
examples/performance/__init__.py:435–439 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
433
return
summary
434
435
def
report_stats(self):
436
if
self.profile.dump:
437
self._dump(self.sort)
438
elif
self.profile.raw:
439
self._dump_raw()
440
441
def
_dump(self, sort):
442
self.stats.sort_stats(*re.split(r
"[ ,]"
, self.sort))
Callers
1
report
Method · 0.95
Calls
2
_dump
Method · 0.95
_dump_raw
Method · 0.95
Tested by
no test coverage detected