Package omero :: Package install :: Module perf_test
[hide private]
[frames] | no frames]

Module perf_test

source code

Classes [hide private]
  ItemException
  BadCommand
  BadLine
  BadPath
  BadImport
  Item
Single line-item in the configuration file
  Context
Login context which can be used by any handler for connecting to a single session.
  PerfHandler
  Reporter
Abstract base class of all reporters
  CsvReporter
  HdfReporter
  PlotReporter
Functions [hide private]
 
usage(prog=sys.argv [0]) source code
 
handle(handler, files)
Primary method used by the command-line execution of this module.
source code
 
main(args, prog=sys.argv [0]) source code
Variables [hide private]
  command_pattern = "^\s*(\w+)(\((.*)\))?(:(.*))?$"
  command_pattern_compiled = re.compile(command_pattern)
  log = logging.getLogger("omero.perf")
  FILE_FORMAT = ...
  parser = optparse.OptionParser(usage= """usage: %%prog [option...

Imports: re, os, Ice, sys, path, time, uuid, tables, logging, optparse, fileinput, exceptions, omero, omero_Constants_ice


Variables Details [hide private]

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\
...

parser

Value:
optparse.OptionParser(usage= """usage: %%prog [options] file1 file2

Use "-" as a file name to read from stdin.

%s""" % FILE_FORMAT)