Onenet
Dependents: K64F_eCompass_OneNET_JW
lwip-sys/arch/perf.h@0:b2805b6888dc, 2016-06-20 (annotated)
- Committer:
- robert_jw
- Date:
- Mon Jun 20 01:40:20 2016 +0000
- Revision:
- 0:b2805b6888dc
ADS
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
robert_jw | 0:b2805b6888dc | 1 | /* |
robert_jw | 0:b2805b6888dc | 2 | * Copyright (c) 2001-2003 Swedish Institute of Computer Science. |
robert_jw | 0:b2805b6888dc | 3 | * All rights reserved. |
robert_jw | 0:b2805b6888dc | 4 | * |
robert_jw | 0:b2805b6888dc | 5 | * Redistribution and use in source and binary forms, with or without modification, |
robert_jw | 0:b2805b6888dc | 6 | * are permitted provided that the following conditions are met: |
robert_jw | 0:b2805b6888dc | 7 | * |
robert_jw | 0:b2805b6888dc | 8 | * 1. Redistributions of source code must retain the above copyright notice, |
robert_jw | 0:b2805b6888dc | 9 | * this list of conditions and the following disclaimer. |
robert_jw | 0:b2805b6888dc | 10 | * 2. Redistributions in binary form must reproduce the above copyright notice, |
robert_jw | 0:b2805b6888dc | 11 | * this list of conditions and the following disclaimer in the documentation |
robert_jw | 0:b2805b6888dc | 12 | * and/or other materials provided with the distribution. |
robert_jw | 0:b2805b6888dc | 13 | * 3. The name of the author may not be used to endorse or promote products |
robert_jw | 0:b2805b6888dc | 14 | * derived from this software without specific prior written permission. |
robert_jw | 0:b2805b6888dc | 15 | * |
robert_jw | 0:b2805b6888dc | 16 | * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED |
robert_jw | 0:b2805b6888dc | 17 | * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
robert_jw | 0:b2805b6888dc | 18 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT |
robert_jw | 0:b2805b6888dc | 19 | * SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
robert_jw | 0:b2805b6888dc | 20 | * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT |
robert_jw | 0:b2805b6888dc | 21 | * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
robert_jw | 0:b2805b6888dc | 22 | * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
robert_jw | 0:b2805b6888dc | 23 | * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING |
robert_jw | 0:b2805b6888dc | 24 | * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY |
robert_jw | 0:b2805b6888dc | 25 | * OF SUCH DAMAGE. |
robert_jw | 0:b2805b6888dc | 26 | * |
robert_jw | 0:b2805b6888dc | 27 | * This file is part of the lwIP TCP/IP stack. |
robert_jw | 0:b2805b6888dc | 28 | * |
robert_jw | 0:b2805b6888dc | 29 | * Author: Adam Dunkels <adam@sics.se> |
robert_jw | 0:b2805b6888dc | 30 | * |
robert_jw | 0:b2805b6888dc | 31 | */ |
robert_jw | 0:b2805b6888dc | 32 | #ifndef __PERF_H__ |
robert_jw | 0:b2805b6888dc | 33 | #define __PERF_H__ |
robert_jw | 0:b2805b6888dc | 34 | |
robert_jw | 0:b2805b6888dc | 35 | #define PERF_START /* null definition */ |
robert_jw | 0:b2805b6888dc | 36 | #define PERF_STOP(x) /* null definition */ |
robert_jw | 0:b2805b6888dc | 37 | |
robert_jw | 0:b2805b6888dc | 38 | #endif /* __PERF_H__ */ |