2018-10-25 00:52:32 -04:00
|
|
|
#pragma once
|
2017-11-07 23:27:57 -05:00
|
|
|
|
|
|
|
/* declare the performance here */
|
2019-12-26 04:38:56 -05:00
|
|
|
#define IDF_PERFORMANCE_MAX_HTTPS_REQUEST_BIN_SIZE 900
|
2017-11-07 23:27:57 -05:00
|
|
|
#define IDF_PERFORMANCE_MAX_FREERTOS_SPINLOCK_CYCLES_PER_OP 200
|
2018-06-27 02:47:31 -04:00
|
|
|
#define IDF_PERFORMANCE_MAX_FREERTOS_SPINLOCK_CYCLES_PER_OP_PSRAM 300
|
2017-11-07 23:27:57 -05:00
|
|
|
#define IDF_PERFORMANCE_MAX_FREERTOS_SPINLOCK_CYCLES_PER_OP_UNICORE 130
|
|
|
|
#define IDF_PERFORMANCE_MAX_ESP_TIMER_GET_TIME_PER_CALL 1000
|
2019-10-20 01:21:23 -04:00
|
|
|
|
|
|
|
#define IDF_PERFORMANCE_MAX_SPI_PER_TRANS_NO_POLLING_ESP32 30
|
|
|
|
#define IDF_PERFORMANCE_MAX_SPI_PER_TRANS_NO_POLLING_NO_DMA_ESP32 27
|
|
|
|
|
|
|
|
#define IDF_PERFORMANCE_MAX_SPI_PER_TRANS_NO_POLLING_ESP32S2 32
|
|
|
|
#define IDF_PERFORMANCE_MAX_SPI_PER_TRANS_NO_POLLING_NO_DMA_ESP32S2 30
|
|
|
|
|
2018-01-30 22:15:23 -05:00
|
|
|
#define IDF_PERFORMANCE_MAX_SPI_PER_TRANS_POLLING 15
|
|
|
|
#define IDF_PERFORMANCE_MAX_SPI_PER_TRANS_POLLING_NO_DMA 15
|
2019-10-20 01:21:23 -04:00
|
|
|
|
|
|
|
|
2018-05-17 07:12:45 -04:00
|
|
|
/* Due to code size & linker layout differences interacting with cache, VFS
|
|
|
|
microbenchmark currently runs slower with PSRAM enabled. */
|
2018-11-23 02:07:59 -05:00
|
|
|
#define IDF_PERFORMANCE_MAX_VFS_OPEN_WRITE_CLOSE_TIME 20000
|
|
|
|
#define IDF_PERFORMANCE_MAX_VFS_OPEN_WRITE_CLOSE_TIME_PSRAM 25000
|
2018-01-07 07:28:09 -05:00
|
|
|
// throughput performance by iperf
|
2019-06-27 05:13:44 -04:00
|
|
|
#define IDF_PERFORMANCE_MIN_TCP_RX_THROUGHPUT 45
|
2018-01-07 07:28:09 -05:00
|
|
|
#define IDF_PERFORMANCE_MIN_TCP_TX_THROUGHPUT 40
|
2019-06-27 05:13:44 -04:00
|
|
|
#define IDF_PERFORMANCE_MIN_UDP_RX_THROUGHPUT 64
|
2018-01-07 07:28:09 -05:00
|
|
|
#define IDF_PERFORMANCE_MIN_UDP_TX_THROUGHPUT 50
|
2018-10-26 01:14:19 -04:00
|
|
|
// events dispatched per second by event loop library
|
2018-10-31 23:01:35 -04:00
|
|
|
#define IDF_PERFORMANCE_MIN_EVENT_DISPATCH 25000
|
|
|
|
#define IDF_PERFORMANCE_MIN_EVENT_DISPATCH_PSRAM 21000
|
2019-11-05 22:07:16 -05:00
|
|
|
|
|
|
|
// floating point instructions per divide and per sqrt (configured for worst-case with PSRAM workaround)
|
|
|
|
#define IDF_PERFORMANCE_MAX_ESP32_CYCLES_PER_DIV 70
|
|
|
|
#define IDF_PERFORMANCE_MAX_ESP32_CYCLES_PER_SQRT 140
|
|
|
|
|
|
|
|
#define IDF_PERFORMANCE_MAX_SPILL_REG_CYCLES 150
|
|
|
|
#define IDF_PERFORMANCE_MAX_ISR_ENTER_CYCLES 290
|
|
|
|
#define IDF_PERFORMANCE_MAX_ISR_EXIT_CYCLES 565
|
|
|
|
|
2019-12-24 03:41:00 -05:00
|
|
|
#define IDF_PERFORMANCE_MIN_SDIO_THROUGHPUT_MBSEC_TOHOST_4BIT 12500
|
|
|
|
#define IDF_PERFORMANCE_MIN_SDIO_THROUGHPUT_MBSEC_FRHOST_4BIT 12500
|
2019-11-05 22:07:16 -05:00
|
|
|
#define IDF_PERFORMANCE_MIN_SDIO_THROUGHPUT_MBSEC_TOHOST_1BIT 4000
|
|
|
|
#define IDF_PERFORMANCE_MIN_SDIO_THROUGHPUT_MBSEC_FRHOST_1BIT 4000
|
|
|
|
#define IDF_PERFORMANCE_MIN_SDIO_THROUGHPUT_MBSEC_TOHOST_SPI 1000
|
|
|
|
#define IDF_PERFORMANCE_MIN_SDIO_THROUGHPUT_MBSEC_FRHOST_SPI 1000
|
|
|
|
|
|
|
|
#ifdef CONFIG_IDF_TARGET_ESP32
|
2019-05-19 19:44:42 -04:00
|
|
|
// AES-CBC hardware throughput (accounts for worst-case performance with PSRAM workaround)
|
2019-05-21 04:12:42 -04:00
|
|
|
#define IDF_PERFORMANCE_MIN_AES_CBC_THROUGHPUT_MBSEC 8.2
|
2019-11-05 22:07:16 -05:00
|
|
|
|
2019-10-11 01:57:26 -04:00
|
|
|
// SHA256 hardware throughput at 240MHz, threshold set lower than worst case
|
|
|
|
#define IDF_PERFORMANCE_MIN_SHA256_THROUGHPUT_MBSEC 9.0
|
2019-11-05 22:07:16 -05:00
|
|
|
// esp_sha() time to process 32KB of input data from RAM
|
|
|
|
#define IDF_PERFORMANCE_MAX_TIME_SHA1_32KB 5000
|
|
|
|
#define IDF_PERFORMANCE_MAX_TIME_SHA512_32KB 4500
|
|
|
|
|
|
|
|
#define IDF_PERFORMANCE_MAX_RSA_2048KEY_PUBLIC_OP 19000
|
|
|
|
#define IDF_PERFORMANCE_MAX_RSA_2048KEY_PRIVATE_OP 180000
|
|
|
|
#define IDF_PERFORMANCE_MAX_RSA_4096KEY_PUBLIC_OP 65000
|
|
|
|
#define IDF_PERFORMANCE_MAX_RSA_4096KEY_PRIVATE_OP 850000
|
2019-10-24 15:49:59 -04:00
|
|
|
|
2020-01-16 22:47:08 -05:00
|
|
|
#elif defined CONFIG_IDF_TARGET_ESP32S2
|
2019-11-05 22:07:16 -05:00
|
|
|
#define IDF_PERFORMANCE_MIN_AES_CBC_THROUGHPUT_MBSEC 14.4
|
|
|
|
|
|
|
|
// SHA256 hardware throughput at 240MHz, threshold set lower than worst case
|
|
|
|
#define IDF_PERFORMANCE_MIN_SHA256_THROUGHPUT_MBSEC 19.8
|
|
|
|
// esp_sha() time to process 32KB of input data from RAM
|
|
|
|
#define IDF_PERFORMANCE_MAX_TIME_SHA1_32KB 1000
|
|
|
|
#define IDF_PERFORMANCE_MAX_TIME_SHA512_32KB 900
|
2019-05-19 19:44:42 -04:00
|
|
|
|
2019-11-05 22:07:16 -05:00
|
|
|
#define IDF_PERFORMANCE_MAX_RSA_2048KEY_PUBLIC_OP 14000
|
|
|
|
#define IDF_PERFORMANCE_MAX_RSA_2048KEY_PRIVATE_OP 100000
|
|
|
|
#define IDF_PERFORMANCE_MAX_RSA_4096KEY_PUBLIC_OP 60000
|
|
|
|
#define IDF_PERFORMANCE_MAX_RSA_4096KEY_PRIVATE_OP 600000
|
2019-09-28 04:49:23 -04:00
|
|
|
|
2020-01-16 22:47:08 -05:00
|
|
|
#endif //CONFIG_IDF_TARGET_ESP32S2
|
2019-09-28 04:49:23 -04:00
|
|
|
|
2019-11-06 03:59:16 -05:00
|
|
|
//time to perform the task selection plus context switch (from task)
|
2019-11-08 00:27:02 -05:00
|
|
|
#define IDF_PERFORMANCE_MAX_SCHEDULING_TIME 1500
|