![]() |
hpx::stop_active_counters — Stop all active performance counters.
// In header: <hpx/hpx_fwd.hpp> void stop_active_counters(error_code & ec = throws);
![]() |
Note |
---|---|
As long as ec is not pre-initialized to hpx::throws this function doesn't throw but returns the result code using the parameter ec. Otherwise it throws an instance of The active counters are those which have been specified on the command line while executing the application (see command line option --hpx:print-counter) |
Parameters: |
|