Home
last modified time | relevance | path

Searched refs:IDF_LOG_PERFORMANCE (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/tools/unit-test-app/components/test_utils/include/
Dtest_utils.h51 IDF_LOG_PERFORMANCE(#name, value_fmt, value, ##__VA_ARGS__); \
56 IDF_LOG_PERFORMANCE(#name, value_fmt, value, ##__VA_ARGS__); \
69 IDF_LOG_PERFORMANCE(#name, value_fmt, value, ##__VA_ARGS__)
71 IDF_LOG_PERFORMANCE(#name, value_fmt, value, ##__VA_ARGS__)
80 #define IDF_LOG_PERFORMANCE(item, value_fmt, value, ...) \ macro
/hal_espressif-3.6.0/components/esp_hw_support/test/
Dtest_async_memcpy.c241IDF_LOG_PERFORMANCE("DMA_COPY", "%.2f MB/s, dir: SRAM->SRAM, size: %zu Bytes", throughput, test_co… in memcpy_performance_test()
248IDF_LOG_PERFORMANCE("CPU_COPY", "%.2f MB/s, dir: SRAM->SRAM, size: %zu Bytes", throughput, test_co… in memcpy_performance_test()
265IDF_LOG_PERFORMANCE("DMA_COPY", "%.2f MB/s, dir: PSRAM->PSRAM, size: %zu Bytes", throughput, test_… in memcpy_performance_test()
272IDF_LOG_PERFORMANCE("CPU_COPY", "%.2f MB/s, dir: PSRAM->PSRAM, size: %zu Bytes", throughput, test_… in memcpy_performance_test()
288IDF_LOG_PERFORMANCE("DMA_COPY", "%.2f MB/s, dir: PSRAM->SRAM, size: %zu Bytes", throughput, test_c… in memcpy_performance_test()
295IDF_LOG_PERFORMANCE("CPU_COPY", "%.2f MB/s, dir: PSRAM->SRAM, size: %zu Bytes", throughput, test_c… in memcpy_performance_test()
311IDF_LOG_PERFORMANCE("DMA_COPY", "%.2f MB/s, dir: SRAM->PSRAM, size: %zu Bytes", throughput, test_c… in memcpy_performance_test()
318IDF_LOG_PERFORMANCE("CPU_COPY", "%.2f MB/s, dir: SRAM->PSRAM, size: %zu Bytes", throughput, test_c… in memcpy_performance_test()
/hal_espressif-3.6.0/components/driver/test/
Dtest_adc.c395IDF_LOG_PERFORMANCE("ADC1 Cali time", "%d us", (int)GET_US_BY_CCOUNT(adc1_time_record[i][j]));
396IDF_LOG_PERFORMANCE("ADC2 Cali time", "%d us", (int)GET_US_BY_CCOUNT(adc2_time_record[i][j]));
/hal_espressif-3.6.0/components/spi_flash/test/
Dtest_spi_flash.c318 #define LOG_DATA(suffix) IDF_LOG_PERFORMANCE("FLASH_SPEED_BYTE_PER_SEC_LEGACY_"#suffix, "%d", speed…
319 #define LOG_ERASE(var) IDF_LOG_PERFORMANCE("FLASH_SPEED_BYTE_PER_SEC_LEGACY_ERASE", "%d", var)
Dtest_esp_flash.c1120 #define LOG_DATA(bus, suffix, chip) IDF_LOG_PERFORMANCE("FLASH_SPEED_BYTE_PER_SEC_"#bus#suffix, "%d… in test_flash_read_write_performance()
1121 #define LOG_ERASE(bus, var, chip) IDF_LOG_PERFORMANCE("FLASH_SPEED_BYTE_PER_SEC_"#bus"ERASE", "%d, … in test_flash_read_write_performance()
/hal_espressif-3.6.0/components/sdmmc/test/
Dtest_sd.c345 IDF_LOG_PERFORMANCE(wr_speed_str, "%d, blk_n: %d, aligned: %d", in do_single_write_read_test()
347 IDF_LOG_PERFORMANCE(rd_speed_str, "%d, blk_n: %d, aligned: %d", in do_single_write_read_test()