#include #include #include #include #include using namespace std; int main (int argc, char ** argv) { Profile profile(argc, argv); Plot plot(profile); plot.eventloop(); cout << "End." << endl; }