ROOT  6.06/09
Reference Guide
Functions | Variables
stressTMath.cxx File Reference
#include <iostream>
#include <algorithm>
#include <TRandom2.h>
#include <TStopwatch.h>
#include <TMath.h>
+ Include dependency graph for stressTMath.cxx:

Go to the source code of this file.

Functions

template<typename T >
randD ()
 
double Time (TStopwatch &w)
 
template<typename T >
double stressVector (unsigned int size, const char *type)
 
void stressTMath (unsigned int size, const char *type)
 
int main (int argc, char *argv[])
 

Variables

const unsigned int NUMTEST = 500
 

Function Documentation

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

Definition at line 174 of file stressTMath.cxx.

template<typename T >
T randD ( )

Definition at line 15 of file stressTMath.cxx.

void stressTMath ( unsigned int  size,
const char *  type 
)

Definition at line 147 of file stressTMath.cxx.

Referenced by main().

template<typename T >
double stressVector ( unsigned int  size,
const char *  type 
)

Definition at line 27 of file stressTMath.cxx.

double Time ( TStopwatch w)

Definition at line 21 of file stressTMath.cxx.

Referenced by TGX11::ConvertPrimarySelection(), TGX11::MapEvent(), and stressVector().

Variable Documentation

const unsigned int NUMTEST = 500

Definition at line 11 of file stressTMath.cxx.

Referenced by stressVector().