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/ |
D | test_utils.h | 51 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/ |
D | test_async_memcpy.c | 241 …IDF_LOG_PERFORMANCE("DMA_COPY", "%.2f MB/s, dir: SRAM->SRAM, size: %zu Bytes", throughput, test_co… in memcpy_performance_test() 248 …IDF_LOG_PERFORMANCE("CPU_COPY", "%.2f MB/s, dir: SRAM->SRAM, size: %zu Bytes", throughput, test_co… in memcpy_performance_test() 265 …IDF_LOG_PERFORMANCE("DMA_COPY", "%.2f MB/s, dir: PSRAM->PSRAM, size: %zu Bytes", throughput, test_… in memcpy_performance_test() 272 …IDF_LOG_PERFORMANCE("CPU_COPY", "%.2f MB/s, dir: PSRAM->PSRAM, size: %zu Bytes", throughput, test_… in memcpy_performance_test() 288 …IDF_LOG_PERFORMANCE("DMA_COPY", "%.2f MB/s, dir: PSRAM->SRAM, size: %zu Bytes", throughput, test_c… in memcpy_performance_test() 295 …IDF_LOG_PERFORMANCE("CPU_COPY", "%.2f MB/s, dir: PSRAM->SRAM, size: %zu Bytes", throughput, test_c… in memcpy_performance_test() 311 …IDF_LOG_PERFORMANCE("DMA_COPY", "%.2f MB/s, dir: SRAM->PSRAM, size: %zu Bytes", throughput, test_c… in memcpy_performance_test() 318 …IDF_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/ |
D | test_adc.c | 395 … IDF_LOG_PERFORMANCE("ADC1 Cali time", "%d us", (int)GET_US_BY_CCOUNT(adc1_time_record[i][j])); 396 … IDF_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/ |
D | test_spi_flash.c | 318 #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)
|
D | test_esp_flash.c | 1120 #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/ |
D | test_sd.c | 345 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()
|