-
Notifications
You must be signed in to change notification settings - Fork 1
async
Mario Bielert edited this page Jun 29, 2017
·
9 revisions
The async
policy is used to create asynchronous metrics. As the name suggests, such metrics are running asynchronous to the actual instrumented application, e.g., energy measurements on external devices.
This policy is mutually exclusive with the sync policy and the sync_strict policy.
This policy conflicts with the synchronize policy.
This policy requires the scorep_clock policy.
This method gets called, when the measurement should be started.
This method gets called, when the measurement should be stopped.
This function gets called, after the measurement was stopped, or after delta_t ticks.
Arguments:
This method gets called to synchronise the time between the plugin, Score-P and the measurement.
Arguments:
- is_responsible - signalises, whether the thread is used responsible to do the time synchronisation, e.g. master thread
- mode - gives a hint, the the synchronisation is called
This policy doesn't provide any methods.