Jpp  19.1.0-rc.1
the software that should make you happy
Functions
JAllocator.cc File Reference

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

#include <iostream>
#include <iomanip>
#include <vector>
#include <algorithm>
#include <random>
#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

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 141 of file JAllocator.cc.

142 {
143  if (do_main<__A__>(argc, argv, "C++") != 0) return 1;
144  if (do_main<__B__>(argc, argv, "JAllocator") != 0) return 1;
145  if (do_main<__C__>(argc, argv, "JRAM") != 0) return 1;
146 }