Colored debugging, some code cleaning.
FossilOrigin-Name: 23a60b9297d5719fa502b2163680fa1af8bc0201cb777771dc30de045f84b341
This commit is contained in:
@ -1,10 +1,29 @@
|
||||
/*
|
||||
This file is part of libcapwap.
|
||||
|
||||
libcapwap is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
libcapwap is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Foobar. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
*/
|
||||
|
||||
|
||||
#ifndef __CW_TIMER_H
|
||||
#define __CW_TIMER_H
|
||||
|
||||
#include <time.h>
|
||||
|
||||
/**
|
||||
* @defgroup TimerFunctions Timer functions
|
||||
* @defgroup TimerFunctions Timer Functions
|
||||
* @{
|
||||
*/
|
||||
|
||||
@ -31,6 +50,9 @@
|
||||
#define cw_clock_stop(t)\
|
||||
(((double) (clock()-(t))) / CLOCKS_PER_SEC)
|
||||
|
||||
|
||||
|
||||
|
||||
/** @} */
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user