kedro.extras.decorators.memory_profiler

Description

This module contains function decorators for memory-profiler, which can be used as Node decorators. See kedro.pipeline.node.decorate

Functions

mem_profile(func)

A function decorator which profiles the memory used when executing the function.