{ "info": { "author": "jhyao", "author_email": "yaojinhonggg@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# functime\n## install\n```\npip install functime\n```\n## usage\n```python\nimport functime\n\nfunc_time(sorted, [5,4,3,2,1])\n```\nout:\n```\nsorted AVG(1000000): 0.537999us\n```\nThis moudle provides a simple way to time a function.\n* timer_auto(func, *args, **kwargs):\n Recommended function.Time func with its arguments followed by func.Call timer(func, times) repeatedly with times set to (10, 100, 1000, ...) so that the total time >= 0.2.Print average run time with readable format.\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jhyao/functime", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "functime", "package_url": "https://pypi.org/project/functime/", "platform": "", "project_url": "https://pypi.org/project/functime/", "project_urls": { "Homepage": "https://github.com/jhyao/functime" }, "release_url": "https://pypi.org/project/functime/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Python function timing", "version": "0.0.1" }, "last_serial": 3965083, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "cc1f5d6561630936b107a539325c8aed", "sha256": "b837a198f52c58b83d9a604af6f1228efb81cf7858be4084784345bc39200795" }, "downloads": -1, "filename": "functime-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "cc1f5d6561630936b107a539325c8aed", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2184, "upload_time": "2018-06-15T14:35:16", "url": "https://files.pythonhosted.org/packages/56/f4/e8eaa60bc49f75bad29a9c3470e4e75bcdca902b1a2b5492ac7abb2212ca/functime-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d652dc25db130ea7ed0a6382ebf593aa", "sha256": "eb61ce3efa2d7c6780da2eb2b2612528a73cb5a622da378260425d2605e9df7e" }, "downloads": -1, "filename": "functime-0.0.1.tar.gz", "has_sig": false, "md5_digest": "d652dc25db130ea7ed0a6382ebf593aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1701, "upload_time": "2018-06-15T14:35:17", "url": "https://files.pythonhosted.org/packages/a7/1e/7275be9cd5d4d68e888a6fef84d21fbccd610e09d9663be8767ee2d559d8/functime-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cc1f5d6561630936b107a539325c8aed", "sha256": "b837a198f52c58b83d9a604af6f1228efb81cf7858be4084784345bc39200795" }, "downloads": -1, "filename": "functime-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "cc1f5d6561630936b107a539325c8aed", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2184, "upload_time": "2018-06-15T14:35:16", "url": "https://files.pythonhosted.org/packages/56/f4/e8eaa60bc49f75bad29a9c3470e4e75bcdca902b1a2b5492ac7abb2212ca/functime-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d652dc25db130ea7ed0a6382ebf593aa", "sha256": "eb61ce3efa2d7c6780da2eb2b2612528a73cb5a622da378260425d2605e9df7e" }, "downloads": -1, "filename": "functime-0.0.1.tar.gz", "has_sig": false, "md5_digest": "d652dc25db130ea7ed0a6382ebf593aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1701, "upload_time": "2018-06-15T14:35:17", "url": "https://files.pythonhosted.org/packages/a7/1e/7275be9cd5d4d68e888a6fef84d21fbccd610e09d9663be8767ee2d559d8/functime-0.0.1.tar.gz" } ] }