Package omero :: Package util :: Module importperf
[hide private]
[frames] | no frames]

Module importperf

source code

Performs various performance metrics and reports on OMERO.importer log files.

Classes [hide private]
  ParsingError
Raised whenever there is an error parsing a log file.
  Import
Stores context about a given import.
  Series
Stores context about a given series.
  Plane
Stores context about a given plane.
  ImporterLog
Parses and stores context from an OMERO.importer log file.
Functions [hide private]
 
usage(error)
Prints usage so that we don't have to.
source code

Imports: re, os, sys, DateTime, DateTimeDelta, getopt, GetoptError


Function Details [hide private]

usage(error)

source code 

Prints usage so that we don't have to. :)