devtools/stresstester.py
changeset 4252 6c4f109c2b03
parent 3647 2941f4a0aab9
parent 4212 ab6573088b4a
child 4475 37c413a07216
equal deleted inserted replaced
4251:3c6569be1f86 4252:6c4f109c2b03
    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), license is LGPL v2.
    24 Copyright (c) 2003-2010 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 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
    27 """
    27 """
    28 
    28 
    29 __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 $"