exetime 3.7
This module is for finding the execution time of a whole program
How to install
$ pip install exetime
Contents:
General Information:
It uses process_time() built-in function in python 3.7 or above.
More info on Python Docs
Instruction:
As soon as you import the module,
init() gets excuted and it is the starting of the program,
(Prefer to import exeTime above all imports)
---Write your code---
After finishing writing your code and successfully compilling,
call `exetime()` or `exetime_ms()` (At the end of everything)
Use the
print()for viewing the output
Example-1:
Example-2:
Note: the delay of time.sleep(5) won't be included, since it only calculate the process time by CPU
Developer and Credit
This module was developed by Saikat
External Credit:
Release files for exetime 0.3.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| exetime-0.3.8.tar.gz | 2.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| exetime-0.3.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.7 kB
Release files / exetime-0.3.8.tar.gz
| Download URL | exetime-0.3.8.tar.gz |
|---|---|
| Size | 2.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1cc218d4497fbc76664455e3643004cb655e51e9f7bc4901877bf6a24ccd68d1
|
|
BLAKE2b-256 checksum How to use checksums |
7ccdb93d208531d2150f0acaa00ce8730526a73f022ab6e18e71d898d145c91e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.5
|
Release files / exetime-0.3.8-py3-none-any.whl
| Download URL | exetime-0.3.8-py3-none-any.whl |
|---|---|
| Size | 2.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
77e3bc9129fb2316f9786d3fb1aa387970235c16aaaa1fb426289dc1fe04dbb9
|
|
BLAKE2b-256 checksum How to use checksums |
fa0489eff6a9bee0ae061399d512d871594c25c2904531e8c22935ffa181a795
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.5
|