esp-idf/components/lwip/port/esp32xx/include/arch/perf.h

13 lines
273 B
C
Raw Normal View History

2016-08-17 11:08:22 -04:00
/*
* SPDX-FileCopyrightText: 2001 Swedish Institute of Computer Science
2016-08-17 11:08:22 -04:00
*
* SPDX-License-Identifier: BSD-3-Clause
2016-08-17 11:08:22 -04:00
*/
#ifndef __PERF_H__
#define __PERF_H__
#define PERF_START /* null definition */
#define PERF_STOP(x) /* null definition */
#endif /* __PERF_H__ */