Ticket #4449: do_profile.sh

File do_profile.sh, 204 bytes (added by manuq, 11 years ago)
Line 
1#!/bin/env sh
2
3python -m cProfile profile_gettext.py > profile_gettext-output.txt
4python -m cProfile profile_babel.py > profile_babel-output.txt
5python -m cProfile profile_icu.py > profile_icu-output.txt