gcstruct_profiler.py 213 B

123456789
  1. from gcstruct import gcstruct_uebersetzung
  2. import cProfile
  3. if __name__ == "__main__":
  4. cProfile.run(
  5. 'gcstruct_uebersetzung("C:\\GlobalCube\\Tasks\\scripts")',
  6. "gcstruct_profiler.prof",
  7. )