.coveragerc
LICENSE
MANIFEST.in
Makefile
README.md
setup.py
tox.ini
algo_profiler/__init__.py
algo_profiler/big_o_analyzer.py
algo_profiler/big_o_complexities.py
algo_profiler/coverage_check.py
algo_profiler/helpers.py
algo_profiler/linear_space.py
algo_profiler/memory_check.py
algo_profiler/printers.py
algo_profiler/profiler.py
algo_profiler/profiling_by_line.py
algo_profiler/scalene_analyzer.py
algo_profiler/schema_check.py
algo_profiler/snakeviz_cli.py
algo_profiler/tester.py
algo_profiler/timer.py
algo_profiler.egg-info/PKG-INFO
algo_profiler.egg-info/SOURCES.txt
algo_profiler.egg-info/dependency_links.txt
algo_profiler.egg-info/requires.txt
algo_profiler.egg-info/top_level.txt
algo_profiler/temp_files/.gitkeep
examples/increment_by_one.py
examples/test_increment_by_one.py
make/print.lib.mk
tests/__init__.py
tests/test_big_o_analyzer.py
tests/test_helpers.py
tests/test_linear_space.py
tests/test_printers.py
tests/test_schema_check.py
tests/test_snakeviz.py
tests/test_tester.py
tests/test_timer.py
tests/test_coverage/__init__.py
tests/test_coverage/functions.py
tests/test_coverage/test_coverage.py
tests/test_memory_check/__init__.py
tests/test_memory_check/functions.py
tests/test_memory_check/test_memory_check.py
tests/test_profiler/__init__.py
tests/test_profiler/functions.py
tests/test_profiler/skip_cov_test_profiler.py
tests/test_profiling_by_line/__init__.py
tests/test_profiling_by_line/functions.py
tests/test_profiling_by_line/skip_cov_test_profiling_by_line.py
tests/test_scalene/__init__.py
tests/test_scalene/functions.py
tests/test_scalene/test_scalene.py