issues
search
UNO-Coders
/
Web-Development
Created this new Repository for Open Source Contribution for Beginners
GNU General Public License v3.0
51
stars
67
forks
source link
added profiler with python decorator function
#53
Closed
codejunction
closed
3 years ago
codejunction
commented
3 years ago
Python Profiling Decorator Utility: Concepts:
python decorators
memory usage collection
humanize raw data Libraries:
Loguru for logging (in requirements.txt)
tracemalloc for memory usage collection (stdlib)
functools for creating decorator
Python Profiling Decorator Utility: Concepts: