Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.08 KB

File metadata and controls

26 lines (19 loc) · 1.08 KB

Profiling application by example

An example CLI and classes that can be used for demonstrating benchmarking and profiling.

Resources

In addition, you can select only those prime numbers that are either super, happy, sexy or a combination of the above.

Running the launcher

mvn package
# Using the uber jar from the command line
alias byexample_go_toprofile="java -jar $(find ~+ -name to-profile-by-example-*.jar)"
byexample_go_toprofile --help