Expose profiler to Python (#1688)
Adds the `profiler_initialize(ctx)` and `profiler_summary()` functions to the Python module and the `profiling` key to `arbor.config()`. closes #1685.
Showing
- .gitignore 3 additions, 1 deletion.gitignore
- doc/install/build_install.rst 21 additions, 2 deletionsdoc/install/build_install.rst
- doc/python/profiler.rst 16 additions, 0 deletionsdoc/python/profiler.rst
- python/config.cpp 5 additions, 0 deletionspython/config.cpp
- python/profiler.cpp 13 additions, 0 deletionspython/profiler.cpp
- python/test/unit/runner.py 3 additions, 0 deletionspython/test/unit/runner.py
- python/test/unit/test_profiling.py 107 additions, 0 deletionspython/test/unit/test_profiling.py
Please register or sign in to comment