Skip to content

scorep_clock

Mario Bielert edited this page Jun 8, 2016 · 4 revisions

The scorep_clock policy is used to get the timer function from Score-P and provide it to the infrastructure.

Even though this policy is not required, it is highly recommended for every plugin

clock function handler

There is one inconvenience, the clock function handler is called after the plugin itself is is constructed. Thus, the clock function cannot be used in the constructor of the plugin.

Required methods

This policy doesn't require any methods.

Provided methods

This policy doesn't provide any methods.

See also

Clone this wiki locally