Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 264 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 264 Bytes

Hexagrid-RPG-bot-v2

For memory profiling:

  1. Add @profile in discord/client.py method definition (on a method that is about to be profiled)
  2. Run the script with python -m memory_profiler <script> - a memory report on a method will print after process exit