Package org.jgroups.util
Class GenerateProfilingScript
java.lang.Object
org.jgroups.util.GenerateProfilingScript
Takes a list of methods to profile and generates the Byteman script from them. See ./conf/scripts/profiled-methods.txt
as an example
- Since:
- 5.2.13
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidgenerateRule(String method, OutputStream out) static void
-
Field Details
-
num_rules_generated
protected int num_rules_generated -
PREFIX
- See Also:
-
START_RULE
- See Also:
-
STOP_RULE
- See Also:
-
-
Constructor Details
-
GenerateProfilingScript
public GenerateProfilingScript()
-
-
Method Details
-
generate
- Throws:
IOException
-
generateRule
-
main
- Throws:
IOException
-