From f6c748104200db7c69d5cff8d843401eed8403bf Mon Sep 17 00:00:00 2001 From: Stephen Mardson McQuay Date: Thu, 24 Mar 2011 00:30:50 -0600 Subject: [PATCH] added instructions on how to profile --- profile.txt | 1 - profiles/how_to.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 profile.txt create mode 100644 profiles/how_to.txt diff --git a/profile.txt b/profile.txt deleted file mode 100644 index 2d67747..0000000 --- a/profile.txt +++ /dev/null @@ -1 +0,0 @@ -python -m cProfile -s cumulative bin/parse_gmsh3D.py data/gmsh.3D.msh.orig diff --git a/profiles/how_to.txt b/profiles/how_to.txt new file mode 100644 index 0000000..52983df --- /dev/null +++ b/profiles/how_to.txt @@ -0,0 +1 @@ +python -m cProfile -o gmsh_bench.prof bin/gmsh_bench.py