OmeroBlitz API
Home Previous Up Next Index

omero::cmd::Timing

Overview

class Timing extends Request

Diagnostic command which can be used to see the overhead of callbacks. The number of steps and the simulated workload can be specified.

Data Member Index

steps
Number of steps that will be run by this command.
millisPerStep
Number of millis to wait.

Data Members

int steps;

Number of steps that will be run by this command. Value is limited by the overall invocation time (5 minutes) as well as total number of calls (e.g. 100000)

int millisPerStep;

Number of millis to wait. This value simulates activity on the server. Value is limited by the overall invocation time (5 minutes).


Home Previous Up Next Index