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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file countop-0.11.tar.gz
.
File metadata
- Download URL: countop-0.11.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e92f741c7c7764ad958d2947f4b68588b633b3180113079c54611c4692ec989f |
|
MD5 | b0772f98716ef0b421c08942fb4e8b2c |
|
BLAKE2b-256 | 5dc946093fddbbf50b8bd1ecc38b57fd244c12cde0c8b537c6a5f72b32e61970 |