com.devexperts.qd.tools
Class TDP

java.lang.Object
  extended by com.devexperts.qd.tools.AbstractTool
      extended by com.devexperts.qd.tools.TDP

@ToolSummary(info="Parses full thread dumps and writes performance profile.",
             argString="",
             arguments=" -- list of files to parse")
public class TDP
extends AbstractTool

Parses full thread dumps and organizes result data into performance profile. The results are written to a file - by default 'profile.txt'.


Field Summary
 
Fields inherited from class com.devexperts.qd.tools.AbstractTool
options
 
Constructor Summary
TDP()
           
 
Method Summary
protected  void executeImpl(java.lang.String[] args)
          Executes this concrete tool.
protected  Option[] getOptions()
          Returns array with all options used by this tool.
static void main(java.lang.String[] args)
           
 
Methods inherited from class com.devexperts.qd.tools.AbstractTool
closeOnExit, execute, generateHelpSummary, mustWaitForeverAtEnd, mustWaitWhileActive, noArguments, wrongNumberOfArguments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TDP

public TDP()
Method Detail

getOptions

protected Option[] getOptions()
Description copied from class: AbstractTool
Returns array with all options used by this tool.

Overrides:
getOptions in class AbstractTool
Returns:
array with all options used by this tool.

executeImpl

protected void executeImpl(java.lang.String[] args)
                    throws BadToolParametersException,
                           ToolInitializationException
Description copied from class: AbstractTool
Executes this concrete tool.

Specified by:
executeImpl in class AbstractTool
Parameters:
args - arguments
Throws:
BadToolParametersException - if arguments are invalid.
ToolInitializationException - if some error occurred.

main

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