open abstract method

Creates the state and lifecycle owner for one active capture.

This method is synchronous by design: Cockpit obtains the Run before invoking CockpitPerformancePluginRun.start, which guarantees that the same Run can be closed when setup fails part-way through.

Implementation

CockpitPerformancePluginRun open(CockpitPerformancePluginContext context);