cProfile option added to main

parent 92be67b6
...@@ -93,7 +93,7 @@ import sys ...@@ -93,7 +93,7 @@ import sys
import os.path import os.path
import Globals import Globals
import ast import ast
import cProfile
# =========================================================================== # ===========================================================================
# reads general simulation inputs # reads general simulation inputs
...@@ -1336,5 +1336,6 @@ def main(argv=[], input_data=None): ...@@ -1336,5 +1336,6 @@ def main(argv=[], input_data=None):
return outputJSONString return outputJSONString
if __name__ == '__main__': if __name__ == '__main__':
# cProfile.run('main()')
main() main()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment