The Machine Perception Toolbox

[Introduction]- [News]- [Download]- [Screenshots]- [Manual (pdf)]- [Forums]- [API Reference]- [Repository ]

 

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

mpisearchMex.cc File Reference

#include "mpisearchMex.h"
#include "ci.h"
#include <iostream>
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include <sys/time.h>
#include <unistd.h>
#include "mex.h"
#include "matrix.h"

Include dependency graph for mpisearchMex.cc:

Include dependency graph

Go to the source code of this file.

Functions

double difftv (const struct timeval &t1, const struct timeval &t0)
void mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])


Function Documentation

double difftv const struct timeval &  t1,
const struct timeval &  t0
[inline, static]
 

Definition at line 36 of file mpisearchMex.cc.

Referenced by MPISearchThread::getElapsedTime(), main(), and mexFunction().

00037 { return( (t1.tv_sec -t0.tv_sec )*1.0 +(t1.tv_usec-t0.tv_usec)*1e-6); }

void mexFunction int  nlhs,
mxArray *  plhs[],
int  nrhs,
const mxArray *  prhs[]
 


Generated on Mon Nov 8 17:08:14 2004 for MPT by  doxygen 1.3.9.1