klMatrix
Functions | Variables
klPerformanceTest.cpp File Reference
#include "kl_vector.h"
#include "kl_vsl.h"
#include "kl_unit_test_wrapper.h"
#include "kl_matlab_iface.h"
#include "kl_latex_helper_fns.h"
#include <ostream>
#include <sstream>
Include dependency graph for klPerformanceTest.cpp:

Functions

void testAddVSL (ofstream &_tex, __int64 &n)
 
void testAdd (ofstream &_tex, __int64 &n)
 
void testFreeMemoryChecker ()
 
void testMKLMemoryManager (ofstream &_tex, __int64 &n)
 
double vslBenchmark (__int64 &n)
 
void klPerformanceTesting ()
 

Variables

char * basefilename
 

Function Documentation

void klPerformanceTesting ( )

Here is the call graph for this function:

void testAdd ( ofstream &  _tex,
__int64 &  n 
)
void testAddVSL ( ofstream &  _tex,
__int64 &  n 
)

Here is the call graph for this function:

void testFreeMemoryChecker ( )

Here is the call graph for this function:

Here is the caller graph for this function:

void testMKLMemoryManager ( ofstream &  _tex,
__int64 &  n 
)

Here is the call graph for this function:

double vslBenchmark ( __int64 &  n)

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

char* basefilename