|
mimic++ v9.2.1
|
Contains global settings, which can be changed at runtime. More...
Functions | |
| std::atomic_bool & | mimicpp::settings::report_success () noexcept |
| Controls whether successful matches are reported. | |
| std::atomic_size_t & | mimicpp::settings::stacktrace_base_skip () noexcept |
| Controls whether the base stacktrace-skip value. | |
Contains global settings, which can be changed at runtime.
|
inlinenodiscardnoexcept |
Controls whether successful matches are reported.
Reporting can be an expensive operation, particularly when stacktraces are collected. To reduce overhead, mimic++ reports only violations by default.
|
inlinenodiscardnoexcept |
Controls whether the base stacktrace-skip value.
This value will be added to all user-supplied skip values. This comes in handy when the current stacktrace backend captures more frames than other backends would usually do.