|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TraceTimingLogger | |
wt.fc.profiling | |
wt.method | Defines the standard Windchill
MethodServer and
MethodServerLauncher and related functionality. |
wt.util |
Uses of TraceTimingLogger in wt.fc.profiling |
Classes in wt.fc.profiling that implement TraceTimingLogger | |
class |
AbstractProfilingLogger
This abstract class provides common implementation for logging information to the profiling service. |
class |
SQLExecutionTimeProfilingLogger
This class implements a logger that reports SQL execution time to the profiling services. |
Methods in wt.fc.profiling with parameters of type TraceTimingLogger | |
static TraceTimingEntry |
DatastoreProfilingHelper.addBeginEntry(String a_className,
String a_name,
StatementBuilder a_statementBuilder,
int a_sqlIndex,
TraceTimingLogger a_logger)
Adds a begin entry to the log. |
static TraceTimingEntry |
DatastoreProfilingHelper.addBeginEntry(String a_className,
String a_name,
String a_sqlStatement,
Object a_bindParameters,
TraceTimingLogger a_logger)
Adds a begin entry to the log. |
Uses of TraceTimingLogger in wt.method |
Fields in wt.method declared as TraceTimingLogger | |
private static TraceTimingLogger |
TraceTimingMethodLogger.instance
|
Methods in wt.method that return TraceTimingLogger | |
static TraceTimingLogger |
TraceTimingMethodLogger.getInstance()
Return the TraceTimingLogger. |
Methods in wt.method with parameters of type TraceTimingLogger | |
static void |
TraceTimingMethodLogger.setInstance(TraceTimingLogger a_logger)
Set the TraceTimingLogger instance. |
Uses of TraceTimingLogger in wt.util |
Subinterfaces of TraceTimingLogger in wt.util | |
interface |
TraceTimingRepositoryLogger
Supported API: false Extendable: false |
Classes in wt.util that implement TraceTimingLogger | |
class |
TraceTimingRepository
This class implements a repository of Trace Timing entries. |
class |
TraceTimingSummaryReporter
This class implements a TraceTimingLogger via a TraceTimingRepository and reports statistics at a summary interval. |
class |
TraceTimingThreadedLogger
This class implements a logger for managing multi-threaded access to a logger type. |
class |
TraceTimingThreadedRepository
This class implements a repository of Trace Timing entries on a per Thread basis. |
Methods in wt.util that return TraceTimingLogger | |
private TraceTimingLogger |
TraceTimingThreadedLogger.getLogger()
|
private TraceTimingLogger |
TraceTimingThreadedLogger.getLogger()
|
Methods in wt.util with parameters of type TraceTimingLogger | |
static TraceTimingEntry |
TraceTimingHelper.addBeginEntry(String a_className,
String a_name,
long a_timeMillis,
Object a_info,
TraceTimingLogger a_logger)
Adds a begin entry to the log. |
static TraceTimingEntry |
TraceTimingHelper.addBeginEntry(String a_className,
String a_name,
Object a_info,
TraceTimingLogger a_logger)
Adds a begin entry to the log. |
static TraceTimingEntry |
TraceTimingHelper.addEndEntry(String a_className,
String a_name,
long a_timeMillis,
Object a_info,
TraceTimingLogger a_logger)
Adds an end entry to the log. |
static TraceTimingEntry |
TraceTimingHelper.addEndEntry(String a_className,
String a_name,
Object a_info,
TraceTimingLogger a_logger)
Adds an end entry to the log. |
static TraceTimingEntry |
TraceTimingHelper.addBeginEntry(String a_className,
String a_name,
boolean a_includeStackTrace,
TraceTimingLogger a_logger)
Adds a begin entry to the log. |
static TraceTimingEntry |
TraceTimingHelper.addBreakEntry(String a_className,
String a_name,
long a_timeMillis,
Object a_info,
int a_level,
TraceTimingLogger a_logger)
Adds a bbreak-in-flow end entry to the log. |
static TraceTimingEntry |
TraceTimingHelper.addBreakEntry(String a_className,
String a_name,
Object a_info,
int a_level,
TraceTimingLogger a_logger)
Adds a break-in-flow end entry to the log. |
static TraceTimingEntry |
TraceTimingHelper.addBeginEntry(String a_className,
String a_name,
long a_timeMillis,
Object a_info,
TraceTimingLogger a_logger)
Adds a begin entry to the log. |
static TraceTimingEntry |
TraceTimingHelper.addBeginEntry(String a_className,
String a_name,
Object a_info,
TraceTimingLogger a_logger)
Adds a begin entry to the log. |
static TraceTimingEntry |
TraceTimingHelper.addEndEntry(String a_className,
String a_name,
long a_timeMillis,
Object a_info,
TraceTimingLogger a_logger)
Adds an end entry to the log. |
static TraceTimingEntry |
TraceTimingHelper.addEndEntry(String a_className,
String a_name,
Object a_info,
TraceTimingLogger a_logger)
Adds an end entry to the log. |
static TraceTimingEntry |
TraceTimingHelper.addBeginEntry(String a_className,
String a_name,
boolean a_includeStackTrace,
TraceTimingLogger a_logger)
Adds a begin entry to the log. |
static TraceTimingEntry |
TraceTimingHelper.addBreakEntry(String a_className,
String a_name,
long a_timeMillis,
Object a_info,
int a_level,
TraceTimingLogger a_logger)
Adds a bbreak-in-flow end entry to the log. |
static TraceTimingEntry |
TraceTimingHelper.addBreakEntry(String a_className,
String a_name,
Object a_info,
int a_level,
TraceTimingLogger a_logger)
Adds a break-in-flow end entry to the log. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |