Subversion Repositories oidplus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
226 daniel-mar 1
#!/bin/bash
2
rm profiling_/cachegrind.out.*
3
php -d xdebug.profiler_enable=On whois.php
4
mv /global/php-profiling/cachegrind.out.* profiling_/
5