Skip to content

johanrg/ntime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#NTIME v1.0 Executes a program 1 or more times (specified with the -c switch) while calculating timing statistics.

All times are calculated in nano seconds to be as precise as we can. The program is written in Java but the inner code between the start and stop time is very small so it shouldn't affect the result much.

How to run: You need a Java runtime environment installed, to run the program type: java -jar ntime or use the shell script ntime located in the root to run it.

Observe that a low number of executions will not give an accurate timing representation. Do multile 1000's of executions to get better statistics if possible.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages