Markus Sagen
08/11/2023, 7:26 AMpython -m <module>
?Yetunde
08/11/2023, 8:03 AMmemory-profiler
to track memory profiling in Kedro, using Hooks: https://docs.kedro.org/en/stable/hooks/examples.html#add-memory-consumption-trackingJuan Luis
08/11/2023, 6:40 PMpython -m scalene -m kedro run
?python -m scalene -m kedro run
and it gave a "program did not run long enough to profile", and mprof run kedro run
gave a "process no longer exists". it would be good for us to document how to integrate Kedro with these profiling tools. @Markus Sagen would you like to open an issue in our repository?Markus Sagen
08/14/2023, 8:22 AM