Home
last modified time | relevance | path

Searched refs:HTTPD_DEBUG_TIMING (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/apps/
Dhttpd_opts.h228 #if !defined HTTPD_DEBUG_TIMING || defined __DOXYGEN__
229 #define HTTPD_DEBUG_TIMING LWIP_DBG_OFF macro
/third_party/lwip/src/apps/http/
Dhttpd.c484 …LWIP_DEBUGF(HTTPD_DEBUG_TIMING, ("httpd: needed %"U32_F" ms to send file of %d bytes -> %"U32_F" b… in http_state_eof()