# PerfCount - a Python library used for performance testing
Install it with `pip install perfcount`.
There are multiple decorators included for testing in the library, including `perf.perf`, `perfcount.perf_ns`, `perfcount.shouldtake`, and `perfcount.timeout`. The `perfcount.time_this_program` module can be imported to time the program from the time of importing the `perfcount.time_this_program` module to interpreter exit.
The command `perftcount` can be used to measure execution time of a command. Ex. `perfcount python script.py`.
Raw data
{
"_id": null,
"home_page": null,
"name": "perfcount",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "testing,performance,timing,timeout,debugger,acceptance",
"author": null,
"author_email": "Carl Furtado <carlzfurtado@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/d0/f8/7cd492bbb3a1d666dee2d55d304d71186b3f3297ff5b6d358a1f9d7b97b4/perfcount-1.0.1.tar.gz",
"platform": null,
"description": "# PerfCount - a Python library used for performance testing\n\nInstall it with `pip install perfcount`.\n\nThere are multiple decorators included for testing in the library, including `perf.perf`, `perfcount.perf_ns`, `perfcount.shouldtake`, and `perfcount.timeout`. The `perfcount.time_this_program` module can be imported to time the program from the time of importing the `perfcount.time_this_program` module to interpreter exit.\n\nThe command `perftcount` can be used to measure execution time of a command. Ex. `perfcount python script.py`.",
"bugtrack_url": null,
"license": null,
"summary": "Useful Python library for performance testing that contains multiple function decorators",
"version": "1.0.1",
"project_urls": {
"Home": "https://github.com/User0332/perfcount"
},
"split_keywords": [
"testing",
"performance",
"timing",
"timeout",
"debugger",
"acceptance"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "d184482be1301feff49f28ad0a5eedc7be6a29acc5e39525c892a4aabe734f33",
"md5": "65171472a576d9953bdcb5218734dbd5",
"sha256": "0fdf0606cc0dad4f9e9b40f2aed8b75e20a9584437fa4654b4681af6745697de"
},
"downloads": -1,
"filename": "perfcount-1.0.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "65171472a576d9953bdcb5218734dbd5",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 4740,
"upload_time": "2023-05-30T02:26:42",
"upload_time_iso_8601": "2023-05-30T02:26:42.467574Z",
"url": "https://files.pythonhosted.org/packages/d1/84/482be1301feff49f28ad0a5eedc7be6a29acc5e39525c892a4aabe734f33/perfcount-1.0.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d0f87cd492bbb3a1d666dee2d55d304d71186b3f3297ff5b6d358a1f9d7b97b4",
"md5": "44e06f036df8a0aa9daa50d8eec47457",
"sha256": "4ee800cf00be1574d22d82eb0ddc14ac6399806d3533321e06566c92bd47af44"
},
"downloads": -1,
"filename": "perfcount-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "44e06f036df8a0aa9daa50d8eec47457",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3663,
"upload_time": "2023-05-30T02:26:43",
"upload_time_iso_8601": "2023-05-30T02:26:43.964235Z",
"url": "https://files.pythonhosted.org/packages/d0/f8/7cd492bbb3a1d666dee2d55d304d71186b3f3297ff5b6d358a1f9d7b97b4/perfcount-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-30 02:26:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "User0332",
"github_project": "perfcount",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "perfcount"
}