]> git.lyx.org Git - lyx.git/commit
Remove profiling.py master
authorJosé Matos <jamatos@lyx.org>
Thu, 27 Jun 2024 20:20:49 +0000 (21:20 +0100)
committerJosé Matos <jamatos@lyx.org>
Thu, 27 Jun 2024 20:20:49 +0000 (21:20 +0100)
commit7a79a416b8ab501ec8158afeb4171b5d92094b5e
tree7e7b1f1ea42e597ddb7f4f920abfca9b8861be6b
parent99d59490d76ba3065689022f2abf4c358b8c5e06
Remove profiling.py

The hotshot module used there only works for Python 2.

BTW the profiling turned out not be necessary.

As a case in point Python 3.13 is twice as fast as Python 3.6 when using
lyx2lyx. Not only that but Python 3 is almost 10 times faster than using
Python 2 for this particular case.
lib/lyx2lyx/Makefile.am
lib/lyx2lyx/profiling.py [deleted file]