HPX - High Performance ParalleX

PrevUpHomeNext

Function stop_active_counters

hpx::stop_active_counters — Stop all active performance counters.

Synopsis

// In header: <hpx/hpx_fwd.hpp>


void stop_active_counters(error_code & ec = throws);

Description

[Note] 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 hpx::exception.

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:

ec

[in,out] this represents the error status on exit, if this is pre-initialized to hpx::throws the function will throw on error instead.


PrevUpHomeNext