cubicweb/devtools/stresstester.py
changeset 12567 26744ad37953
parent 12037 88bf0ec257b2
equal deleted inserted replaced
12566:6b3523f81f42 12567:26744ad37953
    39      Write profiler report into <filename> rather than on stdout
    39      Write profiler report into <filename> rather than on stdout
    40 
    40 
    41 Copyright (c) 2003-2011 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
    41 Copyright (c) 2003-2011 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
    42 http://www.logilab.fr/ -- mailto:contact@logilab.fr
    42 http://www.logilab.fr/ -- mailto:contact@logilab.fr
    43 """
    43 """
    44 from __future__ import print_function
       
    45 
       
    46 import os
    44 import os
    47 import sys
    45 import sys
    48 import threading
    46 import threading
    49 import getopt
    47 import getopt
    50 import traceback
    48 import traceback