reconfigured for performance measurement

This commit is contained in:
David Holzmüller 2019-04-16 18:58:54 +02:00
parent 8cf4f2ceae
commit c3ceb7e7bf
1 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@ void runFunctions() {
// using namespace fsi; // using namespace fsi;
int main() { int main() {
// runFunctions(); // runFunctions();
// measurePerformance(); measurePerformance();
// example1(); // example1();
example2(); // example2();
} }