Python wrapper: profiler (#796)
Wraps the `meter_manager` with - the constructor - `start(ctx)` - `checkpoint(name, ctx)` - `checkpoint_names` - `times` and the `meter_report` with - `make_meter_report(meter_manager, ctx)` Fixes #765
Showing
- doc/py_intro.rst 1 addition, 1 deletiondoc/py_intro.rst
- python/CMakeLists.txt 1 addition, 0 deletionspython/CMakeLists.txt
- python/example/ring.py 16 additions, 3 deletionspython/example/ring.py
- python/profiler.cpp 57 additions, 0 deletionspython/profiler.cpp
- python/pyarb.cpp 6 additions, 3 deletionspython/pyarb.cpp
python/profiler.cpp
0 → 100644
Please register or sign in to comment