Skip to main content

Count basic operations in algorithm implementations.

Project description

Count the number of operations in your algorithm implementation.

>>> from countop import Integer
>>> print Integer.reset_counts()
>>> print Integer.additions()
# 0
>>> a = Integer(1)
>>> b = a + 1
>>> print Integer.additions()
# 1

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

countop-0.11.tar.gz (2.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page