Logo ROOT   6.08/07
Reference Guide
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:

Functions

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

Variables

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

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 152 of file stdsort.cxx.

◆ stdsort()

bool stdsort ( )

Definition at line 91 of file stdsort.cxx.

◆ testSort()

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

Definition at line 43 of file stdsort.cxx.

Variable Documentation

◆ arraysize

const int arraysize = 20

Definition at line 25 of file stdsort.cxx.

◆ increment

const int increment = 2

Definition at line 24 of file stdsort.cxx.

◆ maxint

const int maxint = 20

Definition at line 21 of file stdsort.cxx.

◆ maxsize

const int maxsize = 100000

Definition at line 23 of file stdsort.cxx.

◆ minsize

const int minsize = 10

Definition at line 22 of file stdsort.cxx.

◆ npass0

const int npass0 = 200000

Definition at line 20 of file stdsort.cxx.

◆ showGraphics

bool showGraphics = false

Definition at line 27 of file stdsort.cxx.

◆ verbose

bool verbose = false

Definition at line 28 of file stdsort.cxx.