qpSWIFT
A Sparse Quadratic Programming Solver
timer.c File Reference
#include "timer.h"
Include dependency graph for timer.c:

Functions

void tic (qp_timer *t)
 timer tic functions, similar to matlab tic, starts recording time from the instant the function is invoked More...
 
double toc (qp_timer *t)
 timer toc functions, similar to matlab toc, returns the recorded time More...
 

Function Documentation

◆ tic()

void tic ( qp_timer t)

timer tic functions, similar to matlab tic, starts recording time from the instant the function is invoked

For Windows machines

For Posix machines

◆ toc()

double toc ( qp_timer t)

timer toc functions, similar to matlab toc, returns the recorded time

Parameters
[in]tqp_timer structure
[out]diffrecorded time