Quick profiling
Project description
# Timeflies
Handy decorator for profiling things.
## Usage
````
from timeflies import profile
@profile()
def long_running_task():
example()
# or
with profile():
example()
````
Handy decorator for profiling things.
## Usage
````
from timeflies import profile
@profile()
def long_running_task():
example()
# or
with profile():
example()
````
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
timeflies-0.0.1.tar.gz
(4.1 kB
view details)
Built Distribution
File details
Details for the file timeflies-0.0.1.tar.gz
.
File metadata
- Download URL: timeflies-0.0.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7c6b647a3b8217df2ac2df035792c515d60c6f5df6755387697077717921317 |
|
MD5 | 7981d8d85027c1f70d6c85a332cd289c |
|
BLAKE2b-256 | 56a8363561ee5feb91a137718d71e630dd67fef865564428f27b6a7c38870e73 |
File details
Details for the file timeflies-0.0.1-py2-none-any.whl
.
File metadata
- Download URL: timeflies-0.0.1-py2-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5c6e9fed0b50147dc20d09aadb2433decceabb78cfe17ec50fa494015a975fd |
|
MD5 | 798823c032b23baf394a22b08eb54c2a |
|
BLAKE2b-256 | 3c0d21997d9de8eb822094a567a7ffcc34ba4a3c5277b9aa8067a3a032412e27 |