- Load plugins. Still not fixed sigsegv. Will see after dinner.
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1243 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
fbcc9e9267
commit
3fd03341ae
|
@ -35,6 +35,7 @@
|
||||||
#include <sgpemv2/cpu_policies_gatekeeper.hh>
|
#include <sgpemv2/cpu_policies_gatekeeper.hh>
|
||||||
#include <sgpemv2/cpu_policy_manager.hh>
|
#include <sgpemv2/cpu_policy_manager.hh>
|
||||||
#include <sgpemv2/cpu_policy.hh>
|
#include <sgpemv2/cpu_policy.hh>
|
||||||
|
#include <sgpemv2/plugin_manager.hh>
|
||||||
#include <sgpemv2/statistics.hh>
|
#include <sgpemv2/statistics.hh>
|
||||||
#include <sgpemv2/process_statistics.hh>
|
#include <sgpemv2/process_statistics.hh>
|
||||||
#include <sgpemv2/thread_statistics.hh>
|
#include <sgpemv2/thread_statistics.hh>
|
||||||
|
@ -53,6 +54,9 @@ main(int argc, char** argv)
|
||||||
|
|
||||||
using namespace sgpem;
|
using namespace sgpem;
|
||||||
|
|
||||||
|
// Initialize all preferences and load plugins
|
||||||
|
PluginManager::get_instance();
|
||||||
|
|
||||||
Simulation& sim=Simulation::get_instance();
|
Simulation& sim=Simulation::get_instance();
|
||||||
|
|
||||||
History& hi=sim.get_history();
|
History& hi=sim.get_history();
|
||||||
|
|
Loading…
Reference in New Issue