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

Add profiling of loops #18

Open lzaoral opened 2 years ago

lzaoral commented 2 years ago

If measurement trap is placed inside loop, only the first iteration is measured. Add additional parameter controlling number of iterations before termination.

Originally reported by @petrs in https://github.com/OpenCryptoProject/JCProfiler/issues/4.