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

Method finish_profile

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

Source from the content-addressed store, hash-verified

304 return self.session.execute_async(self.query.format(key=key), **kwargs)
305
306 def finish_profile(self):
307 if self.profiler:
308 self.profiler.disable()
309 self.profiler.dump_stats('profile-%d' % self.thread_num)

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected