You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.