Search:
Login
Preferences
Help/Guide
Register
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
Back to Ticket #4449
Ticket #4449
: do_profile.sh
File do_profile.sh,
204 bytes
(added by manuq,
10 years ago
)
Line
1
#!/bin/env sh
2
3
python -m cProfile profile_gettext.py > profile_gettext-output.txt
4
python -m cProfile profile_babel.py > profile_babel-output.txt
5
python -m cProfile profile_icu.py > profile_icu-output.txt
Download in other formats:
Original Format