MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / start_profile

Method start_profile

benchmarks/base.py:299–301  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

297 self.profiler = Profile() if profile else None
298
299 def start_profile(self):
300 if self.profiler:
301 self.profiler.enable()
302
303 def run_query(self, key, **kwargs):
304 return self.session.execute_async(self.query.format(key=key), **kwargs)

Callers 5

runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected