lenskit.pipeline.ProfileSink ============================ .. py:class:: lenskit.pipeline.ProfileSink :canonical: lenskit.pipeline._profiling.ProfileSink Bases: :py:obj:`lenskit.logging.multiprocess.RecordSink`\ [\ :py:obj:`dict`\ [\ :py:obj:`str`\ , :py:obj:`float`\ ]\ ], :py:obj:`Protocol` Interface for creating recording pipeline run profiling information. .. py:method:: multiprocess() Obtain a version of this sink that can be shared across processes. .. py:method:: run_profiler() Get a profiler for a single run using this sink.