Project

General

Profile

« Previous | Next » 

Revision b6c1e115

Added by byroot (Jean Boussier) over 3 years ago

GVL Instrumentation API: add STARTED and EXITED events

[Feature #18339]

After experimenting with the initial version of the API I figured there is a need
for an exit event to cleanup instrumentation data. e.g. if you record data in a
{thread_id -> data} table, you need to free associated data when a thread goes away.