Module perf_test
source code
|
handle(handler,
files)
Primary method used by the command-line execution of this module. |
source code
|
|
|
command_pattern = "^\s*(\w+)(\((.*)\))?(:(.*))?$"
|
|
command_pattern_compiled = re.compile(command_pattern)
|
|
log = logging.getLogger("omero.perf")
|
|
FILE_FORMAT = ...
|
Imports:
re,
os,
Ice,
sys,
path,
time,
logging,
optparse,
fileinput,
exceptions,
omero,
omero_Constants_ice,
uuid
FILE_FORMAT
- Value:
"""
File format:
<blank> Ignored
# comment Ignored
ServerTime(repeat=100) Retrieve the server ti
me 100 times
Import:<file> Import given file
Import(Screen:<id>):<file> Import given file into
...
|
|