malcolm.modules.profiling.parts

class malcolm.modules.profiling.parts.ProfilingViewerPart(name: Anno(name='APartName', typ=<class 'str'>, description='The name of the Part within the Controller') = 'profiles')[source]
Parameters

name (str) – The name of the Part within the Controller

setup(registrar: malcolm.core.part.PartRegistrar)None[source]

Use the given PartRegistrar to populate the hooks and fields. This function is called for all parts in a block when the block’s Controller is added to a Process