Skip to content

saul-mtz/fieldaware-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

  • Java 8
  • Log file

Build

cd <project-path>
./gradlew build

this will create a jar file build/libs/fieldaware-1.0.jar

Execute

The first parameter must be the path of the log file that we want to analise:

java -jar build/libs/fieldaware-1.0.jar <path of the log file>

Profiling

The profile can be enabled using the flag "--profile", for example:

java -jar build/libs/fieldaware-1.0.jar test.log --profile

check the test class ProfilerTest to see more details

Tests

Execute the unit tests using the command:

./gradlew test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages