mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 05:52:22 -04:00
5 lines
111 B
Bash
Executable file
5 lines
111 B
Bash
Executable file
#!/bin/bash
|
|
|
|
ANKI_PROFILE_CODE=1 ./run
|
|
out/pyenv/bin/pip install snakeviz
|
|
out/pyenv/bin/snakeviz out/anki.prof
|