Skip to content

Latest commit

 

History

History

to-profile-by-example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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