Added profiling tool

Version:1.1.20
This commit is contained in:
Anthony Scemama 2009-09-17 11:44:28 +02:00
parent 1eb4608edc
commit 5dcdf67eb8
2 changed files with 15 additions and 1 deletions

14
bin/profile Executable file
View File

@ -0,0 +1,14 @@
#!/usr/bin/python
import os
import sys
wd = os.path.abspath(os.path.dirname(__file__))
sys.path.insert(0,(wd+"/../src/"))
sys.path.insert(0,(wd+"/../share/irpf90/src/"))
def main():
import irpf90
import cProfile
cProfile.run('main()')

View File

@ -1 +1 @@
version = "1.1.19"
version = "1.1.20"