ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions | Variables
stdsort.cxx File Reference
#include <iostream>
#include <algorithm>
#include <ctime>
#include <vector>
#include "TStopwatch.h"
#include "TMath.h"
#include "TRandom2.h"
#include <TApplication.h>
#include <TCanvas.h>
#include <TH2F.h>
#include <TGraph.h>
#include <TLegend.h>
#include <TAxis.h>
Include dependency graph for stdsort.cxx:

Go to the source code of this file.

Functions

template<typename T >
bool testSort (const int n, double *tTMath, double *tStd)
 
bool stdsort ()
 
int main (int argc, char **argv)
 

Variables

const int npass0 = 200000
 
const int maxint = 20
 
const int minsize = 10
 
const int maxsize = 100000
 
const int increment = 2
 
const int arraysize = 20
 
bool showGraphics = false
 
bool verbose = false
 

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 152 of file stdsort.cxx.

bool stdsort ( )

Definition at line 91 of file stdsort.cxx.

Referenced by main().

template<typename T >
bool testSort ( const int  n,
double tTMath,
double tStd 
)

Definition at line 43 of file stdsort.cxx.

Variable Documentation

const int arraysize = 20

Definition at line 25 of file stdsort.cxx.

Referenced by stdsort().

const int increment = 2

Definition at line 24 of file stdsort.cxx.

Referenced by stdsort().

const int maxint = 20

Definition at line 21 of file stdsort.cxx.

Referenced by testSort().

const int maxsize = 100000

Definition at line 23 of file stdsort.cxx.

Referenced by stdsort().

const int minsize = 10

Definition at line 22 of file stdsort.cxx.

Referenced by stdsort(), and testSort().

const int npass0 = 200000

Definition at line 20 of file stdsort.cxx.

Referenced by testSort().

bool showGraphics = false

Definition at line 27 of file stdsort.cxx.

Referenced by main(), and stdsort().

bool verbose = false

Definition at line 28 of file stdsort.cxx.

Referenced by main(), and stdsort().