Skip to content

Commit

Permalink
add pylele2.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bat52 committed Aug 11, 2024
1 parent c8c63e9 commit 5643b36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pylele2.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

LOG=pylele.log
time python3 -m cProfile -s tottime ./pylele_bottom_assembly.py $@ > $LOG
head $LOG

0 comments on commit 5643b36

Please sign in to comment.