debian-pdfrw/tests/myprofile.py

6 lines
101 B
Python

import cProfile
import unittest
import test_roundtrip
cProfile.run('unittest.main(test_roundtrip)')