Profile the memory usage of a Python script using memray and visualize a temporal flamegraph in the browser. Use when the user wants to investigate memory consumption, find leaks, or understand allocation patterns.
Idioma do texto original: inglês
Menu
O SkillsMP coletou 3 skills de scverse/spatialdata. Abra uma skill para revisar a origem e os detalhes.
Mostrando 3 de 3 skills coletadas.
Profile the memory usage of a Python script using memray and visualize a temporal flamegraph in the browser. Use when the user wants to investigate memory consumption, find leaks, or understand allocation patterns.
Idioma do texto original: inglês
Profile Python import time using profimp and open a waterfall HTML report. Use when investigating slow startup or wanting to identify which imports are most expensive.
Idioma do texto original: inglês
Profile the execution time of a Python script using py-spy and visualize the result with speedscope. Use when the user wants to benchmark performance, find slow code paths, or profile CPU time.
Idioma do texto original: inglês