All translations
Enter a message name below to show all available translations.
Found 2 translations.
Name | Current message text |
---|---|
h English (en) | # Install py-spy in a virtualenv in your home # Attach to the running job, using <code>srun --pty --jobid JOBID bash</code> # Use <code>htop -u $USER</code> to find the process ID of your python script # Activate the virtualenv where py-spy is installed # Run <code>py-spy top --pid PID</code> to see live feedback about where your code is spending time # Run <code>py-spy dump --pid PID</code> to get a traceback of where your code is currently at. |
h French (fr) | # Installez py-spy dans un environnement virtuel de votre répertoire /home. # Connectez-vous à une tâche en cours avec <code>srun --pty --jobid JOBID bash</code>. # Trouvez l'ID du processus du script Python avec <code>htop -u $USER</code>. # Activez l'environnement virtuel où py-spy est installé. # Lancez <code>py-spy top --pid PID</code> pour visionner en direct les endroits où le code utilise beaucoup de temps. # Lancez <code>py-spy dump --pid PID</code> pour obtenir une trace de l'état de votre code. |