Skip to content
Snippets Groups Projects
  • akuesters's avatar
    Python wrapper: profiler (#796) · 92620aa3
    akuesters authored and Benjamin Cumming's avatar Benjamin Cumming committed
    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
    92620aa3