Home
last modified time | relevance | path

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

/third_party/ffmpeg/tests/checkasm/
Dcheckasm.h234 #define PERF_STOP(t) do { \ macro
240 #define PERF_STOP(t) t = AV_READ_TIME() - t macro
259 PERF_STOP(t);\
273 #define PERF_STOP(t) while(0) macro
Dcheckasm.c485 PERF_STOP(t); in measure_nop_time()
/third_party/lwip/
D0060-lwip-add-udp-multicast.patch145 - PERF_STOP("udp_input");
146 + //PERF_STOP("udp_input");
154 - PERF_STOP("udp_input");
155 + //PERF_STOP("udp_input");
D0002-adapt-lstack.patch2087 PERF_STOP("ip4_forward");
2263 PERF_STOP("pbuf_free");
2803 PERF_STOP("tcp_input");
3053 PERF_STOP("udp_input");
3067 PERF_STOP("udp_input");
/third_party/lwip/src/include/lwip/
Ddef.h58 #define PERF_STOP(x) /* null definition */ macro
/third_party/lwip/src/core/
Dudp.c457 PERF_STOP("udp_input");
467 PERF_STOP("udp_input");
Dpbuf.c797 PERF_STOP("pbuf_free"); in pbuf_free()
Dtcp_in.c603 PERF_STOP("tcp_input");
/third_party/lwip/src/core/ipv4/
Dip4.c380 PERF_STOP("ip4_forward");