devtools/stresstester.py
changeset 1977 606923dff11b
parent 1802 d628defebc17
child 2476 1294a6bdf3bf
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
    19   -P / --profile <prof_file>
    19   -P / --profile <prof_file>
    20      dumps profile results (hotshot) in <prof_file>
    20      dumps profile results (hotshot) in <prof_file>
    21   -o / --report-output <filename>
    21   -o / --report-output <filename>
    22      Write profiler report into <filename> rather than on stdout
    22      Write profiler report into <filename> rather than on stdout
    23 
    23 
    24 Copyright (c) 2003-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
    24 Copyright (c) 2003-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
    25 http://www.logilab.fr/ -- mailto:contact@logilab.fr
    25 http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
    26 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
    26 """
    27 """
    27 
    28 
    28 __revision__ = "$Id: stresstester.py,v 1.3 2006-03-05 14:35:27 syt Exp $"
    29 __revision__ = "$Id: stresstester.py,v 1.3 2006-03-05 14:35:27 syt Exp $"
    29 
    30 
    30 import os
    31 import os