Home
last modified time | relevance | path

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

/third_party/ffmpeg/tests/checkasm/
Dcheckasm.h224 #define PERF_STOP(t) do { \ macro
230 #define PERF_STOP(t) t = AV_READ_TIME() - t macro
249 PERF_STOP(t);\
263 #define PERF_STOP(t) while(0) macro
Dcheckasm.c472 PERF_STOP(t); in measure_nop_time()
/third_party/lwip/src/include/lwip/
Ddef.h58 #define PERF_STOP(x) /* null definition */ macro
/third_party/lwip/src/core/
Dudp.c435 PERF_STOP("udp_input"); in udp_input()
445 PERF_STOP("udp_input"); in udp_input()
Dpbuf.c797 PERF_STOP("pbuf_free"); in pbuf_free()
Dtcp_in.c586 PERF_STOP("tcp_input");
/third_party/lwip/src/core/ipv4/
Dip4.c347 PERF_STOP("ip4_forward"); in ip4_forward()