diff --git a/main.cpp b/main.cpp index 61b9bce1..c82c2ab5 100644 --- a/main.cpp +++ b/main.cpp @@ -32,86 +32,93 @@ using namespace PIScreenTypes; template class Test { public: - Test() { - T d0, d1, d2; + Test(int cycles) { PITimeMeasurer tm; double tr; - piCout << "0"; - printf("(%p)\n", &d0); - printf("(%p)\n", &d1); - printf("(%p)\n", &d2); - piCout << ""; - int ss = 512; - - tm.reset(); - for (int i=0; i > testd; + int cc = PIString(argv[1]).toInt(); - piCout << PICoutManipulators::NewLine << "Vector"; - Test > testv; + piCout << "Deque"; + Test > testd(cc); + + /*piCout << PICoutManipulators::NewLine << "Vector"; + Test > testv(cc);*/ return 0; /*if (!(argc == 3 || argc == 4)) {