This is an automated email from the ASF dual-hosted git repository.

acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


    from 5e057f38b build: add declarative shared library support
     new d4fd491f5 testing/libc/arch_libc: Add a throughput benchmark.
     new f4bb54e4d testing/libc/arch_libc: Test strlcpy.
     new f45a02c93 testing/libc/arch_libc: Test memccpy and stpncpy.
     new f4d71b607 testing/libc/arch_libc: Time against a clock that runs.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 testing/libc/arch_libc/CMakeLists.txt        |   7 +-
 testing/libc/arch_libc/Kconfig               |  38 +++
 testing/libc/arch_libc/Makefile              |   4 +
 testing/libc/arch_libc/arch_libc_bench.c     | 484 +++++++++++++++++++++++++++
 testing/libc/arch_libc/arch_libc_test_main.c | 317 ++++++++++++++++++
 5 files changed, 849 insertions(+), 1 deletion(-)
 create mode 100644 testing/libc/arch_libc/arch_libc_bench.c

Reply via email to