(app)
| 155 | |
| 156 | |
| 157 | def setup(app): |
| 158 | app.connect('build-finished', inject_trace) |
| 159 | app.add_js_file('profiling-sampling-visualization.js') |
| 160 | app.add_css_file('profiling-sampling-visualization.css') |
| 161 | |
| 162 | return { |
| 163 | 'version': '1.0', |
| 164 | 'parallel_read_safe': True, |
| 165 | 'parallel_write_safe': True, |
| 166 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…