Package jaxx.compiler.tasks
Class ProfileTask
- java.lang.Object
-
- jaxx.compiler.tasks.JAXXEngineTask
-
- jaxx.compiler.tasks.ProfileTask
-
public class ProfileTask extends JAXXEngineTask
A task to display result of profile mode- Since:
- 2.0.2
- Author:
- Tony Chemit - chemit@codelutin.com
-
-
Constructor Summary
Constructors Constructor Description ProfileTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanperform(JAXXEngine engine)Performs the task on the givenengine.-
Methods inherited from class jaxx.compiler.tasks.JAXXEngineTask
addEndProfileTime, addStartProfileTime, checkAllFilesCompiled, getName
-
-
-
-
Field Detail
-
TASK_NAME
public static final String TASK_NAME
Task name- See Also:
- Constant Field Values
-
-
Method Detail
-
perform
public boolean perform(JAXXEngine engine) throws Exception
Description copied from class:JAXXEngineTaskPerforms the task on the givenengine.- Specified by:
performin classJAXXEngineTask- Parameters:
engine- the engine to use- Returns:
falseif task failed (with no exception),trueotherwise.- Throws:
Exception- if any error
-
-