Public Member Functions | Static Public Member Functions

alma.acs.profiling.orb.OrbProfilerStatistics Class Reference

List of all members.

Public Member Functions

 OrbProfilerStatistics (List< ProfilerMessage > messages, Logger logger)
List< String > getOperations ()
List< TimeValue< Integer > > getFinishedRequests (String operation)
List< TimeValue< Integer > > getConcurrentCalls ()
void printConcurrentCalls (PrintStream out)

Static Public Member Functions

static long floor (long value, long multipleOf)
static void main (String[] args)

Constructor & Destructor Documentation

alma.acs.profiling.orb.OrbProfilerStatistics.OrbProfilerStatistics ( List< ProfilerMessage messages,
Logger  logger 
)

Member Function Documentation

static long alma.acs.profiling.orb.OrbProfilerStatistics.floor ( long  value,
long  multipleOf 
) [static]
List<TimeValue<Integer> > alma.acs.profiling.orb.OrbProfilerStatistics.getConcurrentCalls (  ) 
List<TimeValue<Integer> > alma.acs.profiling.orb.OrbProfilerStatistics.getFinishedRequests ( String  operation  ) 
List<String> alma.acs.profiling.orb.OrbProfilerStatistics.getOperations (  ) 

Returns the names of the operations that were called (from REQUEST_STARTED logs), in the order in which they first appear.

static void alma.acs.profiling.orb.OrbProfilerStatistics.main ( String[]  args  )  [static]
void alma.acs.profiling.orb.OrbProfilerStatistics.printConcurrentCalls ( PrintStream  out  ) 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties