wt.tools.profiler
Interface ProfilingKey

All Known Implementing Classes:
ProfilingKeyAdapter

public interface ProfilingKey


Method Summary
 String getCostName()
          Name of the cost being reported by an operation being profiled eg row_nums for SQL
 String getDataName()
          Name of the data being reported by an operation being profiled eg bind parameters for SQL
 String getDispName()
          Name of the adapter type being reported by an operation being profiled eg SQL, CACHE.
 

Method Detail

getDispName

public String getDispName()
Name of the adapter type being reported by an operation being profiled eg SQL, CACHE.

Returns:
String

getCostName

public String getCostName()
Name of the cost being reported by an operation being profiled eg row_nums for SQL

Returns:
String

getDataName

public String getDataName()
Name of the data being reported by an operation being profiled eg bind parameters for SQL

Returns:
String