Translations:Python/76/fr

Revision as of 18:32, 16 September 2021 by Diane27 (talk | contribs) (Created page with "# Installez py-spy dans un environnement virtuel de votre répertoire /home. # Attachez-le à la tâche en cours avec <code>srun --pty --jobid JOBID bash</code>. # Trouvez l'I...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  1. Installez py-spy dans un environnement virtuel de votre répertoire /home.
  2. Attachez-le à la tâche en cours avec srun --pty --jobid JOBID bash.
  3. Trouvez l'ID du processus du script Python avec htop -u $USER.
  4. Activez l'environnement virtuel où py-spy est installé.
  5. Lancez py-spy top --pid PID pour visionner en direct les endroits où le code utilise beaucoup de temps.
  6. Lancez py-spy dump --pid PID pour obtenir une trace de l'état de votre code.