| 111 | Context* context(int k) { return &ctx_; } |
| 112 | |
| 113 | bool graph_enabled() const { return graph_enabled_; } |
| 114 | |
| 115 | /// Verbosity of the time profiling function: |
| 116 | /// verbosity == 0 (default) -> no logging |
no outgoing calls
no test coverage detected