ROOT
6.06/09
Reference Guide
|
#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>
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 |
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().
Definition at line 43 of file stdsort.cxx.
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.
bool verbose = false |
Definition at line 28 of file stdsort.cxx.