juliandwain / xscrapers

A simple webscraper library.
https://github.com/juliandwain/xscrapers
MIT License
0 stars 0 forks source link

Profile Code #14

Open juliandwain opened 3 years ago

juliandwain commented 3 years ago

Problem

Most of the code might be optimizied by running a profiler, which detects possible bottlenecks. A simple optimizer contained in the python standard library is cProfile, which can be called via

python -m cProfile myFile.py