Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

1. Table of Contents

Table of Contents

2. Profilers

I use two profilers:

cProfile - https://docs.python.org/3/library/profile.html

line-profiler - https://pypi.org/project/line-profiler/

3. requirements