diff --git a/.gitignore b/.gitignore index 44a49ca352f16ea88631ecb5a3571ff8bc899ba3..0d16ac092174be6891d7a7d08ae9b410d0a4ffff 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ checkpoints/*.json.lst hive.conf docs/hive +grep +lint # OSX .DS_Store diff --git a/grep b/bin/grep similarity index 100% rename from grep rename to bin/grep diff --git a/lint b/bin/lint similarity index 100% rename from lint rename to bin/lint diff --git a/bin/profile b/bin/profile new file mode 100755 index 0000000000000000000000000000000000000000..9ff625a6e10acc88e5b958aa2bd60681f99ff77e --- /dev/null +++ b/bin/profile @@ -0,0 +1,2 @@ +python3 -m cProfile -s cumtime hive/cli.py > profile.out +less profile.out