Top   Module   Use   Manual   Index 
 NESTED MODULES | SERVICES | INTERFACES | STRUCTS | EXCEPTIONS | ENUMS | TYPEDEFS | CONSTANT GROUPS 

com :: sun :: star :: test ::

module performance



Interfaces

XPerformanceTest * A performance test object has to be implemented in a special way, that:
*
  • queryInterface() execution times remain (nearly) static
  • *
  • functions kept simple, thus there is (nearly) no execution time of the function itself
  • *
  • no dynamic data is ever returned except of createObject(), so return 0, empty strings etc.
  • * * The interface is divided into three sections:
    *
  • measuring asynchron/ synchron calls
  • *
  • complex data calls with/out return value; in/out parameters
  • *
  • single data types like long, float, string etc.
  • *
  • method calls versa attribute calls
  • *
  • raising RuntimeException
  • *

    Structs

    ComplexTypes * struct ComplexTypes adding Sequence, String, Interface, Any to SimpleTypes.
    SimpleTypes * struct of simple types to be carried.

    Top of Page