Home
last modified time | relevance | path

Searched refs:GCOV (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/examples/system/gcov/
DMakefile10 GCOV := $(call dequote,$(CONFIG_SDK_TOOLPREFIX))gcov macro
20 lcov --gcov-tool $(GCOV) -c -d $(BUILD_DIR_BASE) -o $(REPORT_DIR)/$(PROJECT_NAME).info
25 gcovr -r $(PROJECT_PATH) --gcov-executable $(GCOV) -s --html-details $(REPORT_DIR)/html/index.html
DREADME.md45 * Enable GCOV to host interface under `Component config -> Application Level Tracing -> GCOV to Hos…
66 … hard-coded dumps. Therefore, when the application outputs `Ready to dump GCOV data...`, users sho…
71 Ready to dump GCOV data...
72 GCOV data have been dumped.
75 Ready to dump GCOV data...
76 GCOV data have been dumped.
/hal_espressif-3.6.0/components/heap/test_multi_heap_host/
DMakefile18 GCOV ?= gcov macro
41 find ../ -name "*.gcno" -exec $(GCOV) -r -pb {} +
42 … --capture --directory $(abspath ../) --no-external --output-file coverage.info --gcov-tool $(GCOV)
/hal_espressif-3.6.0/components/app_trace/
DKconfig238 bool "GCOV to Host Enable"
243 Enables support for GCOV data transfer to host.
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
Dapp_trace.rst584 GCOV := $(call dequote,$(CONFIG_SDK_TOOLPREFIX))gcov
589 echo "Using gcov: $(GCOV)"
592 … gcovr -r $(PROJECT_PATH) --gcov-executable $(GCOV) -s --html-details $(REPORT_DIR)/html/index.html
/hal_espressif-3.6.0/docs/en/api-guides/
Dapp_trace.rst584 GCOV := $(call dequote,$(CONFIG_SDK_TOOLPREFIX))gcov
589 echo "Using gcov: $(GCOV)"
592 … gcovr -r $(PROJECT_PATH) --gcov-executable $(GCOV) -s --html-details $(REPORT_DIR)/html/index.html
/hal_espressif-3.6.0/components/esp_system/
DKconfig482 which does some useful debugging stuff, e.g. GCOV data dump.