From 6ba2a2c6242f62ecb67c70e1180aae7c681a64ca Mon Sep 17 00:00:00 2001 From: Stephen Mardson McQuay Date: Mon, 21 Feb 2011 16:48:21 -0700 Subject: [PATCH] minor: notes on profiling ... will delete --- bin/parse_gmsh3D.py | 1 + profile.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 profile.txt diff --git a/bin/parse_gmsh3D.py b/bin/parse_gmsh3D.py index adf3739..64318fa 100755 --- a/bin/parse_gmsh3D.py +++ b/bin/parse_gmsh3D.py @@ -1,6 +1,7 @@ #!/usr/bin/env python import sys +import cProfile import numpy as np diff --git a/profile.txt b/profile.txt new file mode 100644 index 0000000..2d67747 --- /dev/null +++ b/profile.txt @@ -0,0 +1 @@ +python -m cProfile -s cumulative bin/parse_gmsh3D.py data/gmsh.3D.msh.orig