Metadata-Version: 2.1
Name: tq_performance_utils
Version: 0.2.2
Summary: Some simple utils for performance testing.
Home-page: https://gitee.com/torchW/tq_performance_utils.git
Author: TripleQuiz
Author-email: triple_quiz@163.com
License: MIT
Keywords: python,util,performance,profile
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Microsoft :: Windows
Classifier: Natural Language :: Chinese (Simplified)
Requires-Python: >=3.7, <3.12
Description-Content-Type: text/markdown
Requires-Dist: pyinstrument>=4.6.2

Util list:

 - profile_decorator

    将 pyinstrument 封装成修饰器，方便对函数进行性能分析。
