Skip to content

Commit

Permalink
added second benchmarking file
Browse files Browse the repository at this point in the history
  • Loading branch information
petigura committed Jul 14, 2012
1 parent eb34a5c commit 14c4650
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions FFABench2_cy.py
@@ -0,0 +1,4 @@
import pstats, cProfile
cProfile.runctx("import FFAtest", globals(), locals(), "Profile.prof")
s = pstats.Stats("Profile.prof")
s.strip_dirs().sort_stats("time").print_stats()

0 comments on commit 14c4650

Please sign in to comment.