|
qpSWIFT
A Sparse Quadratic Programming Solver
|
#include "GlobalOptions.h"#include <time.h>#include <sys/time.h>Go to the source code of this file.
Data Structures | |
| struct | qp_timer |
Typedefs | |
| typedef struct qp_timer | qp_timer |
Functions | |
| void | tic (qp_timer *t) |
| timer tic functions, similar to matlab tic, starts recording time from the instant the function is invoked More... | |
| qp_real | toc (qp_timer *t) |
| timer toc functions, similar to matlab toc, returns the recorded time More... | |
| void tic | ( | qp_timer * | t | ) |
timer tic functions, similar to matlab tic, starts recording time from the instant the function is invoked
| [in] | t | qp_timer structure |
For Windows machines
For Posix machines