Jpp  17.2.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
JAllocator.cc File Reference

Auxiliary program to test speed of JLANG::JObjectAllocator class. More...

#include <iostream>
#include <iomanip>
#include <vector>
#include <algorithm>
#include "JLang/JAllocator.hh"
#include "JLang/JRAM.hh"
#include "JLang/JObjectAllocator.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
#include "Jeep/JTimer.hh"

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Detailed Description

Auxiliary program to test speed of JLANG::JObjectAllocator class.

Author
mdejong

Definition in file JAllocator.cc.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 136 of file JAllocator.cc.

137 {
138  if (do_main<__A__>(argc, argv, "C++") != 0) return 1;
139  if (do_main<__B__>(argc, argv, "JAllocator") != 0) return 1;
140  if (do_main<__C__>(argc, argv, "JRAM") != 0) return 1;
141 }