See: Description
Class | Description |
---|---|
ProfilerPlugin |
This class defines a Directory Server startup plugin that will register
itself as a configurable component that can allow for a simple sample-based
profiling mechanism within the Directory Server.
|
ProfilerThread |
This class defines a thread that may be used to actually perform
profiling in the Directory Server.
|
ProfileStack |
This class defines a data structure that may be used to hold information
about a thread stack trace.
|
ProfileStackFrame |
This class defines a data structure for holding information about a stack
frame captured by the Directory Server profiler.
|
ProfileViewer |
This class defines a Directory Server utility that may be used to view
profile information that has been captured by the profiler plugin.
|
Thread.getAllStackTraces()
at regular intervals in order to
construct a picture of the particular method calls that seem to take a
significant percentage of the Directory Server processing time. This
information may be used to help identify potential targets for performance
improvement by highlighting which methods are most frequently called.
Copyright 2010-2017 ForgeRock AS.