diff --git a/application/baremetal/demo_profiling/main.c b/application/baremetal/demo_profiling/main.c index 62c5bfd6..78253c0b 100644 --- a/application/baremetal/demo_profiling/main.c +++ b/application/baremetal/demo_profiling/main.c @@ -8,7 +8,7 @@ #ifdef CFG_SIMULATION #define RUN_LOOPS 1 #else -#define RUN_LOOPS 500 +#define RUN_LOOPS 10 #endif // Enable ECB, CTR and CBC mode. Note this can be done before including aes.h or diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 87e5227a..2ea61710 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -24,6 +24,7 @@ This is version ``0.8.0`` of Nuclei SDK which is still in development. - Fix ``demo_vnice`` insufficient mask length when vlen > 128 - Add more documentation for :ref:`design_app_demo_dsp` example - Optimize :ref:`design_app_smphello` spinlock usage and update doc for it + - Optimize :ref:`design_app_demo_profiling` example execution speed on hw from about 5min to 30s by decease the loop count * SoC