mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-12-22 04:13:33 +01:00
Added profiling tool
Version:1.1.20
This commit is contained in:
parent
1eb4608edc
commit
5dcdf67eb8
14
bin/profile
Executable file
14
bin/profile
Executable 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()')
|
||||||
|
|
@ -1 +1 @@
|
|||||||
version = "1.1.19"
|
version = "1.1.20"
|
||||||
|
Loading…
Reference in New Issue
Block a user