org.freedesktop.dbus.test
Class profile

java.lang.Object
  extended by org.freedesktop.dbus.test.profile

public class profile
extends java.lang.Object

Profiling tests.


Nested Class Summary
static class profile.Log
           
 
Field Summary
static int ARRAY_INNER
           
static int ARRAY_LENGTH
           
static int ARRAY_OUTER
           
static int BYTES
           
static int INTROSPECTION_INNER
           
static int INTROSPECTION_OUTER
           
static int LIST_INNER
           
static int LIST_LENGTH
           
static int LIST_OUTER
           
static int MAP_INNER
           
static int MAP_LENGTH
           
static int MAP_OUTER
           
static int PING_INNER
           
static int PING_OUTER
           
static int SIGNAL_INNER
           
static int SIGNAL_OUTER
           
static int STRING_ARRAY_INNER
           
static int STRING_ARRAY_LENGTH
           
static int STRING_ARRAY_OUTER
           
static int STRUCT_INNER
           
static int STRUCT_OUTER
           
 
Constructor Summary
profile()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIGNAL_INNER

public static final int SIGNAL_INNER
See Also:
Constant Field Values

SIGNAL_OUTER

public static final int SIGNAL_OUTER
See Also:
Constant Field Values

PING_INNER

public static final int PING_INNER
See Also:
Constant Field Values

PING_OUTER

public static final int PING_OUTER
See Also:
Constant Field Values

BYTES

public static final int BYTES
See Also:
Constant Field Values

INTROSPECTION_OUTER

public static final int INTROSPECTION_OUTER
See Also:
Constant Field Values

INTROSPECTION_INNER

public static final int INTROSPECTION_INNER
See Also:
Constant Field Values

STRUCT_OUTER

public static final int STRUCT_OUTER
See Also:
Constant Field Values

STRUCT_INNER

public static final int STRUCT_INNER
See Also:
Constant Field Values

LIST_OUTER

public static final int LIST_OUTER
See Also:
Constant Field Values

LIST_INNER

public static final int LIST_INNER
See Also:
Constant Field Values

LIST_LENGTH

public static final int LIST_LENGTH
See Also:
Constant Field Values

MAP_OUTER

public static final int MAP_OUTER
See Also:
Constant Field Values

MAP_INNER

public static final int MAP_INNER
See Also:
Constant Field Values

MAP_LENGTH

public static final int MAP_LENGTH
See Also:
Constant Field Values

ARRAY_OUTER

public static final int ARRAY_OUTER
See Also:
Constant Field Values

ARRAY_INNER

public static final int ARRAY_INNER
See Also:
Constant Field Values

ARRAY_LENGTH

public static final int ARRAY_LENGTH
See Also:
Constant Field Values

STRING_ARRAY_OUTER

public static final int STRING_ARRAY_OUTER
See Also:
Constant Field Values

STRING_ARRAY_INNER

public static final int STRING_ARRAY_INNER
See Also:
Constant Field Values

STRING_ARRAY_LENGTH

public static final int STRING_ARRAY_LENGTH
See Also:
Constant Field Values
Constructor Detail

profile

public profile()
Method Detail

main

public static void main(java.lang.String[] args)