lzaoral / JCProfilerNext

Profiler for JavaCard code and a rewrite of OpenCryptoProject/JCProfiler with easier usage and much more!
GNU General Public License v3.0
8 stars 3 forks source link

Consider adding folder(s) with examples and corresponding command to run #90

Open petrs opened 2 months ago

petrs commented 2 months ago

The current instructions listed in readme.md contains several examples. However, a user has to create folder, copy files and run the right command, possibly creating place for an error.

The examples also cover only methods in the main file, but any nested function can be tested as well when provided to executable. More examples would be beneficial.