Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbed-TFT-example-NCS36510 mbed-Accelerometer-example-NCS36510 mbed-Accelerometer-example-NCS36510
features/FEATURE_LWIP/lwip-interface/lwip-sys/arch/perf.h@0:098463de4c5d, 2017-01-25 (annotated)
- Committer:
- group-onsemi
- Date:
- Wed Jan 25 20:34:15 2017 +0000
- Revision:
- 0:098463de4c5d
Initial commit
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| group-onsemi | 0:098463de4c5d | 1 | /* |
| group-onsemi | 0:098463de4c5d | 2 | * Copyright (c) 2001-2003 Swedish Institute of Computer Science. |
| group-onsemi | 0:098463de4c5d | 3 | * All rights reserved. |
| group-onsemi | 0:098463de4c5d | 4 | * |
| group-onsemi | 0:098463de4c5d | 5 | * Redistribution and use in source and binary forms, with or without modification, |
| group-onsemi | 0:098463de4c5d | 6 | * are permitted provided that the following conditions are met: |
| group-onsemi | 0:098463de4c5d | 7 | * |
| group-onsemi | 0:098463de4c5d | 8 | * 1. Redistributions of source code must retain the above copyright notice, |
| group-onsemi | 0:098463de4c5d | 9 | * this list of conditions and the following disclaimer. |
| group-onsemi | 0:098463de4c5d | 10 | * 2. Redistributions in binary form must reproduce the above copyright notice, |
| group-onsemi | 0:098463de4c5d | 11 | * this list of conditions and the following disclaimer in the documentation |
| group-onsemi | 0:098463de4c5d | 12 | * and/or other materials provided with the distribution. |
| group-onsemi | 0:098463de4c5d | 13 | * 3. The name of the author may not be used to endorse or promote products |
| group-onsemi | 0:098463de4c5d | 14 | * derived from this software without specific prior written permission. |
| group-onsemi | 0:098463de4c5d | 15 | * |
| group-onsemi | 0:098463de4c5d | 16 | * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| group-onsemi | 0:098463de4c5d | 17 | * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| group-onsemi | 0:098463de4c5d | 18 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT |
| group-onsemi | 0:098463de4c5d | 19 | * SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| group-onsemi | 0:098463de4c5d | 20 | * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT |
| group-onsemi | 0:098463de4c5d | 21 | * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| group-onsemi | 0:098463de4c5d | 22 | * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| group-onsemi | 0:098463de4c5d | 23 | * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING |
| group-onsemi | 0:098463de4c5d | 24 | * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY |
| group-onsemi | 0:098463de4c5d | 25 | * OF SUCH DAMAGE. |
| group-onsemi | 0:098463de4c5d | 26 | * |
| group-onsemi | 0:098463de4c5d | 27 | * This file is part of the lwIP TCP/IP stack. |
| group-onsemi | 0:098463de4c5d | 28 | * |
| group-onsemi | 0:098463de4c5d | 29 | * Author: Adam Dunkels <adam@sics.se> |
| group-onsemi | 0:098463de4c5d | 30 | * |
| group-onsemi | 0:098463de4c5d | 31 | */ |
| group-onsemi | 0:098463de4c5d | 32 | #ifndef __PERF_H__ |
| group-onsemi | 0:098463de4c5d | 33 | #define __PERF_H__ |
| group-onsemi | 0:098463de4c5d | 34 | |
| group-onsemi | 0:098463de4c5d | 35 | #define PERF_START /* null definition */ |
| group-onsemi | 0:098463de4c5d | 36 | #define PERF_STOP(x) /* null definition */ |
| group-onsemi | 0:098463de4c5d | 37 | |
| group-onsemi | 0:098463de4c5d | 38 | #endif /* __PERF_H__ */ |