Skip to content

Wuuzzaa/profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

profile

Repository for performance and memory profiling.

Performance

You can use the decorator (profile_decorator.py) and watch the results with the viewer (cprofil_viewer.py).

Memory

Memory monitoring is not as easy in Python as in C/C++.

Do NOT use

sys.getsizeof()

because it only measures the references and not the true memory needed of the maybe stored objects in an list etc.

There are some usefull modules:

About

Repository for performance and memory profiling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages