You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/05/20 13:53:39 UTC

[incubator-nuttx-apps] branch master updated: interpreters/wamr/Kconfig: Add INTERPRETERS_WAMR_PERF_PROFILING

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 137b924b9 interpreters/wamr/Kconfig: Add INTERPRETERS_WAMR_PERF_PROFILING
137b924b9 is described below

commit 137b924b936b30ef6d4a9fb400d3535ccc76d8ac
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Fri May 20 14:35:38 2022 +0900

    interpreters/wamr/Kconfig: Add INTERPRETERS_WAMR_PERF_PROFILING
---
 interpreters/wamr/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/interpreters/wamr/Kconfig b/interpreters/wamr/Kconfig
index b7a3a5b2a..d50f73e42 100644
--- a/interpreters/wamr/Kconfig
+++ b/interpreters/wamr/Kconfig
@@ -84,6 +84,10 @@ config INTERPRETERS_WAMR_BULK_MEMORY
 	bool "Enable bluk memory"
 	default n
 
+config INTERPRETERS_WAMR_PERF_PROFILING
+	bool "Enable performance profiling"
+	default n
+
 config INTERPRETERS_WAMR_MEMORY_PROFILING
 	bool "Enable memory profiling"
 	default n