Defines | Functions | Variables

testmcl_performance.c File Reference

#include <stdio.h>
#include <stdbool.h>
#include <stdlib.h>
#include <time.h>
#include <sys/time.h>
#include <mcl_laser.h>
#include <math.h>
#include <mcl_math.h>
#include <shist.h>
Include dependency graph for testmcl_performance.c:

Defines

#define TEST_COUNT   500
#define PART_COUNT   5000
#define HIST_COUNT   (4*6+2)
#define HIST_MIN   0.000001
#define HIST_MAX   1.0

Functions

void testmcl_init ()
 MCL test initialization.
int main (int argc, char *argv[])

Variables

struct mcl_laser l
struct mcl_modelmcl

Define Documentation

#define HIST_COUNT   (4*6+2)
#define HIST_MAX   1.0
#define HIST_MIN   0.000001
#define PART_COUNT   5000
#define TEST_COUNT   500

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Here is the call graph for this function:

void testmcl_init (  ) 

MCL test initialization.

Here is the call graph for this function:


Variable Documentation

struct mcl_laser l
struct mcl_model* mcl