← Back to team overview

yade-dev team mailing list archive

yade-dev post from eudoxos@xxxxxxxx requires approval

 

As list administrator, your authorization is requested for the
following mailing list posting:

    List:    yade-dev@xxxxxxxxxxxxxxxx
    From:    eudoxos@xxxxxxxx
    Subject: Re: [yade-dev] float, double, the DOUBLE_PRECISION flag
    Reason:  Message body is too big: 2894322 bytes with a limit of 200 KB

At your convenience, visit:

    https://lists.berlios.de/mailman/admindb/yade-dev
        
to approve or deny the request.
--- Begin Message --- I just did profiling with gprof, which is quite interesting. Contrary to callgrind, it requires recompilation, but seems to me much faster at runtime (for obvious reasons).

You can get the profiling binary by saying "scons -j4 PROFILE=1". If you do with make, make sure that you have the -pg flag for compilation AND linking (both shared libs and yade binary). Then run something like "gprof /usr/local/bin/yade gprof.mon" to get it in text.

I attach result of triaxial test with 2000 iterations.

Vaclav
Flat profile:

Each sample counts as 0.01 seconds.
  %   cumulative   self              self     total           
 time   seconds   seconds    calls  ms/call  ms/call  name    
 22.07      2.15     2.15 46270634     0.00     0.00  boost::detail::atomic_increment(int*)
 16.36      3.73     1.59 48016578     0.00     0.00  boost::detail::atomic_exchange_and_add(int*, int)
  5.20      4.24     0.51                             boost::shared_ptr<Interaction>::shared_ptr(boost::shared_ptr<Interaction> const&)
  3.24      4.55     0.32 47143601     0.00     0.00  boost::detail::sp_counted_base::release()
  2.62      4.81     0.26      814     0.31     0.31  Wm3::Vector3<double>::operator=(Wm3::Vector3<double> const&)
  2.31      5.04     0.23  7547874     0.00     0.00  Wm3::Math<double>::Sqrt(double)
  2.31      5.26     0.23  4244342     0.00     0.00  Wm3::Vector3<double>::Length() const
  2.11      5.46     0.20                             InteractionContainerIteratorPointer::operator*()
  2.06      5.67     0.20                             __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::operator+(int const&) const
  1.75      5.83     0.17                             InteractionContainerIteratorPointer::operator!=(InteractionContainerIteratorPointer const&)
  1.75      6.00     0.17                             Wm3::Vector3<double>::Normalize()
  1.70      6.17     0.17  2401221     0.00     0.00  Wm3::Vector3<double>::operator[](int) const
  1.65      6.33     0.16      406     0.39     0.39  boost::shared_ptr<Body>::operator->() const
  1.49      6.47     0.14      336     0.43     0.79  std::vector<int, std::allocator<int> >::operator[](unsigned int)
  1.44      6.62     0.14 61019772     0.00     0.00  boost::shared_ptr<InteractionContainerIterator>::operator->() const
  1.44      6.75     0.14 34301986     0.00     0.00  boost::detail::shared_count::shared_count(boost::detail::shared_count const&)
  1.44      6.89     0.14       24     5.83     8.54  std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::begin()
  1.44      7.04     0.14        1   140.00   140.00  boost::shared_ptr<BodyContainer>::operator*() const
  1.39      7.17     0.14                             std::vector<double, std::allocator<double> >::operator[](unsigned int)
  1.34      7.30     0.13 57760905     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::__normal_iterator(boost::shared_ptr<Body>* const&)
  1.29      7.42     0.12 38141656     0.00     0.00  boost::detail::shared_count::~shared_count()
  1.23      7.54     0.12                             InteractionContainerIteratorPointer::operator++()
  1.13      7.66     0.11 46270634     0.00     0.00  boost::detail::sp_counted_base::add_ref_copy()
  1.13      7.76     0.11 18658711     0.00     0.00  InteractionContainerIteratorPointer::getRef() const
  1.08      7.87     0.10     2442     0.04     0.04  Wm3::Vector3<double>::operator[](int)
  1.08      7.97     0.10        2    52.50   775.62  boost::shared_ptr<Interaction>::~shared_ptr()
  0.72      8.04     0.07  4148236     0.00     0.00  boost::detail::shared_count::operator=(boost::detail::shared_count const&)
  0.72      8.12     0.07     3157     0.02     0.02  __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::operator*() const
  0.72      8.19     0.07      654     0.11     0.11  boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::operator->() const
  0.62      8.24     0.06 22103760     0.00     0.00  __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >::__normal_iterator(double* const&)
  0.62      8.30     0.06 17634113     0.00     0.00  __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::__normal_iterator(int* const&)
  0.57      8.36     0.06 18666711     0.00     0.00  boost::shared_ptr<InteractionContainerIterator>::operator*() const
  0.57      8.41     0.06                             BodyContainerIteratorPointer::operator*()
  0.51      8.46     0.05  3332741     0.00     0.00  boost::detail::shared_count::shared_count()
  0.51      8.52     0.05   800407     0.00     0.00  Wm3::Math<double>::Sin(double)
  0.51      8.56     0.05      412     0.12     0.16  std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::begin()
  0.41      8.61     0.04  4901501     0.00     0.00  BodyContainerIteratorPointer::getRef() const
  0.41      8.64     0.04      407     0.10     0.63  Wm3::Quaternion<double>::FromAxisAngle(Wm3::Vector3<double> const&, double)
  0.41      8.69     0.04                             boost::shared_ptr<Interaction>::operator Interaction* boost::shared_ptr<Interaction>::*() const
  0.41      8.72     0.04                             __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::operator+(int const&) const
  0.36      8.76     0.04                             BodyContainerIteratorPointer::operator++()
  0.31      8.79     0.03 20113806     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::__normal_iterator(boost::shared_ptr<PhysicalAction>* const&)
  0.31      8.82     0.03 11051860     0.00     0.00  __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >::operator+(int const&) const
  0.31      8.85     0.03  8817158     0.00     0.00  __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::operator*() const
  0.31      8.88     0.03   798896     0.00     0.00  Factorable::~Factorable()
  0.31      8.91     0.03     2285     0.01     0.02  bool __gnu_cxx::operator!=<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&)
  0.31      8.94     0.03     1323     0.02     0.27  boost::shared_ptr<Body>::shared_ptr(boost::shared_ptr<Body> const&)
  0.31      8.97     0.03      407     0.07     0.07  Wm3::Vector3<double>::Vector3(Wm3::Vector3<double> const&)
  0.31      9.00     0.03                             boost::shared_ptr<InteractionGeometry>::operator InteractionGeometry* boost::shared_ptr<InteractionGeometry>::*() const
  0.26      9.03     0.03 11051866     0.00     0.00  std::vector<double, std::allocator<double> >::begin()
  0.26      9.05     0.03  6495666     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::base() const
  0.26      9.07     0.03     1325     0.02     0.25  boost::shared_ptr<Body>::~shared_ptr()
  0.21      9.10     0.02 15480417     0.00     0.00  boost::shared_ptr<BodyContainerIterator>::operator->() const
  0.21      9.12     0.02  9807670     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::base() const
  0.21      9.13     0.02  8816902     0.00     0.00  std::vector<int, std::allocator<int> >::begin()
  0.21      9.15     0.02    18174     0.00     0.00  boost::detail::sp_counted_base::sp_counted_base()
  0.21      9.18     0.02     6705     0.00     0.01  Serializable::Serializable()
  0.21      9.20     0.02     2757     0.01     0.11  boost::shared_ptr<PhysicalAction>::shared_ptr(boost::shared_ptr<PhysicalAction> const&)
  0.21      9.21     0.02     1230     0.02     0.02  __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::operator*() const
  0.21      9.23     0.02      834     0.02     0.05  bool __gnu_cxx::operator!=<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&)
  0.21      9.26     0.02      829     0.02     0.03  std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::end()
  0.21      9.28     0.02      407     0.05     0.05  bool isFundamental<Se3<double> >(Se3<double>&)
  0.21      9.29     0.02                             BodyContainerIteratorPointer::operator!=(BodyContainerIteratorPointer const&)
  0.15      9.31     0.01     1951     0.01     0.01  boost::shared_ptr<PhysicalAction>::~shared_ptr()
  0.15      9.32     0.01     1230     0.01     0.01  __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::operator++()
  0.15      9.34     0.01      407     0.04     0.04  Wm3::Quaternion<double>::Quaternion(Wm3::Quaternion<double> const&)
  0.15      9.36     0.01                             Body::getClassName() const
  0.10      9.37     0.01 11051860     0.00     0.00  __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >::operator*() const
  0.10      9.38     0.01  8816852     0.00     0.00  __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::operator+(int const&) const
  0.10      9.38     0.01  1623992     0.00     0.00  PhysicalAction::getClassIndexStatic()
  0.10      9.39     0.01   805589     0.00     0.00  Factorable::Factorable()
  0.10      9.40     0.01   805586     0.00     0.00  std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_List_base(std::allocator<boost::shared_ptr<Archive> > const&)
  0.10      9.41     0.01   798894     0.00     0.00  std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_clear()
  0.10      9.43     0.01   798894     0.00     0.00  std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::~_List_base()
  0.10      9.44     0.01    21233     0.00     0.00  boost::any::type() const
  0.10      9.45     0.01    19964     0.00     0.00  std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_right(std::_Rb_tree_node_base*)
  0.10      9.46     0.01    10037     0.00     0.00  Singleton<Omega>::instance()
  0.10      9.46     0.01     3167     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::operator++()
  0.10      9.47     0.01     2000     0.01     0.01  MetaBody::moveToNextTimeStep()
  0.10      9.48     0.01      820     0.01     0.04  boost::shared_ptr<InteractingGeometry>::~shared_ptr()
  0.10      9.49     0.01      812     0.01     0.01  boost::any::holder<boost::shared_ptr<Body>*>::holder(boost::shared_ptr<Body>* const&)
  0.10      9.51     0.01       18     0.56     0.56  std::vector<double, std::allocator<double> >::end()
  0.10      9.52     0.01        2     5.00    29.89  boost::shared_ptr<Interaction>::shared_ptr()
  0.10      9.53     0.01        1    10.00    10.00  __static_initialization_and_destruction_0(int, int)
  0.10      9.54     0.01                             Factorable::~Factorable()
  0.10      9.54     0.01                             PhysicalAction::getClassIndex()
  0.10      9.55     0.01                             ContainerHandler<boost::shared_ptr<Interaction> >::resize(Archive&, unsigned long)
  0.10      9.56     0.01                             PhysicalParameters::getClassIndex()
  0.10      9.57     0.01                             Wm3::Quaternion<double>::Z()
  0.10      9.59     0.01                             boost::shared_ptr<Interaction>::operator=(boost::shared_ptr<Interaction> const&)
  0.10      9.60     0.01                             Wm3::Quaternion<double>::ToAxisAngle(Wm3::Vector3<double>&, double&) const
  0.10      9.61     0.01                             boost::shared_ptr<InteractingGeometry>::operator InteractingGeometry* boost::shared_ptr<InteractingGeometry>::*() const
  0.10      9.62     0.01                             boost::bad_any_cast::what() const
  0.10      9.62     0.01                             std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::max_size() const
  0.10      9.63     0.01                             void std::_Destroy<unsigned char*, unsigned char>(unsigned char*, unsigned char*, std::allocator<unsigned char>)
  0.05      9.64     0.01    32080     0.00     0.00  boost::shared_ptr<InteractionContainerIterator>::~shared_ptr()
  0.05      9.64     0.01    14318     0.00     0.00  boost::detail::sp_counted_base::~sp_counted_base()
  0.05      9.65     0.01     3299     0.00     0.00  Wm3::Vector3<double>::Vector3()
  0.05      9.65     0.01      817     0.01     0.01  boost::shared_ptr<BoundingVolume>::~shared_ptr()
  0.05      9.66     0.01      406     0.01     0.42  boost::shared_ptr<Body>::operator=(boost::shared_ptr<Body> const&)
  0.05      9.66     0.01       11     0.45     0.45  __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<Body>*, boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&)
  0.05      9.67     0.01        9     0.56     0.56  std::_Vector_base<double, std::allocator<double> >::_Vector_base(std::allocator<double> const&)
  0.05      9.68     0.01        4     1.25     1.25  std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::vector(std::allocator<boost::shared_ptr<PhysicalAction> > const&)
  0.05      9.68     0.01        1     5.00     5.00  Omega::getTimeStep()
  0.05      9.69     0.01        1     5.00     5.00  Omega::setTimeStep(double)
  0.05      9.69     0.01                             VerifyInteractionPhysics()
  0.05      9.70     0.01                             PhysicalAction::incrementMaxCurrentlyUsedClassIndex()
  0.05      9.70     0.01                             PointerHandler<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::accessor(Archive&, boost::shared_ptr<Archive>&)
  0.05      9.71     0.01                             InteractionContainerIteratorPointer::~InteractionContainerIteratorPointer()
  0.05      9.71     0.01                             __gnu_cxx::new_allocator<boost::shared_ptr<Interaction> >::construct(boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction> const&)
  0.05      9.71     0.01                             boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::zone_as_posix_string() const
  0.05      9.72     0.01                             std::vector<double, std::allocator<double> >::max_size() const
  0.00      9.72     0.00 78308024     0.00     0.00  data_start
  0.00      9.72     0.00  4901501     0.00     0.00  boost::shared_ptr<BodyContainerIterator>::operator*() const
  0.00      9.72     0.00  1625988     0.00     0.00  PhysicalParameters::getClassIndexStatic()
  0.00      9.72     0.00  1605701     0.00     0.00  __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > >::~new_allocator()
  0.00      9.72     0.00   872977     0.00     0.00  boost::detail::sp_counted_base::weak_release()
  0.00      9.72     0.00   872977     0.00     0.00  boost::detail::sp_counted_base::destroy()
  0.00      9.72     0.00   825673     0.00     0.00  __gnu_cxx::new_allocator<boost::shared_ptr<Archive> >::new_allocator()
  0.00      9.72     0.00   825673     0.00     0.00  __gnu_cxx::new_allocator<boost::shared_ptr<Archive> >::~new_allocator()
  0.00      9.72     0.00   824452     0.00     0.00  std::allocator<boost::shared_ptr<Archive> >::~allocator()
  0.00      9.72     0.00   806807     0.00     0.00  __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > >::new_allocator(__gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > > const&)
  0.00      9.72     0.00   806807     0.00     0.00  __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > >::new_allocator()
  0.00      9.72     0.00   806807     0.00     0.00  std::allocator<std::_List_node<boost::shared_ptr<Archive> > >::allocator<boost::shared_ptr<Archive> >(std::allocator<boost::shared_ptr<Archive> > const&)
  0.00      9.72     0.00   806807     0.00     0.00  std::allocator<std::_List_node<boost::shared_ptr<Archive> > >::allocator(std::allocator<std::_List_node<boost::shared_ptr<Archive> > > const&)
  0.00      9.72     0.00   806807     0.00     0.00  std::allocator<std::_List_node<boost::shared_ptr<Archive> > >::~allocator()
  0.00      9.72     0.00   806807     0.00     0.00  std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_List_impl::_List_impl(std::allocator<std::_List_node<boost::shared_ptr<Archive> > > const&)
  0.00      9.72     0.00   806807     0.00     0.00  std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_init()
  0.00      9.72     0.00   805586     0.00     0.00  std::allocator<boost::shared_ptr<Archive> >::allocator()
  0.00      9.72     0.00   805586     0.00     0.00  std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::list(std::allocator<boost::shared_ptr<Archive> > const&)
  0.00      9.72     0.00   800407     0.00     0.00  Wm3::Math<double>::Cos(double)
  0.00      9.72     0.00   798894     0.00     0.00  std::allocator<std::_List_node<boost::shared_ptr<Archive> > >::~allocator()
  0.00      9.72     0.00   798894     0.00     0.00  std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_List_impl::~_List_impl()
  0.00      9.72     0.00   798894     0.00     0.00  std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::~list()
  0.00      9.72     0.00   168501     0.00     0.00  __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::base() const
  0.00      9.72     0.00   114089     0.00     0.00  std::type_info::operator==(std::type_info const&) const
  0.00      9.72     0.00    98157     0.00     0.00  __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::__normal_iterator(std::string* const&)
  0.00      9.72     0.00    92006     0.00     0.00  std::less<SerializableTypes::Type>::operator()(SerializableTypes::Type const&, SerializableTypes::Type const&) const
  0.00      9.72     0.00    91404     0.00     0.00  boost::shared_ptr<Archive>::operator->() const
  0.00      9.72     0.00    89855     0.00     0.00  bool std::operator< <char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)
  0.00      9.72     0.00    68088     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::base() const
  0.00      9.72     0.00    67990     0.00     0.00  std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::operator()(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) const
  0.00      9.72     0.00    67934     0.00     0.00  std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_key(std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > const*)
  0.00      9.72     0.00    67934     0.00     0.00  std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_value(std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > const*)
  0.00      9.72     0.00    55386     0.00     0.00  bool __gnu_cxx::operator!=<std::string*, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > const&, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > const&)
  0.00      9.72     0.00    54121     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::operator*() const
  0.00      9.72     0.00    54085     0.00     0.00  boost::shared_ptr<Engine>::operator->() const
  0.00      9.72     0.00    48134     0.00     0.00  std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::_Rb_tree_iterator(std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >*)
  0.00      9.72     0.00    48098     0.00     0.00  std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::operator*() const
  0.00      9.72     0.00    48000     0.00     0.00  InteractingGeometry::getClassIndexStatic()
  0.00      9.72     0.00    47974     0.00     0.00  std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_left(std::_Rb_tree_node_base*)
  0.00      9.72     0.00    46539     0.00     0.00  __gnu_cxx::new_allocator<std::string>::~new_allocator()
  0.00      9.72     0.00    43253     0.00     0.00  __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator*() const
  0.00      9.72     0.00    42693     0.00     0.00  __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator++()
  0.00      9.72     0.00    41808     0.00     0.00  std::allocator<std::string>::~allocator()
  0.00      9.72     0.00    41794     0.00     0.00  __gnu_cxx::new_allocator<std::string>::new_allocator(__gnu_cxx::new_allocator<std::string> const&)
  0.00      9.72     0.00    37795     0.00     0.00  std::_Vector_base<std::string, std::allocator<std::string> >::get_allocator() const
  0.00      9.72     0.00    37795     0.00     0.00  std::allocator<std::string>::allocator(std::allocator<std::string> const&)
  0.00      9.72     0.00    36675     0.00     0.00  operator new(unsigned int, void*)
  0.00      9.72     0.00    34031     0.00     0.00  bool __gnu_cxx::operator!=<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&)
  0.00      9.72     0.00    32038     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::operator++()
  0.00      9.72     0.00    29726     0.00     0.00  __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::base() const
  0.00      9.72     0.00    29258     0.00     0.00  __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::__normal_iterator(std::string const* const&)
  0.00      9.72     0.00    28656     0.00     0.00  Archive::getRecordType()
  0.00      9.72     0.00    26521     0.00     0.00  std::vector<std::string, std::allocator<std::string> >::end()
  0.00      9.72     0.00    24090     0.00     0.00  std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_end()
  0.00      9.72     0.00    24086     0.00     0.00  boost::shared_ptr<BodyContainerIterator>::~shared_ptr()
  0.00      9.72     0.00    24058     0.00     0.00  std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::operator==(std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > const&) const
  0.00      9.72     0.00    24058     0.00     0.00  std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_begin()
  0.00      9.72     0.00    24054     0.00     0.00  std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::lower_bound(SerializableTypes::Type const&)
  0.00      9.72     0.00    24054     0.00     0.00  std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::end()
  0.00      9.72     0.00    24054     0.00     0.00  std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::lower_bound(SerializableTypes::Type const&)
  0.00      9.72     0.00    24054     0.00     0.00  std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::end()
  0.00      9.72     0.00    24044     0.00     0.00  std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::key_comp() const
  0.00      9.72     0.00    24044     0.00     0.00  std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::key_comp() const
  0.00      9.72     0.00    22984     0.00     0.00  std::_List_iterator<boost::shared_ptr<Archive> >::_List_iterator(std::_List_node_base*)
  0.00      9.72     0.00    22409     0.00     0.00  void std::_Destroy<std::string>(std::string*)
  0.00      9.72     0.00    22002     0.00     0.00  Engine::isActivated()
  0.00      9.72     0.00    21571     0.00     0.00  boost::any::~any()
  0.00      9.72     0.00    20945     0.00     0.00  std::vector<std::string, std::allocator<std::string> >::begin()
  0.00      9.72     0.00    20548     0.00     0.00  __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >)
  0.00      9.72     0.00    20548     0.00     0.00  __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string>(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::allocator<std::string>)
  0.00      9.72     0.00    20548     0.00     0.00  __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __false_type)
  0.00      9.72     0.00    20087     0.00     0.00  std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::get_allocator() const
  0.00      9.72     0.00    20087     0.00     0.00  std::allocator<boost::shared_ptr<Archive> >::allocator<std::_List_node<boost::shared_ptr<Archive> > >(std::allocator<std::_List_node<boost::shared_ptr<Archive> > > const&)
  0.00      9.72     0.00    19104     0.00     0.00  boost::any::placeholder::placeholder()
  0.00      9.72     0.00    19104     0.00     0.00  boost::any::placeholder::~placeholder()
  0.00      9.72     0.00    19104     0.00     0.00  std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&)
  0.00      9.72     0.00    18985     0.00     0.00  boost::shared_ptr<Archive>::~shared_ptr()
  0.00      9.72     0.00    18174     0.00     0.00  boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...)
  0.00      9.72     0.00    15200     0.00     0.00  std::operator|(std::_Ios_Openmode, std::_Ios_Openmode)
  0.00      9.72     0.00    15198     0.00     0.00  std::ios_base::unsetf(std::_Ios_Fmtflags)
  0.00      9.72     0.00    15198     0.00     0.00  std::operator&=(std::_Ios_Fmtflags&, std::_Ios_Fmtflags)
  0.00      9.72     0.00    15198     0.00     0.00  std::operator&(std::_Ios_Fmtflags, std::_Ios_Fmtflags)
  0.00      9.72     0.00    15198     0.00     0.00  std::operator~(std::_Ios_Fmtflags)
  0.00      9.72     0.00    15171     0.00     0.00  std::char_traits<char>::eof()
  0.00      9.72     0.00    15138     0.00     0.00  std::ios_base::precision(int)
  0.00      9.72     0.00    14629     0.00     0.00  std::vector<std::string, std::allocator<std::string> >::begin() const
  0.00      9.72     0.00    14627     0.00     0.00  std::vector<std::string, std::allocator<std::string> >::end() const
  0.00      9.72     0.00    14581     0.00     0.00  __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::difference_type __gnu_cxx::operator-<std::string const*, std::string const*, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > > const&, __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > > const&)
  0.00      9.72     0.00    14248     0.00     0.00  std::_Vector_base<std::string, std::allocator<std::string> >::_M_deallocate(std::string*, unsigned int)
  0.00      9.72     0.00    13660     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Body> const*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::__normal_iterator(boost::shared_ptr<Body> const* const&)
  0.00      9.72     0.00    13660     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Body> const*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::base() const
  0.00      9.72     0.00    13437     0.00     0.00  std::less<std::string>::operator()(std::string const&, std::string const&) const
  0.00      9.72     0.00    13149     0.00     0.00  void std::__destroy_aux<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __false_type)
  0.00      9.72     0.00    13149     0.00     0.00  void std::_Destroy<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >)
  0.00      9.72     0.00    13149     0.00     0.00  void std::_Destroy<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string>(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::allocator<std::string>)
  0.00      9.72     0.00    11991     0.00     0.00  void boost::checked_delete<Archive>(Archive*)
  0.00      9.72     0.00    11991     0.00     0.00  boost::any::swap(boost::any&)
  0.00      9.72     0.00    11991     0.00     0.00  boost::any::any(boost::any const&)
  0.00      9.72     0.00    11991     0.00     0.00  boost::any::operator=(boost::any const&)
  0.00      9.72     0.00    11991     0.00     0.00  boost::detail::shared_count::shared_count<Archive>(Archive*)
  0.00      9.72     0.00    11991     0.00     0.00  boost::detail::sp_counted_impl_p<Archive>::dispose()
  0.00      9.72     0.00    11991     0.00     0.00  boost::detail::sp_counted_impl_p<Archive>::sp_counted_impl_p(Archive*)
  0.00      9.72     0.00    11991     0.00     0.00  boost::detail::sp_counted_impl_p<Archive>::~sp_counted_impl_p()
  0.00      9.72     0.00    11991     0.00     0.00  void std::swap<boost::any::placeholder*>(boost::any::placeholder*&, boost::any::placeholder*&)
  0.00      9.72     0.00    11882     0.00     0.00  __gnu_cxx::new_allocator<std::string>::construct(std::string*, std::string const&)
  0.00      9.72     0.00    11490     0.00     0.00  std::_Select1st<std::pair<std::string const, DynlibDescriptor> >::operator()(std::pair<std::string const, DynlibDescriptor> const&) const
  0.00      9.72     0.00    11188     0.00     0.00  std::vector<std::string, std::allocator<std::string> >::size() const
  0.00      9.72     0.00    10836     0.00     0.00  void std::_Construct<std::string, std::string>(std::string*, std::string const&)
  0.00      9.72     0.00    10650     0.00     0.00  __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator+(int const&) const
  0.00      9.72     0.00    10482     0.00     0.00  std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_key(std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > const*)
  0.00      9.72     0.00    10482     0.00     0.00  std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_value(std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > const*)
  0.00      9.72     0.00    10322     0.00     0.00  std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int)
  0.00      9.72     0.00    10319     0.00     0.00  __gnu_cxx::new_allocator<std::string>::allocate(unsigned int, void const*)
  0.00      9.72     0.00    10319     0.00     0.00  __gnu_cxx::new_allocator<std::string>::max_size() const
  0.00      9.72     0.00    10319     0.00     0.00  std::_Vector_base<std::string, std::allocator<std::string> >::_M_allocate(unsigned int)
  0.00      9.72     0.00    10299     0.00     0.00  __gnu_cxx::new_allocator<std::string>::deallocate(std::string*, unsigned int)
  0.00      9.72     0.00    10284     0.00     0.00  std::iterator_traits<char const*>::difference_type std::__distance<char const*>(char const*, char const*, std::random_access_iterator_tag)
  0.00      9.72     0.00    10284     0.00     0.00  std::iterator_traits<char const*>::iterator_category std::__iterator_category<char const*>(char const* const&)
  0.00      9.72     0.00    10274     0.00     0.00  std::vector<std::string, std::allocator<std::string> >::max_size() const
  0.00      9.72     0.00    10257     0.00     0.00  std::vector<std::string, std::allocator<std::string> >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string const&)
  0.00      9.72     0.00    10211     0.00     0.00  boost::detail::lexical_stream<double, std::string>::lexical_stream()
  0.00      9.72     0.00    10211     0.00     0.00  boost::detail::lexical_stream<double, std::string>::~lexical_stream()
  0.00      9.72     0.00    10211     0.00     0.00  boost::detail::lexical_stream<double, std::string>::operator<<(std::string const&)
  0.00      9.72     0.00    10211     0.00     0.00  bool boost::detail::lexical_stream<double, std::string>::operator>><double>(double&)
  0.00      9.72     0.00     9552     0.00     0.00  boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*)
  0.00      9.72     0.00     9552     0.00     0.00  Archive::setAddress(boost::any)
  0.00      9.72     0.00     9552     0.00     0.00  Archive::setRecordType(SerializableTypes::Type)
  0.00      9.72     0.00     9552     0.00     0.00  Archive::setFundamental(bool)
  0.00      9.72     0.00     9433     0.00     0.00  boost::shared_ptr<Archive>::shared_ptr(boost::shared_ptr<Archive> const&)
  0.00      9.72     0.00     9433     0.00     0.00  __gnu_cxx::new_allocator<boost::shared_ptr<Archive> >::destroy(boost::shared_ptr<Archive>*)
  0.00      9.72     0.00     9433     0.00     0.00  __gnu_cxx::new_allocator<boost::shared_ptr<Archive> >::construct(boost::shared_ptr<Archive>*, boost::shared_ptr<Archive> const&)
  0.00      9.72     0.00     9433     0.00     0.00  __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > >::deallocate(std::_List_node<boost::shared_ptr<Archive> >*, unsigned int)
  0.00      9.72     0.00     9433     0.00     0.00  __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > >::allocate(unsigned int, void const*)
  0.00      9.72     0.00     9433     0.00     0.00  __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > >::max_size() const
  0.00      9.72     0.00     9433     0.00     0.00  std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::get_allocator() const
  0.00      9.72     0.00     9433     0.00     0.00  std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_get_node()
  0.00      9.72     0.00     9433     0.00     0.00  std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_put_node(std::_List_node<boost::shared_ptr<Archive> >*)
  0.00      9.72     0.00     9433     0.00     0.00  std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_create_node(boost::shared_ptr<Archive> const&)
  0.00      9.72     0.00     9433     0.00     0.00  std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::end()
  0.00      9.72     0.00     9433     0.00     0.00  std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_insert(std::_List_iterator<boost::shared_ptr<Archive> >, boost::shared_ptr<Archive> const&)
  0.00      9.72     0.00     8514     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction> const*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::__normal_iterator(boost::shared_ptr<PhysicalAction> const* const&)
  0.00      9.72     0.00     8010     0.00     0.00  Archive::getAddress()
  0.00      9.72     0.00     7831     0.00     0.00  std::string const** boost::any_cast<std::string const*>(boost::any*)
  0.00      9.72     0.00     7772     0.00     0.00  double boost::lexical_cast<double, std::string>(std::string const&)
  0.00      9.72     0.00     7317     0.00     0.00  __gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> >::~new_allocator()
  0.00      9.72     0.00     7312     0.00     0.00  __gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> >::new_allocator(__gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> > const&)
  0.00      9.72     0.00     6994     0.00     0.00  std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::push_back(boost::shared_ptr<Archive> const&)
  0.00      9.72     0.00     6830     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Body> const*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<Body> const*, boost::shared_ptr<Body> const*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body> const*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body> const*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&)
  0.00      9.72     0.00     6830     0.00     0.00  std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::end() const
  0.00      9.72     0.00     6830     0.00     0.00  std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::begin() const
  0.00      9.72     0.00     6030     0.00     0.00  std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_right(std::_Rb_tree_node_base*)
  0.00      9.72     0.00     5888     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction> const*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::base() const
  0.00      9.72     0.00     5586     0.00     0.00  std::allocator<boost::shared_ptr<PhysicalAction> >::allocator(std::allocator<boost::shared_ptr<PhysicalAction> > const&)
  0.00      9.72     0.00     5392     0.00     0.00  std::string const* boost::any_cast<std::string const*>(boost::any&)
  0.00      9.72     0.00     4770     0.00     0.00  __gnu_cxx::new_allocator<std::string>::new_allocator()
  0.00      9.72     0.00     4636     0.00     0.00  std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_left(std::_Rb_tree_node_base*)
  0.00      9.72     0.00     4481     0.00     0.01  Serializable::~Serializable()
  0.00      9.72     0.00     4365     0.00     0.00  Singleton<ClassFactory>::instance()
  0.00      9.72     0.00     4263     0.00     0.00  boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::derived() const
  0.00      9.72     0.00     4259     0.00     0.00  Singleton<SerializableSingleton>::instance()
  0.00      9.72     0.00     4118     0.00     0.00  boost::any::holder<Serializable*>::holder(Serializable* const&)
  0.00      9.72     0.00     4118     0.00     0.00  boost::any::holder<Serializable*>::~holder()
  0.00      9.72     0.00     4036     0.00     0.00  boost::shared_ptr<InteractionPhysics>::shared_ptr()
  0.00      9.72     0.00     4036     0.00     0.00  boost::shared_ptr<InteractionGeometry>::shared_ptr()
  0.00      9.72     0.00     4034     0.00     0.00  boost::detail::shared_count::shared_count<Interaction>(Interaction*)
  0.00      9.72     0.00     4034     0.00     0.00  boost::detail::sp_counted_impl_p<Interaction>::sp_counted_impl_p(Interaction*)
  0.00      9.72     0.00     4034     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::__normal_iterator(boost::shared_ptr<Engine>* const&)
  0.00      9.72     0.00     4021     0.00     0.00  Omega::getCurrentIteration()
  0.00      9.72     0.00     3999     0.00     0.00  std::allocator<std::string>::allocator(std::allocator<std::string> const&)
  0.00      9.72     0.00     3999     0.00     0.00  std::_Vector_base<std::string, std::allocator<std::string> >::_Vector_impl::_Vector_impl(std::allocator<std::string> const&)
  0.00      9.72     0.00     3991     0.00     0.00  void std::__destroy_aux<std::string*>(std::string*, std::string*, __false_type)
  0.00      9.72     0.00     3991     0.00     0.00  void std::_Destroy<std::string*>(std::string*, std::string*)
  0.00      9.72     0.00     3991     0.00     0.00  void std::_Destroy<std::string*, std::string>(std::string*, std::string*, std::allocator<std::string>)
  0.00      9.72     0.00     3974     0.00     0.00  std::allocator<std::string>::~allocator()
  0.00      9.72     0.00     3974     0.00     0.00  std::_Vector_base<std::string, std::allocator<std::string> >::_Vector_impl::~_Vector_impl()
  0.00      9.72     0.00     3974     0.00     0.00  std::_Vector_base<std::string, std::allocator<std::string> >::~_Vector_base()
  0.00      9.72     0.00     3954     0.00     0.00  std::_Vector_base<std::string, std::allocator<std::string> >::_Vector_base(std::allocator<std::string> const&)
  0.00      9.72     0.00     3609     0.00     0.00  boost::filesystem::directory_iterator::reference boost::iterator_core_access::dereference<boost::filesystem::directory_iterator>(boost::filesystem::directory_iterator const&)
  0.00      9.72     0.00     3609     0.00     0.00  boost::filesystem::directory_iterator::dereference() const
  0.00      9.72     0.00     3609     0.00     0.00  boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::operator*() const
  0.00      9.72     0.00     3392     0.00     0.00  std::allocator<std::string>::allocator()
  0.00      9.72     0.00     3369     0.00     0.00  std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::operator*() const
  0.00      9.72     0.00     3282     0.00     0.00  boost::any::holder<Wm3::Vector3<double>*>::holder(Wm3::Vector3<double>* const&)
  0.00      9.72     0.00     3282     0.00     0.00  boost::any::holder<Wm3::Vector3<double>*>::~holder()
  0.00      9.72     0.00     3272     0.00     0.00  boost::any::holder<bool*>::holder(bool* const&)
  0.00      9.72     0.00     3272     0.00     0.00  boost::any::holder<bool*>::~holder()
  0.00      9.72     0.00     3219     0.00     0.00  std::vector<std::string, std::allocator<std::string> >::~vector()
  0.00      9.72     0.00     3197     0.00     0.00  std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&)
  0.00      9.72     0.00     3169     0.00     0.00  std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::_Rb_tree_iterator(std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> >*)
  0.00      9.72     0.00     2955     0.00     0.00  std::allocator<boost::shared_ptr<PhysicalAction> >::~allocator()
  0.00      9.72     0.00     2951     0.00     0.00  std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::get_allocator() const
  0.00      9.72     0.00     2944     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction> const*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<PhysicalAction> const*, boost::shared_ptr<PhysicalAction> const*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction> const*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction> const*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&)
  0.00      9.72     0.00     2944     0.00     0.00  std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::end() const
  0.00      9.72     0.00     2944     0.00     0.00  std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::begin() const
  0.00      9.72     0.00     2892     0.00     0.00  __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::difference_type __gnu_cxx::operator-<std::string*, std::string*, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > const&, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > const&)
  0.00      9.72     0.00     2892     0.00     0.00  __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >)
  0.00      9.72     0.00     2892     0.00     0.00  std::string* std::__copy<false, std::random_access_iterator_tag>::copy<std::string*, std::string*>(std::string*, std::string*, std::string*)
  0.00      9.72     0.00     2892     0.00     0.00  std::string* std::__copy_aux<std::string*, std::string*>(std::string*, std::string*, std::string*)
  0.00      9.72     0.00     2892     0.00     0.00  __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::copy<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >)
  0.00      9.72     0.00     2556     0.00     0.00  boost::shared_ptr<Archive>::operator=(boost::shared_ptr<Archive> const&)
  0.00      9.72     0.00     2556     0.00     0.00  Archive::getName()
  0.00      9.72     0.00     2439     0.00     0.00  float boost::lexical_cast<float, std::string>(std::string const&)
  0.00      9.72     0.00     2439     0.00     0.00  boost::detail::lexical_stream<float, std::string>::lexical_stream()
  0.00      9.72     0.00     2439     0.00     0.00  boost::detail::lexical_stream<float, std::string>::~lexical_stream()
  0.00      9.72     0.00     2439     0.00     0.00  boost::detail::lexical_stream<float, std::string>::operator<<(std::string const&)
  0.00      9.72     0.00     2439     0.00     0.00  bool boost::detail::lexical_stream<float, std::string>::operator>><float>(float&)
  0.00      9.72     0.00     2248     0.00     0.00  boost::shared_ptr<InteractionGeometry>::~shared_ptr()
  0.00      9.72     0.00     2246     0.00     0.00  boost::shared_ptr<InteractionPhysics>::~shared_ptr()
  0.00      9.72     0.00     2239     0.00     0.00  Interaction::~Interaction()
  0.00      9.72     0.00     2239     0.00     0.00  void boost::checked_delete<Interaction>(Interaction*)
  0.00      9.72     0.00     2239     0.00     0.00  boost::detail::sp_counted_impl_p<Interaction>::dispose()
  0.00      9.72     0.00     2239     0.00     0.00  boost::detail::sp_counted_impl_p<Interaction>::~sp_counted_impl_p()
  0.00      9.72     0.00     2059     0.00     0.00  boost::any::any<Serializable*>(Serializable* const&)
  0.00      9.72     0.00     2059     0.00     0.00  boost::any::holder<Serializable*>::type() const
  0.00      9.72     0.00     2059     0.00     0.00  boost::any::holder<Serializable*>::clone() const
  0.00      9.72     0.00     2019     0.00     0.00  std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::end()
  0.00      9.72     0.00     2009     0.00     0.00  std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::begin()
  0.00      9.72     0.00     2001     0.00     0.00  boost::shared_ptr<MetaBody>::operator->() const
  0.00      9.72     0.00     2000     0.00     0.00  DeusExMachina::action(Body*)
  0.00      9.72     0.00     2000     0.00     0.00  Omega::getRootBody()
  0.00      9.72     0.00     2000     0.00     0.00  Omega::incrementSimulationTime()
  0.00      9.72     0.00     2000     0.00     0.00  Omega::incrementCurrentIteration()
  0.00      9.72     0.00     1819     0.00     0.00  std::_Rb_tree_iterator<std::string>::_Rb_tree_iterator(std::_Rb_tree_node<std::string>*)
  0.00      9.72     0.00     1808     0.00     0.00  std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_end()
  0.00      9.72     0.00     1726     0.00     0.00  std::allocator<boost::shared_ptr<PhysicalAction> >::allocator(std::allocator<boost::shared_ptr<PhysicalAction> > const&)
  0.00      9.72     0.00     1725     0.00     0.00  std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_deallocate(boost::shared_ptr<PhysicalAction>*, unsigned int)
  0.00      9.72     0.00     1725     0.00     0.00  void std::__destroy_aux<boost::shared_ptr<PhysicalAction>*>(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*, __false_type)
  0.00      9.72     0.00     1725     0.00     0.00  void std::_Destroy<boost::shared_ptr<PhysicalAction>*>(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*)
  0.00      9.72     0.00     1725     0.00     0.00  void std::_Destroy<boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction> >(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*, std::allocator<boost::shared_ptr<PhysicalAction> >)
  0.00      9.72     0.00     1723     0.00     0.00  __gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> >::allocate(unsigned int, void const*)
  0.00      9.72     0.00     1723     0.00     0.00  __gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> >::max_size() const
  0.00      9.72     0.00     1665     0.00     0.00  Wm3::Quaternion<double>::Quaternion()
  0.00      9.72     0.00     1641     0.00     0.00  bool isFundamental<Wm3::Vector3<double> >(Wm3::Vector3<double>&)
  0.00      9.72     0.00     1641     0.00     0.00  SerializableTypes::Type findType<Wm3::Vector3<double> >(Wm3::Vector3<double>&, bool&, std::string&)
  0.00      9.72     0.00     1641     0.00     0.00  Wm3::Vector3<double>::X()
  0.00      9.72     0.00     1641     0.00     0.00  Wm3::Vector3<double>::Y()
  0.00      9.72     0.00     1641     0.00     0.00  Wm3::Vector3<double>::Z()
  0.00      9.72     0.00     1641     0.00     0.00  boost::any::any<Wm3::Vector3<double>*>(Wm3::Vector3<double>* const&)
  0.00      9.72     0.00     1641     0.00     0.00  Wm3::Vector3<double>** boost::any_cast<Wm3::Vector3<double>*>(boost::any*)
  0.00      9.72     0.00     1641     0.00     0.00  Wm3::Vector3<double>* boost::any_cast<Wm3::Vector3<double>*>(boost::any&)
  0.00      9.72     0.00     1641     0.00     0.00  boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<double> >(std::string const&, Wm3::Vector3<double>&)
  0.00      9.72     0.00     1641     0.00     0.00  boost::any::holder<Wm3::Vector3<double>*>::type() const
  0.00      9.72     0.00     1641     0.00     0.00  boost::any::holder<Wm3::Vector3<double>*>::clone() const
  0.00      9.72     0.00     1636     0.00     0.00  void lexical_copy<bool>(Archive&, boost::any&)
  0.00      9.72     0.00     1636     0.00     0.00  bool isFundamental<bool>(bool&)
  0.00      9.72     0.00     1636     0.00     0.00  SerializableTypes::Type findType<bool>(bool&, bool&, std::string&)
  0.00      9.72     0.00     1636     0.00     0.00  bool boost::lexical_cast<bool, std::string>(std::string const&)
  0.00      9.72     0.00     1636     0.00     0.00  boost::any::any<bool*>(bool* const&)
  0.00      9.72     0.00     1636     0.00     0.00  boost::detail::lexical_stream<bool, std::string>::lexical_stream()
  0.00      9.72     0.00     1636     0.00     0.00  boost::detail::lexical_stream<bool, std::string>::~lexical_stream()
  0.00      9.72     0.00     1636     0.00     0.00  boost::detail::lexical_stream<bool, std::string>::operator<<(std::string const&)
  0.00      9.72     0.00     1636     0.00     0.00  bool boost::detail::lexical_stream<bool, std::string>::operator>><bool>(bool&)
  0.00      9.72     0.00     1636     0.00     0.00  bool** boost::any_cast<bool*>(boost::any*)
  0.00      9.72     0.00     1636     0.00     0.00  bool* boost::any_cast<bool*>(boost::any&)
  0.00      9.72     0.00     1636     0.00     0.00  boost::shared_ptr<Archive> Archive::create<bool>(std::string const&, bool&)
  0.00      9.72     0.00     1636     0.00     0.00  boost::any::holder<bool*>::type() const
  0.00      9.72     0.00     1636     0.00     0.00  boost::any::holder<bool*>::clone() const
  0.00      9.72     0.00     1626     0.00     0.00  void Serializable::registerAttribute<bool>(std::string const&, bool&)
  0.00      9.72     0.00     1626     0.00     0.00  boost::any::holder<Wm3::Vector3<float>*>::holder(Wm3::Vector3<float>* const&)
  0.00      9.72     0.00     1626     0.00     0.00  boost::any::holder<Wm3::Vector3<float>*>::~holder()
  0.00      9.72     0.00     1539     0.00     0.00  void std::_Destroy<boost::shared_ptr<PhysicalAction> >(boost::shared_ptr<PhysicalAction>*)
  0.00      9.72     0.00     1486     0.00     0.00  std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::operator==(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> > const&) const
  0.00      9.72     0.00     1486     0.00     0.00  std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::end()
  0.00      9.72     0.00     1486     0.00     0.00  std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::end()
  0.00      9.72     0.00     1486     0.00     0.00  std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_begin()
  0.00      9.72     0.00     1485     0.00     0.00  std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::lower_bound(std::string const&)
  0.00      9.72     0.00     1485     0.00     0.00  std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::operator[](std::string const&)
  0.00      9.72     0.00     1485     0.00     0.00  std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::lower_bound(std::string const&)
  0.00      9.72     0.00     1481     0.00     0.00  std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::key_comp() const
  0.00      9.72     0.00     1481     0.00     0.00  std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::key_comp() const
  0.00      9.72     0.00     1383     0.00     0.00  std::_Identity<std::string>::operator()(std::string const&) const
  0.00      9.72     0.00     1334     0.00     0.00  boost::shared_ptr<boost::filesystem::detail::dir_itr_imp>::get() const
  0.00      9.72     0.00     1318     0.00     0.00  std::allocator<boost::shared_ptr<PhysicalAction> >::~allocator()
  0.00      9.72     0.00     1318     0.00     0.00  std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_Vector_impl::~_Vector_impl()
  0.00      9.72     0.00     1318     0.00     0.00  std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::~_Vector_base()
  0.00      9.72     0.00     1316     0.00     0.00  __gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> >::deallocate(boost::shared_ptr<PhysicalAction>*, unsigned int)
  0.00      9.72     0.00     1314     0.00     0.00  boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::derived()
  0.00      9.72     0.00     1224     0.00     0.24  void std::_Construct<boost::shared_ptr<PhysicalAction>, boost::shared_ptr<PhysicalAction> >(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction> const&)
  0.00      9.72     0.00     1221     0.00     0.00  std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::size() const
  0.00      9.72     0.00     1099     0.00     0.00  std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_begin()
  0.00      9.72     0.00     1056     0.00     0.00  std::char_traits<char>::length(char const*)
  0.00      9.72     0.00     1018     0.00     0.00  boost::shared_ptr<Factorable>::operator->() const
  0.00      9.72     0.00      991     0.00     0.00  bool std::operator!=<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*)
  0.00      9.72     0.00      975     0.00     0.00  __gnu_cxx::new_allocator<std::_Rb_tree_node<std::string> >::~new_allocator()
  0.00      9.72     0.00      956     0.00     0.00  bool std::operator==<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*)
  0.00      9.72     0.00      940     0.00     0.00  std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_end()
  0.00      9.72     0.00      917     0.00     0.27  void std::_Construct<boost::shared_ptr<Body>, boost::shared_ptr<Body> >(boost::shared_ptr<Body>*, boost::shared_ptr<Body> const&)
  0.00      9.72     0.00      917     0.00     0.25  void std::_Destroy<boost::shared_ptr<Body> >(boost::shared_ptr<Body>*)
  0.00      9.72     0.00      836     0.00     0.00  boost::any::holder<int*>::holder(int* const&)
  0.00      9.72     0.00      836     0.00     0.00  boost::any::holder<int*>::~holder()
  0.00      9.72     0.00      834     0.00     0.00  boost::any::holder<unsigned int*>::holder(unsigned int* const&)
  0.00      9.72     0.00      834     0.00     0.00  boost::any::holder<unsigned int*>::~holder()
  0.00      9.72     0.00      828     0.00     0.00  Wm3::Vector3<float>::Vector3()
  0.00      9.72     0.00      822     0.00     0.00  boost::shared_ptr<GeometricalModel>::~shared_ptr()
  0.00      9.72     0.00      822     0.00     0.00  boost::shared_ptr<PhysicalParameters>::~shared_ptr()
  0.00      9.72     0.00      820     0.00     0.06  __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >)
  0.00      9.72     0.00      820     0.00     0.06  __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __false_type)
  0.00      9.72     0.00      815     0.00     0.00  boost::shared_ptr<BoundingVolume>::shared_ptr()
  0.00      9.72     0.00      815     0.00     0.00  boost::shared_ptr<GeometricalModel>::shared_ptr()
  0.00      9.72     0.00      815     0.00     0.00  boost::shared_ptr<PhysicalParameters>::shared_ptr()
  0.00      9.72     0.00      815     0.00     0.00  boost::shared_ptr<InteractingGeometry>::shared_ptr()
  0.00      9.72     0.00      814     0.00     0.00  bool isFundamental<BoundingVolume>(BoundingVolume&)
  0.00      9.72     0.00      814     0.00     0.00  bool isFundamental<PhysicalParameters>(PhysicalParameters&)
  0.00      9.72     0.00      814     0.00     0.00  bool isFundamental<InteractingGeometry>(InteractingGeometry&)
  0.00      9.72     0.00      814     0.00     0.00  SerializableTypes::Type findType<BoundingVolume>(BoundingVolume&, bool&, std::string&)
  0.00      9.72     0.00      814     0.00     0.00  SerializableTypes::Type findType<PhysicalParameters>(PhysicalParameters&, bool&, std::string&)
  0.00      9.72     0.00      814     0.00     0.00  SerializableTypes::Type findType<InteractingGeometry>(InteractingGeometry&, bool&, std::string&)
  0.00      9.72     0.00      814     0.00     0.00  Wm3::Quaternion<double>::operator=(Wm3::Quaternion<double> const&)
  0.00      9.72     0.00      814     0.00     0.00  boost::any::holder<Se3<double>*>::holder(Se3<double>* const&)
  0.00      9.72     0.00      814     0.00     0.00  boost::any::holder<Se3<double>*>::~holder()
  0.00      9.72     0.00      814     0.00     0.00  boost::any::holder<boost::shared_ptr<BoundingVolume>*>::holder(boost::shared_ptr<BoundingVolume>* const&)
  0.00      9.72     0.00      814     0.00     0.00  boost::any::holder<boost::shared_ptr<BoundingVolume>*>::~holder()
  0.00      9.72     0.00      814     0.00     0.00  boost::any::holder<boost::shared_ptr<GeometricalModel>*>::holder(boost::shared_ptr<GeometricalModel>* const&)
  0.00      9.72     0.00      814     0.00     0.00  boost::any::holder<boost::shared_ptr<GeometricalModel>*>::~holder()
  0.00      9.72     0.00      814     0.00     0.00  boost::any::holder<boost::shared_ptr<PhysicalParameters>*>::holder(boost::shared_ptr<PhysicalParameters>* const&)
  0.00      9.72     0.00      814     0.00     0.00  boost::any::holder<boost::shared_ptr<PhysicalParameters>*>::~holder()
  0.00      9.72     0.00      814     0.00     0.00  boost::any::holder<boost::shared_ptr<InteractingGeometry>*>::holder(boost::shared_ptr<InteractingGeometry>* const&)
  0.00      9.72     0.00      814     0.00     0.00  boost::any::holder<boost::shared_ptr<InteractingGeometry>*>::~holder()
  0.00      9.72     0.00      814     0.00     0.06  __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, boost::shared_ptr<PhysicalAction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, std::allocator<boost::shared_ptr<PhysicalAction> >)
  0.00      9.72     0.00      813     0.00     0.00  bool isFundamental<GeometricalModel>(GeometricalModel&)
  0.00      9.72     0.00      813     0.00     0.00  bool isFundamental<Body>(Body&)
  0.00      9.72     0.00      813     0.00     0.00  bool isFundamental<Wm3::Vector3<float> >(Wm3::Vector3<float>&)
  0.00      9.72     0.00      813     0.00     0.00  SerializableTypes::Type findType<GeometricalModel>(GeometricalModel&, bool&, std::string&)
  0.00      9.72     0.00      813     0.00     0.00  SerializableTypes::Type findType<Body>(Body&, bool&, std::string&)
  0.00      9.72     0.00      813     0.00     0.00  SerializableTypes::Type findType<Wm3::Vector3<float> >(Wm3::Vector3<float>&, bool&, std::string&)
  0.00      9.72     0.00      813     0.00     0.00  void Serializable::registerAttribute<Wm3::Vector3<float> >(std::string const&, Wm3::Vector3<float>&)
  0.00      9.72     0.00      813     0.00     0.00  Wm3::Vector3<float>::X()
  0.00      9.72     0.00      813     0.00     0.00  Wm3::Vector3<float>::Y()
  0.00      9.72     0.00      813     0.00     0.00  Wm3::Vector3<float>::Z()
  0.00      9.72     0.00      813     0.00     0.01  Body::Body()
  0.00      9.72     0.00      813     0.00     0.00  boost::any::any<Wm3::Vector3<float>*>(Wm3::Vector3<float>* const&)
  0.00      9.72     0.00      813     0.00     0.00  Wm3::Vector3<float>** boost::any_cast<Wm3::Vector3<float>*>(boost::any*)
  0.00      9.72     0.00      813     0.00     0.00  Wm3::Vector3<float>* boost::any_cast<Wm3::Vector3<float>*>(boost::any&)
  0.00      9.72     0.00      813     0.00     0.00  boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<float> >(std::string const&, Wm3::Vector3<float>&)
  0.00      9.72     0.00      813     0.00     0.00  boost::any::holder<Wm3::Vector3<float>*>::type() const
  0.00      9.72     0.00      813     0.00     0.00  boost::any::holder<Wm3::Vector3<float>*>::clone() const
  0.00      9.72     0.00      812     0.00     0.00  boost::any::holder<boost::shared_ptr<Body>*>::~holder()
  0.00      9.72     0.00      715     0.00     0.00  std::_Rb_tree_const_iterator<std::string>::operator!=(std::_Rb_tree_const_iterator<std::string> const&) const
  0.00      9.72     0.00      709     0.00     0.00  std::_Rb_tree_const_iterator<std::string>::_Rb_tree_const_iterator(std::_Rb_tree_iterator<std::string> const&)
  0.00      9.72     0.00      702     0.00     0.00  std::_Rb_tree_const_iterator<std::string>::_Rb_tree_const_iterator(std::_Rb_tree_node<std::string> const*)
  0.00      9.72     0.00      667     0.00     0.00  bool boost::iterator_core_access::equal<boost::filesystem::directory_iterator, boost::filesystem::directory_iterator>(boost::filesystem::directory_iterator const&, boost::filesystem::directory_iterator const&, mpl_::bool_<true>)
  0.00      9.72     0.00      667     0.00     0.00  bool boost::operator==<boost::filesystem::detail::dir_itr_imp, boost::filesystem::detail::dir_itr_imp>(boost::shared_ptr<boost::filesystem::detail::dir_itr_imp> const&, boost::shared_ptr<boost::filesystem::detail::dir_itr_imp> const&)
  0.00      9.72     0.00      667     0.00     0.00  boost::detail::enable_if_interoperable<boost::filesystem::directory_iterator, boost::filesystem::directory_iterator, boost::mpl::apply2<boost::detail::always_bool2, boost::filesystem::directory_iterator, boost::filesystem::directory_iterator>::type>::type boost::operator!=<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int, boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>(boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int> const&, boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int> const&)
  0.00      9.72     0.00      667     0.00     0.00  log4cxx::helpers::ObjectPtrT<log4cxx::Logger>::operator->()
  0.00      9.72     0.00      667     0.00     0.00  boost::filesystem::directory_iterator::equal(boost::filesystem::directory_iterator const&) const
  0.00      9.72     0.00      657     0.00     0.00  boost::filesystem::directory_iterator::increment()
  0.00      9.72     0.00      657     0.00     0.00  boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::operator++()
  0.00      9.72     0.00      657     0.00     0.00  void boost::iterator_core_access::increment<boost::filesystem::directory_iterator>(boost::filesystem::directory_iterator&)
  0.00      9.72     0.00      657     0.00     0.00  bool std::operator==<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)
  0.00      9.72     0.00      654     0.00     0.00  boost::filesystem::path* boost::implicit_cast<boost::filesystem::path*>(boost::mpl::identity<boost::filesystem::path*>::type)
  0.00      9.72     0.00      654     0.00     0.00  boost::detail::operator_arrow_result<boost::filesystem::path, boost::filesystem::path&, boost::filesystem::path*>::make(boost::filesystem::path&)
  0.00      9.72     0.00      652     0.00     0.00  boost::shared_ptr<Factorable>::~shared_ptr()
  0.00      9.72     0.00      645     0.00     0.00  std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::end()
  0.00      9.72     0.00      636     0.00     0.00  __gnu_cxx::__normal_iterator<int const*, std::vector<int, std::allocator<int> > >::__normal_iterator(int const* const&)
  0.00      9.72     0.00      621     0.00     0.00  std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::get_allocator() const
  0.00      9.72     0.00      621     0.00     0.00  std::allocator<std::string>::allocator<std::_Rb_tree_node<std::string> >(std::allocator<std::_Rb_tree_node<std::string> > const&)
  0.00      9.72     0.00      617     0.00     0.00  std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&)
  0.00      9.72     0.00      585     0.00     0.00  __gnu_cxx::new_allocator<std::_Rb_tree_node<std::string> >::new_allocator(__gnu_cxx::new_allocator<std::_Rb_tree_node<std::string> > const&)
  0.00      9.72     0.00      585     0.00     0.00  __gnu_cxx::new_allocator<std::_Rb_tree_node<std::string> >::new_allocator()
  0.00      9.72     0.00      585     0.00     0.00  std::allocator<std::_Rb_tree_node<std::string> >::allocator<std::string>(std::allocator<std::string> const&)
  0.00      9.72     0.00      585     0.00     0.00  std::allocator<std::_Rb_tree_node<std::string> >::allocator(std::allocator<std::_Rb_tree_node<std::string> > const&)
  0.00      9.72     0.00      585     0.00     0.00  std::allocator<std::_Rb_tree_node<std::string> >::~allocator()
  0.00      9.72     0.00      585     0.00     0.00  std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_Rb_tree_impl<std::less<std::string>, false>::_Rb_tree_impl(std::allocator<std::_Rb_tree_node<std::string> > const&, std::less<std::string> const&)
  0.00      9.72     0.00      564     0.00     0.00  std::_Rb_tree_iterator<std::string>::operator==(std::_Rb_tree_iterator<std::string> const&) const
  0.00      9.72     0.00      560     0.00     0.00  __gnu_cxx::__normal_iterator<int const*, std::vector<int, std::allocator<int> > >::base() const
  0.00      9.72     0.00      551     0.00     0.00  std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_key(std::_Rb_tree_node<std::string> const*)
  0.00      9.72     0.00      551     0.00     0.00  std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_value(std::_Rb_tree_node<std::string> const*)
  0.00      9.72     0.00      516     0.00     0.00  std::set<std::string, std::less<std::string>, std::allocator<std::string> >::end() const
  0.00      9.72     0.00      516     0.00     0.00  std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::end() const
  0.00      9.72     0.00      504     0.00     0.00  std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_key(std::_Rb_tree_node_base const*)
  0.00      9.72     0.00      504     0.00     0.00  std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_value(std::_Rb_tree_node_base const*)
  0.00      9.72     0.00      492     0.00     0.00  __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::base() const
  0.00      9.72     0.00      477     0.00     0.00  unsigned int const& std::max<unsigned int>(unsigned int const&, unsigned int const&)
  0.00      9.72     0.00      431     0.00     0.00  boost::detail::lexical_stream<unsigned int, std::string>::lexical_stream()
  0.00      9.72     0.00      431     0.00     0.00  boost::detail::lexical_stream<unsigned int, std::string>::~lexical_stream()
  0.00      9.72     0.00      431     0.00     0.00  boost::detail::lexical_stream<unsigned int, std::string>::operator<<(std::string const&)
  0.00      9.72     0.00      431     0.00     0.00  bool boost::detail::lexical_stream<unsigned int, std::string>::operator>><unsigned int>(unsigned int&)
  0.00      9.72     0.00      419     0.00     0.00  bool isFundamental<int>(int&)
  0.00      9.72     0.00      419     0.00     0.00  SerializableTypes::Type findType<int>(int&, bool&, std::string&)
  0.00      9.72     0.00      419     0.00     0.00  std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::size() const
  0.00      9.72     0.00      419     0.00     0.00  std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_key(std::_Rb_tree_node_base const*)
  0.00      9.72     0.00      419     0.00     0.00  std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_value(std::_Rb_tree_node_base const*)
  0.00      9.72     0.00      418     0.00     0.00  void lexical_copy<int>(Archive&, boost::any&)
  0.00      9.72     0.00      418     0.00     0.00  int boost::lexical_cast<int, std::string>(std::string const&)
  0.00      9.72     0.00      418     0.00     0.00  boost::any::any<int*>(int* const&)
  0.00      9.72     0.00      418     0.00     0.00  boost::detail::lexical_stream<int, std::string>::lexical_stream()
  0.00      9.72     0.00      418     0.00     0.00  boost::detail::lexical_stream<int, std::string>::~lexical_stream()
  0.00      9.72     0.00      418     0.00     0.00  boost::detail::lexical_stream<int, std::string>::operator<<(std::string const&)
  0.00      9.72     0.00      418     0.00     0.00  bool boost::detail::lexical_stream<int, std::string>::operator>><int>(int&)
  0.00      9.72     0.00      418     0.00     0.00  int** boost::any_cast<int*>(boost::any*)
  0.00      9.72     0.00      418     0.00     0.00  int* boost::any_cast<int*>(boost::any&)
  0.00      9.72     0.00      418     0.00     0.00  boost::shared_ptr<Archive> Archive::create<int>(std::string const&, int&)
  0.00      9.72     0.00      418     0.00     0.00  boost::any::holder<int*>::type() const
  0.00      9.72     0.00      418     0.00     0.00  boost::any::holder<int*>::clone() const
  0.00      9.72     0.00      417     0.00     0.00  void lexical_copy<unsigned int>(Archive&, boost::any&)
  0.00      9.72     0.00      417     0.00     0.00  bool isFundamental<unsigned int>(unsigned int&)
  0.00      9.72     0.00      417     0.00     0.00  SerializableTypes::Type findType<unsigned int>(unsigned int&, bool&, std::string&)
  0.00      9.72     0.00      417     0.00     0.00  unsigned int boost::lexical_cast<unsigned int, std::string>(std::string const&)
  0.00      9.72     0.00      417     0.00     0.00  boost::any::any<unsigned int*>(unsigned int* const&)
  0.00      9.72     0.00      417     0.00     0.00  unsigned int** boost::any_cast<unsigned int*>(boost::any*)
  0.00      9.72     0.00      417     0.00     0.00  unsigned int* boost::any_cast<unsigned int*>(boost::any&)
  0.00      9.72     0.00      417     0.00     0.00  boost::shared_ptr<Archive> Archive::create<unsigned int>(std::string const&, unsigned int&)
  0.00      9.72     0.00      417     0.00     0.00  boost::any::holder<unsigned int*>::type() const
  0.00      9.72     0.00      417     0.00     0.00  boost::any::holder<unsigned int*>::clone() const
  0.00      9.72     0.00      415     0.00     0.01  GeometricalModel::GeometricalModel()
  0.00      9.72     0.00      415     0.00     0.00  Se3<double>::Se3()
  0.00      9.72     0.00      414     0.00     0.01  PhysicalParameters::PhysicalParameters()
  0.00      9.72     0.00      414     0.00     0.00  boost::shared_ptr<GeometricalModel>::shared_ptr<GeometricalModel>(GeometricalModel*)
  0.00      9.72     0.00      414     0.00     0.00  boost::shared_ptr<PhysicalParameters>::shared_ptr<PhysicalParameters>(PhysicalParameters*)
  0.00      9.72     0.00      414     0.00     0.00  boost::detail::shared_count::shared_count<GeometricalModel>(GeometricalModel*)
  0.00      9.72     0.00      414     0.00     0.00  boost::detail::shared_count::shared_count<PhysicalParameters>(PhysicalParameters*)
  0.00      9.72     0.00      414     0.00     0.00  boost::detail::sp_counted_impl_p<GeometricalModel>::sp_counted_impl_p(GeometricalModel*)
  0.00      9.72     0.00      414     0.00     0.00  boost::detail::sp_counted_impl_p<PhysicalParameters>::sp_counted_impl_p(PhysicalParameters*)
  0.00      9.72     0.00      413     0.00     0.00  __gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> >::new_allocator()
  0.00      9.72     0.00      413     0.00     0.00  std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_Vector_impl::_Vector_impl(std::allocator<boost::shared_ptr<PhysicalAction> > const&)
  0.00      9.72     0.00      413     0.00     0.00  std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_Vector_base(std::allocator<boost::shared_ptr<PhysicalAction> > const&)
  0.00      9.72     0.00      412     0.00     0.01  InteractingGeometry::InteractingGeometry()
  0.00      9.72     0.00      412     0.00     0.00  boost::shared_ptr<InteractingGeometry>::shared_ptr<InteractingGeometry>(InteractingGeometry*)
  0.00      9.72     0.00      412     0.00     0.00  boost::detail::shared_count::shared_count<InteractingGeometry>(InteractingGeometry*)
  0.00      9.72     0.00      412     0.00     0.00  boost::detail::sp_counted_impl_p<InteractingGeometry>::sp_counted_impl_p(InteractingGeometry*)
  0.00      9.72     0.00      409     0.00     0.01  BoundingVolume::BoundingVolume()
  0.00      9.72     0.00      409     0.00     0.00  boost::shared_ptr<BoundingVolume>::shared_ptr<BoundingVolume>(BoundingVolume*)
  0.00      9.72     0.00      409     0.00     0.00  boost::detail::shared_count::shared_count<BoundingVolume>(BoundingVolume*)
  0.00      9.72     0.00      409     0.00     0.00  boost::detail::sp_counted_impl_p<BoundingVolume>::sp_counted_impl_p(BoundingVolume*)
  0.00      9.72     0.00      408     0.00     0.00  void Serializable::registerAttribute<int>(std::string const&, int&)
  0.00      9.72     0.00      408     0.00     0.00  void Serializable::registerAttribute<unsigned int>(std::string const&, unsigned int&)
  0.00      9.72     0.00      408     0.00     0.00  boost::shared_ptr<PhysicalAction>::shared_ptr()
  0.00      9.72     0.00      408     0.00     0.00  std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >** boost::any_cast<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>(boost::any*)
  0.00      9.72     0.00      408     0.00     0.00  std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >* boost::any_cast<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>(boost::any&)
  0.00      9.72     0.00      408     0.00     0.00  boost::any::holder<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>::type() const
  0.00      9.72     0.00      407     0.00     0.01  SerializableTypes::Type findType<BoundingVolume>(boost::shared_ptr<BoundingVolume>&, bool&, std::string&)
  0.00      9.72     0.00      407     0.00     0.01  SerializableTypes::Type findType<GeometricalModel>(boost::shared_ptr<GeometricalModel>&, bool&, std::string&)
  0.00      9.72     0.00      407     0.00     0.01  SerializableTypes::Type findType<PhysicalParameters>(boost::shared_ptr<PhysicalParameters>&, bool&, std::string&)
  0.00      9.72     0.00      407     0.00     0.01  SerializableTypes::Type findType<InteractingGeometry>(boost::shared_ptr<InteractingGeometry>&, bool&, std::string&)
  0.00      9.72     0.00      407     0.00     0.05  SerializableTypes::Type findType<Se3<double> >(Se3<double>&, bool&, std::string&)
  0.00      9.72     0.00      407     0.00     0.05  SerializableTypes::Type findType<Body>(boost::shared_ptr<Body>&, bool&, std::string&)
  0.00      9.72     0.00      407     0.00     0.05  void Serializable::registerAttribute<Se3<double> >(std::string const&, Se3<double>&)
  0.00      9.72     0.00      407     0.00     0.01  void Serializable::registerAttribute<Wm3::Vector3<double> >(std::string const&, Wm3::Vector3<double>&)
  0.00      9.72     0.00      407     0.00     0.01  void Serializable::registerAttribute<boost::shared_ptr<BoundingVolume> >(std::string const&, boost::shared_ptr<BoundingVolume>&)
  0.00      9.72     0.00      407     0.00     0.01  void Serializable::registerAttribute<boost::shared_ptr<GeometricalModel> >(std::string const&, boost::shared_ptr<GeometricalModel>&)
  0.00      9.72     0.00      407     0.00     0.01  void Serializable::registerAttribute<boost::shared_ptr<PhysicalParameters> >(std::string const&, boost::shared_ptr<PhysicalParameters>&)
  0.00      9.72     0.00      407     0.00     0.01  void Serializable::registerAttribute<boost::shared_ptr<InteractingGeometry> >(std::string const&, boost::shared_ptr<InteractingGeometry>&)
  0.00      9.72     0.00      407     0.00     0.00  BoundingVolume::~BoundingVolume()
  0.00      9.72     0.00      407     0.00     0.00  GeometricalModel::~GeometricalModel()
  0.00      9.72     0.00      407     0.00     0.00  PhysicalParameters::~PhysicalParameters()
  0.00      9.72     0.00      407     0.00     0.00  InteractingGeometry::~InteractingGeometry()
  0.00      9.72     0.00      407     0.00     0.31  Se3<double>::Se3(Wm3::Vector3<double>, Wm3::Quaternion<double>)
  0.00      9.72     0.00      407     0.00     0.31  Se3<double>::operator=(Se3<double> const&)
  0.00      9.72     0.00      407     0.00     0.04  Body::~Body()
  0.00      9.72     0.00      407     0.00     0.00  boost::shared_ptr<BoundingVolume>::operator=(boost::shared_ptr<BoundingVolume> const&)
  0.00      9.72     0.00      407     0.00     0.00  boost::shared_ptr<PhysicalParameters>::operator=(boost::shared_ptr<PhysicalParameters> const&)
  0.00      9.72     0.00      407     0.00     0.00  boost::shared_ptr<InteractingGeometry>::operator=(boost::shared_ptr<InteractingGeometry> const&)
  0.00      9.72     0.00      407     0.00     0.00  boost::any::any<Se3<double>*>(Se3<double>* const&)
  0.00      9.72     0.00      407     0.00     0.00  boost::any::any<boost::shared_ptr<BoundingVolume>*>(boost::shared_ptr<BoundingVolume>* const&)
  0.00      9.72     0.00      407     0.00     0.00  boost::any::any<boost::shared_ptr<GeometricalModel>*>(boost::shared_ptr<GeometricalModel>* const&)
  0.00      9.72     0.00      407     0.00     0.00  boost::any::any<boost::shared_ptr<PhysicalParameters>*>(boost::shared_ptr<PhysicalParameters>* const&)
  0.00      9.72     0.00      407     0.00     0.00  boost::any::any<boost::shared_ptr<InteractingGeometry>*>(boost::shared_ptr<InteractingGeometry>* const&)
  0.00      9.72     0.00      407     0.00     0.00  Se3<double>** boost::any_cast<Se3<double>*>(boost::any*)
  0.00      9.72     0.00      407     0.00     0.00  Se3<double>* boost::any_cast<Se3<double>*>(boost::any&)
  0.00      9.72     0.00      407     0.00     0.00  boost::shared_ptr<BoundingVolume>** boost::any_cast<boost::shared_ptr<BoundingVolume>*>(boost::any*)
  0.00      9.72     0.00      407     0.00     0.00  boost::shared_ptr<BoundingVolume>* boost::any_cast<boost::shared_ptr<BoundingVolume>*>(boost::any&)
  0.00      9.72     0.00      407     0.00     0.00  boost::shared_ptr<PhysicalParameters>** boost::any_cast<boost::shared_ptr<PhysicalParameters>*>(boost::any*)
  0.00      9.72     0.00      407     0.00     0.00  boost::shared_ptr<PhysicalParameters>* boost::any_cast<boost::shared_ptr<PhysicalParameters>*>(boost::any&)
  0.00      9.72     0.00      407     0.00     0.00  boost::shared_ptr<InteractingGeometry>** boost::any_cast<boost::shared_ptr<InteractingGeometry>*>(boost::any*)
  0.00      9.72     0.00      407     0.00     0.00  boost::shared_ptr<InteractingGeometry>* boost::any_cast<boost::shared_ptr<InteractingGeometry>*>(boost::any&)
  0.00      9.72     0.00      407     0.00     0.00  boost::shared_ptr<Archive> Archive::create<BoundingVolume>(std::string const&, BoundingVolume&)
  0.00      9.72     0.00      407     0.00     0.00  boost::shared_ptr<Archive> Archive::create<PhysicalParameters>(std::string const&, PhysicalParameters&)
  0.00      9.72     0.00      407     0.00     0.00  boost::shared_ptr<Archive> Archive::create<InteractingGeometry>(std::string const&, InteractingGeometry&)
  0.00      9.72     0.00      407     0.00     0.05  boost::shared_ptr<Archive> Archive::create<Se3<double> >(std::string const&, Se3<double>&)
  0.00      9.72     0.00      407     0.00     0.01  boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BoundingVolume> >(std::string const&, boost::shared_ptr<BoundingVolume>&)
  0.00      9.72     0.00      407     0.00     0.01  boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<GeometricalModel> >(std::string const&, boost::shared_ptr<GeometricalModel>&)
  0.00      9.72     0.00      407     0.00     0.01  boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalParameters> >(std::string const&, boost::shared_ptr<PhysicalParameters>&)
  0.00      9.72     0.00      407     0.00     0.01  boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractingGeometry> >(std::string const&, boost::shared_ptr<InteractingGeometry>&)
  0.00      9.72     0.00      407     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::operator+=(int const&)
  0.00      9.72     0.00      407     0.00     0.00  boost::shared_ptr<BoundingVolume>::operator*() const
  0.00      9.72     0.00      407     0.00     0.00  boost::shared_ptr<PhysicalParameters>::operator*() const
  0.00      9.72     0.00      407     0.00     0.00  boost::shared_ptr<InteractingGeometry>::operator*() const
  0.00      9.72     0.00      407     0.00     0.00  boost::any::holder<Se3<double>*>::type() const
  0.00      9.72     0.00      407     0.00     0.00  boost::any::holder<Se3<double>*>::clone() const
  0.00      9.72     0.00      407     0.00     0.00  boost::any::holder<boost::shared_ptr<BoundingVolume>*>::type() const
  0.00      9.72     0.00      407     0.00     0.00  boost::any::holder<boost::shared_ptr<BoundingVolume>*>::clone() const
  0.00      9.72     0.00      407     0.00     0.00  boost::any::holder<boost::shared_ptr<GeometricalModel>*>::clone() const
  0.00      9.72     0.00      407     0.00     0.00  boost::any::holder<boost::shared_ptr<PhysicalParameters>*>::type() const
  0.00      9.72     0.00      407     0.00     0.00  boost::any::holder<boost::shared_ptr<PhysicalParameters>*>::clone() const
  0.00      9.72     0.00      407     0.00     0.00  boost::any::holder<boost::shared_ptr<InteractingGeometry>*>::type() const
  0.00      9.72     0.00      407     0.00     0.00  boost::any::holder<boost::shared_ptr<InteractingGeometry>*>::clone() const
  0.00      9.72     0.00      407     0.00     0.00  std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::max_size() const
  0.00      9.72     0.00      407     0.00     0.00  std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_allocate(unsigned int)
  0.00      9.72     0.00      407     0.00     1.11  std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&)
  0.00      9.72     0.00      407     0.00     1.11  std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&)
  0.00      9.72     0.00      407     0.00     1.14  std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::resize(unsigned int, boost::shared_ptr<PhysicalAction> const&)
  0.00      9.72     0.00      407     0.00     0.81  void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&)
  0.00      9.72     0.00      407     0.00     0.81  void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction>, boost::shared_ptr<PhysicalAction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&, std::allocator<boost::shared_ptr<PhysicalAction> >)
  0.00      9.72     0.00      407     0.00     0.81  void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&, __false_type)
  0.00      9.72     0.00      406     0.00     0.00  boost::shared_ptr<GeometricalModel>::operator=(boost::shared_ptr<GeometricalModel> const&)
  0.00      9.72     0.00      406     0.00     0.00  boost::shared_ptr<Body>::shared_ptr<Body>(Body*)
  0.00      9.72     0.00      406     0.00     0.01  boost::any::any<boost::shared_ptr<Body>*>(boost::shared_ptr<Body>* const&)
  0.00      9.72     0.00      406     0.00     0.00  boost::detail::shared_count::shared_count<Body>(Body*)
  0.00      9.72     0.00      406     0.00     0.00  boost::detail::sp_counted_impl_p<Body>::sp_counted_impl_p(Body*)
  0.00      9.72     0.00      406     0.00     0.00  boost::shared_ptr<GeometricalModel>** boost::any_cast<boost::shared_ptr<GeometricalModel>*>(boost::any*)
  0.00      9.72     0.00      406     0.00     0.00  boost::shared_ptr<GeometricalModel>* boost::any_cast<boost::shared_ptr<GeometricalModel>*>(boost::any&)
  0.00      9.72     0.00      406     0.00     0.00  boost::shared_ptr<Body>** boost::any_cast<boost::shared_ptr<Body>*>(boost::any*)
  0.00      9.72     0.00      406     0.00     0.00  boost::shared_ptr<Body>* boost::any_cast<boost::shared_ptr<Body>*>(boost::any&)
  0.00      9.72     0.00      406     0.00     0.00  boost::shared_ptr<Archive> Archive::create<GeometricalModel>(std::string const&, GeometricalModel&)
  0.00      9.72     0.00      406     0.00     0.00  boost::shared_ptr<Archive> Archive::create<Body>(std::string const&, Body&)
  0.00      9.72     0.00      406     0.00     0.06  boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Body> >(std::string const&, boost::shared_ptr<Body>&)
  0.00      9.72     0.00      406     0.00     0.27  __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::construct(boost::shared_ptr<Body>*, boost::shared_ptr<Body> const&)
  0.00      9.72     0.00      406     0.00     0.00  boost::shared_ptr<GeometricalModel>::operator*() const
  0.00      9.72     0.00      406     0.00     0.00  boost::shared_ptr<Body>::operator*() const
  0.00      9.72     0.00      406     0.00     0.00  boost::any::holder<boost::shared_ptr<GeometricalModel>*>::type() const
  0.00      9.72     0.00      406     0.00     0.00  boost::any::holder<boost::shared_ptr<Body>*>::type() const
  0.00      9.72     0.00      406     0.00     0.01  boost::any::holder<boost::shared_ptr<Body>*>::clone() const
  0.00      9.72     0.00      396     0.00     0.00  __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::base() const
  0.00      9.72     0.00      390     0.00     0.00  DynlibDescriptor::DynlibDescriptor(DynlibDescriptor const&)
  0.00      9.72     0.00      390     0.00     0.00  DynlibDescriptor::~DynlibDescriptor()
  0.00      9.72     0.00      390     0.00     0.00  std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_root() const
  0.00      9.72     0.00      390     0.00     0.00  std::allocator<std::_Rb_tree_node<std::string> >::~allocator()
  0.00      9.72     0.00      390     0.00     0.00  std::set<std::string, std::less<std::string>, std::allocator<std::string> >::set(std::set<std::string, std::less<std::string>, std::allocator<std::string> > const&)
  0.00      9.72     0.00      390     0.00     0.00  std::set<std::string, std::less<std::string>, std::allocator<std::string> >::~set()
  0.00      9.72     0.00      390     0.00     0.00  std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_Rb_tree_impl<std::less<std::string>, false>::~_Rb_tree_impl()
  0.00      9.72     0.00      390     0.00     0.00  std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_erase(std::_Rb_tree_node<std::string>*)
  0.00      9.72     0.00      390     0.00     0.00  std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_Rb_tree(std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> > const&)
  0.00      9.72     0.00      390     0.00     0.00  std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::~_Rb_tree()
  0.00      9.72     0.00      388     0.00     0.00  __gnu_cxx::new_allocator<int>::new_allocator(__gnu_cxx::new_allocator<int> const&)
  0.00      9.72     0.00      388     0.00     0.00  __gnu_cxx::new_allocator<int>::~new_allocator()
  0.00      9.72     0.00      382     0.00     0.00  __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::__normal_iterator(std::vector<std::string, std::allocator<std::string> >* const&)
  0.00      9.72     0.00      379     0.00     0.00  std::set<std::string, std::less<std::string>, std::allocator<std::string> >::insert(std::string const&)
  0.00      9.72     0.00      379     0.00     0.00  std::pair<std::_Rb_tree_iterator<std::string>, bool>::pair(std::_Rb_tree_iterator<std::string> const&, bool const&)
  0.00      9.72     0.00      379     0.00     0.00  std::pair<std::_Rb_tree_const_iterator<std::string>, bool>::pair(std::_Rb_tree_const_iterator<std::string> const&, bool const&)
  0.00      9.72     0.00      379     0.00     0.00  std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::insert_unique(std::string const&)
  0.00      9.72     0.00      350     0.00     0.00  boost::filesystem::path::~path()
  0.00      9.72     0.00      330     0.00     0.00  std::set<std::string, std::less<std::string>, std::allocator<std::string> >::find(std::string const&)
  0.00      9.72     0.00      330     0.00     0.00  std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::find(std::string const&)
  0.00      9.72     0.00      315     0.00     0.00  __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::operator++()
  0.00      9.72     0.00      309     0.00     0.00  std::allocator<int>::allocator(std::allocator<int> const&)
  0.00      9.72     0.00      282     0.00     0.00  bool __gnu_cxx::operator!=<std::string const*, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > > const&, __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > > const&)
  0.00      9.72     0.00      281     0.00     0.00  std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_left(std::_Rb_tree_node_base*)
  0.00      9.72     0.00      280     0.00     0.00  __gnu_cxx::__normal_iterator<int const*, std::vector<int, std::allocator<int> > >::difference_type __gnu_cxx::operator-<int const*, int const*, std::vector<int, std::allocator<int> > >(__gnu_cxx::__normal_iterator<int const*, std::vector<int, std::allocator<int> > > const&, __gnu_cxx::__normal_iterator<int const*, std::vector<int, std::allocator<int> > > const&)
  0.00      9.72     0.00      280     0.00     0.00  std::vector<int, std::allocator<int> >::end() const
  0.00      9.72     0.00      280     0.00     0.00  std::vector<int, std::allocator<int> >::begin() const
  0.00      9.72     0.00      270     0.00     0.00  std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_right(std::_Rb_tree_node_base*)
  0.00      9.72     0.00      251     0.00     0.00  std::allocator<int>::~allocator()
  0.00      9.72     0.00      240     0.00     0.00  std::vector<int, std::allocator<int> >::size() const
  0.00      9.72     0.00      238     0.00     0.00  __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::operator*() const
  0.00      9.72     0.00      236     0.00     0.00  __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::operator++()
  0.00      9.72     0.00      234     0.00     0.00  std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::begin()
  0.00      9.72     0.00      233     0.00     0.00  std::_Vector_base<int, std::allocator<int> >::get_allocator() const
  0.00      9.72     0.00      231     0.00     0.00  __gnu_cxx::new_allocator<std::_Rb_tree_node<std::string> >::allocate(unsigned int, void const*)
  0.00      9.72     0.00      231     0.00     0.00  __gnu_cxx::new_allocator<std::_Rb_tree_node<std::string> >::max_size() const
  0.00      9.72     0.00      231     0.00     0.00  std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_get_node()
  0.00      9.72     0.00      231     0.00     0.00  std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_create_node(std::string const&)
  0.00      9.72     0.00      231     0.00     0.00  std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::string const&)
  0.00      9.72     0.00      211     0.00     0.00  __gnu_cxx::new_allocator<std::pair<std::string const, ClassFactory::FactorableCreators> >::new_allocator()
  0.00      9.72     0.00      211     0.00     0.00  __gnu_cxx::new_allocator<std::pair<std::string const, ClassFactory::FactorableCreators> >::~new_allocator()
  0.00      9.72     0.00      210     0.00     0.00  std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> >::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >(std::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > > const&)
  0.00      9.72     0.00      205     0.00     0.00  std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_leftmost()
  0.00      9.72     0.00      204     0.00     0.00  __gnu_cxx::__normal_iterator<char*, std::string>::base() const
  0.00      9.72     0.00      199     0.00     0.00  std::_Rb_tree_const_iterator<std::string>::operator*() const
  0.00      9.72     0.00      199     0.00     0.00  std::_Rb_tree_const_iterator<std::string>::operator++()
  0.00      9.72     0.00      196     0.00     0.00  __gnu_cxx::new_allocator<std::pair<std::string const, DynlibDescriptor> >::new_allocator()
  0.00      9.72     0.00      196     0.00     0.00  __gnu_cxx::new_allocator<std::pair<std::string const, DynlibDescriptor> >::~new_allocator()
  0.00      9.72     0.00      196     0.00     0.00  std::allocator<std::pair<std::string const, DynlibDescriptor> >::~allocator()
  0.00      9.72     0.00      195     0.00     0.00  DynlibDescriptor::DynlibDescriptor()
  0.00      9.72     0.00      195     0.00     0.00  __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::allocate(unsigned int, void const*)
  0.00      9.72     0.00      195     0.00     0.00  __gnu_cxx::new_allocator<std::pair<std::string const, DynlibDescriptor> >::construct(std::pair<std::string const, DynlibDescriptor>*, std::pair<std::string const, DynlibDescriptor> const&)
  0.00      9.72     0.00      195     0.00     0.00  __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::max_size() const
  0.00      9.72     0.00      195     0.00     0.00  std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::get_allocator() const
  0.00      9.72     0.00      195     0.00     0.00  std::allocator<std::pair<std::string const, DynlibDescriptor> >::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >(std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > > const&)
  0.00      9.72     0.00      195     0.00     0.00  std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >, std::pair<std::string const, DynlibDescriptor> const&)
  0.00      9.72     0.00      195     0.00     0.00  std::set<std::string, std::less<std::string>, std::allocator<std::string> >::set()
  0.00      9.72     0.00      195     0.00     0.00  std::pair<std::string const, DynlibDescriptor>::pair(std::pair<std::string const, DynlibDescriptor> const&)
  0.00      9.72     0.00      195     0.00     0.00  std::pair<std::string const, DynlibDescriptor>::pair(std::string const&, DynlibDescriptor const&)
  0.00      9.72     0.00      195     0.00     0.00  std::pair<std::string const, DynlibDescriptor>::~pair()
  0.00      9.72     0.00      195     0.00     0.00  std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_Rb_tree(std::less<std::string> const&, std::allocator<std::string> const&)
  0.00      9.72     0.00      195     0.00     0.00  std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_get_node()
  0.00      9.72     0.00      195     0.00     0.00  std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >, std::pair<std::string const, DynlibDescriptor> const&)
  0.00      9.72     0.00      195     0.00     0.00  std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_create_node(std::pair<std::string const, DynlibDescriptor> const&)
  0.00      9.72     0.00      195     0.00     0.00  std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<std::string const, DynlibDescriptor> const&)
  0.00      9.72     0.00      190     0.00     0.00  __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::__normal_iterator(std::vector<std::string, std::allocator<std::string> > const* const&)
  0.00      9.72     0.00      190     0.00     0.00  __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::base() const
  0.00      9.72     0.00      187     0.00     0.00  std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::operator!=(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> > const&) const
  0.00      9.72     0.00      186     0.00     0.00  std::set<std::string, std::less<std::string>, std::allocator<std::string> >::begin() const
  0.00      9.72     0.00      186     0.00     0.00  std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::begin() const
  0.00      9.72     0.00      186     0.00     0.00  std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::operator++()
  0.00      9.72     0.00      184     0.00     0.00  std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::operator--()
  0.00      9.72     0.00      170     0.00     0.00  std::vector<int, std::allocator<int> >::end()
  0.00      9.72     0.00      168     0.00     0.00  boost::filesystem::path::operator=(boost::filesystem::path const&)
  0.00      9.72     0.00      168     0.00     0.00  boost::shared_ptr<Factorable>::shared_ptr()
  0.00      9.72     0.00      168     0.00     0.00  __gnu_cxx::new_allocator<int>::construct(int*, int const&)
  0.00      9.72     0.00      168     0.00     0.00  std::vector<int, std::allocator<int> >::push_back(int const&)
  0.00      9.72     0.00      167     0.00     0.00  __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator-(int const&) const
  0.00      9.72     0.00      167     0.00     0.00  std::vector<std::string, std::allocator<std::string> >::back()
  0.00      9.72     0.00      167     0.00     0.00  bool std::operator!=<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)
  0.00      9.72     0.00      159     0.00     0.00  boost::shared_ptr<Factorable>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag)
  0.00      9.72     0.00      159     0.00     0.00  boost::shared_ptr<Factorable>::operator=(boost::shared_ptr<Factorable> const&)
  0.00      9.72     0.00      159     0.00     0.00  boost::shared_ptr<Serializable>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag)
  0.00      9.72     0.00      159     0.00     0.00  boost::shared_ptr<Serializable>::~shared_ptr()
  0.00      9.72     0.00      159     0.00     0.00  boost::shared_ptr<Indexable>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag)
  0.00      9.72     0.00      159     0.00     0.00  boost::shared_ptr<Indexable>::~shared_ptr()
  0.00      9.72     0.00      159     0.00     0.00  boost::shared_ptr<Factorable> boost::dynamic_pointer_cast<Factorable, Factorable>(boost::shared_ptr<Factorable> const&)
  0.00      9.72     0.00      159     0.00     0.00  boost::shared_ptr<Serializable> boost::dynamic_pointer_cast<Serializable, Factorable>(boost::shared_ptr<Factorable> const&)
  0.00      9.72     0.00      159     0.00     0.00  boost::shared_ptr<Indexable> boost::dynamic_pointer_cast<Indexable, Factorable>(boost::shared_ptr<Factorable> const&)
  0.00      9.72     0.00      159     0.00     0.00  boost::shared_ptr<Factorable>::operator Factorable* boost::shared_ptr<Factorable>::*() const
  0.00      9.72     0.00      159     0.00     0.00  boost::shared_ptr<Serializable>::operator Serializable* boost::shared_ptr<Serializable>::*() const
  0.00      9.72     0.00      159     0.00     0.00  boost::shared_ptr<Indexable>::operator Indexable* boost::shared_ptr<Indexable>::*() const
  0.00      9.72     0.00      134     0.00     0.00  __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::~new_allocator()
  0.00      9.72     0.00      130     0.00     0.00  __gnu_cxx::__normal_iterator<char const*, std::string>::base() const
  0.00      9.72     0.00      121     0.00     0.00  __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::new_allocator(__gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > > const&)
  0.00      9.72     0.00      120     0.00     0.00  boost::any::holder<std::string*>::holder(std::string* const&)
  0.00      9.72     0.00      120     0.00     0.00  boost::any::holder<std::string*>::~holder()
  0.00      9.72     0.00      120     0.00     0.00  bool __gnu_cxx::operator!=<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&)
  0.00      9.72     0.00      116     0.00     0.00  std::allocator<std::vector<std::string, std::allocator<std::string> > >::~allocator()
  0.00      9.72     0.00      106     0.00     0.00  __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >)
  0.00      9.72     0.00      106     0.00     0.00  int* std::__copy<true, std::random_access_iterator_tag>::copy<int>(int const*, int const*, int*)
  0.00      9.72     0.00      106     0.00     0.00  int* std::__copy_aux<int*, int*>(int*, int*, int*)
  0.00      9.72     0.00      106     0.00     0.00  __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::copy<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >)
  0.00      9.72     0.00      104     0.00     0.00  boost::date_time::int_adapter<long long>::int_adapter(long long)
  0.00      9.72     0.00      103     0.00     0.01  Engine::Engine()
  0.00      9.72     0.00      100     0.00     0.00  std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::get_allocator() const
  0.00      9.72     0.00      100     0.00     0.00  std::allocator<std::vector<std::string, std::allocator<std::string> > >::allocator(std::allocator<std::vector<std::string, std::allocator<std::string> > > const&)
  0.00      9.72     0.00       98     0.00     0.00  std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::end()
  0.00      9.72     0.00       98     0.00     0.00  __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >)
  0.00      9.72     0.00       98     0.00     0.00  __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, std::allocator<int>)
  0.00      9.72     0.00       98     0.00     0.00  __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __true_type)
  0.00      9.72     0.00       96     0.00     0.00  boost::date_time::int_adapter<long long>::as_number() const
  0.00      9.72     0.00       95     0.00     0.00  __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::difference_type __gnu_cxx::operator-<std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&)
  0.00      9.72     0.00       95     0.00     0.00  std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::end() const
  0.00      9.72     0.00       95     0.00     0.00  std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::begin() const
  0.00      9.72     0.00       95     0.00     0.00  std::vector<int, std::allocator<int> >::_M_fill_insert(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&)
  0.00      9.72     0.00       95     0.00     0.00  std::vector<int, std::allocator<int> >::insert(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&)
  0.00      9.72     0.00       95     0.00     0.00  std::vector<int, std::allocator<int> >::resize(unsigned int, int const&)
  0.00      9.72     0.00       92     0.00     0.00  std::vector<std::string, std::allocator<std::string> >** boost::any_cast<std::vector<std::string, std::allocator<std::string> >*>(boost::any*)
  0.00      9.72     0.00       92     0.00     0.00  std::vector<std::string, std::allocator<std::string> >* boost::any_cast<std::vector<std::string, std::allocator<std::string> >*>(boost::any&)
  0.00      9.72     0.00       92     0.00     0.00  boost::any::holder<std::vector<std::string, std::allocator<std::string> >*>::type() const
  0.00      9.72     0.00       91     0.00     0.00  bool __gnu_cxx::operator!=<char*, std::string>(__gnu_cxx::__normal_iterator<char*, std::string> const&, __gnu_cxx::__normal_iterator<char*, std::string> const&)
  0.00      9.72     0.00       88     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >::base() const
  0.00      9.72     0.00       87     0.00     0.00  __gnu_cxx::new_allocator<int>::allocate(unsigned int, void const*)
  0.00      9.72     0.00       87     0.00     0.00  __gnu_cxx::new_allocator<int>::max_size() const
  0.00      9.72     0.00       87     0.00     0.00  std::_Vector_base<int, std::allocator<int> >::_M_deallocate(int*, unsigned int)
  0.00      9.72     0.00       86     0.00     0.00  bool isFundamental<std::string>(std::string&)
  0.00      9.72     0.00       86     0.00     0.00  SerializableTypes::Type findType<std::string>(std::string&, bool&, std::string&)
  0.00      9.72     0.00       82     0.00     0.00  __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::operator++()
  0.00      9.72     0.00       79     0.00     0.00  std::allocator<int>::allocator(std::allocator<int> const&)
  0.00      9.72     0.00       78     0.00     0.00  void std::__destroy_aux<int*>(int*, int*, __true_type)
  0.00      9.72     0.00       78     0.00     0.00  void std::_Destroy<int*>(int*, int*)
  0.00      9.72     0.00       78     0.00     0.00  void std::_Destroy<int*, int>(int*, int*, std::allocator<int>)
  0.00      9.72     0.00       76     0.00     0.00  Engine::~Engine()
  0.00      9.72     0.00       69     0.00     0.00  __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::operator*() const
  0.00      9.72     0.00       65     0.00     0.00  __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::~new_allocator()
  0.00      9.72     0.00       64     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >::__normal_iterator(boost::shared_ptr<Interaction>* const&)
  0.00      9.72     0.00       60     0.00     0.00  std::string boost::lexical_cast<std::string, std::string>(std::string const&)
  0.00      9.72     0.00       60     0.00     0.00  boost::any::any<std::string*>(std::string* const&)
  0.00      9.72     0.00       60     0.00     0.00  boost::detail::lexical_stream<std::string, std::string>::lexical_stream()
  0.00      9.72     0.00       60     0.00     0.00  boost::detail::lexical_stream<std::string, std::string>::~lexical_stream()
  0.00      9.72     0.00       60     0.00     0.00  boost::detail::lexical_stream<std::string, std::string>::operator<<(std::string const&)
  0.00      9.72     0.00       60     0.00     0.00  boost::detail::lexical_stream<std::string, std::string>::operator>>(std::string&)
  0.00      9.72     0.00       60     0.00     0.00  std::string** boost::any_cast<std::string*>(boost::any*)
  0.00      9.72     0.00       60     0.00     0.00  std::string* boost::any_cast<std::string*>(boost::any&)
  0.00      9.72     0.00       60     0.00     0.00  boost::shared_ptr<Archive> Archive::create<std::string>(std::string const&, std::string&)
  0.00      9.72     0.00       60     0.00     0.00  boost::any::holder<std::string*>::type() const
  0.00      9.72     0.00       60     0.00     0.00  boost::any::holder<std::string*>::clone() const
  0.00      9.72     0.00       59     0.00     0.00  __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::new_allocator(__gnu_cxx::new_allocator<boost::shared_ptr<Body> > const&)
  0.00      9.72     0.00       58     0.00     0.00  std::numeric_limits<long long>::max()
  0.00      9.72     0.00       57     0.00     0.00  std::allocator<boost::shared_ptr<Body> >::~allocator()
  0.00      9.72     0.00       57     0.00     0.00  std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::end()
  0.00      9.72     0.00       52     0.00     0.00  std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::size() const
  0.00      9.72     0.00       51     0.00     0.00  __gnu_cxx::__normal_iterator<char*, std::string>::operator*() const
  0.00      9.72     0.00       51     0.00     0.00  std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::get_allocator() const
  0.00      9.72     0.00       51     0.00     0.00  std::allocator<boost::shared_ptr<Body> >::allocator(std::allocator<boost::shared_ptr<Body> > const&)
  0.00      9.72     0.00       49     0.00     0.00  __gnu_cxx::__normal_iterator<char*, std::string>::operator++()
  0.00      9.72     0.00       49     0.00     0.00  bool boost::algorithm::is_equal::operator()<char, char>(char const&, char const&) const
  0.00      9.72     0.00       49     0.00     0.00  std::vector<int, std::allocator<int> >::max_size() const
  0.00      9.72     0.00       49     0.00     0.00  std::_Vector_base<int, std::allocator<int> >::_M_allocate(unsigned int)
  0.00      9.72     0.00       48     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine> const*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::__normal_iterator(boost::shared_ptr<Engine> const* const&)
  0.00      9.72     0.00       48     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine> const*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::base() const
  0.00      9.72     0.00       47     0.00     0.00  __gnu_cxx::new_allocator<int>::deallocate(int*, unsigned int)
  0.00      9.72     0.00       45     0.00     0.00  boost::iterator_range<char const*>::end() const
  0.00      9.72     0.00       45     0.00     0.00  std::fpos<__mbstate_t>::operator long long() const
  0.00      9.72     0.00       45     0.00     0.00  std::_Vector_base<std::string, std::allocator<std::string> >::_Vector_base(unsigned int, std::allocator<std::string> const&)
  0.00      9.72     0.00       45     0.00     0.00  std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::begin()
  0.00      9.72     0.00       45     0.00     0.00  std::vector<std::string, std::allocator<std::string> >::vector(std::vector<std::string, std::allocator<std::string> > const&)
  0.00      9.72     0.00       45     0.00     0.00  std::string* std::uninitialized_copy<__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*>(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*)
  0.00      9.72     0.00       45     0.00     0.00  std::string* std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*, std::string>(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*, std::allocator<std::string>)
  0.00      9.72     0.00       45     0.00     0.00  std::string* std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*>(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*, __false_type)
  0.00      9.72     0.00       44     0.00     0.00  boost::iterator_range<__gnu_cxx::__normal_iterator<char const*, std::string> >::end() const
  0.00      9.72     0.00       42     0.00     0.00  boost::date_time::int_adapter<unsigned long>::int_adapter(unsigned long)
  0.00      9.72     0.00       42     0.00     0.00  __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >::base() const
  0.00      9.72     0.00       42     0.00     0.00  __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >)
  0.00      9.72     0.00       42     0.00     0.00  __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::allocator<std::vector<std::string, std::allocator<std::string> > >)
  0.00      9.72     0.00       42     0.00     0.00  __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __false_type)
  0.00      9.72     0.00       41     0.00     0.00  TimeStepper::action(Body*)
  0.00      9.72     0.00       41     0.00     0.00  __gnu_cxx::new_allocator<int>::new_allocator()
  0.00      9.72     0.00       41     0.00     0.00  std::_Vector_base<int, std::allocator<int> >::_Vector_impl::_Vector_impl(std::allocator<int> const&)
  0.00      9.72     0.00       41     0.00     0.00  std::_Vector_base<int, std::allocator<int> >::_Vector_base(std::allocator<int> const&)
  0.00      9.72     0.00       40     0.00     0.00  __gnu_cxx::new_allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::~new_allocator()
  0.00      9.72     0.00       40     0.00     0.00  __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::operator+=(int const&)
  0.00      9.72     0.00       40     0.00     0.00  bool __gnu_cxx::operator==<char const*, std::string>(__gnu_cxx::__normal_iterator<char const*, std::string> const&, __gnu_cxx::__normal_iterator<char const*, std::string> const&)
  0.00      9.72     0.00       40     0.00     0.00  __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::__fill_n<true>::fill_n<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&)
  0.00      9.72     0.00       40     0.00     0.00  void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&)
  0.00      9.72     0.00       40     0.00     0.00  void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&, std::allocator<int>)
  0.00      9.72     0.00       40     0.00     0.00  void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&, __true_type)
  0.00      9.72     0.00       40     0.00     0.00  __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::fill_n<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&)
  0.00      9.72     0.00       39     0.00     0.00  __gnu_cxx::new_allocator<double>::~new_allocator()
  0.00      9.72     0.00       38     0.00     0.00  bool isFundamental<Engine>(Engine&)
  0.00      9.72     0.00       38     0.00     0.00  SerializableTypes::Type findType<Engine>(Engine&, bool&, std::string&)
  0.00      9.72     0.00       38     0.00     0.00  boost::date_time::int_adapter<unsigned long>::as_number() const
  0.00      9.72     0.00       38     0.00     0.00  std::allocator<int>::~allocator()
  0.00      9.72     0.00       38     0.00     0.00  std::_Vector_base<int, std::allocator<int> >::_Vector_impl::~_Vector_impl()
  0.00      9.72     0.00       38     0.00     0.00  std::_Vector_base<int, std::allocator<int> >::~_Vector_base()
  0.00      9.72     0.00       38     0.00     0.00  std::_Deque_iterator<char, char&, char*>::_Deque_iterator(std::_Deque_iterator<char, char&, char*> const&)
  0.00      9.72     0.00       38     0.00     0.00  std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::end()
  0.00      9.72     0.00       36     0.00     0.00  boost::any::holder<boost::shared_ptr<Engine>*>::holder(boost::shared_ptr<Engine>* const&)
  0.00      9.72     0.00       36     0.00     0.00  boost::any::holder<boost::shared_ptr<Engine>*>::~holder()
  0.00      9.72     0.00       36     0.00     0.00  boost::any::holder<std::vector<std::string, std::allocator<std::string> >*>::holder(std::vector<std::string, std::allocator<std::string> >* const&)
  0.00      9.72     0.00       36     0.00     0.00  boost::any::holder<std::vector<std::string, std::allocator<std::string> >*>::~holder()
  0.00      9.72     0.00       36     0.00     0.00  boost::date_time::int_adapter<long long>::not_a_number()
  0.00      9.72     0.00       36     0.00     0.00  __gnu_cxx::new_allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::new_allocator()
  0.00      9.72     0.00       36     0.00     0.00  std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::allocator<std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >(std::allocator<std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > > const&)
  0.00      9.72     0.00       35     0.00     0.00  std::_List_iterator<boost::shared_ptr<EngineUnit> >::_List_iterator(std::_List_node_base*)
  0.00      9.72     0.00       34     0.00     0.00  PhysicalParameters::getMaxCurrentlyUsedIndexStatic()
  0.00      9.72     0.00       34     0.00     0.00  std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_deallocate(std::vector<std::string, std::allocator<std::string> >*, unsigned int)
  0.00      9.72     0.00       32     0.00     0.00  __gnu_cxx::new_allocator<boost::shared_ptr<Interaction> >::~new_allocator()
  0.00      9.72     0.00       32     0.00     0.00  std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_init()
  0.00      9.72     0.00       31     0.00     0.00  std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >** boost::any_cast<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>(boost::any*)
  0.00      9.72     0.00       31     0.00     0.00  std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >* boost::any_cast<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>(boost::any&)
  0.00      9.72     0.00       31     0.00     0.00  __gnu_cxx::new_allocator<double>::new_allocator(__gnu_cxx::new_allocator<double> const&)
  0.00      9.72     0.00       31     0.00     0.00  boost::any::holder<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>::type() const
  0.00      9.72     0.00       30     0.00     0.00  boost::shared_ptr<MetaBody>::shared_ptr()
  0.00      9.72     0.00       30     0.00     0.00  boost::shared_ptr<MetaBody>::~shared_ptr()
  0.00      9.72     0.00       29     0.00     0.00  ThreadWorker::ThreadWorker()
  0.00      9.72     0.00       29     0.00     0.00  boost::any::any()
  0.00      9.72     0.00       29     0.00     0.00  void std::__destroy_aux<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __false_type)
  0.00      9.72     0.00       29     0.00     0.00  void std::_Destroy<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >)
  0.00      9.72     0.00       29     0.00     0.00  void std::_Destroy<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::allocator<std::vector<std::string, std::allocator<std::string> > >)
  0.00      9.72     0.00       28     0.00     0.00  ThreadWorker::~ThreadWorker()
  0.00      9.72     0.00       28     0.00     0.00  FileGenerator::getBaseClassNumber()
  0.00      9.72     0.00       28     0.00     0.00  InteractingGeometry::getMaxCurrentlyUsedIndexStatic()
  0.00      9.72     0.00       28     0.00     0.00  std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_key(std::_Rb_tree_node_base const*)
  0.00      9.72     0.00       28     0.00     0.00  std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_value(std::_Rb_tree_node_base const*)
  0.00      9.72     0.00       28     0.00     0.00  void std::_Construct<std::vector<std::string, std::allocator<std::string> >, std::vector<std::string, std::allocator<std::string> > >(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> > const&)
  0.00      9.72     0.00       28     0.00     0.00  void std::_Destroy<std::vector<std::string, std::allocator<std::string> > >(std::vector<std::string, std::allocator<std::string> >*)
  0.00      9.72     0.00       27     0.00     0.00  boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int>::res_adjust()
  0.00      9.72     0.00       26     0.00     0.00  SerializableTypes::Type findType<std::string>(std::vector<std::string, std::allocator<std::string> >&, bool&, std::string&)
  0.00      9.72     0.00       26     0.00     0.00  __gnu_cxx::new_allocator<boost::shared_ptr<Interaction> >::new_allocator(__gnu_cxx::new_allocator<boost::shared_ptr<Interaction> > const&)
  0.00      9.72     0.00       25     0.00     0.00  GeometricalModel::getMaxCurrentlyUsedIndexStatic()
  0.00      9.72     0.00       25     0.00     0.00  boost::date_time::int_adapter<long long>::is_nan() const
  0.00      9.72     0.00       25     0.00     0.00  std::numeric_limits<unsigned long>::max()
  0.00      9.72     0.00       24     0.00     0.00  GeometricalModel::getBaseClassNumber()
  0.00      9.72     0.00       24     0.00     0.00  boost::shared_ptr<Engine>::~shared_ptr()
  0.00      9.72     0.00       24     0.00     0.00  log4cxx::stringbuf::~stringbuf()
  0.00      9.72     0.00       24     0.00     0.00  __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::~new_allocator()
  0.00      9.72     0.00       24     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine> const*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<Engine> const*, boost::shared_ptr<Engine> const*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine> const*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine> const*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&)
  0.00      9.72     0.00       24     0.00     0.00  bool __gnu_cxx::operator!=<char const*, std::string>(__gnu_cxx::__normal_iterator<char const*, std::string> const&, __gnu_cxx::__normal_iterator<char const*, std::string> const&)
  0.00      9.72     0.00       24     0.00     0.00  __gnu_cxx::__normal_iterator<char const*, std::string>::operator*() const
  0.00      9.72     0.00       24     0.00     0.00  std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::end() const
  0.00      9.72     0.00       24     0.00     0.00  std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::size() const
  0.00      9.72     0.00       24     0.00     0.00  std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::begin() const
  0.00      9.72     0.00       24     0.00     0.00  std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_clear()
  0.00      9.72     0.00       23     0.00     0.00  boost::gregorian::greg_month::operator unsigned short() const
  0.00      9.72     0.00       22     0.00     0.00  boost::shared_ptr<EngineUnit>::shared_ptr()
  0.00      9.72     0.00       22     0.00     0.00  std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >** boost::any_cast<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>(boost::any*)
  0.00      9.72     0.00       22     0.00     0.00  std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >* boost::any_cast<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>(boost::any&)
  0.00      9.72     0.00       22     0.00     0.00  boost::date_time::int_adapter<long long>::neg_infinity()
  0.00      9.72     0.00       22     0.00     0.00  boost::date_time::int_adapter<long long>::pos_infinity()
  0.00      9.72     0.00       22     0.00     0.01  Engine::Engine()
  0.00      9.72     0.00       22     0.00     0.00  boost::any::holder<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>::type() const
  0.00      9.72     0.00       22     0.00     0.00  std::allocator<boost::shared_ptr<Interaction> >::~allocator()
  0.00      9.72     0.00       22     0.00     0.00  std::numeric_limits<long long>::min()
  0.00      9.72     0.00       22     0.00     7.91  __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >)
  0.00      9.72     0.00       22     0.00     7.91  __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, std::allocator<boost::shared_ptr<Body> >)
  0.00      9.72     0.00       22     0.00     7.91  __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __false_type)
  0.00      9.72     0.00       21     0.00     0.00  PhysicalParameters::getBaseClassNumber()
  0.00      9.72     0.00       21     0.00     0.00  __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::allocate(unsigned int, void const*)
  0.00      9.72     0.00       21     0.00     0.00  __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::new_allocator()
  0.00      9.72     0.00       21     0.00     0.00  boost::date_time::int_adapter<long long>::is_special() const
  0.00      9.72     0.00       21     0.00     0.00  boost::date_time::int_adapter<long long>::is_infinity() const
  0.00      9.72     0.00       21     0.00     0.00  __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::max_size() const
  0.00      9.72     0.00       21     0.00     0.00  std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::max_size() const
  0.00      9.72     0.00       21     0.00     0.00  std::allocator<std::vector<std::string, std::allocator<std::string> > >::allocator(std::allocator<std::vector<std::string, std::allocator<std::string> > > const&)
  0.00      9.72     0.00       21     0.00     0.00  std::allocator<double>::allocator(std::allocator<double> const&)
  0.00      9.72     0.00       21     0.00     0.00  std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_allocate(unsigned int)
  0.00      9.72     0.00       21     0.00     0.00  std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_Vector_impl::_Vector_impl(std::allocator<std::vector<std::string, std::allocator<std::string> > > const&)
  0.00      9.72     0.00       21     0.00     0.00  std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_Vector_base(std::allocator<std::vector<std::string, std::allocator<std::string> > > const&)
  0.00      9.72     0.00       21     0.00    12.94  void std::__destroy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __false_type)
  0.00      9.72     0.00       21     0.00     0.00  void std::__destroy_aux<std::vector<std::string, std::allocator<std::string> >*>(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*, __false_type)
  0.00      9.72     0.00       21     0.00    12.94  void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >)
  0.00      9.72     0.00       21     0.00    12.94  void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, std::allocator<boost::shared_ptr<Body> >)
  0.00      9.72     0.00       21     0.00     0.00  void std::_Destroy<std::vector<std::string, std::allocator<std::string> >*>(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*)
  0.00      9.72     0.00       21     0.00     0.00  void std::_Destroy<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> > >(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*, std::allocator<std::vector<std::string, std::allocator<std::string> > >)
  0.00      9.72     0.00       20     0.00     0.01  SerializableTypes::Type findType<Engine>(boost::shared_ptr<Engine>&, bool&, std::string&)
  0.00      9.72     0.00       20     0.00     0.00  boost::filesystem::directory_iterator::~directory_iterator()
  0.00      9.72     0.00       20     0.00     0.00  boost::shared_ptr<Engine>::shared_ptr<Engine>(Engine*)
  0.00      9.72     0.00       20     0.00     0.00  boost::shared_ptr<boost::filesystem::detail::dir_itr_imp>::shared_ptr()
  0.00      9.72     0.00       20     0.00     0.00  boost::shared_ptr<boost::filesystem::detail::dir_itr_imp>::~shared_ptr()
  0.00      9.72     0.00       20     0.00     0.00  boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::iterator_facade()
  0.00      9.72     0.00       20     0.00     0.00  boost::less_than_comparable<boost::posix_time::time_duration, boost::equality_comparable<boost::posix_time::time_duration, boost::posix_time::time_duration, boost::detail::empty_base, boost::detail::false_t>, boost::detail::empty_base, boost::detail::true_t>::less_than_comparable()
  0.00      9.72     0.00       20     0.00     0.00  bool boost::empty<__gnu_cxx::__normal_iterator<char const*, std::string> >(boost::iterator_range<__gnu_cxx::__normal_iterator<char const*, std::string> > const&)
  0.00      9.72     0.00       20     0.00     0.00  boost::detail::shared_count::shared_count<Engine>(Engine*)
  0.00      9.72     0.00       20     0.00     0.00  boost::detail::sp_counted_impl_p<Engine>::sp_counted_impl_p(Engine*)
  0.00      9.72     0.00       20     0.00     0.00  boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int>::as_number(boost::date_time::int_adapter<long long>)
  0.00      9.72     0.00       20     0.00     0.00  boost::date_time::time_resolution_traits_adapted64_impl::as_number(boost::date_time::int_adapter<long long>)
  0.00      9.72     0.00       20     0.00     0.00  Engine::~Engine()
  0.00      9.72     0.00       20     0.00     0.00  __gnu_cxx::new_allocator<boost::shared_ptr<Engine> >::~new_allocator()
  0.00      9.72     0.00       20     0.00     0.00  boost::iterator_range<__gnu_cxx::__normal_iterator<char const*, std::string> >::begin() const
  0.00      9.72     0.00       20     0.00     0.00  boost::iterator_range<__gnu_cxx::__normal_iterator<char const*, std::string> >::empty() const
  0.00      9.72     0.00       20     0.00     0.00  boost::iterator_range<char const*>::begin() const
  0.00      9.72     0.00       20     0.00     0.00  std::_List_iterator<boost::shared_ptr<EngineUnit> >::operator!=(std::_List_iterator<boost::shared_ptr<EngineUnit> > const&) const
  0.00      9.72     0.00       18     0.00     0.00  boost::shared_ptr<Engine>::shared_ptr(boost::shared_ptr<Engine> const&)
  0.00      9.72     0.00       18     0.00     0.00  boost::shared_ptr<Engine>::operator=(boost::shared_ptr<Engine> const&)
  0.00      9.72     0.00       18     0.00     0.00  boost::any::any<boost::shared_ptr<Engine>*>(boost::shared_ptr<Engine>* const&)
  0.00      9.72     0.00       18     0.00     0.00  boost::any::any<std::vector<std::string, std::allocator<std::string> >*>(std::vector<std::string, std::allocator<std::string> >* const&)
  0.00      9.72     0.00       18     0.00     0.00  bool boost::empty<char const*>(boost::iterator_range<char const*> const&)
  0.00      9.72     0.00       18     0.00     0.00  boost::shared_ptr<Engine>** boost::any_cast<boost::shared_ptr<Engine>*>(boost::any*)
  0.00      9.72     0.00       18     0.00     0.00  boost::shared_ptr<Engine>* boost::any_cast<boost::shared_ptr<Engine>*>(boost::any&)
  0.00      9.72     0.00       18     0.00     0.00  boost::shared_ptr<Archive> Archive::create<Engine>(std::string const&, Engine&)
  0.00      9.72     0.00       18     0.00     0.01  boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Engine> >(std::string const&, boost::shared_ptr<Engine>&)
  0.00      9.72     0.00       18     0.00     0.00  boost::shared_ptr<Archive> Archive::create<std::vector<std::string, std::allocator<std::string> > >(std::string const&, std::vector<std::string, std::allocator<std::string> >&)
  0.00      9.72     0.00       18     0.00     0.00  __gnu_cxx::new_allocator<boost::shared_ptr<EngineUnit> >::new_allocator()
  0.00      9.72     0.00       18     0.00     0.00  __gnu_cxx::new_allocator<boost::shared_ptr<EngineUnit> >::~new_allocator()
  0.00      9.72     0.00       18     0.00     0.00  __gnu_cxx::new_allocator<boost::shared_ptr<Engine> >::new_allocator(__gnu_cxx::new_allocator<boost::shared_ptr<Engine> > const&)
  0.00      9.72     0.00       18     0.00     0.00  __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::deallocate(std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >*, unsigned int)
  0.00      9.72     0.00       18     0.00     0.00  __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::allocate(unsigned int, void const*)
  0.00      9.72     0.00       18     0.00     0.00  __gnu_cxx::new_allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::construct(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >*, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&)
  0.00      9.72     0.00       18     0.00     0.00  __gnu_cxx::new_allocator<char>::allocate(unsigned int, void const*)
  0.00      9.72     0.00       18     0.00     0.00  boost::shared_ptr<Engine>::operator*() const
  0.00      9.72     0.00       18     0.00     0.00  boost::iterator_range<char const*>::empty() const
  0.00      9.72     0.00       18     0.00     0.00  boost::any::holder<boost::shared_ptr<Engine>*>::type() const
  0.00      9.72     0.00       18     0.00     0.00  boost::any::holder<boost::shared_ptr<Engine>*>::clone() const
  0.00      9.72     0.00       18     0.00     0.00  boost::any::holder<std::vector<std::string, std::allocator<std::string> >*>::clone() const
  0.00      9.72     0.00       18     0.00     0.00  __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::max_size() const
  0.00      9.72     0.00       18     0.00     0.00  __gnu_cxx::new_allocator<char>::max_size() const
  0.00      9.72     0.00       18     0.00     0.00  std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::get_allocator() const
  0.00      9.72     0.00       18     0.00     0.00  std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::get_allocator() const
  0.00      9.72     0.00       18     0.00     0.00  std::allocator<boost::shared_ptr<EngineUnit> >::~allocator()
  0.00      9.72     0.00       18     0.00     0.00  std::allocator<boost::shared_ptr<Interaction> >::allocator(std::allocator<boost::shared_ptr<Interaction> > const&)
  0.00      9.72     0.00       18     0.00     0.00  std::allocator<boost::shared_ptr<Engine> >::~allocator()
  0.00      9.72     0.00       18     0.00     0.00  std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::~allocator()
  0.00      9.72     0.00       18     0.00     0.00  std::allocator<int>::allocator()
  0.00      9.72     0.00       18     0.00     0.00  std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert(std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&)
  0.00      9.72     0.00       18     0.00     0.00  std::fpos<__mbstate_t>::fpos(long long)
  0.00      9.72     0.00       18     0.00     0.00  std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::end()
  0.00      9.72     0.00       18     0.00     0.00  std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >::pair(SerializableTypes::Type const&, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> const&)
  0.00      9.72     0.00       18     0.00     0.00  std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>::pair()
  0.00      9.72     0.00       18     0.00     0.00  std::vector<std::string, std::allocator<std::string> >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&)
  0.00      9.72     0.00       18     0.00     0.00  std::vector<std::string, std::allocator<std::string> >::insert(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&)
  0.00      9.72     0.00       18     0.00     0.00  std::vector<std::string, std::allocator<std::string> >::resize(unsigned int)
  0.00      9.72     0.00       18     0.00     0.00  std::vector<std::string, std::allocator<std::string> >::resize(unsigned int, std::string const&)
  0.00      9.72     0.00       18     0.00     0.00  std::vector<int, std::allocator<int> >::resize(unsigned int)
  0.00      9.72     0.00       18     0.00     0.00  std::vector<int, std::allocator<int> >::vector(std::allocator<int> const&)
  0.00      9.72     0.00       18     0.00     0.00  std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_get_node()
  0.00      9.72     0.00       18     0.00     0.00  std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert_unique(std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&)
  0.00      9.72     0.00       18     0.00     0.00  std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_create_node(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&)
  0.00      9.72     0.00       18     0.00     0.00  std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&)
  0.00      9.72     0.00       18     0.00     0.00  void std::_Construct<boost::shared_ptr<Engine>, boost::shared_ptr<Engine> >(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine> const&)
  0.00      9.72     0.00       17     0.00     0.00  __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator+=(int const&)
  0.00      9.72     0.00       17     0.00     0.00  std::char_traits<char>::eq_int_type(int const&, int const&)
  0.00      9.72     0.00       17     0.00     0.00  std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_deallocate(boost::shared_ptr<Body>*, unsigned int)
  0.00      9.72     0.00       17     0.00     0.00  std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::begin()
  0.00      9.72     0.00       17     0.00     0.00  void std::__destroy_aux<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __true_type)
  0.00      9.72     0.00       17     0.00     0.00  void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string>(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&)
  0.00      9.72     0.00       17     0.00     0.00  void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string, std::string>(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&, std::allocator<std::string>)
  0.00      9.72     0.00       17     0.00     0.00  void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string>(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&, __false_type)
  0.00      9.72     0.00       17     0.00     0.00  void std::_Destroy<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >)
  0.00      9.72     0.00       17     0.00     0.00  void std::_Destroy<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, std::allocator<int>)
  0.00      9.72     0.00       16     0.00     0.00  MetaEngine::getBaseClassNumber()
  0.00      9.72     0.00       16     0.00     0.01  MetaEngine::MetaEngine()
  0.00      9.72     0.00       16     0.00     0.00  PhysicalAction::getMaxCurrentlyUsedIndexStatic()
  0.00      9.72     0.00       16     0.00     0.00  boost::any::holder<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>::holder(std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >* const&)
  0.00      9.72     0.00       16     0.00     0.00  boost::any::holder<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>::~holder()
  0.00      9.72     0.00       16     0.00     0.00  boost::any::holder<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>::holder(std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >* const&)
  0.00      9.72     0.00       16     0.00     0.00  boost::any::holder<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>::~holder()
  0.00      9.72     0.00       16     0.00     0.00  __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::new_allocator(__gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<EngineUnit> > > const&)
  0.00      9.72     0.00       16     0.00     0.00  __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::new_allocator()
  0.00      9.72     0.00       16     0.00     0.00  __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::difference_type __gnu_cxx::operator-<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&)
  0.00      9.72     0.00       16     0.00     0.00  GeometricalModel::getBaseClassName(unsigned int) const
  0.00      9.72     0.00       16     0.00     0.00  std::allocator<boost::shared_ptr<EngineUnit> >::allocator()
  0.00      9.72     0.00       16     0.00     0.00  std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::allocator<boost::shared_ptr<EngineUnit> >(std::allocator<boost::shared_ptr<EngineUnit> > const&)
  0.00      9.72     0.00       16     0.00     0.00  std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::allocator(std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > > const&)
  0.00      9.72     0.00       16     0.00     0.00  std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::~allocator()
  0.00      9.72     0.00       16     0.00     0.00  std::allocator<std::vector<std::string, std::allocator<std::string> > >::allocator()
  0.00      9.72     0.00       16     0.00     0.00  std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_List_impl::_List_impl(std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > > const&)
  0.00      9.72     0.00       16     0.00     0.00  std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_List_base(std::allocator<boost::shared_ptr<EngineUnit> > const&)
  0.00      9.72     0.00       16     0.00     0.00  std::char_traits<char>::not_eof(int const&)
  0.00      9.72     0.00       16     0.00     0.00  __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >)
  0.00      9.72     0.00       16     0.00     0.00  std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::clear()
  0.00      9.72     0.00       16     0.00     0.00  std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::list(std::allocator<boost::shared_ptr<EngineUnit> > const&)
  0.00      9.72     0.00       16     0.00     0.00  std::vector<std::string, std::allocator<std::string> >* std::__copy<false, std::random_access_iterator_tag>::copy<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*>(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*)
  0.00      9.72     0.00       16     0.00     0.00  std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::clear()
  0.00      9.72     0.00       16     0.00     0.00  std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::erase(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >)
  0.00      9.72     0.00       16     0.00     0.00  std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::vector(std::allocator<std::vector<std::string, std::allocator<std::string> > > const&)
  0.00      9.72     0.00       16     0.00     0.00  std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_leftmost()
  0.00      9.72     0.00       16     0.00     0.00  std::vector<std::string, std::allocator<std::string> >* std::__copy_aux<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*>(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*)
  0.00      9.72     0.00       16     0.00     0.00  __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::copy<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >)
  0.00      9.72     0.00       15     0.00     0.00  InteractingGeometry::getBaseClassNumber()
  0.00      9.72     0.00       15     0.00     0.00  __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::construct(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> > const&)
  0.00      9.72     0.00       15     0.00     0.00  boost::gregorian::greg_day::operator unsigned short() const
  0.00      9.72     0.00       15     0.00     0.00  std::ostreambuf_iterator<char, std::char_traits<char> >::operator=(char)
  0.00      9.72     0.00       15     0.00     0.00  std::ostreambuf_iterator<char, std::char_traits<char> >::operator*()
  0.00      9.72     0.00       15     0.00     0.00  std::ostreambuf_iterator<char, std::char_traits<char> >::operator++()
  0.00      9.72     0.00       14     0.00     0.00  DeusExMachina::getBaseClassNumber()
  0.00      9.72     0.00       14     0.00     0.01  FileGenerator::FileGenerator()
  0.00      9.72     0.00       14     0.00     0.00  FileGenerator::~FileGenerator()
  0.00      9.72     0.00       14     0.00     0.00  InteractionGeometry::getBaseClassNumber()
  0.00      9.72     0.00       14     0.00     0.00  boost::shared_ptr<Factorable>::shared_ptr<FileGenerator>(boost::shared_ptr<FileGenerator> const&)
  0.00      9.72     0.00       14     0.00     0.00  boost::shared_ptr<FileGenerator>::shared_ptr<FileGenerator>(FileGenerator*)
  0.00      9.72     0.00       14     0.00     0.00  boost::shared_ptr<FileGenerator>::~shared_ptr()
  0.00      9.72     0.00       14     0.00     0.00  void boost::checked_delete<FileGenerator>(FileGenerator*)
  0.00      9.72     0.00       14     0.00     0.00  boost::detail::shared_count::shared_count<FileGenerator>(FileGenerator*)
  0.00      9.72     0.00       14     0.00     0.00  boost::detail::sp_counted_impl_p<FileGenerator>::dispose()
  0.00      9.72     0.00       14     0.00     0.00  boost::detail::sp_counted_impl_p<FileGenerator>::sp_counted_impl_p(FileGenerator*)
  0.00      9.72     0.00       14     0.00     0.00  boost::detail::sp_counted_impl_p<FileGenerator>::~sp_counted_impl_p()
  0.00      9.72     0.00       14     0.00     0.00  boost::date_time::int_adapter<unsigned long>::not_a_number()
  0.00      9.72     0.00       14     0.00     0.00  bool __gnu_cxx::operator!=<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > const&)
  0.00      9.72     0.00       14     0.00     0.00  FileGenerator::getBaseClassName(unsigned int) const
  0.00      9.72     0.00       14     0.00     0.00  PhysicalParameters::getBaseClassName(unsigned int) const
  0.00      9.72     0.00       14     0.00     0.00  std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::get_allocator() const
  0.00      9.72     0.00       14     0.00     0.00  std::allocator<boost::shared_ptr<Engine> >::allocator(std::allocator<boost::shared_ptr<Engine> > const&)
  0.00      9.72     0.00       14     0.00     0.00  std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::begin()
  0.00      9.72     0.00       14     0.00     0.00  std::__deque_buf_size(unsigned int)
  0.00      9.72     0.00       13     0.00     0.00  boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1400, (unsigned short)10000, boost::gregorian::bad_year> >::max()
  0.00      9.72     0.00       13     0.00     0.00  boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1400, (unsigned short)10000, boost::gregorian::bad_year> >::min()
  0.00      9.72     0.00       13     0.00     0.00  boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1400, (unsigned short)10000, boost::gregorian::bad_year> >::assign(unsigned short)
  0.00      9.72     0.00       13     0.00     0.00  boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1400, (unsigned short)10000, boost::gregorian::bad_year> >::constrained_value(unsigned short)
  0.00      9.72     0.00       13     0.00     0.00  boost::CV::simple_exception_policy<unsigned short, (unsigned short)1400, (unsigned short)10000, boost::gregorian::bad_year>::max()
  0.00      9.72     0.00       13     0.00     0.00  boost::CV::simple_exception_policy<unsigned short, (unsigned short)1400, (unsigned short)10000, boost::gregorian::bad_year>::min()
  0.00      9.72     0.00       13     0.00     0.00  boost::gregorian::greg_year::greg_year(unsigned short)
  0.00      9.72     0.00       13     0.00     0.00  __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::deallocate(std::vector<std::string, std::allocator<std::string> >*, unsigned int)
  0.00      9.72     0.00       13     0.00     0.00  boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::ticks() const
  0.00      9.72     0.00       13     0.00     0.00  boost::gregorian::greg_year::operator unsigned short() const
  0.00      9.72     0.00       13     0.00     0.00  std::_Vector_base<double, std::allocator<double> >::get_allocator() const
  0.00      9.72     0.00       13     0.00     0.00  std::allocator<std::vector<std::string, std::allocator<std::string> > >::~allocator()
  0.00      9.72     0.00       13     0.00     0.00  std::allocator<double>::~allocator()
  0.00      9.72     0.00       13     0.00     0.00  std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_Vector_impl::~_Vector_impl()
  0.00      9.72     0.00       13     0.00     0.00  std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::~_Vector_base()
  0.00      9.72     0.00       13     0.00     0.00  std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::vector<std::string, std::allocator<std::string> > const&)
  0.00      9.72     0.00       12     0.00     0.00  bool isFundamental<EngineUnit>(EngineUnit&)
  0.00      9.72     0.00       12     0.00     0.00  SerializableTypes::Type findType<EngineUnit>(EngineUnit&, bool&, std::string&)
  0.00      9.72     0.00       12     0.00     0.00  BoundingVolume::getMaxCurrentlyUsedIndexStatic()
  0.00      9.72     0.00       12     0.00     0.00  PhysicalAction::getBaseClassNumber()
  0.00      9.72     0.00       12     0.00     0.00  StandAloneEngine::getBaseClassNumber()
  0.00      9.72     0.00       12     0.00     0.00  __gnu_cxx::__normal_iterator<double const*, std::vector<double, std::allocator<double> > >::__normal_iterator(double const* const&)
  0.00      9.72     0.00       12     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > const&)
  0.00      9.72     0.00       12     0.00     0.00  __gnu_cxx::__normal_iterator<double const*, std::vector<double, std::allocator<double> > >::base() const
  0.00      9.72     0.00       12     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >)
  0.00      9.72     0.00       12     0.00     0.00  boost::shared_ptr<Interaction>* std::__copy<false, std::random_access_iterator_tag>::copy<boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*>(boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*)
  0.00      9.72     0.00       12     0.00     0.00  std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >)
  0.00      9.72     0.00       12     0.00     0.00  std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_rightmost()
  0.00      9.72     0.00       12     0.00     0.00  boost::shared_ptr<Interaction>* std::__copy_aux<boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*>(boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*)
  0.00      9.72     0.00       12     0.00     0.00  void std::__destroy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __false_type)
  0.00      9.72     0.00       12     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > std::copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >)
  0.00      9.72     0.00       12     0.00     0.00  void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >)
  0.00      9.72     0.00       12     0.00     0.00  void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, boost::shared_ptr<Interaction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, std::allocator<boost::shared_ptr<Interaction> >)
  0.00      9.72     0.00       11     0.00     0.00  boost::shared_ptr<EngineUnit>::~shared_ptr()
  0.00      9.72     0.00       11     0.00     0.00  boost::date_time::int_adapter<unsigned long>::neg_infinity()
  0.00      9.72     0.00       11     0.00     0.00  boost::date_time::int_adapter<unsigned long>::pos_infinity()
  0.00      9.72     0.00       11     0.00     0.00  __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::allocate(unsigned int, void const*)
  0.00      9.72     0.00       11     0.00     0.00  __gnu_cxx::new_allocator<char>::deallocate(char*, unsigned int)
  0.00      9.72     0.00       11     0.00     0.00  __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::max_size() const
  0.00      9.72     0.00       11     0.00     0.00  std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::max_size() const
  0.00      9.72     0.00       11     0.00     0.00  std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_allocate(unsigned int)
  0.00      9.72     0.00       11     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >)
  0.00      9.72     0.00       11     0.00     0.00  std::numeric_limits<unsigned long>::min()
  0.00      9.72     0.00       11     0.00     0.00  std::_Rb_tree_iterator<std::string>::operator--()
  0.00      9.72     0.00       11     0.00     0.00  boost::shared_ptr<Body>* std::__copy<false, std::random_access_iterator_tag>::copy<boost::shared_ptr<Body>*, boost::shared_ptr<Body>*>(boost::shared_ptr<Body>*, boost::shared_ptr<Body>*, boost::shared_ptr<Body>*)
  0.00      9.72     0.00       11     0.00    13.39  std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >)
  0.00      9.72     0.00       11     0.00     0.00  boost::shared_ptr<Body>* std::__copy_aux<boost::shared_ptr<Body>*, boost::shared_ptr<Body>*>(boost::shared_ptr<Body>*, boost::shared_ptr<Body>*, boost::shared_ptr<Body>*)
  0.00      9.72     0.00       11     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >)
  0.00      9.72     0.00       10     0.00     0.01  SerializableTypes::Type findType<EngineUnit>(boost::shared_ptr<EngineUnit>&, bool&, std::string&)
  0.00      9.72     0.00       10     0.00     0.01  EngineUnit::EngineUnit()
  0.00      9.72     0.00       10     0.00     0.00  EngineUnit::~EngineUnit()
  0.00      9.72     0.00       10     0.00     0.00  InteractionPhysics::getBaseClassNumber()
  0.00      9.72     0.00       10     0.00     0.00  boost::filesystem::directory_iterator::directory_iterator(boost::filesystem::path const&)
  0.00      9.72     0.00       10     0.00     0.00  boost::filesystem::directory_iterator::directory_iterator()
  0.00      9.72     0.00       10     0.00     0.00  boost::less_than_comparable<boost::gregorian::date, boost::equality_comparable<boost::gregorian::date, boost::gregorian::date, boost::detail::empty_base, boost::detail::false_t>, boost::detail::empty_base, boost::detail::true_t>::less_than_comparable()
  0.00      9.72     0.00       10     0.00     0.00  boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)12, boost::gregorian::bad_month> >::max()
  0.00      9.72     0.00       10     0.00     0.00  boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)12, boost::gregorian::bad_month> >::min()
  0.00      9.72     0.00       10     0.00     0.00  boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)12, boost::gregorian::bad_month> >::assign(unsigned short)
  0.00      9.72     0.00       10     0.00     0.00  boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)12, boost::gregorian::bad_month> >::constrained_value(unsigned short)
  0.00      9.72     0.00       10     0.00     0.00  boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)31, boost::gregorian::bad_day_of_month> >::max()
  0.00      9.72     0.00       10     0.00     0.00  boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)31, boost::gregorian::bad_day_of_month> >::min()
  0.00      9.72     0.00       10     0.00     0.00  boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)31, boost::gregorian::bad_day_of_month> >::assign(unsigned short)
  0.00      9.72     0.00       10     0.00     0.00  boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)31, boost::gregorian::bad_day_of_month> >::constrained_value(unsigned short)
  0.00      9.72     0.00       10     0.00     0.00  boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)12, boost::gregorian::bad_month>::max()
  0.00      9.72     0.00       10     0.00     0.00  boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)12, boost::gregorian::bad_month>::min()
  0.00      9.72     0.00       10     0.00     0.00  boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)31, boost::gregorian::bad_day_of_month>::max()
  0.00      9.72     0.00       10     0.00     0.00  boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)31, boost::gregorian::bad_day_of_month>::min()
  0.00      9.72     0.00       10     0.00     0.00  boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::time_duration(int, int, int, long long)
  0.00      9.72     0.00       10     0.00     0.00  boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>::year_month_day_base(boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day)
  0.00      9.72     0.00       10     0.00     0.00  boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int>::to_tick_count(int, int, int, long long)
  0.00      9.72     0.00       10     0.00     0.00  boost::gregorian::greg_month::greg_month(unsigned short)
  0.00      9.72     0.00       10     0.00     0.00  boost::gregorian::greg_day::greg_day(unsigned short)
  0.00      9.72     0.00       10     0.00     0.00  __gnu_cxx::new_allocator<double>::new_allocator()
  0.00      9.72     0.00       10     0.00     0.00  InteractingGeometry::getBaseClassName(unsigned int) const
  0.00      9.72     0.00       10     0.00     0.00  std::deque<char, std::allocator<char> >::empty() const
  0.00      9.72     0.00       10     0.00     0.00  std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::size() const
  0.00      9.72     0.00       10     0.00     0.00  __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >)
  0.00      9.72     0.00       10     0.00     0.00  double* std::__copy<true, std::random_access_iterator_tag>::copy<double>(double const*, double const*, double*)
  0.00      9.72     0.00       10     0.00    37.56  std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> const&)
  0.00      9.72     0.00       10     0.00     0.00  double* std::__copy_aux<double*, double*>(double*, double*, double*)
  0.00      9.72     0.00       10     0.00     0.00  __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > std::copy<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >)
  0.00      9.72     0.00       10     0.00     0.00  bool std::operator==<char, char&, char*>(std::_Deque_iterator<char, char&, char*> const&, std::_Deque_iterator<char, char&, char*> const&)
  0.00      9.72     0.00        9     0.00     0.00  Serializable::registerAttributes()
  0.00      9.72     0.00        9     0.00     0.00  boost::posix_time::time_duration::time_duration(int, int, int, long long)
  0.00      9.72     0.00        9     0.00     0.00  boost::date_time::int_adapter<unsigned long>::is_not_a_number(unsigned long)
  0.00      9.72     0.00        9     0.00     0.00  __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::deallocate(boost::shared_ptr<Body>*, unsigned int)
  0.00      9.72     0.00        9     0.00     0.00  boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::is_not_a_date() const
  0.00      9.72     0.00        9     0.00     0.00  std::allocator<double>::allocator(std::allocator<double> const&)
  0.00      9.72     0.00        9     0.00     0.00  std::_Vector_base<double, std::allocator<double> >::_Vector_impl::_Vector_impl(std::allocator<double> const&)
  0.00      9.72     0.00        9     0.00     0.00  std::vector<int, std::allocator<int> >::_M_insert_aux(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int const&)
  0.00      9.72     0.00        9     0.00     0.00  void std::__destroy_aux<double*>(double*, double*, __true_type)
  0.00      9.72     0.00        9     0.00     0.00  void std::_Destroy<double*>(double*, double*)
  0.00      9.72     0.00        8     0.00     0.01  SerializableTypes::Type findType<boost::shared_ptr<EngineUnit> >(std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >&, bool&, std::string&)
  0.00      9.72     0.00        8     0.00     0.00  SerializableTypes::Type findType<std::vector<std::string, std::allocator<std::string> > >(std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&, bool&, std::string&)
  0.00      9.72     0.00        8     0.00     0.01  MetaEngine::MetaEngine()
  0.00      9.72     0.00        8     0.00     0.00  MetaEngine::~MetaEngine()
  0.00      9.72     0.00        8     0.00     0.00  MetaEngine::~MetaEngine()
  0.00      9.72     0.00        8     0.00     0.01  void Serializable::registerAttribute<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >(std::string const&, std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >&)
  0.00      9.72     0.00        8     0.00     0.00  void Serializable::registerAttribute<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(std::string const&, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&)
  0.00      9.72     0.00        8     0.00     0.00  Serializable::postProcessAttributes(bool)
  0.00      9.72     0.00        8     0.00     0.00  GeometricalModel::~GeometricalModel()
  0.00      9.72     0.00        8     0.00     0.00  PhysicalParameters::~PhysicalParameters()
  0.00      9.72     0.00        8     0.00     0.00  boost::shared_ptr<Factorable>::shared_ptr<MetaEngine>(boost::shared_ptr<MetaEngine> const&)
  0.00      9.72     0.00        8     0.00     0.00  boost::shared_ptr<Factorable>::shared_ptr<GeometricalModel>(boost::shared_ptr<GeometricalModel> const&)
  0.00      9.72     0.00        8     0.00     0.00  boost::shared_ptr<MetaEngine>::shared_ptr<MetaEngine>(MetaEngine*)
  0.00      9.72     0.00        8     0.00     0.00  boost::shared_ptr<MetaEngine>::~shared_ptr()
  0.00      9.72     0.00        8     0.00     0.00  boost::range_iterator<boost::remove_const<std::string>::type>::type boost::range_detail::boost_range_end<std::string>(std::string&)
  0.00      9.72     0.00        8     0.00     0.00  void boost::checked_delete<MetaEngine>(MetaEngine*)
  0.00      9.72     0.00        8     0.00     0.00  void boost::checked_delete<GeometricalModel>(GeometricalModel*)
  0.00      9.72     0.00        8     0.00     0.00  boost::less_than_comparable<boost::posix_time::ptime, boost::equality_comparable<boost::posix_time::ptime, boost::posix_time::ptime, boost::detail::empty_base, boost::detail::false_t>, boost::detail::empty_base, boost::detail::true_t>::less_than_comparable()
  0.00      9.72     0.00        8     0.00     0.00  boost::any::any<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>(std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >* const&)
  0.00      9.72     0.00        8     0.00     0.00  boost::any::any<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>(std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >* const&)
  0.00      9.72     0.00        8     0.00     0.00  boost::range_iterator<boost::remove_const<std::string>::type>::type boost::end<std::string>(std::string&)
  0.00      9.72     0.00        8     0.00     0.00  boost::detail::shared_count::shared_count<MetaEngine>(MetaEngine*)
  0.00      9.72     0.00        8     0.00     0.00  boost::detail::sp_counted_impl_p<MetaEngine>::dispose()
  0.00      9.72     0.00        8     0.00     0.00  boost::detail::sp_counted_impl_p<MetaEngine>::sp_counted_impl_p(MetaEngine*)
  0.00      9.72     0.00        8     0.00     0.00  boost::detail::sp_counted_impl_p<MetaEngine>::~sp_counted_impl_p()
  0.00      9.72     0.00        8     0.00     0.00  boost::detail::sp_counted_impl_p<GeometricalModel>::dispose()
  0.00      9.72     0.00        8     0.00     0.00  boost::detail::sp_counted_impl_p<GeometricalModel>::~sp_counted_impl_p()
  0.00      9.72     0.00        8     0.00     0.00  boost::date_time::int_adapter<unsigned long>::is_inf(unsigned long)
  0.00      9.72     0.00        8     0.00     0.00  boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::ticks_per_second()
  0.00      9.72     0.00        8     0.00     0.00  boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::frac_sec_per_day()
  0.00      9.72     0.00        8     0.00     0.00  boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::counted_time_rep(boost::gregorian::date const&, boost::posix_time::time_duration const&)
  0.00      9.72     0.00        8     0.00     0.00  void boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::unused_var<boost::date_time::dst_flags>(boost::date_time::dst_flags const&)
  0.00      9.72     0.00        8     0.00     0.00  boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::get_time_rep(boost::gregorian::date const&, boost::posix_time::time_duration const&, boost::date_time::dst_flags)
  0.00      9.72     0.00        8     0.00     0.00  boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::base_time(boost::gregorian::date const&, boost::posix_time::time_duration const&, boost::date_time::dst_flags)
  0.00      9.72     0.00        8     0.00     0.01  boost::shared_ptr<Archive> Archive::create<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >(std::string const&, std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >&)
  0.00      9.72     0.00        8     0.00     0.00  boost::shared_ptr<Archive> Archive::create<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(std::string const&, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&)
  0.00      9.72     0.00        8     0.00     0.00  __gnu_cxx::new_allocator<boost::shared_ptr<Interaction> >::new_allocator()
  0.00      9.72     0.00        8     0.00     0.00  __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::new_allocator()
  0.00      9.72     0.00        8     0.00     0.00  __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::operator+=(int const&)
  0.00      9.72     0.00        8     0.00     0.00  bool __gnu_cxx::operator==<char*, std::string>(__gnu_cxx::__normal_iterator<char*, std::string> const&, __gnu_cxx::__normal_iterator<char*, std::string> const&)
  0.00      9.72     0.00        8     0.00     0.00  __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::difference_type __gnu_cxx::operator-<int*, int*, std::vector<int, std::allocator<int> > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > const&, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > const&)
  0.00      9.72     0.00        8     0.00     0.00  MetaEngine::getBaseClassName(unsigned int) const
  0.00      9.72     0.00        8     0.00     0.00  PhysicalAction::getBaseClassName(unsigned int) const
  0.00      9.72     0.00        8     0.00     0.00  boost::any::holder<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>::clone() const
  0.00      9.72     0.00        8     0.00     0.00  boost::any::holder<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>::clone() const
  0.00      9.72     0.00        8     0.00     0.00  boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::is_infinity() const
  0.00      9.72     0.00        8     0.00     0.00  std::_Deque_base<char, std::allocator<char> >::get_allocator() const
  0.00      9.72     0.00        8     0.00     0.00  std::allocator<boost::shared_ptr<Interaction> >::allocator(std::allocator<boost::shared_ptr<Interaction> > const&)
  0.00      9.72     0.00        8     0.00     0.00  std::allocator<boost::shared_ptr<Body> >::allocator(std::allocator<boost::shared_ptr<Body> > const&)
  0.00      9.72     0.00        8     0.00     0.00  std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::~allocator()
  0.00      9.72     0.00        8     0.00     0.00  std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_List_impl::~_List_impl()
  0.00      9.72     0.00        8     0.00     0.00  std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::~_List_base()
  0.00      9.72     0.00        8     0.00     0.00  std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::_Vector_impl::_Vector_impl(std::allocator<boost::shared_ptr<Interaction> > const&)
  0.00      9.72     0.00        8     0.00     0.00  std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::_Vector_base(std::allocator<boost::shared_ptr<Interaction> > const&)
  0.00      9.72     0.00        8     0.00     0.00  std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_Vector_impl::_Vector_impl(std::allocator<boost::shared_ptr<Body> > const&)
  0.00      9.72     0.00        8     0.00     0.00  std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_Vector_base(std::allocator<boost::shared_ptr<Body> > const&)
  0.00      9.72     0.00        8     0.00     0.00  std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::~list()
  0.00      9.72     0.00        8     0.00     0.00  std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::clear()
  0.00      9.72     0.00        8     0.00    30.16  std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::clear()
  0.00      9.72     0.00        8     0.00     0.00  std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&)
  0.00      9.72     0.00        8     0.00     0.00  std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::insert(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&)
  0.00      9.72     0.00        8     0.00     0.00  std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::resize(unsigned int)
  0.00      9.72     0.00        8     0.00     0.00  std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::resize(unsigned int, std::vector<std::string, std::allocator<std::string> > const&)
  0.00      9.72     0.00        8     0.00     0.00  std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::~vector()
  0.00      9.72     0.00        8     0.00     0.00  std::vector<int, std::allocator<int> >::~vector()
  0.00      9.72     0.00        8     0.00     0.08  void std::__destroy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __false_type)
  0.00      9.72     0.00        8     0.00     0.00  void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&)
  0.00      9.72     0.00        8     0.00     0.00  void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> >, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&, std::allocator<std::vector<std::string, std::allocator<std::string> > >)
  0.00      9.72     0.00        8     0.00     0.00  void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&, __false_type)
  0.00      9.72     0.00        8     0.00     0.08  void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >)
  0.00      9.72     0.00        7     0.00     0.01  DeusExMachina::DeusExMachina()
  0.00      9.72     0.00        7     0.00     0.00  DeusExMachina::~DeusExMachina()
  0.00      9.72     0.00        7     0.00     0.00  PhysicalAction::~PhysicalAction()
  0.00      9.72     0.00        7     0.00     0.05  StandAloneEngine::StandAloneEngine()
  0.00      9.72     0.00        7     0.00     0.01  InteractionGeometry::InteractionGeometry()
  0.00      9.72     0.00        7     0.00     0.00  InteractionGeometry::~InteractionGeometry()
  0.00      9.72     0.00        7     0.00     0.00  boost::shared_ptr<Factorable>::shared_ptr<DeusExMachina>(boost::shared_ptr<DeusExMachina> const&)
  0.00      9.72     0.00        7     0.00     0.00  boost::shared_ptr<Factorable>::shared_ptr<PhysicalParameters>(boost::shared_ptr<PhysicalParameters> const&)
  0.00      9.72     0.00        7     0.00     0.00  boost::shared_ptr<Factorable>::shared_ptr<InteractionGeometry>(boost::shared_ptr<InteractionGeometry> const&)
  0.00      9.72     0.00        7     0.00     0.00  boost::shared_ptr<DeusExMachina>::shared_ptr<DeusExMachina>(DeusExMachina*)
  0.00      9.72     0.00        7     0.00     0.00  boost::shared_ptr<DeusExMachina>::~shared_ptr()
  0.00      9.72     0.00        7     0.00     0.00  boost::shared_ptr<InteractionGeometry>::shared_ptr<InteractionGeometry>(InteractionGeometry*)
  0.00      9.72     0.00        7     0.00     0.00  void boost::checked_delete<DeusExMachina>(DeusExMachina*)
  0.00      9.72     0.00        7     0.00     0.00  void boost::checked_delete<PhysicalParameters>(PhysicalParameters*)
  0.00      9.72     0.00        7     0.00     0.00  void boost::checked_delete<InteractionGeometry>(InteractionGeometry*)
  0.00      9.72     0.00        7     0.00     0.00  boost::detail::shared_count::shared_count<DeusExMachina>(DeusExMachina*)
  0.00      9.72     0.00        7     0.00     0.00  boost::detail::shared_count::shared_count<InteractionGeometry>(InteractionGeometry*)
  0.00      9.72     0.00        7     0.00     0.00  boost::detail::sp_counted_impl_p<DeusExMachina>::dispose()
  0.00      9.72     0.00        7     0.00     0.00  boost::detail::sp_counted_impl_p<DeusExMachina>::sp_counted_impl_p(DeusExMachina*)
  0.00      9.72     0.00        7     0.00     0.00  boost::detail::sp_counted_impl_p<DeusExMachina>::~sp_counted_impl_p()
  0.00      9.72     0.00        7     0.00     0.00  boost::detail::sp_counted_impl_p<PhysicalParameters>::dispose()
  0.00      9.72     0.00        7     0.00     0.00  boost::detail::sp_counted_impl_p<PhysicalParameters>::~sp_counted_impl_p()
  0.00      9.72     0.00        7     0.00     0.00  boost::detail::sp_counted_impl_p<InteractionGeometry>::dispose()
  0.00      9.72     0.00        7     0.00     0.00  boost::detail::sp_counted_impl_p<InteractionGeometry>::sp_counted_impl_p(InteractionGeometry*)
  0.00      9.72     0.00        7     0.00     0.00  boost::detail::sp_counted_impl_p<InteractionGeometry>::~sp_counted_impl_p()
  0.00      9.72     0.00        7     0.00     0.00  boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int>::is_adapted()
  0.00      9.72     0.00        7     0.00     0.00  boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::day_number(boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day> const&)
  0.00      9.72     0.00        7     0.00     0.00  boost::date_time::time_resolution_traits_adapted64_impl::is_adapted()
  0.00      9.72     0.00        7     0.00     0.00  log4cxx::stringbuf::stringbuf()
  0.00      9.72     0.00        7     0.00     0.00  DeusExMachina::getBaseClassName(unsigned int) const
  0.00      9.72     0.00        7     0.00     0.00  InteractionGeometry::getBaseClassName(unsigned int) const
  0.00      9.72     0.00        7     0.00     0.00  boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::is_special() const
  0.00      9.72     0.00        7     0.00     0.00  boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::is_special() const
  0.00      9.72     0.00        7     0.00     0.00  log4cxx::stringbuf::str() const
  0.00      9.72     0.00        7     0.00     0.00  std::_List_iterator<boost::shared_ptr<EngineUnit> >::operator*() const
  0.00      9.72     0.00        7     0.00     0.00  std::allocator<double>::~allocator()
  0.00      9.72     0.00        7     0.00     0.00  std::_Vector_base<double, std::allocator<double> >::_Vector_impl::~_Vector_impl()
  0.00      9.72     0.00        7     0.00     0.00  std::_Vector_base<double, std::allocator<double> >::_M_deallocate(double*, unsigned int)
  0.00      9.72     0.00        7     0.00     0.00  std::_Vector_base<double, std::allocator<double> >::~_Vector_base()
  0.00      9.72     0.00        7     0.00     0.00  void std::__destroy_aux<boost::shared_ptr<Body>*>(boost::shared_ptr<Body>*, boost::shared_ptr<Body>*, __false_type)
  0.00      9.72     0.00        7     0.00     0.00  void std::_Destroy<boost::shared_ptr<Body>*>(boost::shared_ptr<Body>*, boost::shared_ptr<Body>*)
  0.00      9.72     0.00        7     0.00     0.00  void std::_Destroy<boost::shared_ptr<Body>*, boost::shared_ptr<Body> >(boost::shared_ptr<Body>*, boost::shared_ptr<Body>*, std::allocator<boost::shared_ptr<Body> >)
  0.00      9.72     0.00        7     0.00     0.00  void std::_Destroy<double*, double>(double*, double*, std::allocator<double>)
  0.00      9.72     0.00        6     0.00     0.00  TimeStepper::getBaseClassNumber()
  0.00      9.72     0.00        6     0.00     0.00  BoundingVolume::getBaseClassNumber()
  0.00      9.72     0.00        6     0.00     0.01  StandAloneEngine::StandAloneEngine()
  0.00      9.72     0.00        6     0.00     0.00  StandAloneEngine::~StandAloneEngine()
  0.00      9.72     0.00        6     0.00     0.00  InteractingGeometry::~InteractingGeometry()
  0.00      9.72     0.00        6     0.00     0.00  boost::posix_time::time_duration::time_duration(boost::posix_time::time_duration const&)
  0.00      9.72     0.00        6     0.00     0.00  boost::shared_ptr<Factorable>::shared_ptr<StandAloneEngine>(boost::shared_ptr<StandAloneEngine> const&)
  0.00      9.72     0.00        6     0.00     0.00  boost::shared_ptr<IOFormatManager>::~shared_ptr()
  0.00      9.72     0.00        6     0.00     0.00  boost::shared_ptr<StandAloneEngine>::shared_ptr<StandAloneEngine>(StandAloneEngine*)
  0.00      9.72     0.00        6     0.00     0.00  boost::shared_ptr<StandAloneEngine>::~shared_ptr()
  0.00      9.72     0.00        6     0.00     0.00  boost::shared_ptr<InteractionContainer>::~shared_ptr()
  0.00      9.72     0.00        6     0.00     0.00  boost::range_iterator<boost::remove_const<std::string>::type>::type boost::range_detail::boost_range_begin<std::string>(std::string&)
  0.00      9.72     0.00        6     0.00     0.00  void boost::checked_delete<StandAloneEngine>(StandAloneEngine*)
  0.00      9.72     0.00        6     0.00     0.00  boost::range_iterator<boost::remove_const<std::string>::type>::type boost::begin<std::string>(std::string&)
  0.00      9.72     0.00        6     0.00     0.00  boost::detail::shared_count::shared_count<StandAloneEngine>(StandAloneEngine*)
  0.00      9.72     0.00        6     0.00     0.00  boost::detail::sp_counted_impl_p<StandAloneEngine>::dispose()
  0.00      9.72     0.00        6     0.00     0.00  boost::detail::sp_counted_impl_p<StandAloneEngine>::sp_counted_impl_p(StandAloneEngine*)
  0.00      9.72     0.00        6     0.00     0.00  boost::detail::sp_counted_impl_p<StandAloneEngine>::~sp_counted_impl_p()
  0.00      9.72     0.00        6     0.00     0.00  boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::time_duration(boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> > const&)
  0.00      9.72     0.00        6     0.00     0.00  boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::end_of_month_day(boost::gregorian::greg_year, boost::gregorian::greg_month)
  0.00      9.72     0.00        6     0.00     0.00  boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::date(boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day)
  0.00      9.72     0.00        6     0.00     0.00  boost::gregorian::date::date(boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day)
  0.00      9.72     0.00        6     0.00     0.00  __gnu_cxx::__normal_iterator<double const*, std::vector<double, std::allocator<double> > >::difference_type __gnu_cxx::operator-<double const*, double const*, std::vector<double, std::allocator<double> > >(__gnu_cxx::__normal_iterator<double const*, std::vector<double, std::allocator<double> > > const&, __gnu_cxx::__normal_iterator<double const*, std::vector<double, std::allocator<double> > > const&)
  0.00      9.72     0.00        6     0.00     0.00  __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >::difference_type __gnu_cxx::operator-<double*, double*, std::vector<double, std::allocator<double> > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > const&, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > const&)
  0.00      9.72     0.00        6     0.00     0.00  StandAloneEngine::getBaseClassName(unsigned int) const
  0.00      9.72     0.00        6     0.00     0.00  boost::shared_ptr<Archive>::operator*() const
  0.00      9.72     0.00        6     0.00     0.00  boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::end() const
  0.00      9.72     0.00        6     0.00     0.00  boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::begin() const
  0.00      9.72     0.00        6     0.00     0.00  std::_List_const_iterator<boost::shared_ptr<EngineUnit> >::operator!=(std::_List_const_iterator<boost::shared_ptr<EngineUnit> > const&) const
  0.00      9.72     0.00        6     0.00     0.00  std::vector<double, std::allocator<double> >::end() const
  0.00      9.72     0.00        6     0.00     0.00  std::vector<double, std::allocator<double> >::begin() const
  0.00      9.72     0.00        6     0.00     0.00  std::allocator<boost::shared_ptr<Interaction> >::~allocator()
  0.00      9.72     0.00        6     0.00     0.00  std::allocator<boost::shared_ptr<Body> >::allocator()
  0.00      9.72     0.00        6     0.00     0.00  std::allocator<boost::shared_ptr<Body> >::~allocator()
  0.00      9.72     0.00        6     0.00     0.00  std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::_Vector_impl::~_Vector_impl()
  0.00      9.72     0.00        6     0.00     0.00  std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::_M_deallocate(boost::shared_ptr<Interaction>*, unsigned int)
  0.00      9.72     0.00        6     0.00     0.00  std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::~_Vector_base()
  0.00      9.72     0.00        6     0.00     0.00  std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_Vector_impl::~_Vector_impl()
  0.00      9.72     0.00        6     0.00     0.00  std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::~_Vector_base()
  0.00      9.72     0.00        6     0.00     0.00  std::_Deque_iterator<char, char&, char*>::_S_buffer_size()
  0.00      9.72     0.00        6     0.00     0.00  std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::vector(std::allocator<boost::shared_ptr<Body> > const&)
  0.00      9.72     0.00        6     0.00     1.11  std::vector<double, std::allocator<double> >::erase(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >)
  0.00      9.72     0.00        6     0.00     0.00  std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_rightmost()
  0.00      9.72     0.00        6     0.00     0.00  void std::__destroy_aux<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __true_type)
  0.00      9.72     0.00        6     0.00     0.00  void std::__destroy_aux<boost::shared_ptr<Interaction>*>(boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*, __false_type)
  0.00      9.72     0.00        6     0.00     0.00  void std::_Destroy<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >)
  0.00      9.72     0.00        6     0.00     0.00  void std::_Destroy<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, double>(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, std::allocator<double>)
  0.00      9.72     0.00        6     0.00     0.00  void std::_Destroy<boost::shared_ptr<Interaction>*>(boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*)
  0.00      9.72     0.00        6     0.00     0.00  void std::_Destroy<boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction> >(boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*, std::allocator<boost::shared_ptr<Interaction> >)
  0.00      9.72     0.00        5     0.00     0.01  PhysicalAction::PhysicalAction()
  0.00      9.72     0.00        5     0.00     0.01  InteractionPhysics::InteractionPhysics()
  0.00      9.72     0.00        5     0.00     0.00  InteractionPhysics::~InteractionPhysics()
  0.00      9.72     0.00        5     0.00     0.00  boost::posix_time::ptime::ptime(boost::gregorian::date, boost::posix_time::time_duration)
  0.00      9.72     0.00        5     0.00     0.00  boost::shared_ptr<Factorable>::shared_ptr<InteractionPhysics>(boost::shared_ptr<InteractionPhysics> const&)
  0.00      9.72     0.00        5     0.00     0.00  boost::shared_ptr<Factorable>::shared_ptr<InteractingGeometry>(boost::shared_ptr<InteractingGeometry> const&)
  0.00      9.72     0.00        5     0.00     0.00  boost::shared_ptr<InteractionPhysics>::shared_ptr<InteractionPhysics>(InteractionPhysics*)
  0.00      9.72     0.00        5     0.00     0.00  void boost::checked_delete<InteractionPhysics>(InteractionPhysics*)
  0.00      9.72     0.00        5     0.00     0.00  void boost::checked_delete<InteractingGeometry>(InteractingGeometry*)
  0.00      9.72     0.00        5     0.00     0.00  boost::detail::shared_count::shared_count<InteractionPhysics>(InteractionPhysics*)
  0.00      9.72     0.00        5     0.00     0.00  boost::detail::sp_counted_impl_p<InteractionPhysics>::dispose()
  0.00      9.72     0.00        5     0.00     0.00  boost::detail::sp_counted_impl_p<InteractionPhysics>::sp_counted_impl_p(InteractionPhysics*)
  0.00      9.72     0.00        5     0.00     0.00  boost::detail::sp_counted_impl_p<InteractionPhysics>::~sp_counted_impl_p()
  0.00      9.72     0.00        5     0.00     0.00  boost::detail::sp_counted_impl_p<InteractingGeometry>::dispose()
  0.00      9.72     0.00        5     0.00     0.00  boost::detail::sp_counted_impl_p<InteractingGeometry>::~sp_counted_impl_p()
  0.00      9.72     0.00        5     0.00     0.00  boost::date_time::c_time::localtime(long const*, tm*)
  0.00      9.72     0.00        5     0.00     0.00  log4cxx::StringBuffer::StringBuffer()
  0.00      9.72     0.00        5     0.00     0.00  log4cxx::StringBuffer::~StringBuffer()
  0.00      9.72     0.00        5     0.00     0.00  __gnu_cxx::__normal_iterator<char const*, std::string>::operator++()
  0.00      9.72     0.00        5     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&)
  0.00      9.72     0.00        5     0.00     0.00  InteractionPhysics::getBaseClassName(unsigned int) const
  0.00      9.72     0.00        5     0.00     0.00  boost::gregorian::date::day_number() const
  0.00      9.72     0.00        5     0.00     0.00  log4cxx::StringBuffer::str() const
  0.00      9.72     0.00        5     0.00     0.00  std::ios_base::getloc() const
  0.00      9.72     0.00        5     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >)
  0.00      9.72     0.00        5     0.00     0.00  boost::shared_ptr<PhysicalAction>* std::__copy<false, std::random_access_iterator_tag>::copy<boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*>(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*)
  0.00      9.72     0.00        5     0.00     0.19  std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >)
  0.00      9.72     0.00        5     0.00     0.00  std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::~vector()
  0.00      9.72     0.00        5     0.00     0.00  boost::shared_ptr<PhysicalAction>* std::__copy_aux<boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*>(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*)
  0.00      9.72     0.00        5     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >)
  0.00      9.72     0.00        5     0.00     0.14  void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, boost::shared_ptr<PhysicalAction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, std::allocator<boost::shared_ptr<PhysicalAction> >)
  0.00      9.72     0.00        4     0.00     0.00  bool isFundamental<InteractionContainer>(InteractionContainer&)
  0.00      9.72     0.00        4     0.00     0.00  SerializableTypes::Type findType<InteractionContainer>(InteractionContainer&, bool&, std::string&)
  0.00      9.72     0.00        4     0.00     0.00  BodyContainer::getBaseClassNumber()
  0.00      9.72     0.00        4     0.00     0.00  InteractionContainer::getBaseClassNumber()
  0.00      9.72     0.00        4     0.00     0.01  InteractionContainer::InteractionContainer()
  0.00      9.72     0.00        4     0.00     0.00  boost::posix_time::time_duration::time_duration(boost::date_time::special_values)
  0.00      9.72     0.00        4     0.00     0.00  boost::shared_ptr<EngineUnit>::shared_ptr(boost::shared_ptr<EngineUnit> const&)
  0.00      9.72     0.00        4     0.00     0.00  boost::shared_ptr<Factorable>::shared_ptr<PhysicalAction>(boost::shared_ptr<PhysicalAction> const&)
  0.00      9.72     0.00        4     0.00     0.03  boost::shared_ptr<BodyContainer>::~shared_ptr()
  0.00      9.72     0.00        4     0.00     0.00  boost::shared_ptr<PhysicalAction>::shared_ptr<PhysicalAction>(PhysicalAction*)
  0.00      9.72     0.00        4     0.00     0.00  boost::shared_ptr<InteractionContainer>::shared_ptr()
  0.00      9.72     0.00        4     0.00     0.00  boost::shared_ptr<InteractionContainer>::shared_ptr<InteractionContainer>(InteractionContainer*)
  0.00      9.72     0.00        4     0.00     0.00  boost::shared_ptr<Engine>::shared_ptr()
  0.00      9.72     0.00        4     0.00     0.00  boost::range_iterator<boost::remove_const<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >::type>::type boost::range_detail::boost_range_end<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&)
  0.00      9.72     0.00        4     0.00     0.00  boost::range_iterator<boost::remove_const<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >::type>::type boost::range_detail::boost_range_begin<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&)
  0.00      9.72     0.00        4     0.00     0.00  void boost::checked_delete<PhysicalAction>(PhysicalAction*)
  0.00      9.72     0.00        4     0.00     0.00  boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>)
  0.00      9.72     0.00        4     0.00     0.00  __gnu_cxx::__normal_iterator<char*, std::string> boost::iterator_range_detail::iterator_range_impl<__gnu_cxx::__normal_iterator<char*, std::string> >::adl_end<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&)
  0.00      9.72     0.00        4     0.00     0.00  __gnu_cxx::__normal_iterator<char*, std::string> boost::iterator_range_detail::iterator_range_impl<__gnu_cxx::__normal_iterator<char*, std::string> >::adl_begin<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&)
  0.00      9.72     0.00        4     0.00     0.00  boost::any::holder<boost::shared_ptr<EngineUnit>*>::holder(boost::shared_ptr<EngineUnit>* const&)
  0.00      9.72     0.00        4     0.00     0.00  boost::any::holder<boost::shared_ptr<EngineUnit>*>::~holder()
  0.00      9.72     0.00        4     0.00     0.00  boost::any::holder<boost::shared_ptr<InteractionContainer>*>::holder(boost::shared_ptr<InteractionContainer>* const&)
  0.00      9.72     0.00        4     0.00     0.00  boost::any::holder<boost::shared_ptr<InteractionContainer>*>::~holder()
  0.00      9.72     0.00        4     0.00     0.00  boost::any::holder<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >*>::holder(std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >* const&)
  0.00      9.72     0.00        4     0.00     0.00  boost::any::holder<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >*>::~holder()
  0.00      9.72     0.00        4     0.00     0.00  boost::any::holder<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>::holder(std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >* const&)
  0.00      9.72     0.00        4     0.00     0.00  boost::any::holder<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>::~holder()
  0.00      9.72     0.00        4     0.00     0.00  boost::range_iterator<boost::remove_const<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >::type>::type boost::end<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&)
  0.00      9.72     0.00        4     0.00     0.00  boost::range_iterator<boost::remove_const<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >::type>::type boost::begin<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&)
  0.00      9.72     0.00        4     0.00     0.00  boost::detail::shared_count::shared_count<PhysicalAction>(PhysicalAction*)
  0.00      9.72     0.00        4     0.00     0.00  boost::detail::shared_count::shared_count<InteractionContainer>(InteractionContainer*)
  0.00      9.72     0.00        4     0.00     0.00  boost::detail::sp_counted_impl_p<PhysicalAction>::dispose()
  0.00      9.72     0.00        4     0.00     0.00  boost::detail::sp_counted_impl_p<PhysicalAction>::sp_counted_impl_p(PhysicalAction*)
  0.00      9.72     0.00        4     0.00     0.00  boost::detail::sp_counted_impl_p<PhysicalAction>::~sp_counted_impl_p()
  0.00      9.72     0.00        4     0.00     0.00  boost::detail::sp_counted_impl_p<InteractionContainer>::sp_counted_impl_p(InteractionContainer*)
  0.00      9.72     0.00        4     0.00     0.00  std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >** boost::any_cast<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>(boost::any*)
  0.00      9.72     0.00        4     0.00     0.00  std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >* boost::any_cast<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>(boost::any&)
  0.00      9.72     0.00        4     0.00     0.00  __gnu_cxx::__normal_iterator<char*, std::string> boost::algorithm::detail::process_segment<std::deque<char, std::allocator<char> >, std::string, __gnu_cxx::__normal_iterator<char*, std::string> >(std::deque<char, std::allocator<char> >&, std::string&, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>)
  0.00      9.72     0.00        4     0.00     0.00  __gnu_cxx::__normal_iterator<char*, std::string> boost::algorithm::detail::move_from_storage<std::deque<char, std::allocator<char> >, __gnu_cxx::__normal_iterator<char*, std::string> >(std::deque<char, std::allocator<char> >&, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>)
  0.00      9.72     0.00        4     0.00     0.00  __gnu_cxx::__normal_iterator<char*, std::string> boost::algorithm::detail::process_segment_helper<false>::operator()<std::deque<char, std::allocator<char> >, std::string, __gnu_cxx::__normal_iterator<char*, std::string> >(std::deque<char, std::allocator<char> >&, std::string&, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>)
  0.00      9.72     0.00        4     0.00     0.00  boost::date_time::int_adapter<long long>::from_special(boost::date_time::special_values)
  0.00      9.72     0.00        4     0.00     0.00  boost::date_time::second_clock<boost::posix_time::ptime>::local_time()
  0.00      9.72     0.00        4     0.00     0.00  boost::date_time::second_clock<boost::posix_time::ptime>::create_time(tm*)
  0.00      9.72     0.00        4     0.00     0.00  boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::time_duration(boost::date_time::special_values)
  0.00      9.72     0.00        4     0.00     0.00  boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::from_day_number(unsigned long)
  0.00      9.72     0.00        4     0.00     0.00  Engine::getBaseClassNumber()
  0.00      9.72     0.00        4     0.00     0.00  __gnu_cxx::new_allocator<boost::shared_ptr<Engine> >::new_allocator()
  0.00      9.72     0.00        4     0.00     0.00  __gnu_cxx::new_allocator<char*>::new_allocator()
  0.00      9.72     0.00        4     0.00     0.00  __gnu_cxx::new_allocator<char*>::~new_allocator()
  0.00      9.72     0.00        4     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&)
  0.00      9.72     0.00        4     0.00     0.00  BoundingVolume::getBaseClassName(unsigned int) const
  0.00      9.72     0.00        4     0.00     0.00  boost::shared_ptr<Preferences>::operator->() const
  0.00      9.72     0.00        4     0.00     0.00  boost::shared_ptr<IOFormatManager>::operator->() const
  0.00      9.72     0.00        4     0.00     0.00  boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::empty() const
  0.00      9.72     0.00        4     0.00     0.00  boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::operator __gnu_cxx::__normal_iterator<char*, std::string> (boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::*)() const() const
  0.00      9.72     0.00        4     0.00     0.00  boost::any::holder<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>::type() const
  0.00      9.72     0.00        4     0.00     0.00  boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::get_rep() const
  0.00      9.72     0.00        4     0.00     0.00  boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::time_count() const
  0.00      9.72     0.00        4     0.00     0.00  std::_Deque_base<char, std::allocator<char> >::_M_get_map_allocator() const
  0.00      9.72     0.00        4     0.00     0.00  std::deque<char, std::allocator<char> >::get_allocator() const
  0.00      9.72     0.00        4     0.00     0.00  std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::size() const
  0.00      9.72     0.00        4     0.00     0.00  std::allocator<boost::shared_ptr<Interaction> >::allocator()
  0.00      9.72     0.00        4     0.00     0.00  std::allocator<boost::shared_ptr<PhysicalAction> >::allocator()
  0.00      9.72     0.00        4     0.00     0.00  std::allocator<boost::shared_ptr<Engine> >::allocator()
  0.00      9.72     0.00        4     0.00     0.00  std::allocator<boost::shared_ptr<Engine> >::allocator(std::allocator<boost::shared_ptr<Engine> > const&)
  0.00      9.72     0.00        4     0.00     0.00  std::allocator<char*>::allocator<char>(std::allocator<char> const&)
  0.00      9.72     0.00        4     0.00     0.00  std::allocator<char*>::~allocator()
  0.00      9.72     0.00        4     0.00     0.00  std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_Vector_impl::_Vector_impl(std::allocator<boost::shared_ptr<Engine> > const&)
  0.00      9.72     0.00        4     0.00     0.00  std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_M_deallocate(boost::shared_ptr<Engine>*, unsigned int)
  0.00      9.72     0.00        4     0.00     0.00  std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_Vector_base(std::allocator<boost::shared_ptr<Engine> > const&)
  0.00      9.72     0.00        4     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >)
  0.00      9.72     0.00        4     0.00     0.00  std::_Deque_iterator<char, char&, char*>::_M_set_node(char**)
  0.00      9.72     0.00        4     0.00     0.00  std::_Deque_iterator<char, char&, char*>::_Deque_iterator()
  0.00      9.72     0.00        4     0.00     0.00  std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::operator--()
  0.00      9.72     0.00        4     0.00     0.00  std::_List_const_iterator<boost::shared_ptr<EngineUnit> >::_List_const_iterator(std::_List_node_base const*)
  0.00      9.72     0.00        4     0.00     0.00  std::_List_const_iterator<boost::shared_ptr<EngineUnit> >::operator++()
  0.00      9.72     0.00        4     0.00     0.00  std::pair<std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, bool>::pair(std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > const&, bool const&)
  0.00      9.72     0.00        4     0.00     0.00  boost::shared_ptr<Engine>* std::__copy<false, std::random_access_iterator_tag>::copy<boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*>(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*)
  0.00      9.72     0.00        4     0.00     0.00  std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::vector(std::allocator<boost::shared_ptr<Interaction> > const&)
  0.00      9.72     0.00        4     0.00     0.00  std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::~vector()
  0.00      9.72     0.00        4     0.00     0.47  std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::clear()
  0.00      9.72     0.00        4     0.00     0.00  std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::clear()
  0.00      9.72     0.00        4     0.00     0.00  std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >)
  0.00      9.72     0.00        4     0.00     0.00  std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::vector(std::allocator<boost::shared_ptr<Engine> > const&)
  0.00      9.72     0.00        4     0.00     0.00  std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert_unique(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&)
  0.00      9.72     0.00        4     0.00     0.00  std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::begin()
  0.00      9.72     0.00        4     0.00     0.00  std::iterator<std::output_iterator_tag, void, void, void, void>::iterator()
  0.00      9.72     0.00        4     0.00     0.00  boost::shared_ptr<Engine>* std::__copy_aux<boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*>(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*)
  0.00      9.72     0.00        4     0.00     0.00  void std::__destroy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __false_type)
  0.00      9.72     0.00        4     0.00     0.00  void std::__destroy_aux<boost::shared_ptr<Engine>*>(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*, __false_type)
  0.00      9.72     0.00        4     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >)
  0.00      9.72     0.00        4     0.00     0.00  __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >)
  0.00      9.72     0.00        4     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, boost::shared_ptr<Engine> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, std::allocator<boost::shared_ptr<Engine> >)
  0.00      9.72     0.00        4     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __false_type)
  0.00      9.72     0.00        4     0.00     0.00  __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __true_type)
  0.00      9.72     0.00        4     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > std::copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >)
  0.00      9.72     0.00        4     0.00     0.00  void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >)
  0.00      9.72     0.00        4     0.00     0.00  void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, boost::shared_ptr<Engine> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, std::allocator<boost::shared_ptr<Engine> >)
  0.00      9.72     0.00        4     0.00     0.00  void std::_Destroy<boost::shared_ptr<Engine>*>(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*)
  0.00      9.72     0.00        4     0.00     0.00  void std::_Destroy<boost::shared_ptr<Engine>*, boost::shared_ptr<Engine> >(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*, std::allocator<boost::shared_ptr<Engine> >)
  0.00      9.72     0.00        3     0.00     0.01  Preferences::Preferences()
  0.00      9.72     0.00        3     0.00     0.05  TimeStepper::TimeStepper()
  0.00      9.72     0.00        3     0.00     0.00  TimeStepper::~TimeStepper()
  0.00      9.72     0.00        3     0.00    30.17  BodyContainer::BodyContainer()
  0.00      9.72     0.00        3     0.00     0.00  StandAloneEngine::~StandAloneEngine()
  0.00      9.72     0.00        3     0.00     0.00  Omega::getSimulationFileName()
  0.00      9.72     0.00        3     0.00     0.00  boost::posix_time::ptime::ptime()
  0.00      9.72     0.00        3     0.00     0.00  boost::shared_ptr<Factorable>::shared_ptr<TimeStepper>(boost::shared_ptr<TimeStepper> const&)
  0.00      9.72     0.00        3     0.00     0.00  boost::shared_ptr<TimeStepper>::shared_ptr<TimeStepper>(TimeStepper*)
  0.00      9.72     0.00        3     0.00     0.00  boost::shared_ptr<TimeStepper>::~shared_ptr()
  0.00      9.72     0.00        3     0.00     0.00  boost::shared_ptr<BodyContainer>::shared_ptr<BodyContainer>(BodyContainer*)
  0.00      9.72     0.00        3     0.00     0.00  boost::shared_ptr<PhysicalActionContainer>::~shared_ptr()
  0.00      9.72     0.00        3     0.00     0.00  boost::noncopyable_::noncopyable::noncopyable()
  0.00      9.72     0.00        3     0.00     0.00  boost::noncopyable_::noncopyable::~noncopyable()
  0.00      9.72     0.00        3     0.00     0.00  void boost::checked_delete<TimeStepper>(TimeStepper*)
  0.00      9.72     0.00        3     0.00     0.00  boost::detail::shared_count::shared_count<TimeStepper>(TimeStepper*)
  0.00      9.72     0.00        3     0.00     0.00  boost::detail::shared_count::shared_count<BodyContainer>(BodyContainer*)
  0.00      9.72     0.00        3     0.00     0.00  boost::detail::sp_counted_impl_p<TimeStepper>::dispose()
  0.00      9.72     0.00        3     0.00     0.00  boost::detail::sp_counted_impl_p<TimeStepper>::sp_counted_impl_p(TimeStepper*)
  0.00      9.72     0.00        3     0.00     0.00  boost::detail::sp_counted_impl_p<TimeStepper>::~sp_counted_impl_p()
  0.00      9.72     0.00        3     0.00     0.00  boost::detail::sp_counted_impl_p<BodyContainer>::sp_counted_impl_p(BodyContainer*)
  0.00      9.72     0.00        3     0.00     0.00  boost::detail::thread::scoped_lock<boost::mutex>::lock()
  0.00      9.72     0.00        3     0.00     0.00  boost::detail::thread::scoped_lock<boost::mutex>::unlock()
  0.00      9.72     0.00        3     0.00     0.00  boost::detail::thread::scoped_lock<boost::mutex>::scoped_lock(boost::mutex&, bool)
  0.00      9.72     0.00        3     0.00     0.00  boost::detail::thread::scoped_lock<boost::mutex>::~scoped_lock()
  0.00      9.72     0.00        3     0.00     0.00  boost::detail::thread::lock_ops<boost::mutex>::lock(boost::mutex&)
  0.00      9.72     0.00        3     0.00     0.00  boost::detail::thread::lock_ops<boost::mutex>::unlock(boost::mutex&)
  0.00      9.72     0.00        3     0.00     0.00  boost::date_time::int_adapter<unsigned long>::from_special(boost::date_time::special_values)
  0.00      9.72     0.00        3     0.00     0.00  boost::date_time::int_adapter<long long>::is_not_a_number(long long)
  0.00      9.72     0.00        3     0.00     0.00  int boost::date_time::absolute_value<int>(int)
  0.00      9.72     0.00        3     0.00     0.00  boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::subtract_times(boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&, boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&)
  0.00      9.72     0.00        3     0.00     0.00  boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::date(boost::date_time::int_adapter<unsigned long>)
  0.00      9.72     0.00        3     0.00     0.00  boost::gregorian::date::date(boost::date_time::special_values)
  0.00      9.72     0.00        3     0.00     0.00  log4cxx::helpers::ObjectPtrT<log4cxx::Logger>::~ObjectPtrT()
  0.00      9.72     0.00        3     0.00     0.00  TimeStepper::getBaseClassName(unsigned int) const
  0.00      9.72     0.00        3     0.00     0.00  boost::shared_ptr<EngineUnit>::operator->() const
  0.00      9.72     0.00        3     0.00     0.00  boost::date_time::int_adapter<long long> boost::date_time::int_adapter<long long>::operator+<unsigned long>(boost::date_time::int_adapter<unsigned long> const&) const
  0.00      9.72     0.00        3     0.00     0.00  boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::day_count() const
  0.00      9.72     0.00        3     0.00     0.00  boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::operator-(boost::posix_time::ptime const&) const
  0.00      9.72     0.00        3     0.00     0.00  std::_List_iterator<boost::shared_ptr<EngineUnit> >::operator++()
  0.00      9.72     0.00        3     0.00     0.00  std::ostreambuf_iterator<char, std::char_traits<char> >::ostreambuf_iterator(std::ostream&)
  0.00      9.72     0.00        3     0.00     0.00  std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >::operator=(std::string const&)
  0.00      9.72     0.00        3     0.00     0.00  std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >::operator*()
  0.00      9.72     0.00        3     0.00     0.00  std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >::operator++()
  0.00      9.72     0.00        3     0.00     0.00  std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::~vector()
  0.00      9.72     0.00        3     0.00     0.00  std::setw(int)
  0.00      9.72     0.00        3     0.00     0.00  std::_Setfill<char> std::setfill<char>(char)
  0.00      9.72     0.00        3     0.00     0.00  std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*)
  0.00      9.72     0.00        2     0.00     0.00  bool isFundamental<Interaction>(Interaction&)
  0.00      9.72     0.00        2     0.00     0.00  bool isFundamental<Preferences>(Preferences&)
  0.00      9.72     0.00        2     0.00     0.00  bool isFundamental<BodyContainer>(BodyContainer&)
  0.00      9.72     0.00        2     0.00     0.00  bool isFundamental<PhysicalActionContainer>(PhysicalActionContainer&)
  0.00      9.72     0.00        2     0.00     0.00  bool isFundamental<MetaBody>(MetaBody&)
  0.00      9.72     0.00        2     0.00     0.01  SerializableTypes::Type findType<Interaction>(boost::shared_ptr<Interaction>&, bool&, std::string&)
  0.00      9.72     0.00        2     0.00     0.00  SerializableTypes::Type findType<Interaction>(Interaction&, bool&, std::string&)
  0.00      9.72     0.00        2     0.00     0.00  SerializableTypes::Type findType<Preferences>(Preferences&, bool&, std::string&)
  0.00      9.72     0.00        2     0.00     0.00  SerializableTypes::Type findType<BodyContainer>(BodyContainer&, bool&, std::string&)
  0.00      9.72     0.00        2     0.00     0.01  SerializableTypes::Type findType<InteractionContainer>(boost::shared_ptr<InteractionContainer>&, bool&, std::string&)
  0.00      9.72     0.00        2     0.00     0.00  SerializableTypes::Type findType<PhysicalActionContainer>(PhysicalActionContainer&, bool&, std::string&)
  0.00      9.72     0.00        2     0.00     0.00  SerializableTypes::Type findType<MetaBody>(MetaBody&, bool&, std::string&)
  0.00      9.72     0.00        2     0.00   805.52  SerializableTypes::Type findType<boost::shared_ptr<Interaction> >(std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >&, bool&, std::string&)
  0.00      9.72     0.00        2     0.00     0.01  SerializableTypes::Type findType<boost::shared_ptr<Engine> >(std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >&, bool&, std::string&)
  0.00      9.72     0.00        2     0.00     0.01  Interaction::Interaction()
  0.00      9.72     0.00        2     0.00     0.00  Interaction::~Interaction()
  0.00      9.72     0.00        2     0.00     0.01  void Serializable::registerAttribute<boost::shared_ptr<InteractionContainer> >(std::string const&, boost::shared_ptr<InteractionContainer>&)
  0.00      9.72     0.00        2     0.00   805.52  void Serializable::registerAttribute<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(std::string const&, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >&)
  0.00      9.72     0.00        2     0.00     0.01  void Serializable::registerAttribute<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(std::string const&, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >&)
  0.00      9.72     0.00        2     0.00     0.00  void Serializable::registerAttribute<std::vector<std::string, std::allocator<std::string> > >(std::string const&, std::vector<std::string, std::allocator<std::string> >&)
  0.00      9.72     0.00        2     0.00     0.00  BodyContainer::~BodyContainer()
  0.00      9.72     0.00        2     0.00     0.00  BoundingVolume::~BoundingVolume()
  0.00      9.72     0.00        2     0.00     0.00  StandAloneSimulator::getBaseClassNumber()
  0.00      9.72     0.00        2     0.00     0.00  InteractionContainer::~InteractionContainer()
  0.00      9.72     0.00        2     0.00     0.00  InteractionContainer::~InteractionContainer()
  0.00      9.72     0.00        2     0.00     0.00  PhysicalActionContainer::getBaseClassNumber()
  0.00      9.72     0.00        2     0.00     1.73  PhysicalActionContainer::PhysicalActionContainer()
  0.00      9.72     0.00        2     0.00     0.01  Body::Body()
  0.00      9.72     0.00        2     0.00     0.00  Omega::setSimulationFileName(std::string)
  0.00      9.72     0.00        2     0.00     0.00  boost::shared_ptr<EngineUnit>::shared_ptr<EngineUnit>(EngineUnit*)
  0.00      9.72     0.00        2     0.00     0.00  boost::shared_ptr<EngineUnit>::operator=(boost::shared_ptr<EngineUnit> const&)
  0.00      9.72     0.00        2     0.00     0.00  boost::shared_ptr<Factorable>::shared_ptr<BodyContainer>(boost::shared_ptr<BodyContainer> const&)
  0.00      9.72     0.00        2     0.00     0.00  boost::shared_ptr<Factorable>::shared_ptr<BoundingVolume>(boost::shared_ptr<BoundingVolume> const&)
  0.00      9.72     0.00        2     0.00     0.00  boost::shared_ptr<Factorable>::shared_ptr<IOFormatManager>(boost::shared_ptr<IOFormatManager> const&)
  0.00      9.72     0.00        2     0.00     0.00  boost::shared_ptr<Factorable>::shared_ptr<InteractionContainer>(boost::shared_ptr<InteractionContainer> const&)
  0.00      9.72     0.00        2     0.00     0.00  boost::shared_ptr<Factorable>::shared_ptr<Engine>(boost::shared_ptr<Engine> const&)
  0.00      9.72     0.00        2     0.00     0.00  boost::shared_ptr<Preferences>::shared_ptr<Preferences>(Preferences*)
  0.00      9.72     0.00        2     0.00     0.00  boost::shared_ptr<Preferences>::~shared_ptr()
  0.00      9.72     0.00        2     0.00     0.00  boost::shared_ptr<Preferences>::operator=(boost::shared_ptr<Preferences> const&)
  0.00      9.72     0.00        2     0.00     0.00  boost::shared_ptr<BodyContainer>::shared_ptr()
  0.00      9.72     0.00        2     0.00     0.00  boost::shared_ptr<IOFormatManager>::shared_ptr()
  0.00      9.72     0.00        2     0.00     0.00  boost::shared_ptr<IOFormatManager>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag)
  0.00      9.72     0.00        2     0.00     0.00  boost::shared_ptr<IOFormatManager>::shared_ptr<IOFormatManager>(IOFormatManager*)
  0.00      9.72     0.00        2     0.00     0.00  boost::shared_ptr<IOFormatManager>::operator=(boost::shared_ptr<IOFormatManager> const&)
  0.00      9.72     0.00        2     0.00     0.20  boost::shared_ptr<InteractionContainer>::operator=(boost::shared_ptr<InteractionContainer> const&)
  0.00      9.72     0.00        2     0.00     0.00  boost::shared_ptr<PhysicalActionContainer>::shared_ptr()
  0.00      9.72     0.00        2     0.00     0.00  boost::shared_ptr<PhysicalActionContainer>::shared_ptr<PhysicalActionContainer>(PhysicalActionContainer*)
  0.00      9.72     0.00        2     0.00     0.02  boost::shared_ptr<Body>::shared_ptr()
  0.00      9.72     0.00        2     0.00     0.00  boost::shared_ptr<MetaBody>::operator=(boost::shared_ptr<MetaBody> const&)
  0.00      9.72     0.00        2     0.00     0.00  boost::range_detail::boost_range_end(char const*)
  0.00      9.72     0.00        2     0.00     0.00  boost::range_detail::boost_range_begin(char const*)
  0.00      9.72     0.00        2     0.00     0.00  boost::range_detail::str_end(char const*, char const*)
  0.00      9.72     0.00        2     0.00     0.00  char const* boost::range_detail::str_end<char const>(char const*)
  0.00      9.72     0.00        2     0.00     0.00  void boost::checked_delete<BodyContainer>(BodyContainer*)
  0.00      9.72     0.00        2     0.00     0.00  void boost::checked_delete<BoundingVolume>(BoundingVolume*)
  0.00      9.72     0.00        2     0.00     0.00  void boost::checked_delete<IOFormatManager>(IOFormatManager*)
  0.00      9.72     0.00        2     0.00     0.00  void boost::checked_delete<InteractionContainer>(InteractionContainer*)
  0.00      9.72     0.00        2     0.00     0.00  void boost::checked_delete<Engine>(Engine*)
  0.00      9.72     0.00        2     0.00     0.00  boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::iterator_range<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&)
  0.00      9.72     0.00        2     0.00     0.00  boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >& boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::operator=<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&)
  0.00      9.72     0.00        2     0.00     0.00  boost::iterator_range<char const*>::iterator_range<char const*>(char const*, char const*)
  0.00      9.72     0.00        2     0.00     0.00  boost::shared_ptr<IOFormatManager> boost::dynamic_pointer_cast<IOFormatManager, Factorable>(boost::shared_ptr<Factorable> const&)
  0.00      9.72     0.00        2     0.00     0.00  boost::io::ios_flags_saver::restore()
  0.00      9.72     0.00        2     0.00     0.00  boost::io::ios_flags_saver::ios_flags_saver(std::ios_base&)
  0.00      9.72     0.00        2     0.00     0.00  boost::io::ios_flags_saver::~ios_flags_saver()
  0.00      9.72     0.00        2     0.00     0.00  boost::any::holder<boost::shared_ptr<Preferences>*>::holder(boost::shared_ptr<Preferences>* const&)
  0.00      9.72     0.00        2     0.00     0.00  boost::any::holder<boost::shared_ptr<Preferences>*>::~holder()
  0.00      9.72     0.00        2     0.00     0.00  boost::any::holder<boost::shared_ptr<BodyContainer>*>::holder(boost::shared_ptr<BodyContainer>* const&)
  0.00      9.72     0.00        2     0.00     0.00  boost::any::holder<boost::shared_ptr<BodyContainer>*>::~holder()
  0.00      9.72     0.00        2     0.00     0.00  boost::any::holder<boost::shared_ptr<PhysicalActionContainer>*>::holder(boost::shared_ptr<PhysicalActionContainer>* const&)
  0.00      9.72     0.00        2     0.00     0.00  boost::any::holder<boost::shared_ptr<PhysicalActionContainer>*>::~holder()
  0.00      9.72     0.00        2     0.00     0.00  boost::any::holder<boost::shared_ptr<MetaBody>*>::holder(boost::shared_ptr<MetaBody>* const&)
  0.00      9.72     0.00        2     0.00     0.00  boost::any::holder<boost::shared_ptr<MetaBody>*>::~holder()
  0.00      9.72     0.00        2     0.00     0.00  boost::any::holder<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >*>::holder(std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >* const&)
  0.00      9.72     0.00        2     0.00     0.00  boost::any::holder<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >*>::~holder()
  0.00      9.72     0.00        2     0.00     0.00  boost::any::holder<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>::holder(std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >* const&)
  0.00      9.72     0.00        2     0.00     0.00  boost::any::holder<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>::~holder()
  0.00      9.72     0.00        2     0.00     0.00  boost::any::holder<std::vector<int, std::allocator<int> >*>::holder(std::vector<int, std::allocator<int> >* const&)
  0.00      9.72     0.00        2     0.00     0.00  boost::any::holder<std::vector<int, std::allocator<int> >*>::~holder()
  0.00      9.72     0.00        2     0.00     0.00  boost::any::any<boost::shared_ptr<EngineUnit>*>(boost::shared_ptr<EngineUnit>* const&)
  0.00      9.72     0.00        2     0.00     0.00  boost::any::any<boost::shared_ptr<InteractionContainer>*>(boost::shared_ptr<InteractionContainer>* const&)
  0.00      9.72     0.00        2     0.00     0.00  boost::any::any<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >*>(std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >* const&)
  0.00      9.72     0.00        2     0.00     0.00  boost::any::any<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>(std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >* const&)
  0.00      9.72     0.00        2     0.00     0.00  boost::detail::shared_count::shared_count<EngineUnit>(EngineUnit*)
  0.00      9.72     0.00        2     0.00     0.00  boost::detail::shared_count::shared_count<Preferences>(Preferences*)
  0.00      9.72     0.00        2     0.00     0.00  boost::detail::shared_count::shared_count<IOFormatManager>(IOFormatManager*)
  0.00      9.72     0.00        2     0.00     0.00  boost::detail::shared_count::shared_count<PhysicalActionContainer>(PhysicalActionContainer*)
  0.00      9.72     0.00        2     0.00     0.00  boost::detail::sp_counted_impl_p<EngineUnit>::sp_counted_impl_p(EngineUnit*)
  0.00      9.72     0.00        2     0.00     0.00  boost::detail::sp_counted_impl_p<Preferences>::sp_counted_impl_p(Preferences*)
  0.00      9.72     0.00        2     0.00     0.00  boost::detail::sp_counted_impl_p<BodyContainer>::dispose()
  0.00      9.72     0.00        2     0.00     0.00  boost::detail::sp_counted_impl_p<BodyContainer>::~sp_counted_impl_p()
  0.00      9.72     0.00        2     0.00     0.00  boost::detail::sp_counted_impl_p<BoundingVolume>::dispose()
  0.00      9.72     0.00        2     0.00     0.00  boost::detail::sp_counted_impl_p<BoundingVolume>::~sp_counted_impl_p()
  0.00      9.72     0.00        2     0.00     0.00  boost::detail::sp_counted_impl_p<IOFormatManager>::dispose()
  0.00      9.72     0.00        2     0.00     0.00  boost::detail::sp_counted_impl_p<IOFormatManager>::sp_counted_impl_p(IOFormatManager*)
  0.00      9.72     0.00        2     0.00     0.00  boost::detail::sp_counted_impl_p<IOFormatManager>::~sp_counted_impl_p()
  0.00      9.72     0.00        2     0.00     0.00  boost::detail::sp_counted_impl_p<InteractionContainer>::dispose()
  0.00      9.72     0.00        2     0.00     0.00  boost::detail::sp_counted_impl_p<InteractionContainer>::~sp_counted_impl_p()
  0.00      9.72     0.00        2     0.00     0.00  boost::detail::sp_counted_impl_p<PhysicalActionContainer>::sp_counted_impl_p(PhysicalActionContainer*)
  0.00      9.72     0.00        2     0.00     0.00  boost::detail::sp_counted_impl_p<Engine>::dispose()
  0.00      9.72     0.00        2     0.00     0.00  boost::detail::sp_counted_impl_p<Engine>::~sp_counted_impl_p()
  0.00      9.72     0.00        2     0.00     0.00  boost::shared_ptr<EngineUnit>** boost::any_cast<boost::shared_ptr<EngineUnit>*>(boost::any*)
  0.00      9.72     0.00        2     0.00     0.00  boost::shared_ptr<EngineUnit>* boost::any_cast<boost::shared_ptr<EngineUnit>*>(boost::any&)
  0.00      9.72     0.00        2     0.00     0.00  boost::shared_ptr<InteractionContainer>** boost::any_cast<boost::shared_ptr<InteractionContainer>*>(boost::any*)
  0.00      9.72     0.00        2     0.00     0.00  boost::shared_ptr<InteractionContainer>* boost::any_cast<boost::shared_ptr<InteractionContainer>*>(boost::any&)
  0.00      9.72     0.00        2     0.00     0.00  std::vector<int, std::allocator<int> >** boost::any_cast<std::vector<int, std::allocator<int> >*>(boost::any*)
  0.00      9.72     0.00        2     0.00     0.00  std::vector<int, std::allocator<int> >* boost::any_cast<std::vector<int, std::allocator<int> >*>(boost::any&)
  0.00      9.72     0.00        2     0.00     0.00  std::string::iterator boost::algorithm::detail::erase<std::string>(std::string&, std::string::iterator, std::string::iterator)
  0.00      9.72     0.00        2     0.00     0.00  boost::date_time::int_adapter<long long>::to_special(long long)
  0.00      9.72     0.00        2     0.00     0.00  boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::get_time_of_day(boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&)
  0.00      9.72     0.00        2     0.00     0.00  Engine::~Engine()
  0.00      9.72     0.00        2     0.00     0.00  boost::shared_ptr<Archive> Archive::create<EngineUnit>(std::string const&, EngineUnit&)
  0.00      9.72     0.00        2     0.00     0.00  boost::shared_ptr<Archive> Archive::create<InteractionContainer>(std::string const&, InteractionContainer&)
  0.00      9.72     0.00        2     0.00     0.01  boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<EngineUnit> >(std::string const&, boost::shared_ptr<EngineUnit>&)
  0.00      9.72     0.00        2     0.00     0.01  boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractionContainer> >(std::string const&, boost::shared_ptr<InteractionContainer>&)
  0.00      9.72     0.00        2     0.00   805.52  boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(std::string const&, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >&)
  0.00      9.72     0.00        2     0.00     0.01  boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(std::string const&, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >&)
  0.00      9.72     0.00        2     0.00     0.00  FrontEnd::getBaseClassNumber()
  0.00      9.72     0.00        2     0.00     0.01  MetaBody::MetaBody()
  0.00      9.72     0.00        2     0.00     0.00  __gnu_cxx::new_allocator<boost::shared_ptr<EngineUnit> >::construct(boost::shared_ptr<EngineUnit>*, boost::shared_ptr<EngineUnit> const&)
  0.00      9.72     0.00        2     0.00     0.00  __gnu_cxx::new_allocator<boost::shared_ptr<Engine> >::allocate(unsigned int, void const*)
  0.00      9.72     0.00        2     0.00     0.00  __gnu_cxx::new_allocator<char*>::deallocate(char**, unsigned int)
  0.00      9.72     0.00        2     0.00     0.00  __gnu_cxx::new_allocator<char*>::allocate(unsigned int, void const*)
  0.00      9.72     0.00        2     0.00     0.00  __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::allocate(unsigned int, void const*)
  0.00      9.72     0.00        2     0.00     0.00  __gnu_cxx::new_allocator<double>::allocate(unsigned int, void const*)
  0.00      9.72     0.00        2     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::__normal_iterator()
  0.00      9.72     0.00        2     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::__normal_iterator()
  0.00      9.72     0.00        2     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::operator+=(int const&)
  0.00      9.72     0.00        2     0.00     0.00  __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::__normal_iterator()
  0.00      9.72     0.00        2     0.00     0.00  __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::__normal_iterator()
  0.00      9.72     0.00        2     0.00     0.00  __gnu_cxx::__normal_iterator<char*, std::string>::__normal_iterator(char* const&)
  0.00      9.72     0.00        2     0.00     0.00  __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::__normal_iterator()
  0.00      9.72     0.00        2     0.00     0.00  BodyContainer::getBaseClassName(unsigned int) const
  0.00      9.72     0.00        2     0.00     0.00  InteractionContainer::getBaseClassName(unsigned int) const
  0.00      9.72     0.00        2     0.00     0.00  boost::filesystem::path::string() const
  0.00      9.72     0.00        2     0.00     0.00  boost::shared_ptr<EngineUnit>::operator*() const
  0.00      9.72     0.00        2     0.00     0.00  boost::shared_ptr<InteractionContainer>::operator*() const
  0.00      9.72     0.00        2     0.00     0.00  boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >::operator*() const
  0.00      9.72     0.00        2     0.00     0.00  boost::any::holder<boost::shared_ptr<EngineUnit>*>::type() const
  0.00      9.72     0.00        2     0.00     0.00  boost::any::holder<boost::shared_ptr<EngineUnit>*>::clone() const
  0.00      9.72     0.00        2     0.00     0.00  boost::any::holder<boost::shared_ptr<InteractionContainer>*>::type() const
  0.00      9.72     0.00        2     0.00     0.00  boost::any::holder<boost::shared_ptr<InteractionContainer>*>::clone() const
  0.00      9.72     0.00        2     0.00     0.00  boost::any::holder<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >*>::clone() const
  0.00      9.72     0.00        2     0.00     0.00  boost::any::holder<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>::clone() const
  0.00      9.72     0.00        2     0.00     0.00  boost::any::holder<std::vector<int, std::allocator<int> >*>::type() const
  0.00      9.72     0.00        2     0.00     0.00  boost::iterator_range<char const*> const& boost::algorithm::detail::const_formatF<char [1]>::operator()<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > const&) const
  0.00      9.72     0.00        2     0.00     0.00  boost::algorithm::detail::empty_container<char> boost::algorithm::detail::empty_formatF<char>::operator()<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > const&) const
  0.00      9.72     0.00        2     0.00     0.00  boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const
  0.00      9.72     0.00        2     0.00     0.00  boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const
  0.00      9.72     0.00        2     0.00     0.00  boost::date_time::int_adapter<unsigned long>::is_special() const
  0.00      9.72     0.00        2     0.00     0.00  boost::date_time::int_adapter<unsigned long>::is_infinity() const
  0.00      9.72     0.00        2     0.00     0.00  boost::date_time::int_adapter<unsigned long>::is_nan() const
  0.00      9.72     0.00        2     0.00     0.00  boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::fractional_seconds() const
  0.00      9.72     0.00        2     0.00     0.00  boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::hours() const
  0.00      9.72     0.00        2     0.00     0.00  boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::minutes() const
  0.00      9.72     0.00        2     0.00     0.00  boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::seconds() const
  0.00      9.72     0.00        2     0.00     0.00  boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::tod() const
  0.00      9.72     0.00        2     0.00     0.00  boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::get_rep() const
  0.00      9.72     0.00        2     0.00     0.00  boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::time_of_day() const
  0.00      9.72     0.00        2     0.00     0.00  Engine::getBaseClassName(unsigned int) const
  0.00      9.72     0.00        2     0.00     0.00  __gnu_cxx::new_allocator<boost::shared_ptr<Engine> >::max_size() const
  0.00      9.72     0.00        2     0.00     0.00  __gnu_cxx::new_allocator<char*>::max_size() const
  0.00      9.72     0.00        2     0.00     0.00  __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::max_size() const
  0.00      9.72     0.00        2     0.00     0.00  __gnu_cxx::new_allocator<double>::max_size() const
  0.00      9.72     0.00        2     0.00     0.00  __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::operator+(int const&) const
  0.00      9.72     0.00        2     0.00     0.00  std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::get_allocator() const
  0.00      9.72     0.00        2     0.00     0.00  std::_Deque_iterator<char, char&, char*>::operator-(int) const
  0.00      9.72     0.00        2     0.00     0.00  std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::get_allocator() const
  0.00      9.72     0.00        2     0.00     0.00  std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::end() const
  0.00      9.72     0.00        2     0.00     0.00  std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::size() const
  0.00      9.72     0.00        2     0.00     0.00  std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::begin() const
  0.00      9.72     0.00        2     0.00     0.00  std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::max_size() const
  0.00      9.72     0.00        2     0.00     0.00  std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) const
  0.00      9.72     0.00        2     0.00     0.00  std::ios_base::flags() const
  0.00      9.72     0.00        2     0.00     0.00  std::allocator<boost::shared_ptr<EngineUnit> >::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >(std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > > const&)
  0.00      9.72     0.00        2     0.00     0.00  std::allocator<boost::shared_ptr<Engine> >::~allocator()
  0.00      9.72     0.00        2     0.00     0.00  std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_get_node()
  0.00      9.72     0.00        2     0.00     0.00  std::_Deque_base<char, std::allocator<char> >::_Deque_impl::_Deque_impl(std::allocator<char> const&)
  0.00      9.72     0.00        2     0.00     0.00  std::_Deque_base<char, std::allocator<char> >::_Deque_impl::~_Deque_impl()
  0.00      9.72     0.00        2     0.00     0.00  std::_Deque_base<char, std::allocator<char> >::_M_allocate_map(unsigned int)
  0.00      9.72     0.00        2     0.00     0.00  std::_Deque_base<char, std::allocator<char> >::_M_create_nodes(char**, char**)
  0.00      9.72     0.00        2     0.00     0.00  std::_Deque_base<char, std::allocator<char> >::_M_allocate_node()
  0.00      9.72     0.00        2     0.00     0.00  std::_Deque_base<char, std::allocator<char> >::_M_destroy_nodes(char**, char**)
  0.00      9.72     0.00        2     0.00     0.00  std::_Deque_base<char, std::allocator<char> >::_M_deallocate_map(char**, unsigned int)
  0.00      9.72     0.00        2     0.00     0.00  std::_Deque_base<char, std::allocator<char> >::_M_initialize_map(unsigned int)
  0.00      9.72     0.00        2     0.00     0.00  std::_Deque_base<char, std::allocator<char> >::_M_deallocate_node(char*)
  0.00      9.72     0.00        2     0.00     0.00  std::_Deque_base<char, std::allocator<char> >::_Deque_base(std::allocator<char> const&, unsigned int)
  0.00      9.72     0.00        2     0.00     0.00  std::_Deque_base<char, std::allocator<char> >::~_Deque_base()
  0.00      9.72     0.00        2     0.00     0.00  std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_M_allocate(unsigned int)
  0.00      9.72     0.00        2     0.00     0.00  std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_Vector_impl::~_Vector_impl()
  0.00      9.72     0.00        2     0.00     0.00  std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::~_Vector_base()
  0.00      9.72     0.00        2     0.00     0.00  std::_Deque_iterator<char, char&, char*> std::__copy_normal<false, false>::copy_n<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>)
  0.00      9.72     0.00        2     0.00     0.00  __gnu_cxx::__normal_iterator<char*, std::string> std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>)
  0.00      9.72     0.00        2     0.00     0.00  std::_List_iterator<boost::shared_ptr<EngineUnit> >::_List_iterator()
  0.00      9.72     0.00        2     0.00     0.00  std::_Deque_iterator<char, char&, char*>::operator-=(int)
  0.00      9.72     0.00        2     0.00     0.00  std::_Deque_iterator<char, char&, char*>::operator+=(int)
  0.00      9.72     0.00        2     0.00     0.00  std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_create_node(boost::shared_ptr<EngineUnit> const&)
  0.00      9.72     0.00        2     0.00     0.00  std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_insert(std::_List_iterator<boost::shared_ptr<EngineUnit> >, boost::shared_ptr<EngineUnit> const&)
  0.00      9.72     0.00        2     0.00     0.00  void std::deque<char, std::allocator<char> >::_M_insert_dispatch<char const*>(std::_Deque_iterator<char, char&, char*>, char const*, char const*, __false_type)
  0.00      9.72     0.00        2     0.00     0.00  void std::deque<char, std::allocator<char> >::_M_range_insert_aux<char const*>(std::_Deque_iterator<char, char&, char*>, char const*, char const*, std::forward_iterator_tag)
  0.00      9.72     0.00        2     0.00     0.00  std::deque<char, std::allocator<char> >::_M_reserve_elements_at_front(unsigned int)
  0.00      9.72     0.00        2     0.00     0.00  std::deque<char, std::allocator<char> >::end()
  0.00      9.72     0.00        2     0.00     0.00  void std::deque<char, std::allocator<char> >::insert<char const*>(std::_Deque_iterator<char, char&, char*>, char const*, char const*)
  0.00      9.72     0.00        2     0.00     0.00  std::deque<char, std::allocator<char> >::deque(std::allocator<char> const&)
  0.00      9.72     0.00        2     0.00     0.00  std::deque<char, std::allocator<char> >::~deque()
  0.00      9.72     0.00        2     0.00     0.00  std::_Deque_iterator<char, char&, char*> std::__copy<false, std::random_access_iterator_tag>::copy<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>)
  0.00      9.72     0.00        2     0.00     0.00  char* std::__copy<true, std::random_access_iterator_tag>::copy<char>(char const*, char const*, char*)
  0.00      9.72     0.00        2     0.00     0.00  std::locale::id::id()
  0.00      9.72     0.00        2     0.00     0.00  std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&)
  0.00      9.72     0.00        2     0.00     0.00  std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&)
  0.00      9.72     0.00        2     0.00     0.00  std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::resize(unsigned int)
  0.00      9.72     0.00        2     0.00     0.00  std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::resize(unsigned int, boost::shared_ptr<Engine> const&)
  0.00      9.72     0.00        2     0.00     0.00  std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::~vector()
  0.00      9.72     0.00        2     0.00     0.00  std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::begin()
  0.00      9.72     0.00        2     0.00     0.00  std::ios_base::flags(std::_Ios_Fmtflags)
  0.00      9.72     0.00        2     0.00     0.00  std::_Deque_iterator<char, char&, char*> std::__copy_aux<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>)
  0.00      9.72     0.00        2     0.00     0.00  char* std::__copy_aux<char*, char*>(char*, char*, char*)
  0.00      9.72     0.00        2     0.00     0.00  std::iterator_traits<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >::difference_type std::__distance<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >(std::_List_const_iterator<boost::shared_ptr<EngineUnit> >, std::_List_const_iterator<boost::shared_ptr<EngineUnit> >, std::input_iterator_tag)
  0.00      9.72     0.00        2     0.00     0.00  void std::__destroy_aux<std::_Deque_iterator<char, char&, char*> >(std::_Deque_iterator<char, char&, char*>, std::_Deque_iterator<char, char&, char*>, __true_type)
  0.00      9.72     0.00        2     0.00     0.00  std::_Deque_iterator<char, char&, char*> std::uninitialized_copy<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>)
  0.00      9.72     0.00        2     0.00     0.00  std::iterator_traits<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >::iterator_category std::__iterator_category<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >(std::_List_const_iterator<boost::shared_ptr<EngineUnit> > const&)
  0.00      9.72     0.00        2     0.00     0.00  void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&)
  0.00      9.72     0.00        2     0.00     0.00  std::_Deque_iterator<char, char&, char*> std::__uninitialized_copy_a<char const*, std::_Deque_iterator<char, char&, char*>, char>(char const*, char const*, std::_Deque_iterator<char, char&, char*>, std::allocator<char>)
  0.00      9.72     0.00        2     0.00     0.00  std::_Deque_iterator<char, char&, char*> std::__uninitialized_copy_aux<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>, __true_type)
  0.00      9.72     0.00        2     0.00     0.00  void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine>, boost::shared_ptr<Engine> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&, std::allocator<boost::shared_ptr<Engine> >)
  0.00      9.72     0.00        2     0.00     0.00  void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&, __false_type)
  0.00      9.72     0.00        2     0.00     0.00  __gnu_cxx::__normal_iterator<char*, std::string> std::copy<__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>)
  0.00      9.72     0.00        2     0.00     0.00  std::_Deque_iterator<char, char&, char*> std::copy<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>)
  0.00      9.72     0.00        2     0.00     0.00  void std::_Destroy<std::_Deque_iterator<char, char&, char*> >(std::_Deque_iterator<char, char&, char*>, std::_Deque_iterator<char, char&, char*>)
  0.00      9.72     0.00        2     0.00     0.00  void std::_Destroy<std::_Deque_iterator<char, char&, char*>, char>(std::_Deque_iterator<char, char&, char*>, std::_Deque_iterator<char, char&, char*>, std::allocator<char>)
  0.00      9.72     0.00        2     0.00     0.00  std::iterator_traits<char const*>::difference_type std::distance<char const*>(char const*, char const*)
  0.00      9.72     0.00        2     0.00     0.00  std::iterator_traits<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >::difference_type std::distance<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >(std::_List_const_iterator<boost::shared_ptr<EngineUnit> >, std::_List_const_iterator<boost::shared_ptr<EngineUnit> >)
  0.00      9.72     0.00        2     0.00     0.00  bool std::has_facet<boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&)
  0.00      9.72     0.00        1     0.00     0.00  bool isFundamental<PhysicalAction>(PhysicalAction&)
  0.00      9.72     0.00        1     0.00     0.00  __static_initialization_and_destruction_0(int, int)
  0.00      9.72     0.00        1     0.00     0.00  __static_initialization_and_destruction_0(int, int)
  0.00      9.72     0.00        1     0.00     0.00  __static_initialization_and_destruction_0(int, int)
  0.00      9.72     0.00        1     0.00     0.00  __static_initialization_and_destruction_0(int, int)
  0.00      9.72     0.00        1     0.00     0.00  __static_initialization_and_destruction_0(int, int)
  0.00      9.72     0.00        1     0.00     0.00  __static_initialization_and_destruction_0(int, int)
  0.00      9.72     0.00        1     0.00     0.00  __static_initialization_and_destruction_0(int, int)
  0.00      9.72     0.00        1     0.00     0.00  __static_initialization_and_destruction_0(int, int)
  0.00      9.72     0.00        1     0.00     0.00  __static_initialization_and_destruction_0(int, int)
  0.00      9.72     0.00        1     0.00     0.00  __static_initialization_and_destruction_0(int, int)
  0.00      9.72     0.00        1     0.00     0.00  __static_initialization_and_destruction_0(int, int)
  0.00      9.72     0.00        1     0.00     0.00  __static_initialization_and_destruction_0(int, int)
  0.00      9.72     0.00        1     0.00     0.00  __static_initialization_and_destruction_0(int, int)
  0.00      9.72     0.00        1     0.00     0.00  __static_initialization_and_destruction_0(int, int)
  0.00      9.72     0.00        1     0.00     0.00  __static_initialization_and_destruction_0(int, int)
  0.00      9.72     0.00        1     0.00     0.00  __static_initialization_and_destruction_0(int, int)
  0.00      9.72     0.00        1     0.00     0.00  __static_initialization_and_destruction_0(int, int)
  0.00      9.72     0.00        1     0.00     0.00  __static_initialization_and_destruction_0(int, int)
  0.00      9.72     0.00        1     0.00     0.00  __static_initialization_and_destruction_0(int, int)
  0.00      9.72     0.00        1     0.00     0.00  __static_initialization_and_destruction_0(int, int)
  0.00      9.72     0.00        1     0.00     0.01  SerializableTypes::Type findType<Preferences>(boost::shared_ptr<Preferences>&, bool&, std::string&)
  0.00      9.72     0.00        1     0.00    30.17  SerializableTypes::Type findType<BodyContainer>(boost::shared_ptr<BodyContainer>&, bool&, std::string&)
  0.00      9.72     0.00        1     0.00     0.01  SerializableTypes::Type findType<PhysicalAction>(boost::shared_ptr<PhysicalAction>&, bool&, std::string&)
  0.00      9.72     0.00        1     0.00     0.00  SerializableTypes::Type findType<PhysicalAction>(PhysicalAction&, bool&, std::string&)
  0.00      9.72     0.00        1     0.00     1.73  SerializableTypes::Type findType<PhysicalActionContainer>(boost::shared_ptr<PhysicalActionContainer>&, bool&, std::string&)
  0.00      9.72     0.00        1     0.00     0.08  SerializableTypes::Type findType<MetaBody>(boost::shared_ptr<MetaBody>&, bool&, std::string&)
  0.00      9.72     0.00        1     0.00     0.01  SerializableTypes::Type findType<boost::shared_ptr<PhysicalAction> >(std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >&, bool&, std::string&)
  0.00      9.72     0.00        1     0.00     0.31  SerializableTypes::Type findType<boost::shared_ptr<Body> >(std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >&, bool&, std::string&)
  0.00      9.72     0.00        1     0.00     0.00  SerializableTypes::Type findType<int>(std::vector<int, std::allocator<int> >&, bool&, std::string&)
  0.00      9.72     0.00        1     0.00     0.00  Preferences::~Preferences()
  0.00      9.72     0.00        1     0.00     0.00  Preferences::~Preferences()
  0.00      9.72     0.00        1     0.00     0.00  ClassFactory::ClassFactory()
  0.00      9.72     0.00        1     0.00    30.17  void Serializable::registerAttribute<boost::shared_ptr<BodyContainer> >(std::string const&, boost::shared_ptr<BodyContainer>&)
  0.00      9.72     0.00        1     0.00     1.73  void Serializable::registerAttribute<boost::shared_ptr<PhysicalActionContainer> >(std::string const&, boost::shared_ptr<PhysicalActionContainer>&)
  0.00      9.72     0.00        1     0.00     0.01  void Serializable::registerAttribute<std::string>(std::string const&, std::string&)
  0.00      9.72     0.00        1     0.00     0.01  void Serializable::registerAttribute<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(std::string const&, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >&)
  0.00      9.72     0.00        1     0.00     0.32  void Serializable::registerAttribute<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(std::string const&, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >&)
  0.00      9.72     0.00        1     0.00     0.00  void Serializable::registerAttribute<std::vector<int, std::allocator<int> > >(std::string const&, std::vector<int, std::allocator<int> >&)
  0.00      9.72     0.00        1     0.00     0.00  BodyContainer::~BodyContainer()
  0.00      9.72     0.00        1     0.00     0.00  PhysicalAction::~PhysicalAction()
  0.00      9.72     0.00        1     0.00     0.00  SimulationFlow::SimulationFlow()
  0.00      9.72     0.00        1     0.00     0.01  void IOFormatManager::loadFromFile<boost::shared_ptr<Preferences> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<Preferences>&)
  0.00      9.72     0.00        1     0.00     0.08  void IOFormatManager::loadFromFile<boost::shared_ptr<MetaBody> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<MetaBody>&)
  0.00      9.72     0.00        1     0.00     0.01  StandAloneSimulator::StandAloneSimulator()
  0.00      9.72     0.00        1     0.00     0.00  StandAloneSimulator::~StandAloneSimulator()
  0.00      9.72     0.00        1     0.00     0.00  PhysicalActionContainer::~PhysicalActionContainer()
  0.00      9.72     0.00        1     0.00     0.00  PhysicalActionContainer::~PhysicalActionContainer()
  0.00      9.72     0.00        1     0.00    21.78  Body::registerAttributes()
  0.00      9.72     0.00        1     0.00     0.04  Body::~Body()
  0.00      9.72     0.00        1     0.00     0.00  Omega::logMessage(std::string const&)
  0.00      9.72     0.00        1     0.00   335.16  Omega::scanPlugins()
  0.00      9.72     0.00        1     0.00     0.00  Omega::freeRootBody()
  0.00      9.72     0.00        1     0.00     0.08  Omega::loadSimulation()
  0.00      9.72     0.00        1     0.00     0.16  Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&)
  0.00      9.72     0.00        1     0.00     0.00  Omega::init()
  0.00      9.72     0.00        1     0.00     0.00  Omega::Omega()
  0.00      9.72     0.00        1     0.00     0.00  boost::posix_time::time_duration::time_duration()
  0.00      9.72     0.00        1     0.00     0.00  boost::posix_time::to_simple_string(boost::posix_time::time_duration)
  0.00      9.72     0.00        1     0.00     0.00  std::basic_string<char, std::char_traits<char>, std::allocator<char> > boost::posix_time::to_simple_string_type<char>(boost::posix_time::time_duration)
  0.00      9.72     0.00        1     0.00     0.00  boost::posix_time::to_tm(boost::posix_time::ptime const&)
  0.00      9.72     0.00        1     0.00     0.00  std::basic_ostream<char, std::char_traits<char> >& boost::posix_time::operator<< <char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, boost::posix_time::time_duration const&)
  0.00      9.72     0.00        1     0.00     0.00  std::basic_ostream<char, std::char_traits<char> >& boost::posix_time::operator<< <char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, boost::posix_time::ptime const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<Factorable>::shared_ptr<StandAloneSimulator>(boost::shared_ptr<StandAloneSimulator> const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<Factorable>::shared_ptr<PhysicalActionContainer>(boost::shared_ptr<PhysicalActionContainer> const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<Factorable>::shared_ptr<NullGUI>(boost::shared_ptr<NullGUI> const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<Factorable>::shared_ptr<FrontEnd>(boost::shared_ptr<FrontEnd> const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<Preferences>::shared_ptr()
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<ThreadRunner>::shared_ptr()
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<BodyContainer>::operator=(boost::shared_ptr<BodyContainer> const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<StandAloneSimulator>::shared_ptr<StandAloneSimulator>(StandAloneSimulator*)
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<StandAloneSimulator>::~shared_ptr()
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<PhysicalActionContainer>::operator=(boost::shared_ptr<PhysicalActionContainer> const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<NullGUI>::shared_ptr<NullGUI>(NullGUI*)
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<NullGUI>::~shared_ptr()
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<FrontEnd>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag)
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<FrontEnd>::shared_ptr<FrontEnd>(FrontEnd*)
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<FrontEnd>::~shared_ptr()
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<MetaBody>::shared_ptr<MetaBody>(MetaBody*)
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >::shared_ptr()
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >(std::basic_ofstream<char, std::char_traits<char> >*)
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >::~shared_ptr()
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >::operator=(boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > > const&)
  0.00      9.72     0.00        1     0.00     0.00  double boost::lexical_cast<double, char*>(char* const&)
  0.00      9.72     0.00        1     0.00     0.00  int boost::lexical_cast<int, char*>(char* const&)
  0.00      9.72     0.00        1     0.00     0.00  long boost::lexical_cast<long, char*>(char* const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::range_const_iterator<boost::iterator_range<char const*> >::type boost::range_detail::boost_range_end<boost::iterator_range<char const*> >(boost::iterator_range<char const*> const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::range_const_iterator<boost::algorithm::detail::empty_container<char> >::type boost::range_detail::boost_range_end<boost::algorithm::detail::empty_container<char> >(boost::algorithm::detail::empty_container<char> const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::range_const_iterator<std::string>::type boost::range_detail::boost_range_end<std::string>(std::string const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::range_const_iterator<boost::iterator_range<char const*> >::type boost::range_detail::boost_range_begin<boost::iterator_range<char const*> >(boost::iterator_range<char const*> const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::range_const_iterator<boost::algorithm::detail::empty_container<char> >::type boost::range_detail::boost_range_begin<boost::algorithm::detail::empty_container<char> >(boost::algorithm::detail::empty_container<char> const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::range_const_iterator<std::string>::type boost::range_detail::boost_range_begin<std::string>(std::string const&)
  0.00      9.72     0.00        1     0.00     0.00  void boost::checked_delete<Preferences>(Preferences*)
  0.00      9.72     0.00        1     0.00     0.00  void boost::checked_delete<StandAloneSimulator>(StandAloneSimulator*)
  0.00      9.72     0.00        1     0.00     0.00  void boost::checked_delete<PhysicalActionContainer>(PhysicalActionContainer*)
  0.00      9.72     0.00        1     0.00     0.00  void boost::checked_delete<FrontEnd>(FrontEnd*)
  0.00      9.72     0.00        1     0.00     0.00  boost::iterator_range<__gnu_cxx::__normal_iterator<char const*, std::string> >::iterator_range<__gnu_cxx::__normal_iterator<char const*, std::string> >(__gnu_cxx::__normal_iterator<char const*, std::string>, __gnu_cxx::__normal_iterator<char const*, std::string>)
  0.00      9.72     0.00        1     0.00     0.00  boost::iterator_range<char const*>::operator=(boost::iterator_range<char const*> const&)
  0.00      9.72     0.00        1     0.00     0.00  void boost::function_requires<boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >(boost::mpl::identity<boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >*)
  0.00      9.72     0.00        1     0.00     0.00  void boost::function_requires<boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >(boost::mpl::identity<boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >*)
  0.00      9.72     0.00        1     0.00     0.00  void boost::function_requires<boost::algorithm::FormatterConcept<boost::algorithm::detail::const_formatF<char [1]>, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >(boost::mpl::identity<boost::algorithm::FormatterConcept<boost::algorithm::detail::const_formatF<char [1]>, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >*)
  0.00      9.72     0.00        1     0.00     0.00  void boost::function_requires<boost::algorithm::FormatterConcept<boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >(boost::mpl::identity<boost::algorithm::FormatterConcept<boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >*)
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<FrontEnd> boost::dynamic_pointer_cast<FrontEnd, Factorable>(boost::shared_ptr<Factorable> const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::less_than_comparable<boost::date_time::date_duration<boost::date_time::duration_traits_adapted>, boost::equality_comparable<boost::date_time::date_duration<boost::date_time::duration_traits_adapted>, boost::addable<boost::date_time::date_duration<boost::date_time::duration_traits_adapted>, boost::subtractable<boost::date_time::date_duration<boost::date_time::duration_traits_adapted>, boost::date_time::date_duration<boost::date_time::duration_traits_adapted>, boost::detail::empty_base, boost::detail::false_t>, boost::detail::empty_base, boost::detail::true_t>, boost::detail::empty_base, boost::detail::true_t>, boost::detail::empty_base, boost::detail::true_t>::less_than_comparable()
  0.00      9.72     0.00        1     0.00     0.00  boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday> >::max()
  0.00      9.72     0.00        1     0.00     0.00  boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday> >::min()
  0.00      9.72     0.00        1     0.00     0.00  boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday> >::assign(unsigned short)
  0.00      9.72     0.00        1     0.00     0.00  boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday> >::constrained_value(unsigned short)
  0.00      9.72     0.00        1     0.00     0.00  boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year> >::max()
  0.00      9.72     0.00        1     0.00     0.00  boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year> >::min()
  0.00      9.72     0.00        1     0.00     0.00  boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year> >::assign(unsigned short)
  0.00      9.72     0.00        1     0.00     0.00  boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year> >::constrained_value(unsigned short)
  0.00      9.72     0.00        1     0.00     0.00  boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday>::max()
  0.00      9.72     0.00        1     0.00     0.00  boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday>::min()
  0.00      9.72     0.00        1     0.00     0.00  boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year>::max()
  0.00      9.72     0.00        1     0.00     0.00  boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year>::min()
  0.00      9.72     0.00        1     0.00     0.00  void boost::ignore_unused_variable_warning<void (boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::*)()>(void (boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::* const&)())
  0.00      9.72     0.00        1     0.00     0.00  void boost::ignore_unused_variable_warning<void (boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::*)()>(void (boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::* const&)())
  0.00      9.72     0.00        1     0.00     0.00  void boost::ignore_unused_variable_warning<void (boost::algorithm::FormatterConcept<boost::algorithm::detail::const_formatF<char [1]>, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::*)()>(void (boost::algorithm::FormatterConcept<boost::algorithm::detail::const_formatF<char [1]>, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::* const&)())
  0.00      9.72     0.00        1     0.00     0.00  void boost::ignore_unused_variable_warning<void (boost::algorithm::FormatterConcept<boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::*)()>(void (boost::algorithm::FormatterConcept<boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::* const&)())
  0.00      9.72     0.00        1     0.00     0.00  boost::any::any<boost::shared_ptr<Preferences>*>(boost::shared_ptr<Preferences>* const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::any::any<boost::shared_ptr<BodyContainer>*>(boost::shared_ptr<BodyContainer>* const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::any::any<boost::shared_ptr<PhysicalActionContainer>*>(boost::shared_ptr<PhysicalActionContainer>* const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::any::any<boost::shared_ptr<MetaBody>*>(boost::shared_ptr<MetaBody>* const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::any::any<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >*>(std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >* const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::any::any<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>(std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >* const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::any::any<std::vector<int, std::allocator<int> >*>(std::vector<int, std::allocator<int> >* const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::range_const_iterator<char [1]>::type boost::end<char [1]>(char const (&) [1])
  0.00      9.72     0.00        1     0.00     0.00  boost::range_const_iterator<boost::iterator_range<char const*> >::type boost::end<boost::iterator_range<char const*> >(boost::iterator_range<char const*> const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::range_const_iterator<boost::algorithm::detail::empty_container<char> >::type boost::end<boost::algorithm::detail::empty_container<char> >(boost::algorithm::detail::empty_container<char> const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::range_const_iterator<char const*>::type boost::end<char const*>(char const* const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::range_const_iterator<std::string>::type boost::end<std::string>(std::string const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::range_const_iterator<char [1]>::type boost::begin<char [1]>(char const (&) [1])
  0.00      9.72     0.00        1     0.00     0.00  boost::range_const_iterator<boost::iterator_range<char const*> >::type boost::begin<boost::iterator_range<char const*> >(boost::iterator_range<char const*> const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::range_const_iterator<boost::algorithm::detail::empty_container<char> >::type boost::begin<boost::algorithm::detail::empty_container<char> >(boost::algorithm::detail::empty_container<char> const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::range_const_iterator<char const*>::type boost::begin<char const*>(char const* const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::range_const_iterator<std::string>::type boost::begin<std::string>(std::string const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::detail::shared_count::shared_count<StandAloneSimulator>(StandAloneSimulator*)
  0.00      9.72     0.00        1     0.00     0.00  boost::detail::shared_count::shared_count<NullGUI>(NullGUI*)
  0.00      9.72     0.00        1     0.00     0.00  boost::detail::shared_count::shared_count<FrontEnd>(FrontEnd*)
  0.00      9.72     0.00        1     0.00     0.00  boost::detail::shared_count::shared_count<MetaBody>(MetaBody*)
  0.00      9.72     0.00        1     0.00     0.00  boost::detail::shared_count::shared_count<std::basic_ofstream<char, std::char_traits<char> > >(std::basic_ofstream<char, std::char_traits<char> >*)
  0.00      9.72     0.00        1     0.00     0.00  boost::detail::lexical_stream<double, char*>::lexical_stream()
  0.00      9.72     0.00        1     0.00     0.00  boost::detail::lexical_stream<double, char*>::~lexical_stream()
  0.00      9.72     0.00        1     0.00     0.00  boost::detail::lexical_stream<double, char*>::operator<<(char* const&)
  0.00      9.72     0.00        1     0.00     0.00  bool boost::detail::lexical_stream<double, char*>::operator>><double>(double&)
  0.00      9.72     0.00        1     0.00     0.00  boost::detail::lexical_stream<int, char*>::lexical_stream()
  0.00      9.72     0.00        1     0.00     0.00  boost::detail::lexical_stream<int, char*>::~lexical_stream()
  0.00      9.72     0.00        1     0.00     0.00  boost::detail::lexical_stream<int, char*>::operator<<(char* const&)
  0.00      9.72     0.00        1     0.00     0.00  bool boost::detail::lexical_stream<int, char*>::operator>><int>(int&)
  0.00      9.72     0.00        1     0.00     0.00  boost::detail::lexical_stream<long, char*>::lexical_stream()
  0.00      9.72     0.00        1     0.00     0.00  boost::detail::lexical_stream<long, char*>::~lexical_stream()
  0.00      9.72     0.00        1     0.00     0.00  boost::detail::lexical_stream<long, char*>::operator<<(char* const&)
  0.00      9.72     0.00        1     0.00     0.00  bool boost::detail::lexical_stream<long, char*>::operator>><long>(long&)
  0.00      9.72     0.00        1     0.00     0.00  boost::detail::sp_counted_impl_p<Preferences>::dispose()
  0.00      9.72     0.00        1     0.00     0.00  boost::detail::sp_counted_impl_p<Preferences>::~sp_counted_impl_p()
  0.00      9.72     0.00        1     0.00     0.00  boost::detail::sp_counted_impl_p<StandAloneSimulator>::dispose()
  0.00      9.72     0.00        1     0.00     0.00  boost::detail::sp_counted_impl_p<StandAloneSimulator>::sp_counted_impl_p(StandAloneSimulator*)
  0.00      9.72     0.00        1     0.00     0.00  boost::detail::sp_counted_impl_p<StandAloneSimulator>::~sp_counted_impl_p()
  0.00      9.72     0.00        1     0.00     0.00  boost::detail::sp_counted_impl_p<PhysicalActionContainer>::dispose()
  0.00      9.72     0.00        1     0.00     0.00  boost::detail::sp_counted_impl_p<PhysicalActionContainer>::~sp_counted_impl_p()
  0.00      9.72     0.00        1     0.00     0.00  boost::detail::sp_counted_impl_p<NullGUI>::sp_counted_impl_p(NullGUI*)
  0.00      9.72     0.00        1     0.00     0.00  boost::detail::sp_counted_impl_p<FrontEnd>::dispose()
  0.00      9.72     0.00        1     0.00     0.00  boost::detail::sp_counted_impl_p<FrontEnd>::sp_counted_impl_p(FrontEnd*)
  0.00      9.72     0.00        1     0.00     0.00  boost::detail::sp_counted_impl_p<FrontEnd>::~sp_counted_impl_p()
  0.00      9.72     0.00        1     0.00     0.00  boost::detail::sp_counted_impl_p<MetaBody>::sp_counted_impl_p(MetaBody*)
  0.00      9.72     0.00        1     0.00     0.00  boost::detail::sp_counted_impl_p<std::basic_ofstream<char, std::char_traits<char> > >::sp_counted_impl_p(std::basic_ofstream<char, std::char_traits<char> >*)
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<Preferences>** boost::any_cast<boost::shared_ptr<Preferences>*>(boost::any*)
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<Preferences>* boost::any_cast<boost::shared_ptr<Preferences>*>(boost::any&)
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<BodyContainer>** boost::any_cast<boost::shared_ptr<BodyContainer>*>(boost::any*)
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<BodyContainer>* boost::any_cast<boost::shared_ptr<BodyContainer>*>(boost::any&)
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<PhysicalActionContainer>** boost::any_cast<boost::shared_ptr<PhysicalActionContainer>*>(boost::any*)
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<PhysicalActionContainer>* boost::any_cast<boost::shared_ptr<PhysicalActionContainer>*>(boost::any&)
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<MetaBody>** boost::any_cast<boost::shared_ptr<MetaBody>*>(boost::any*)
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<MetaBody>* boost::any_cast<boost::shared_ptr<MetaBody>*>(boost::any&)
  0.00      9.72     0.00        1     0.00     0.00  void boost::algorithm::replace_all<std::string, std::string, char [1]>(std::string&, std::string const&, char const (&) [1])
  0.00      9.72     0.00        1     0.00     0.00  boost::algorithm::detail::first_finderF<boost::range_const_iterator<char const*>::type, boost::algorithm::is_equal> boost::algorithm::first_finder<char const*>(char const* const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::algorithm::detail::first_finderF<boost::range_const_iterator<std::string>::type, boost::algorithm::is_equal> boost::algorithm::first_finder<std::string>(std::string const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::algorithm::detail::const_formatF<char [1]> boost::algorithm::const_formatter<char [1]>(char const (&) [1])
  0.00      9.72     0.00        1     0.00     0.00  boost::algorithm::detail::empty_formatF<boost::range_value<std::string>::type> boost::algorithm::empty_formatter<std::string>(std::string const&)
  0.00      9.72     0.00        1     0.00     0.00  void boost::algorithm::find_format_all<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]> >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>)
  0.00      9.72     0.00        1     0.00     0.00  void boost::algorithm::find_format_all<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char> >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>)
  0.00      9.72     0.00        1     0.00     0.00  boost::algorithm::detail::const_formatF<char [1]>::const_formatF(char const (&) [1])
  0.00      9.72     0.00        1     0.00     0.00  boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>::first_finderF<std::string>(std::string const&, boost::algorithm::is_equal)
  0.00      9.72     0.00        1     0.00     0.00  boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>::first_finderF<char const*>(char const* const&, boost::algorithm::is_equal)
  0.00      9.72     0.00        1     0.00     0.00  void boost::algorithm::detail::copy_to_storage<std::deque<char, std::allocator<char> >, boost::algorithm::detail::empty_container<char> >(std::deque<char, std::allocator<char> >&, boost::algorithm::detail::empty_container<char> const&)
  0.00      9.72     0.00        1     0.00     0.00  void boost::algorithm::detail::copy_to_storage<std::deque<char, std::allocator<char> >, boost::iterator_range<char const*> >(std::deque<char, std::allocator<char> >&, boost::iterator_range<char const*> const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<char const*> >::format_result()
  0.00      9.72     0.00        1     0.00     0.00  boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<char const*> >::find_format_store(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > const&, boost::iterator_range<char const*> const&, boost::algorithm::detail::const_formatF<char [1]> const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<char const*> >& boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<char const*> >::operator=<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >)
  0.00      9.72     0.00        1     0.00     0.00  boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::empty_container<char> >::format_result()
  0.00      9.72     0.00        1     0.00     0.00  boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::empty_container<char> >::find_format_store(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > const&, boost::algorithm::detail::empty_container<char> const&, boost::algorithm::detail::empty_formatF<char> const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::empty_container<char> >& boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::empty_container<char> >::operator=<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >)
  0.00      9.72     0.00        1     0.00     0.00  void boost::algorithm::detail::find_format_all_impl<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >)
  0.00      9.72     0.00        1     0.00     0.00  void boost::algorithm::detail::find_format_all_impl<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >)
  0.00      9.72     0.00        1     0.00     0.00  void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*> >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*>)
  0.00      9.72     0.00        1     0.00     0.00  void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char> >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char>)
  0.00      9.72     0.00        1     0.00     0.00  void boost::algorithm::erase_all<std::string, char const*>(std::string&, char const* const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::date_facet<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::date_facet(char const*, boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >, boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >, boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >, unsigned int)
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::fractional_seconds_as_string(boost::posix_time::time_duration const&, bool)
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::time_facet(unsigned int)
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::int_adapter<long>::int_adapter(long)
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::int_adapter<unsigned long>::is_neg_inf(unsigned long)
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::int_adapter<unsigned long>::is_pos_inf(unsigned long)
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::int_adapter<long long>::is_neg_inf(long long)
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::int_adapter<long long>::is_pos_inf(long long)
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::date_duration<boost::date_time::duration_traits_adapted>::date_duration(boost::date_time::int_adapter<long>)
  0.00      9.72     0.00        1     0.00     0.00  long long boost::date_time::absolute_value<long long>(long long)
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::microsec_clock<boost::posix_time::ptime>::local_time()
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::microsec_clock<boost::posix_time::ptime>::create_time(boost::date_time::microsec_clock<boost::posix_time::ptime>::TZ_FOR_CREATE)
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::period_formatter(boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::range_display_options, char const*, char const*, char const*, char const*)
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::period_formatter(boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > > const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::~period_formatter()
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::get_date(boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::zone_name(boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::duration_traits_adapted::as_number(boost::date_time::int_adapter<long>)
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::day_of_week(boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day> const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::date_generator_formatter(boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > > const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::date_generator_formatter()
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::~date_generator_formatter()
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::special_values_formatter(boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > > const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::special_values_formatter()
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::~special_values_formatter()
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::date(boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day> const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::gregorian::greg_weekday::greg_weekday(unsigned short)
  0.00      9.72     0.00        1     0.00     0.00  boost::gregorian::date::date(boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day> const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::gregorian::to_tm(boost::gregorian::date const&)
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<Archive> Archive::create<Preferences>(std::string const&, Preferences&)
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<Archive> Archive::create<BodyContainer>(std::string const&, BodyContainer&)
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<Archive> Archive::create<PhysicalActionContainer>(std::string const&, PhysicalActionContainer&)
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<Archive> Archive::create<MetaBody>(std::string const&, MetaBody&)
  0.00      9.72     0.00        1     0.00     0.01  boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Preferences> >(std::string const&, boost::shared_ptr<Preferences>&)
  0.00      9.72     0.00        1     0.00    30.17  boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BodyContainer> >(std::string const&, boost::shared_ptr<BodyContainer>&)
  0.00      9.72     0.00        1     0.00     1.73  boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalActionContainer> >(std::string const&, boost::shared_ptr<PhysicalActionContainer>&)
  0.00      9.72     0.00        1     0.00     0.08  boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<MetaBody> >(std::string const&, boost::shared_ptr<MetaBody>&)
  0.00      9.72     0.00        1     0.00     0.01  boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(std::string const&, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >&)
  0.00      9.72     0.00        1     0.00     0.32  boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(std::string const&, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >&)
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<Archive> Archive::create<std::vector<int, std::allocator<int> > >(std::string const&, std::vector<int, std::allocator<int> >&)
  0.00      9.72     0.00        1     0.00    30.07  NullGUI::run(int, char**)
  0.00      9.72     0.00        1     0.00    25.07  NullGUI::loop()
  0.00      9.72     0.00        1     0.00     0.00  NullGUI::NullGUI()
  0.00      9.72     0.00        1     0.00     0.00  FrontEnd::FrontEnd()
  0.00      9.72     0.00        1     0.00     0.00  FrontEnd::FrontEnd()
  0.00      9.72     0.00        1     0.00     0.00  FrontEnd::~FrontEnd()
  0.00      9.72     0.00        1     0.00     0.07  MetaBody::~MetaBody()
  0.00      9.72     0.00        1     0.00     0.00  Singleton<ClassFactory>::Singleton()
  0.00      9.72     0.00        1     0.00     0.00  Singleton<Omega>::Singleton()
  0.00      9.72     0.00        1     0.00     0.00  __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::new_allocator(__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > > const&)
  0.00      9.72     0.00        1     0.00     0.00  __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::new_allocator()
  0.00      9.72     0.00        1     0.00     0.00  __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::~new_allocator()
  0.00      9.72     0.00        1     0.00     0.00  __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >::new_allocator(__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > > const&)
  0.00      9.72     0.00        1     0.00     0.00  __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >::new_allocator()
  0.00      9.72     0.00        1     0.00     0.00  __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >::~new_allocator()
  0.00      9.72     0.00        1     0.00     0.00  __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::operator+=(int const&)
  0.00      9.72     0.00        1     0.00     0.00  bool __gnu_cxx::operator!=<int*, std::vector<int, std::allocator<int> > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > const&, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > const&)
  0.00      9.72     0.00        1     0.00     0.00  StandAloneSimulator::getBaseClassName(unsigned int) const
  0.00      9.72     0.00        1     0.00     0.00  PhysicalActionContainer::getBaseClassName(unsigned int) const
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<Preferences>::operator*() const
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<PhysicalActionContainer>::operator*() const
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<FrontEnd>::operator->() const
  0.00      9.72     0.00        1     0.00     0.00  boost::shared_ptr<MetaBody>::operator*() const
  0.00      9.72     0.00        1     0.00     0.00  boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday> >::operator unsigned short() const
  0.00      9.72     0.00        1     0.00     0.00  boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year> >::operator unsigned short() const
  0.00      9.72     0.00        1     0.00     0.00  boost::any::holder<boost::shared_ptr<Preferences>*>::type() const
  0.00      9.72     0.00        1     0.00     0.00  boost::any::holder<boost::shared_ptr<Preferences>*>::clone() const
  0.00      9.72     0.00        1     0.00     0.00  boost::any::holder<boost::shared_ptr<BodyContainer>*>::type() const
  0.00      9.72     0.00        1     0.00     0.00  boost::any::holder<boost::shared_ptr<BodyContainer>*>::clone() const
  0.00      9.72     0.00        1     0.00     0.00  boost::any::holder<boost::shared_ptr<PhysicalActionContainer>*>::type() const
  0.00      9.72     0.00        1     0.00     0.00  boost::any::holder<boost::shared_ptr<PhysicalActionContainer>*>::clone() const
  0.00      9.72     0.00        1     0.00     0.00  boost::any::holder<boost::shared_ptr<MetaBody>*>::type() const
  0.00      9.72     0.00        1     0.00     0.00  boost::any::holder<boost::shared_ptr<MetaBody>*>::clone() const
  0.00      9.72     0.00        1     0.00     0.00  boost::any::holder<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >*>::clone() const
  0.00      9.72     0.00        1     0.00     0.00  boost::any::holder<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>::clone() const
  0.00      9.72     0.00        1     0.00     0.00  boost::any::holder<std::vector<int, std::allocator<int> >*>::clone() const
  0.00      9.72     0.00        1     0.00     0.00  boost::algorithm::detail::empty_container<char>::end() const
  0.00      9.72     0.00        1     0.00     0.00  boost::algorithm::detail::empty_container<char>::begin() const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::date_facet<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::do_put_special(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, boost::date_time::special_values) const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::date_facet<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::do_put_tm(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, tm const&, std::string) const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, boost::posix_time::time_duration const&) const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, boost::posix_time::ptime const&) const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::int_adapter<long>::as_number() const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::int_adapter<unsigned long> boost::date_time::int_adapter<unsigned long>::operator-<unsigned long>(boost::date_time::int_adapter<unsigned long> const&) const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::int_adapter<long long>::as_special() const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::int_adapter<long long>::compare(boost::date_time::int_adapter<long long> const&) const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::int_adapter<long long>::operator<(int const&) const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::int_adapter<long long> boost::date_time::int_adapter<long long>::operator-<long long>(boost::date_time::int_adapter<long long> const&) const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::date_duration<boost::date_time::duration_traits_adapted>::days() const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::is_negative() const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::is_neg_infinity() const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::is_pos_infinity() const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::is_not_a_date_time() const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::date() const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::day_count() const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put_special(std::ostreambuf_iterator<char, std::char_traits<char> >, boost::date_time::special_values const&) const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::day_of_week() const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::year_month_day() const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::is_neg_infinity() const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::is_pos_infinity() const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::year() const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::operator-(boost::gregorian::date const&) const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::is_special() const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::is_infinity() const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::zone_abbrev(bool) const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::is_neg_infinity() const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::is_pos_infinity() const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::is_not_a_date_time() const
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::date() const
  0.00      9.72     0.00        1     0.00     0.00  boost::gregorian::date::day_of_year() const
  0.00      9.72     0.00        1     0.00     0.00  FrontEnd::getBaseClassName(unsigned int) const
  0.00      9.72     0.00        1     0.00     0.00  MetaBody::getClassName() const
  0.00      9.72     0.00        1     0.00     0.00  std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::allocator<std::pair<std::string const, DynlibDescriptor> >(std::allocator<std::pair<std::string const, DynlibDescriptor> > const&)
  0.00      9.72     0.00        1     0.00     0.00  std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::allocator(std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > > const&)
  0.00      9.72     0.00        1     0.00     0.00  std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::~allocator()
  0.00      9.72     0.00        1     0.00     0.00  std::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> >(std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > const&)
  0.00      9.72     0.00        1     0.00     0.00  std::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >::allocator(std::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > > const&)
  0.00      9.72     0.00        1     0.00     0.00  std::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >::~allocator()
  0.00      9.72     0.00        1     0.00     0.00  std::allocator<std::pair<std::string const, DynlibDescriptor> >::allocator()
  0.00      9.72     0.00        1     0.00     0.00  std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> >::allocator()
  0.00      9.72     0.00        1     0.00     0.00  std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> >::~allocator()
  0.00      9.72     0.00        1     0.00     0.00  std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > std::__copy_normal<false, false>::copy_n<char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > >(char const (*) [17], char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >)
  0.00      9.72     0.00        1     0.00     0.00  std::ostreambuf_iterator<char, std::char_traits<char> > std::__copy_normal<true, false>::copy_n<__gnu_cxx::__normal_iterator<char const*, std::string>, std::ostreambuf_iterator<char, std::char_traits<char> > >(__gnu_cxx::__normal_iterator<char const*, std::string>, __gnu_cxx::__normal_iterator<char const*, std::string>, std::ostreambuf_iterator<char, std::char_traits<char> >)
  0.00      9.72     0.00        1     0.00     0.00  std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >::back_insert_iterator(std::vector<std::string, std::allocator<std::string> >&)
  0.00      9.72     0.00        1     0.00     0.00  std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::begin()
  0.00      9.72     0.00        1     0.00     0.00  std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::map()
  0.00      9.72     0.00        1     0.00     0.00  std::map<std::string, ClassFactory::FactorableCreators, std::less<std::string>, std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > >::map()
  0.00      9.72     0.00        1     0.00     0.00  std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_fill_insert(std::_List_iterator<boost::shared_ptr<EngineUnit> >, unsigned int, boost::shared_ptr<EngineUnit> const&)
  0.00      9.72     0.00        1     0.00     0.00  std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::insert(std::_List_iterator<boost::shared_ptr<EngineUnit> >, unsigned int, boost::shared_ptr<EngineUnit> const&)
  0.00      9.72     0.00        1     0.00     0.00  std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::resize(unsigned int)
  0.00      9.72     0.00        1     0.00     0.00  std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::resize(unsigned int, boost::shared_ptr<EngineUnit> const&)
  0.00      9.72     0.00        1     0.00     0.00  std::pair<std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >, bool>::pair(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> > const&, bool const&)
  0.00      9.72     0.00        1     0.00     0.00  std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > std::__copy<false, std::random_access_iterator_tag>::copy<char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > >(char const (*) [17], char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >)
  0.00      9.72     0.00        1     0.00     0.00  std::ostreambuf_iterator<char, std::char_traits<char> > std::__copy<false, std::random_access_iterator_tag>::copy<char const*, std::ostreambuf_iterator<char, std::char_traits<char> > >(char const*, char const*, std::ostreambuf_iterator<char, std::char_traits<char> >)
  0.00      9.72     0.00        1     0.00     0.00  std::locale::facet::facet(unsigned int)
  0.00      9.72     0.00        1     0.00     0.00  std::locale::locale<boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&, boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >*)
  0.00      9.72     0.00        1     0.00   142.98  std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&)
  0.00      9.72     0.00        1     0.00   142.98  std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&)
  0.00      9.72     0.00        1     0.00   143.25  std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::resize(unsigned int)
  0.00      9.72     0.00        1     0.00   142.98  std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::resize(unsigned int, boost::shared_ptr<Body> const&)
  0.00      9.72     0.00        1     0.00     0.00  std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_Rb_tree_impl<std::less<std::string>, false>::_Rb_tree_impl(std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > > const&, std::less<std::string> const&)
  0.00      9.72     0.00        1     0.00     0.00  std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert_unique(std::pair<std::string const, DynlibDescriptor> const&)
  0.00      9.72     0.00        1     0.00     0.00  std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_Rb_tree(std::less<std::string> const&, std::allocator<std::pair<std::string const, DynlibDescriptor> > const&)
  0.00      9.72     0.00        1     0.00     0.00  std::_Rb_tree<std::string, std::pair<std::string const, ClassFactory::FactorableCreators>, std::_Select1st<std::pair<std::string const, ClassFactory::FactorableCreators> >, std::less<std::string>, std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > >::_Rb_tree_impl<std::less<std::string>, false>::_Rb_tree_impl(std::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > > const&, std::less<std::string> const&)
  0.00      9.72     0.00        1     0.00     0.00  std::_Rb_tree<std::string, std::pair<std::string const, ClassFactory::FactorableCreators>, std::_Select1st<std::pair<std::string const, ClassFactory::FactorableCreators> >, std::less<std::string>, std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > >::_Rb_tree(std::less<std::string> const&, std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > const&)
  0.00      9.72     0.00        1     0.00     0.00  std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > std::__copy_aux<char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > >(char const (*) [17], char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >)
  0.00      9.72     0.00        1     0.00     0.00  std::ostreambuf_iterator<char, std::char_traits<char> > std::__copy_aux<char const*, std::ostreambuf_iterator<char, std::char_traits<char> > >(char const*, char const*, std::ostreambuf_iterator<char, std::char_traits<char> >)
  0.00      9.72     0.00        1     0.00     0.00  std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > std::back_inserter<std::vector<std::string, std::allocator<std::string> > >(std::vector<std::string, std::allocator<std::string> >&)
  0.00      9.72     0.00        1     0.00   118.63  void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&)
  0.00      9.72     0.00        1     0.00   118.63  void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body>, boost::shared_ptr<Body> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&, std::allocator<boost::shared_ptr<Body> >)
  0.00      9.72     0.00        1     0.00   118.63  void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&, __false_type)
  0.00      9.72     0.00        1     0.00     0.00  std::ostreambuf_iterator<char, std::char_traits<char> > std::copy<__gnu_cxx::__normal_iterator<char const*, std::string>, std::ostreambuf_iterator<char, std::char_traits<char> > >(__gnu_cxx::__normal_iterator<char const*, std::string>, __gnu_cxx::__normal_iterator<char const*, std::string>, std::ostreambuf_iterator<char, std::char_traits<char> >)
  0.00      9.72     0.00        1     0.00     0.00  std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > std::copy<char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > >(char const (*) [17], char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >)
  0.00      9.72     0.00        1     0.00     0.00  boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&)
  0.00      9.72     0.00        1     0.00     0.00  std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)
  0.00      9.72     0.00        1     0.00     0.00  std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)

 %         the percentage of the total running time of the
time       program used by this function.

cumulative a running sum of the number of seconds accounted
 seconds   for by this function and those listed above it.

 self      the number of seconds accounted for by this
seconds    function alone.  This is the major sort for this
           listing.

calls      the number of times this function was invoked, if
           this function is profiled, else blank.
 
 self      the average number of milliseconds spent in this
ms/call    function per call, if this function is profiled,
	   else blank.

 total     the average number of milliseconds spent in this
ms/call    function and its descendents per call, if this 
	   function is profiled, else blank.

name       the name of the function.  This is the minor sort
           for this listing. The index shows the location of
	   the function in the gprof listing. If the index is
	   in parenthesis it shows where it would appear in
	   the gprof listing if it were to be printed.

		     Call graph (explanation follows)


granularity: each sample hit covers 4 byte(s) for 0.10% of 9.72 seconds

index % time    self  children    called     name
                0.02    0.43 9186283/46270634     boost::detail::shared_count::operator=(boost::detail::shared_count const&) [13]
                0.09    1.72 37084351/46270634     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
[1]     23.2    0.11    2.15 46270634         boost::detail::sp_counted_base::add_ref_copy() [1]
                2.15    0.00 46270634/46270634     boost::detail::atomic_increment(int*) [2]
-----------------------------------------------
                2.15    0.00 46270634/46270634     boost::detail::sp_counted_base::add_ref_copy() [1]
[2]     22.1    2.15    0.00 46270634         boost::detail::atomic_increment(int*) [2]
-----------------------------------------------
[3]     21.6    0.47    1.62 39273816+48461270 <cycle 1 as a whole> [3]
                0.32    1.60 47143601             boost::detail::sp_counted_base::release() <cycle 1> [5]
                0.12    0.00 38141656             boost::detail::shared_count::~shared_count() <cycle 1> [70]
                0.00    0.03    4481             Serializable::~Serializable() <cycle 1> [119]
                0.01    0.00    1951             boost::shared_ptr<PhysicalAction>::~shared_ptr() <cycle 1> [139]
                0.01    0.00  798894             std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::~_List_base() <cycle 1> [154]
                0.01    0.00  798894             std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_clear() <cycle 1> [153]
                0.00    0.00  798894             std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::~list() <cycle 1> [720]
                0.00    0.00   18985             boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
                0.00    0.00    9433             __gnu_cxx::new_allocator<boost::shared_ptr<Archive> >::destroy(boost::shared_ptr<Archive>*) <cycle 1> [816]
                0.00    0.00    2248             boost::shared_ptr<InteractionGeometry>::~shared_ptr() <cycle 1> [881]
                0.00    0.00    2239             boost::detail::sp_counted_impl_p<Interaction>::dispose() <cycle 1> [885]
                0.00    0.00    2239             void boost::checked_delete<Interaction>(Interaction*) <cycle 1> [884]
                0.00    0.00    2239             Interaction::~Interaction() <cycle 1> [883]
                0.00    0.00    1725             void std::_Destroy<boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction> >(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*, std::allocator<boost::shared_ptr<PhysicalAction> >) <cycle 1> [902]
                0.00    0.00    1725             void std::_Destroy<boost::shared_ptr<PhysicalAction>*>(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*) <cycle 1> [901]
                0.00    0.00    1725             void std::__destroy_aux<boost::shared_ptr<PhysicalAction>*>(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*, __false_type) <cycle 1> [900]
                0.00    0.00    1539             void std::_Destroy<boost::shared_ptr<PhysicalAction> >(boost::shared_ptr<PhysicalAction>*) <cycle 1> [926]
                0.00    0.00      76             Engine::~Engine() <cycle 1> [1183]
                0.00    0.00      30             boost::shared_ptr<MetaBody>::~shared_ptr() <cycle 1> [1253]
                0.00    0.00      14             boost::detail::sp_counted_impl_p<FileGenerator>::dispose() <cycle 1> [1397]
                0.00    0.00      14             void boost::checked_delete<FileGenerator>(FileGenerator*) <cycle 1> [1396]
                0.00    0.00      14             FileGenerator::~FileGenerator() <cycle 1> [1394]
                0.00    0.00       8             PhysicalParameters::~PhysicalParameters() <cycle 1> [1489]
                0.00    0.00       8             boost::detail::sp_counted_impl_p<MetaEngine>::dispose() <cycle 1> [1497]
                0.00    0.00       8             void boost::checked_delete<MetaEngine>(MetaEngine*) <cycle 1> [1491]
                0.00    0.00       8             MetaEngine::~MetaEngine() <cycle 1> [1486]
                0.00    0.00       8             boost::detail::sp_counted_impl_p<GeometricalModel>::dispose() <cycle 1> [1498]
                0.00    0.00       8             void boost::checked_delete<GeometricalModel>(GeometricalModel*) <cycle 1> [1492]
                0.00    0.00       8             GeometricalModel::~GeometricalModel() <cycle 1> [1488]
                0.00    0.00       7             boost::detail::sp_counted_impl_p<PhysicalParameters>::dispose() <cycle 1> [1544]
                0.00    0.00       7             void boost::checked_delete<PhysicalParameters>(PhysicalParameters*) <cycle 1> [1541]
                0.00    0.00       7             boost::detail::sp_counted_impl_p<InteractionGeometry>::dispose() <cycle 1> [1545]
                0.00    0.00       7             void boost::checked_delete<InteractionGeometry>(InteractionGeometry*) <cycle 1> [1542]
                0.00    0.00       7             InteractionGeometry::~InteractionGeometry() <cycle 1> [1539]
                0.00    0.00       7             PhysicalAction::~PhysicalAction() <cycle 1> [1538]
                0.00    0.00       7             boost::detail::sp_counted_impl_p<DeusExMachina>::dispose() <cycle 1> [1543]
                0.00    0.00       7             void boost::checked_delete<DeusExMachina>(DeusExMachina*) <cycle 1> [1540]
                0.00    0.00       7             DeusExMachina::~DeusExMachina() <cycle 1> [1537]
                0.00    0.00       6             InteractingGeometry::~InteractingGeometry() <cycle 1> [1567]
                0.00    0.00       6             boost::detail::sp_counted_impl_p<StandAloneEngine>::dispose() <cycle 1> [1572]
                0.00    0.00       6             void boost::checked_delete<StandAloneEngine>(StandAloneEngine*) <cycle 1> [1570]
                0.00    0.00       6             StandAloneEngine::~StandAloneEngine() <cycle 1> [1566]
                0.00    0.00       5             boost::detail::sp_counted_impl_p<InteractingGeometry>::dispose() <cycle 1> [1608]
                0.00    0.00       5             void boost::checked_delete<InteractingGeometry>(InteractingGeometry*) <cycle 1> [1606]
                0.00    0.00       5             boost::detail::sp_counted_impl_p<InteractionPhysics>::dispose() <cycle 1> [1607]
                0.00    0.00       5             void boost::checked_delete<InteractionPhysics>(InteractionPhysics*) <cycle 1> [1605]
                0.00    0.00       5             InteractionPhysics::~InteractionPhysics() <cycle 1> [1603]
                0.00    0.00       4             boost::detail::sp_counted_impl_p<PhysicalAction>::dispose() <cycle 1> [1641]
                0.00    0.00       4             void boost::checked_delete<PhysicalAction>(PhysicalAction*) <cycle 1> [1627]
                0.00    0.00       3             std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::~vector() <cycle 1> [1733]
                0.00    0.00       3             boost::detail::sp_counted_impl_p<TimeStepper>::dispose() <cycle 1> [1709]
                0.00    0.00       3             void boost::checked_delete<TimeStepper>(TimeStepper*) <cycle 1> [1708]
                0.00    0.00       3             TimeStepper::~TimeStepper() <cycle 1> [1702]
                0.00    0.00       3             StandAloneEngine::~StandAloneEngine() <cycle 1> [1703]
                0.00    0.00       2             boost::detail::sp_counted_impl_p<BodyContainer>::dispose() <cycle 1> [1786]
                0.00    0.00       2             void boost::checked_delete<BodyContainer>(BodyContainer*) <cycle 1> [1757]
                0.00    0.00       2             BodyContainer::~BodyContainer() <cycle 1> [1747]
                0.00    0.00       2             boost::detail::sp_counted_impl_p<BoundingVolume>::dispose() <cycle 1> [1787]
                0.00    0.00       2             void boost::checked_delete<BoundingVolume>(BoundingVolume*) <cycle 1> [1758]
                0.00    0.00       2             BoundingVolume::~BoundingVolume() <cycle 1> [1748]
                0.00    0.00       2             boost::detail::sp_counted_impl_p<InteractionContainer>::dispose() <cycle 1> [1789]
                0.00    0.00       2             void boost::checked_delete<InteractionContainer>(InteractionContainer*) <cycle 1> [1760]
                0.00    0.00       2             InteractionContainer::~InteractionContainer() <cycle 1> [1750]
                0.00    0.00       2             boost::detail::sp_counted_impl_p<Engine>::dispose() <cycle 1> [1790]
                0.00    0.00       2             void boost::checked_delete<Engine>(Engine*) <cycle 1> [1761]
                0.00    0.00       2             Engine::~Engine() <cycle 1> [1794]
                0.00    0.00       1             boost::detail::sp_counted_impl_p<Preferences>::dispose() <cycle 1> [1999]
                0.00    0.00       1             void boost::checked_delete<Preferences>(Preferences*) <cycle 1> [1944]
                0.00    0.00       1             Preferences::~Preferences() <cycle 1> [1923]
                0.00    0.00       1             boost::detail::sp_counted_impl_p<PhysicalActionContainer>::dispose() <cycle 1> [2001]
                0.00    0.00       1             void boost::checked_delete<PhysicalActionContainer>(PhysicalActionContainer*) <cycle 1> [1946]
                0.00    0.00       1             PhysicalActionContainer::~PhysicalActionContainer() <cycle 1> [1927]
                0.00    0.00       1             boost::detail::sp_counted_impl_p<StandAloneSimulator>::dispose() <cycle 1> [2000]
                0.00    0.00       1             void boost::checked_delete<StandAloneSimulator>(StandAloneSimulator*) <cycle 1> [1945]
                0.00    0.00       1             StandAloneSimulator::~StandAloneSimulator() <cycle 1> [1926]
-----------------------------------------------
                0.00    0.00       1/34301986     boost::shared_ptr<Factorable>::shared_ptr<PhysicalActionContainer>(boost::shared_ptr<PhysicalActionContainer> const&) [666]
                0.00    0.00       1/34301986     boost::shared_ptr<Factorable>::shared_ptr<FrontEnd>(boost::shared_ptr<FrontEnd> const&) [668]
                0.00    0.00       1/34301986     boost::shared_ptr<Factorable>::shared_ptr<NullGUI>(boost::shared_ptr<NullGUI> const&) [667]
                0.00    0.00       1/34301986     boost::shared_ptr<Factorable>::shared_ptr<StandAloneSimulator>(boost::shared_ptr<StandAloneSimulator> const&) [665]
                0.00    0.00       1/34301986     boost::shared_ptr<FrontEnd>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag) [669]
                0.00    0.00       2/34301986     boost::shared_ptr<Factorable>::shared_ptr<IOFormatManager>(boost::shared_ptr<IOFormatManager> const&) [641]
                0.00    0.00       2/34301986     boost::shared_ptr<Factorable>::shared_ptr<BoundingVolume>(boost::shared_ptr<BoundingVolume> const&) [640]
                0.00    0.00       2/34301986     boost::shared_ptr<Factorable>::shared_ptr<InteractionContainer>(boost::shared_ptr<InteractionContainer> const&) [642]
                0.00    0.00       2/34301986     boost::shared_ptr<Factorable>::shared_ptr<BodyContainer>(boost::shared_ptr<BodyContainer> const&) [639]
                0.00    0.00       2/34301986     boost::shared_ptr<Factorable>::shared_ptr<Engine>(boost::shared_ptr<Engine> const&) [643]
                0.00    0.00       2/34301986     boost::shared_ptr<IOFormatManager>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag) [644]
                0.00    0.00       3/34301986     boost::shared_ptr<Factorable>::shared_ptr<TimeStepper>(boost::shared_ptr<TimeStepper> const&) [634]
                0.00    0.00       4/34301986     boost::shared_ptr<Factorable>::shared_ptr<PhysicalAction>(boost::shared_ptr<PhysicalAction> const&) [630]
                0.00    0.00       4/34301986     boost::shared_ptr<EngineUnit>::shared_ptr(boost::shared_ptr<EngineUnit> const&) [629]
                0.00    0.00       5/34301986     boost::shared_ptr<Factorable>::shared_ptr<InteractingGeometry>(boost::shared_ptr<InteractingGeometry> const&) [624]
                0.00    0.00       5/34301986     boost::shared_ptr<Factorable>::shared_ptr<InteractionPhysics>(boost::shared_ptr<InteractionPhysics> const&) [623]
                0.00    0.00       6/34301986     boost::shared_ptr<Factorable>::shared_ptr<StandAloneEngine>(boost::shared_ptr<StandAloneEngine> const&) [613]
                0.00    0.00       7/34301986     boost::shared_ptr<Factorable>::shared_ptr<PhysicalParameters>(boost::shared_ptr<PhysicalParameters> const&) [603]
                0.00    0.00       7/34301986     boost::shared_ptr<Factorable>::shared_ptr<InteractionGeometry>(boost::shared_ptr<InteractionGeometry> const&) [604]
                0.00    0.00       7/34301986     boost::shared_ptr<Factorable>::shared_ptr<DeusExMachina>(boost::shared_ptr<DeusExMachina> const&) [602]
                0.00    0.00       8/34301986     boost::shared_ptr<Factorable>::shared_ptr<GeometricalModel>(boost::shared_ptr<GeometricalModel> const&) [594]
                0.00    0.00       8/34301986     boost::shared_ptr<Factorable>::shared_ptr<MetaEngine>(boost::shared_ptr<MetaEngine> const&) [593]
                0.00    0.00      14/34301986     boost::shared_ptr<Factorable>::shared_ptr<FileGenerator>(boost::shared_ptr<FileGenerator> const&) [572]
                0.00    0.00      18/34301986     boost::shared_ptr<Engine>::shared_ptr(boost::shared_ptr<Engine> const&) [558]
                0.00    0.00     159/34301986     boost::shared_ptr<Factorable>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag) [438]
                0.00    0.00     159/34301986     boost::shared_ptr<Indexable>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag) [370]
                0.00    0.00     159/34301986     boost::shared_ptr<Serializable>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag) [432]
                0.00    0.00    9433/34301986     boost::shared_ptr<Archive>::shared_ptr(boost::shared_ptr<Archive> const&) [273]
                0.02    0.26 4874724/34301986     boost::shared_ptr<PhysicalAction>::shared_ptr(boost::shared_ptr<PhysicalAction> const&) [32]
                0.02    0.30 5690781/34301986     boost::shared_ptr<Body>::shared_ptr(boost::shared_ptr<Body> const&) [26]
                0.10    1.25 23726458/34301986     boost::shared_ptr<Interaction>::shared_ptr(boost::shared_ptr<Interaction> const&) [6]
[4]     20.0    0.14    1.81 34301986         boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
                0.09    1.72 37084351/46270634     boost::detail::sp_counted_base::add_ref_copy() [1]
-----------------------------------------------
                             41118605             boost::detail::shared_count::~shared_count() <cycle 1> [70]
                0.07    0.25 6024996/39273816     boost::detail::shared_count::operator=(boost::detail::shared_count const&) [13]
[5]     19.7    0.32    1.60 47143601         boost::detail::sp_counted_base::release() <cycle 1> [5]
                1.56    0.00 47143601/48016578     boost::detail::atomic_exchange_and_add(int*, int) [11]
                0.00    0.03  872977/872977      boost::detail::sp_counted_base::weak_release() [107]
                0.00    0.00       1/1           boost::detail::sp_counted_impl_p<FrontEnd>::dispose() [680]
                0.00    0.00  857454/78308024     data_start [697]
                0.00    0.00   11991/11991       boost::detail::sp_counted_impl_p<Archive>::dispose() [792]
                0.00    0.00       2/2           boost::detail::sp_counted_impl_p<IOFormatManager>::dispose() [1788]
                                2239             boost::detail::sp_counted_impl_p<Interaction>::dispose() <cycle 1> [885]
                                  14             boost::detail::sp_counted_impl_p<FileGenerator>::dispose() <cycle 1> [1397]
                                   8             boost::detail::sp_counted_impl_p<GeometricalModel>::dispose() <cycle 1> [1498]
                                   8             boost::detail::sp_counted_impl_p<MetaEngine>::dispose() <cycle 1> [1497]
                                   7             boost::detail::sp_counted_impl_p<DeusExMachina>::dispose() <cycle 1> [1543]
                                   7             boost::detail::sp_counted_impl_p<InteractionGeometry>::dispose() <cycle 1> [1545]
                                   7             boost::detail::sp_counted_impl_p<PhysicalParameters>::dispose() <cycle 1> [1544]
                                   6             boost::detail::sp_counted_impl_p<StandAloneEngine>::dispose() <cycle 1> [1572]
                                   5             boost::detail::sp_counted_impl_p<InteractionPhysics>::dispose() <cycle 1> [1607]
                                   5             boost::detail::sp_counted_impl_p<InteractingGeometry>::dispose() <cycle 1> [1608]
                                   4             boost::detail::sp_counted_impl_p<PhysicalAction>::dispose() <cycle 1> [1641]
                                   3             boost::detail::sp_counted_impl_p<TimeStepper>::dispose() <cycle 1> [1709]
                                   2             boost::detail::sp_counted_impl_p<Engine>::dispose() <cycle 1> [1790]
                                   2             boost::detail::sp_counted_impl_p<InteractionContainer>::dispose() <cycle 1> [1789]
                                   2             boost::detail::sp_counted_impl_p<BoundingVolume>::dispose() <cycle 1> [1787]
                                   2             boost::detail::sp_counted_impl_p<BodyContainer>::dispose() <cycle 1> [1786]
                                   1             boost::detail::sp_counted_impl_p<StandAloneSimulator>::dispose() <cycle 1> [2000]
                                   1             boost::detail::sp_counted_impl_p<PhysicalActionContainer>::dispose() <cycle 1> [2001]
                                   1             boost::detail::sp_counted_impl_p<Preferences>::dispose() <cycle 1> [1999]
-----------------------------------------------
                                                 <spontaneous>
[6]     19.1    0.51    1.35                 boost::shared_ptr<Interaction>::shared_ptr(boost::shared_ptr<Interaction> const&) [6]
                0.10    1.25 23726458/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
-----------------------------------------------
                0.00    1.61       2/2           InteractionContainer::registerAttributes() [8]
[7]     16.6    0.00    1.61       2         void Serializable::registerAttribute<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(std::string const&, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >&) [7]
                0.00    1.61       2/2           boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(std::string const&, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >&) [9]
                0.00    0.00       2/6994        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::push_back(boost::shared_ptr<Archive> const&) [277]
                0.00    0.00       2/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
-----------------------------------------------
                                                 <spontaneous>
[8]     16.6    0.00    1.61                 InteractionContainer::registerAttributes() [8]
                0.00    1.61       2/2           void Serializable::registerAttribute<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(std::string const&, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >&) [7]
-----------------------------------------------
                0.00    1.61       2/2           void Serializable::registerAttribute<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(std::string const&, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >&) [7]
[9]     16.6    0.00    1.61       2         boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(std::string const&, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >&) [9]
                0.00    1.61       2/2           SerializableTypes::Type findType<boost::shared_ptr<Interaction> >(std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >&, bool&, std::string&) [10]
                0.00    0.00       2/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00       4/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00       2/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00      20/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00       6/28656       Archive::getRecordType() [750]
                0.00    0.00       2/78308024     data_start [697]
                0.00    0.00       2/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00       2/9552        Archive::setFundamental(bool) [815]
                0.00    0.00       2/2           boost::any::any<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >*>(std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >* const&) [1784]
                0.00    0.00       2/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    1.61       2/2           boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(std::string const&, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >&) [9]
[10]    16.6    0.00    1.61       2         SerializableTypes::Type findType<boost::shared_ptr<Interaction> >(std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >&, bool&, std::string&) [10]
                0.10    1.45       2/2           boost::shared_ptr<Interaction>::~shared_ptr() [12]
                0.01    0.05       2/2           boost::shared_ptr<Interaction>::shared_ptr() [87]
                0.00    0.00       2/2           SerializableTypes::Type findType<Interaction>(boost::shared_ptr<Interaction>&, bool&, std::string&) [418]
-----------------------------------------------
                0.03    0.00  872977/48016578     boost::detail::sp_counted_base::weak_release() [107]
                1.56    0.00 47143601/48016578     boost::detail::sp_counted_base::release() <cycle 1> [5]
[11]    16.4    1.59    0.00 48016578         boost::detail::atomic_exchange_and_add(int*, int) [11]
-----------------------------------------------
                0.10    1.45       2/2           SerializableTypes::Type findType<boost::shared_ptr<Interaction> >(std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >&, bool&, std::string&) [10]
[12]    16.0    0.10    1.45       2         boost::shared_ptr<Interaction>::~shared_ptr() [12]
                0.33    1.12 27047303/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                0.00    0.00       1/4148236     boost::shared_ptr<BodyContainer>::operator=(boost::shared_ptr<BodyContainer> const&) [631]
                0.00    0.00       1/4148236     boost::shared_ptr<PhysicalActionContainer>::operator=(boost::shared_ptr<PhysicalActionContainer> const&) [632]
                0.00    0.00       1/4148236     boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >::operator=(boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > > const&) [633]
                0.00    0.00       2/4148236     boost::shared_ptr<IOFormatManager>::operator=(boost::shared_ptr<IOFormatManager> const&) [600]
                0.00    0.00       2/4148236     boost::shared_ptr<MetaBody>::operator=(boost::shared_ptr<MetaBody> const&) [601]
                0.00    0.00       2/4148236     boost::shared_ptr<EngineUnit>::operator=(boost::shared_ptr<EngineUnit> const&) [598]
                0.00    0.00       2/4148236     boost::shared_ptr<Preferences>::operator=(boost::shared_ptr<Preferences> const&) [599]
                0.00    0.00       3/4148236     boost::shared_ptr<Serializable>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag) [432]
                0.00    0.00      18/4148236     boost::shared_ptr<Engine>::operator=(boost::shared_ptr<Engine> const&) [481]
                0.00    0.00     128/4148236     boost::shared_ptr<Indexable>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag) [370]
                0.00    0.00     159/4148236     boost::shared_ptr<Factorable>::operator=(boost::shared_ptr<Factorable> const&) [383]
                0.00    0.00     406/4148236     boost::shared_ptr<GeometricalModel>::operator=(boost::shared_ptr<GeometricalModel> const&) [344]
                0.00    0.00     407/4148236     boost::shared_ptr<PhysicalParameters>::operator=(boost::shared_ptr<PhysicalParameters> const&) [342]
                0.00    0.00     407/4148236     boost::shared_ptr<InteractingGeometry>::operator=(boost::shared_ptr<InteractingGeometry> const&) [343]
                0.00    0.00     407/4148236     boost::shared_ptr<BoundingVolume>::operator=(boost::shared_ptr<BoundingVolume> const&) [341]
                0.00    0.00    1221/4148236     boost::shared_ptr<PhysicalAction>::operator=(boost::shared_ptr<PhysicalAction> const&) [303]
                0.00    0.00    2002/4148236     boost::shared_ptr<InteractionContainer>::operator=(boost::shared_ptr<InteractionContainer> const&) [294]
                0.00    0.00   12060/4148236     boost::shared_ptr<Archive>::operator=(boost::shared_ptr<Archive> const&) [238]
                0.01    0.15  812406/4148236     boost::shared_ptr<Body>::operator=(boost::shared_ptr<Body> const&) [52]
                0.06    0.62 3318601/4148236     boost::shared_ptr<Interaction>::operator=(boost::shared_ptr<Interaction> const&) [14]
[13]     8.6    0.07    0.77 4148236         boost::detail::shared_count::operator=(boost::detail::shared_count const&) [13]
                0.02    0.43 9186283/46270634     boost::detail::sp_counted_base::add_ref_copy() [1]
                0.07    0.25 6024996/39273816     boost::detail::sp_counted_base::release() <cycle 1> [5]
-----------------------------------------------
                                                 <spontaneous>
[14]     7.0    0.01    0.67                 boost::shared_ptr<Interaction>::operator=(boost::shared_ptr<Interaction> const&) [14]
                0.06    0.62 3318601/4148236     boost::detail::shared_count::operator=(boost::detail::shared_count const&) [13]
-----------------------------------------------
                                                 <spontaneous>
[15]     6.8    0.00    0.66                 FundamentalHandler<Se3<double> >::creator(Archive&, boost::any&) [15]
                0.04    0.21     407/407         Wm3::Quaternion<double>::FromAxisAngle(Wm3::Vector3<double> const&, double) [43]
                0.00    0.13     407/407         Se3<double>::Se3(Wm3::Vector3<double>, Wm3::Quaternion<double>) [68]
                0.00    0.13     407/407         Se3<double>::operator=(Se3<double> const&) [69]
                0.10    0.00    2442/2442        Wm3::Vector3<double>::operator[](int) [75]
                0.03    0.00     407/407         Wm3::Vector3<double>::Vector3(Wm3::Vector3<double> const&) [117]
                0.01    0.00     407/407         Wm3::Quaternion<double>::Quaternion(Wm3::Quaternion<double> const&) [141]
                0.00    0.00     814/3299        Wm3::Vector3<double>::Vector3() [188]
                0.00    0.00     407/5392        std::string const* boost::any_cast<std::string const*>(boost::any&) [222]
                0.00    0.00     407/21233       boost::any::type() const [150]
                0.00    0.00     407/407         Se3<double>* boost::any_cast<Se3<double>*>(boost::any&) [312]
                0.00    0.00    2849/10322       std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) [801]
                0.00    0.00    2849/7772        double boost::lexical_cast<double, std::string>(std::string const&) [826]
                0.00    0.00     407/114089      std::type_info::operator==(std::type_info const&) const [722]
                0.00    0.00     407/8010        Archive::getAddress() [825]
                0.00    0.00     407/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00     407/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00     407/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00     407/78308024     data_start [697]
                0.00    0.00     407/1665        Wm3::Quaternion<double>::Quaternion() [905]
                0.00    0.00     407/11188       std::vector<std::string, std::allocator<std::string> >::size() const [796]
                0.00    0.00     407/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                                                 <spontaneous>
[16]     6.4    0.17    0.45                 Wm3::Vector3<double>::Normalize() [16]
                0.23    0.23 4244342/4244342     Wm3::Vector3<double>::Length() const [22]
-----------------------------------------------
                                                 <spontaneous>
[17]     5.0    0.00    0.48                 std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::push_back(boost::shared_ptr<Body> const&) [17]
                0.00    0.38      10/10          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> const&) [24]
                0.00    0.11     396/406         __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::construct(boost::shared_ptr<Body>*, boost::shared_ptr<Body> const&) [74]
                0.00    0.00      10/57          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::end() [388]
-----------------------------------------------
                                                 <spontaneous>
[18]     4.8    0.00    0.46                 std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::resize(unsigned int) [18]
                0.00    0.46     407/407         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::resize(unsigned int, boost::shared_ptr<PhysicalAction> const&) [19]
                0.00    0.00     407/39273816     boost::shared_ptr<PhysicalAction>::~shared_ptr() <cycle 1> [139]
                0.00    0.00     407/408         boost::shared_ptr<PhysicalAction>::shared_ptr() [459]
-----------------------------------------------
                0.00    0.46     407/407         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::resize(unsigned int) [18]
[19]     4.8    0.00    0.46     407         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::resize(unsigned int, boost::shared_ptr<PhysicalAction> const&) [19]
                0.00    0.45     407/407         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&) [21]
                0.01    0.00     407/829         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::end() [124]
                0.00    0.00     814/1221        std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::size() const [943]
-----------------------------------------------
                0.00    0.45     407/407         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&) [21]
[20]     4.6    0.00    0.45     407         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&) [20]
                0.00    0.33     407/407         void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction>, boost::shared_ptr<PhysicalAction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&, std::allocator<boost::shared_ptr<PhysicalAction> >) [29]
                0.05    0.01     407/412         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::begin() [81]
                0.00    0.05     814/814         __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, boost::shared_ptr<PhysicalAction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, std::allocator<boost::shared_ptr<PhysicalAction> >) [100]
                0.01    0.00     407/829         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::end() [124]
                0.00    0.00     407/39273816     void std::_Destroy<boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction> >(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*, std::allocator<boost::shared_ptr<PhysicalAction> >) <cycle 1> [902]
                0.00    0.00    1221/6495666     __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::base() const [122]
                0.00    0.00     407/20113806     __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::__normal_iterator(boost::shared_ptr<PhysicalAction>* const&) [114]
                0.00    0.00    1628/2951        std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::get_allocator() const [866]
                0.00    0.00    1628/2955        std::allocator<boost::shared_ptr<PhysicalAction> >::~allocator() [865]
                0.00    0.00     407/1221        std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::size() const [943]
                0.00    0.00     407/407         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::max_size() const [1066]
                0.00    0.00     407/477         unsigned int const& std::max<unsigned int>(unsigned int const&, unsigned int const&) [1020]
                0.00    0.00     407/407         std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_allocate(unsigned int) [1067]
                0.00    0.00     407/407         __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::operator+=(int const&) [1053]
                0.00    0.00     407/1725        std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_deallocate(boost::shared_ptr<PhysicalAction>*, unsigned int) [899]
-----------------------------------------------
                0.00    0.45     407/407         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::resize(unsigned int, boost::shared_ptr<PhysicalAction> const&) [19]
[21]     4.6    0.00    0.45     407         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&) [21]
                0.00    0.45     407/407         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&) [20]
-----------------------------------------------
                0.23    0.23 4244342/4244342     Wm3::Vector3<double>::Normalize() [16]
[22]     4.6    0.23    0.23 4244342         Wm3::Vector3<double>::Length() const [22]
                0.23    0.00 7547874/7547874     Wm3::Math<double>::Sqrt(double) [47]
-----------------------------------------------
                                                 <spontaneous>
[23]     3.9    0.17    0.21                 InteractionContainerIteratorPointer::operator!=(InteractionContainerIteratorPointer const&) [23]
                0.11    0.06 18658711/18658711     InteractionContainerIteratorPointer::getRef() const [53]
                0.04    0.00 18658711/61019772     boost::shared_ptr<InteractionContainerIterator>::operator->() const [66]
                0.00    0.00 18658711/78308024     data_start [697]
-----------------------------------------------
                0.00    0.38      10/10          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::push_back(boost::shared_ptr<Body> const&) [17]
[24]     3.9    0.00    0.38      10         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> const&) [24]
                0.00    0.16      20/22          __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, std::allocator<boost::shared_ptr<Body> >) [50]
                0.00    0.13      10/21          void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, std::allocator<boost::shared_ptr<Body> >) [37]
                0.06    0.03      10/24          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::begin() [48]
                0.00    0.00      10/406         __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::construct(boost::shared_ptr<Body>*, boost::shared_ptr<Body> const&) [74]
                0.00    0.00      10/3167        __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::operator++() [155]
                0.00    0.00      10/57          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::end() [388]
                0.00    0.00      40/9807670     __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::base() const [131]
                0.00    0.00      30/57760905     __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::__normal_iterator(boost::shared_ptr<Body>* const&) [67]
                0.00    0.00      30/51          std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::get_allocator() const [1200]
                0.00    0.00      30/57          std::allocator<boost::shared_ptr<Body> >::~allocator() [1197]
                0.00    0.00      10/419         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::size() const [1027]
                0.00    0.00      10/11          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::max_size() const [1444]
                0.00    0.00      10/11          std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_allocate(unsigned int) [1445]
                0.00    0.00      10/17          std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_deallocate(boost::shared_ptr<Body>*, unsigned int) [1351]
-----------------------------------------------
                                                 <spontaneous>
[25]     3.8    0.00    0.37                 main [25]
                0.00    0.34       1/1           Omega::scanPlugins() [27]
                0.00    0.03       1/1           NullGUI::run(int, char**) [113]
                0.00    0.00       1/1           void IOFormatManager::loadFromFile<boost::shared_ptr<Preferences> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<Preferences>&) [436]
                0.00    0.00       9/10037       Singleton<Omega>::instance() [148]
                0.00    0.00       1/3           Preferences::Preferences() [406]
                0.00    0.00       1/1           Omega::init() [529]
                0.00    0.00       1/2           boost::shared_ptr<Preferences>::shared_ptr<Preferences>(Preferences*) [503]
                0.00    0.00       1/2           boost::shared_ptr<Preferences>::operator=(boost::shared_ptr<Preferences> const&) [599]
                0.00    0.00       1/652         boost::shared_ptr<Factorable>::~shared_ptr() [379]
                0.00    0.00       1/1           boost::shared_ptr<FrontEnd> boost::dynamic_pointer_cast<FrontEnd, Factorable>(boost::shared_ptr<Factorable> const&) [670]
                0.00    0.00       1/2           boost::shared_ptr<Preferences>::~shared_ptr() [653]
                0.00    0.00       8/667         log4cxx::helpers::ObjectPtrT<log4cxx::Logger>::operator->() [992]
                0.00    0.00       4/5           log4cxx::StringBuffer::StringBuffer() [1610]
                0.00    0.00       4/5           log4cxx::StringBuffer::str() const [1615]
                0.00    0.00       4/5           log4cxx::StringBuffer::~StringBuffer() [1611]
                0.00    0.00       2/3           std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*) [1736]
                0.00    0.00       2/2           boost::filesystem::path::string() const [1810]
                0.00    0.00       1/1           std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) [2151]
                0.00    0.00       1/350         boost::filesystem::path::~path() [1090]
                0.00    0.00       1/2           Omega::setSimulationFileName(std::string) [1752]
                0.00    0.00       1/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00       1/78308024     data_start [697]
                0.00    0.00       1/1           boost::shared_ptr<FrontEnd>::operator->() const [2068]
-----------------------------------------------
                0.01    0.10     406/1323        __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::construct(boost::shared_ptr<Body>*, boost::shared_ptr<Body> const&) [74]
                0.02    0.22     917/1323        void std::_Construct<boost::shared_ptr<Body>, boost::shared_ptr<Body> >(boost::shared_ptr<Body>*, boost::shared_ptr<Body> const&) [44]
[26]     3.6    0.03    0.32    1323         boost::shared_ptr<Body>::shared_ptr(boost::shared_ptr<Body> const&) [26]
                0.02    0.30 5690781/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
-----------------------------------------------
                0.00    0.34       1/1           main [25]
[27]     3.4    0.00    0.34       1         Omega::scanPlugins() [27]
                0.14    0.12     336/336         std::vector<int, std::allocator<int> >::operator[](unsigned int) [38]
                0.07    0.00     654/654         boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::operator->() const [79]
                0.00    0.00       1/1           Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
                0.00    0.00      20/20          boost::filesystem::directory_iterator::~directory_iterator() [549]
                0.00    0.00     168/168         std::vector<int, std::allocator<int> >::push_back(int const&) [626]
                0.00    0.00      10/10          boost::filesystem::directory_iterator::directory_iterator(boost::filesystem::path const&) [637]
                0.00    0.00      10/10          boost::filesystem::directory_iterator::directory_iterator() [638]
                0.00    0.00    2955/3609        boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::operator*() const [855]
                0.00    0.00    1821/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00    1821/78308024     data_start [697]
                0.00    0.00     667/667         boost::detail::enable_if_interoperable<boost::filesystem::directory_iterator, boost::filesystem::directory_iterator, boost::mpl::apply2<boost::detail::always_bool2, boost::filesystem::directory_iterator, boost::filesystem::directory_iterator>::type>::type boost::operator!=<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int, boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>(boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int> const&, boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int> const&) [991]
                0.00    0.00     657/667         log4cxx::helpers::ObjectPtrT<log4cxx::Logger>::operator->() [992]
                0.00    0.00     657/657         boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::operator++() [995]
                0.00    0.00     654/991         bool std::operator!=<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*) [947]
                0.00    0.00     654/657         bool std::operator==<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) [997]
                0.00    0.00     346/350         boost::filesystem::path::~path() [1090]
                0.00    0.00     191/55386       bool __gnu_cxx::operator!=<std::string*, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > const&, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > const&) [731]
                0.00    0.00     188/43253       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator*() const [739]
                0.00    0.00     188/42693       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator++() [740]
                0.00    0.00     169/11188       std::vector<std::string, std::allocator<std::string> >::size() const [796]
                0.00    0.00     168/168         boost::filesystem::path::operator=(boost::filesystem::path const&) [1145]
                0.00    0.00     168/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00     167/167         std::vector<std::string, std::allocator<std::string> >::back() [1148]
                0.00    0.00     167/167         bool std::operator!=<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) [1149]
                0.00    0.00       4/4           boost::shared_ptr<Preferences>::operator->() const [1656]
                0.00    0.00       3/20945       std::vector<std::string, std::allocator<std::string> >::begin() [763]
                0.00    0.00       3/26521       std::vector<std::string, std::allocator<std::string> >::end() [751]
                0.00    0.00       1/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00       1/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00       1/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00       1/18          std::allocator<int>::allocator() [1336]
                0.00    0.00       1/18          std::vector<int, std::allocator<int> >::vector(std::allocator<int> const&) [1345]
                0.00    0.00       1/251         std::allocator<int>::~allocator() [1101]
                0.00    0.00       1/240         std::vector<int, std::allocator<int> >::size() const [1102]
                0.00    0.00       1/8           std::vector<int, std::allocator<int> >::~vector() [1533]
                0.00    0.00       1/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.33     407/407         void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction>, boost::shared_ptr<PhysicalAction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&, std::allocator<boost::shared_ptr<PhysicalAction> >) [29]
[28]     3.4    0.00    0.33     407         void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&) [28]
                0.00    0.33     407/407         void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&, __false_type) [30]
-----------------------------------------------
                0.00    0.33     407/407         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&) [20]
[29]     3.4    0.00    0.33     407         void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction>, boost::shared_ptr<PhysicalAction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&, std::allocator<boost::shared_ptr<PhysicalAction> >) [29]
                0.00    0.33     407/407         void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&) [28]
-----------------------------------------------
                0.00    0.33     407/407         void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&) [28]
[30]     3.4    0.00    0.33     407         void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&, __false_type) [30]
                0.00    0.30    1221/1224        void std::_Construct<boost::shared_ptr<PhysicalAction>, boost::shared_ptr<PhysicalAction> >(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction> const&) [33]
                0.02    0.00    1221/1230        __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::operator*() const [132]
                0.01    0.00    1221/1230        __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::operator++() [140]
-----------------------------------------------
                0.00    0.00       1/1325        SerializableTypes::Type findType<boost::shared_ptr<Body> >(std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >&, bool&, std::string&) [301]
                0.00    0.00       1/1325        std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::resize(unsigned int) [60]
                0.01    0.09     406/1325        PointerHandler<boost::shared_ptr<Body> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [34]
                0.02    0.21     917/1325        void std::_Destroy<boost::shared_ptr<Body> >(boost::shared_ptr<Body>*) [46]
[31]     3.4    0.03    0.30    1325         boost::shared_ptr<Body>::~shared_ptr() [31]
                0.07    0.24 5692783/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                0.02    0.28    2757/2757        void std::_Construct<boost::shared_ptr<PhysicalAction>, boost::shared_ptr<PhysicalAction> >(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction> const&) [33]
[32]     3.1    0.02    0.28    2757         boost::shared_ptr<PhysicalAction>::shared_ptr(boost::shared_ptr<PhysicalAction> const&) [32]
                0.02    0.26 4874724/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
-----------------------------------------------
                0.00    0.00       3/1224        __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __false_type) [99]
                0.00    0.30    1221/1224        void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&, __false_type) [30]
[33]     3.1    0.00    0.30    1224         void std::_Construct<boost::shared_ptr<PhysicalAction>, boost::shared_ptr<PhysicalAction> >(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction> const&) [33]
                0.02    0.28    2757/2757        boost::shared_ptr<PhysicalAction>::shared_ptr(boost::shared_ptr<PhysicalAction> const&) [32]
                0.00    0.00    2757/36675       operator new(unsigned int, void*) [745]
-----------------------------------------------
                                                 <spontaneous>
[34]     2.8    0.00    0.27                 PointerHandler<boost::shared_ptr<Body> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [34]
                0.01    0.16     406/406         boost::shared_ptr<Body>::operator=(boost::shared_ptr<Body> const&) [52]
                0.01    0.09     406/1325        boost::shared_ptr<Body>::~shared_ptr() [31]
                0.00    0.00     406/406         boost::shared_ptr<Archive> Archive::create<Body>(std::string const&, Body&) [258]
                0.00    0.00     406/406         boost::shared_ptr<Body>::shared_ptr<Body>(Body*) [290]
                0.00    0.00     406/2556        boost::shared_ptr<Archive>::operator=(boost::shared_ptr<Archive> const&) [238]
                0.00    0.00     406/406         boost::shared_ptr<Body>* boost::any_cast<boost::shared_ptr<Body>*>(boost::any&) [322]
                0.00    0.00     406/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
                0.00    0.00     406/2556        Archive::getName() [875]
                0.00    0.00     406/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00     406/78308024     data_start [697]
                0.00    0.00     406/8010        Archive::getAddress() [825]
                0.00    0.00     406/406         boost::shared_ptr<Body>::operator*() const [1069]
-----------------------------------------------
                0.00    0.27      21/21          void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >) [36]
[35]     2.8    0.00    0.27      21         void std::__destroy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __false_type) [35]
                0.00    0.23     917/917         void std::_Destroy<boost::shared_ptr<Body> >(boost::shared_ptr<Body>*) [46]
                0.01    0.01     938/2285        bool __gnu_cxx::operator!=<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&) [96]
                0.02    0.00     917/3157        __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::operator*() const [78]
                0.00    0.00     917/3167        __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::operator++() [155]
-----------------------------------------------
                0.00    0.27      21/21          void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, std::allocator<boost::shared_ptr<Body> >) [37]
[36]     2.8    0.00    0.27      21         void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >) [36]
                0.00    0.27      21/21          void std::__destroy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __false_type) [35]
-----------------------------------------------
                0.00    0.13      10/21          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> const&) [24]
                0.00    0.14      11/21          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >) [58]
[37]     2.8    0.00    0.27      21         void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, std::allocator<boost::shared_ptr<Body> >) [37]
                0.00    0.27      21/21          void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >) [36]
-----------------------------------------------
                0.14    0.12     336/336         Omega::scanPlugins() [27]
[38]     2.7    0.14    0.12     336         std::vector<int, std::allocator<int> >::operator[](unsigned int) [38]
                0.02    0.03 8816852/8816902     std::vector<int, std::allocator<int> >::begin() [97]
                0.01    0.03 8816852/8816852     __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::operator+(int const&) const [106]
                0.03    0.00 8816852/8817158     __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::operator*() const [115]
-----------------------------------------------
                                                 <spontaneous>
[39]     2.7    0.20    0.06                 __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::operator+(int const&) const [39]
                0.06    0.00 28868348/57760905     __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::__normal_iterator(boost::shared_ptr<Body>* const&) [67]
-----------------------------------------------
                                                 <spontaneous>
[40]     2.7    0.14    0.12                 std::vector<double, std::allocator<double> >::operator[](unsigned int) [40]
                0.03    0.03 11051860/11051860     __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >::operator+(int const&) const [86]
                0.02    0.03 11051860/11051866     std::vector<double, std::allocator<double> >::begin() [90]
                0.01    0.00 11051860/11051860     __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >::operator*() const [151]
-----------------------------------------------
                                                 <spontaneous>
[41]     2.7    0.20    0.05                 InteractionContainerIteratorPointer::operator*() [41]
                0.05    0.00 23718390/61019772     boost::shared_ptr<InteractionContainerIterator>::operator->() const [66]
                0.00    0.00 23718390/78308024     data_start [697]
-----------------------------------------------
                0.13    0.00     407/814         Se3<double>::Se3(Wm3::Vector3<double>, Wm3::Quaternion<double>) [68]
                0.13    0.00     407/814         Se3<double>::operator=(Se3<double> const&) [69]
[42]     2.6    0.26    0.00     814         Wm3::Vector3<double>::operator=(Wm3::Vector3<double> const&) [42]
-----------------------------------------------
                0.04    0.21     407/407         FundamentalHandler<Se3<double> >::creator(Archive&, boost::any&) [15]
[43]     2.6    0.04    0.21     407         Wm3::Quaternion<double>::FromAxisAngle(Wm3::Vector3<double> const&, double) [43]
                0.17    0.00 2401221/2401221     Wm3::Vector3<double>::operator[](int) const [54]
                0.05    0.00  800407/800407      Wm3::Math<double>::Sin(double) [95]
                0.00    0.00  800407/800407      Wm3::Math<double>::Cos(double) [717]
-----------------------------------------------
                0.00    0.11     406/917         void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&, __false_type) [73]
                0.00    0.14     511/917         __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __false_type) [51]
[44]     2.5    0.00    0.24     917         void std::_Construct<boost::shared_ptr<Body>, boost::shared_ptr<Body> >(boost::shared_ptr<Body>*, boost::shared_ptr<Body> const&) [44]
                0.02    0.22     917/1323        boost::shared_ptr<Body>::shared_ptr(boost::shared_ptr<Body> const&) [26]
                0.00    0.00     917/36675       operator new(unsigned int, void*) [745]
-----------------------------------------------
                0.00    0.03       1/8           BodyContainer::postProcessAttributes(bool) [88]
                0.00    0.03       1/8           BodyContainer::preProcessAttributes(bool) [112]
                0.00    0.09       3/8           BodyContainer::BodyContainer() [76]
                0.00    0.09       3/8           BodyContainer::BodyContainer() [77]
[45]     2.5    0.00    0.24       8         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::clear() [45]
                0.00    0.15      11/11          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >) [58]
                0.06    0.03      11/24          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::begin() [48]
                0.00    0.00      11/57          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::end() [388]
-----------------------------------------------
                0.00    0.23     917/917         void std::__destroy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __false_type) [35]
[46]     2.3    0.00    0.23     917         void std::_Destroy<boost::shared_ptr<Body> >(boost::shared_ptr<Body>*) [46]
                0.02    0.21     917/1325        boost::shared_ptr<Body>::~shared_ptr() [31]
-----------------------------------------------
                0.23    0.00 7547874/7547874     Wm3::Vector3<double>::Length() const [22]
[47]     2.3    0.23    0.00 7547874         Wm3::Math<double>::Sqrt(double) [47]
-----------------------------------------------
                0.01    0.00       1/24          BodyContainer::postProcessAttributes(bool) [88]
                0.01    0.00       1/24          ContainerHandler<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [91]
                0.01    0.00       1/24          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&) [62]
                0.06    0.03      10/24          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> const&) [24]
                0.06    0.03      11/24          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::clear() [45]
[48]     2.1    0.14    0.06      24         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::begin() [48]
                0.06    0.00 28880415/57760905     __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::__normal_iterator(boost::shared_ptr<Body>* const&) [67]
-----------------------------------------------
                0.00    0.17      22/22          __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, std::allocator<boost::shared_ptr<Body> >) [50]
[49]     1.8    0.00    0.17      22         __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >) [49]
                0.00    0.17      22/22          __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __false_type) [51]
-----------------------------------------------
                0.00    0.02       2/22          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&) [62]
                0.00    0.16      20/22          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> const&) [24]
[50]     1.8    0.00    0.17      22         __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, std::allocator<boost::shared_ptr<Body> >) [50]
                0.00    0.17      22/22          __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >) [49]
-----------------------------------------------
                0.00    0.17      22/22          __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >) [49]
[51]     1.8    0.00    0.17      22         __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __false_type) [51]
                0.00    0.14     511/917         void std::_Construct<boost::shared_ptr<Body>, boost::shared_ptr<Body> >(boost::shared_ptr<Body>*, boost::shared_ptr<Body> const&) [44]
                0.02    0.00    1022/3157        __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::operator*() const [78]
                0.01    0.00     533/2285        bool __gnu_cxx::operator!=<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&) [96]
                0.00    0.00    1022/3167        __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::operator++() [155]
-----------------------------------------------
                0.01    0.16     406/406         PointerHandler<boost::shared_ptr<Body> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [34]
[52]     1.7    0.01    0.16     406         boost::shared_ptr<Body>::operator=(boost::shared_ptr<Body> const&) [52]
                0.01    0.15  812406/4148236     boost::detail::shared_count::operator=(boost::detail::shared_count const&) [13]
-----------------------------------------------
                0.11    0.06 18658711/18658711     InteractionContainerIteratorPointer::operator!=(InteractionContainerIteratorPointer const&) [23]
[53]     1.7    0.11    0.06 18658711         InteractionContainerIteratorPointer::getRef() const [53]
                0.06    0.00 18666711/18666711     boost::shared_ptr<InteractionContainerIterator>::operator*() const [89]
-----------------------------------------------
                0.17    0.00 2401221/2401221     Wm3::Quaternion<double>::FromAxisAngle(Wm3::Vector3<double> const&, double) [43]
[54]     1.7    0.17    0.00 2401221         Wm3::Vector3<double>::operator[](int) const [54]
-----------------------------------------------
                                                 <spontaneous>
[55]     1.7    0.12    0.04                 InteractionContainerIteratorPointer::operator++() [55]
                0.04    0.00 18642671/61019772     boost::shared_ptr<InteractionContainerIterator>::operator->() const [66]
                0.00    0.00 18642671/78308024     data_start [697]
-----------------------------------------------
                0.16    0.00     406/406         BodyContainer::setId(boost::shared_ptr<Body>&, unsigned int) [57]
[56]     1.6    0.16    0.00     406         boost::shared_ptr<Body>::operator->() const [56]
-----------------------------------------------
                                                 <spontaneous>
[57]     1.6    0.00    0.16                 BodyContainer::setId(boost::shared_ptr<Body>&, unsigned int) [57]
                0.16    0.00     406/406         boost::shared_ptr<Body>::operator->() const [56]
-----------------------------------------------
                0.00    0.15      11/11          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::clear() [45]
[58]     1.5    0.00    0.15      11         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >) [58]
                0.00    0.14      11/21          void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, std::allocator<boost::shared_ptr<Body> >) [37]
                0.01    0.00      11/11          __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<Body>*, boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&) [185]
                0.00    0.00      22/57          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::end() [388]
                0.00    0.00      11/11          __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >) [658]
                0.00    0.00      11/51          std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::get_allocator() const [1200]
                0.00    0.00      11/57          std::allocator<boost::shared_ptr<Body> >::~allocator() [1197]
-----------------------------------------------
                                                 <spontaneous>
[59]     1.5    0.00    0.14                 ContainerHandler<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::resize(Archive&, unsigned long) [59]
                0.00    0.14       1/1           std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::resize(unsigned int) [60]
                0.00    0.00       1/408         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >* boost::any_cast<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>(boost::any&) [310]
                0.00    0.00       1/8010        Archive::getAddress() [825]
-----------------------------------------------
                0.00    0.14       1/1           ContainerHandler<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::resize(Archive&, unsigned long) [59]
[60]     1.5    0.00    0.14       1         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::resize(unsigned int) [60]
                0.00    0.14       1/1           std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::resize(unsigned int, boost::shared_ptr<Body> const&) [61]
                0.00    0.00       1/1325        boost::shared_ptr<Body>::~shared_ptr() [31]
                0.00    0.00       1/2           boost::shared_ptr<Body>::shared_ptr() [384]
-----------------------------------------------
                0.00    0.14       1/1           std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::resize(unsigned int) [60]
[61]     1.5    0.00    0.14       1         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::resize(unsigned int, boost::shared_ptr<Body> const&) [61]
                0.00    0.14       1/1           std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&) [63]
                0.00    0.00       1/57          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::end() [388]
                0.00    0.00       2/419         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::size() const [1027]
-----------------------------------------------
                0.00    0.14       1/1           std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&) [63]
[62]     1.5    0.00    0.14       1         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&) [62]
                0.00    0.12       1/1           void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body>, boost::shared_ptr<Body> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&, std::allocator<boost::shared_ptr<Body> >) [72]
                0.00    0.02       2/22          __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, std::allocator<boost::shared_ptr<Body> >) [50]
                0.01    0.00       1/24          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::begin() [48]
                0.00    0.00       1/57          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::end() [388]
                0.00    0.00       3/9807670     __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::base() const [131]
                0.00    0.00       1/57760905     __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::__normal_iterator(boost::shared_ptr<Body>* const&) [67]
                0.00    0.00       4/51          std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::get_allocator() const [1200]
                0.00    0.00       4/57          std::allocator<boost::shared_ptr<Body> >::~allocator() [1197]
                0.00    0.00       1/419         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::size() const [1027]
                0.00    0.00       1/11          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::max_size() const [1444]
                0.00    0.00       1/477         unsigned int const& std::max<unsigned int>(unsigned int const&, unsigned int const&) [1020]
                0.00    0.00       1/11          std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_allocate(unsigned int) [1445]
                0.00    0.00       1/1           __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::operator+=(int const&) [2062]
                0.00    0.00       1/7           void std::_Destroy<boost::shared_ptr<Body>*, boost::shared_ptr<Body> >(boost::shared_ptr<Body>*, boost::shared_ptr<Body>*, std::allocator<boost::shared_ptr<Body> >) [1562]
                0.00    0.00       1/17          std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_deallocate(boost::shared_ptr<Body>*, unsigned int) [1351]
-----------------------------------------------
                0.00    0.14       1/1           std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::resize(unsigned int, boost::shared_ptr<Body> const&) [61]
[63]     1.5    0.00    0.14       1         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&) [63]
                0.00    0.14       1/1           std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&) [62]
-----------------------------------------------
                                                 <spontaneous>
[64]     1.4    0.00    0.14                 PointerHandler<boost::shared_ptr<BodyContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [64]
                0.14    0.00       1/1           boost::shared_ptr<BodyContainer>::operator*() const [65]
                0.00    0.00       1/4           boost::shared_ptr<BodyContainer>::~shared_ptr() [332]
                0.00    0.00       1/1           boost::shared_ptr<Archive> Archive::create<BodyContainer>(std::string const&, BodyContainer&) [491]
                0.00    0.00       1/3           boost::shared_ptr<BodyContainer>::shared_ptr<BodyContainer>(BodyContainer*) [483]
                0.00    0.00       1/2556        boost::shared_ptr<Archive>::operator=(boost::shared_ptr<Archive> const&) [238]
                0.00    0.00       1/1           boost::shared_ptr<BodyContainer>* boost::any_cast<boost::shared_ptr<BodyContainer>*>(boost::any&) [587]
                0.00    0.00       1/1           boost::shared_ptr<BodyContainer>::operator=(boost::shared_ptr<BodyContainer> const&) [631]
                0.00    0.00       1/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
                0.00    0.00       1/2556        Archive::getName() [875]
                0.00    0.00       1/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00       1/78308024     data_start [697]
                0.00    0.00       1/8010        Archive::getAddress() [825]
-----------------------------------------------
                0.14    0.00       1/1           PointerHandler<boost::shared_ptr<BodyContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [64]
[65]     1.4    0.14    0.00       1         boost::shared_ptr<BodyContainer>::operator*() const [65]
-----------------------------------------------
                0.04    0.00 18642671/61019772     InteractionContainerIteratorPointer::operator++() [55]
                0.04    0.00 18658711/61019772     InteractionContainerIteratorPointer::operator!=(InteractionContainerIteratorPointer const&) [23]
                0.05    0.00 23718390/61019772     InteractionContainerIteratorPointer::operator*() [41]
[66]     1.4    0.14    0.00 61019772         boost::shared_ptr<InteractionContainerIterator>::operator->() const [66]
-----------------------------------------------
                0.00    0.00       1/57760905     std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&) [62]
                0.00    0.00      11/57760905     __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >) [657]
                0.00    0.00      30/57760905     std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> const&) [24]
                0.00    0.00   12100/57760905     std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::end() [388]
                0.06    0.00 28868348/57760905     __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::operator+(int const&) const [39]
                0.06    0.00 28880415/57760905     std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::begin() [48]
[67]     1.3    0.13    0.00 57760905         __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::__normal_iterator(boost::shared_ptr<Body>* const&) [67]
-----------------------------------------------
                0.00    0.13     407/407         FundamentalHandler<Se3<double> >::creator(Archive&, boost::any&) [15]
[68]     1.3    0.00    0.13     407         Se3<double>::Se3(Wm3::Vector3<double>, Wm3::Quaternion<double>) [68]
                0.13    0.00     407/814         Wm3::Vector3<double>::operator=(Wm3::Vector3<double> const&) [42]
                0.00    0.00     407/3299        Wm3::Vector3<double>::Vector3() [188]
                0.00    0.00     407/1665        Wm3::Quaternion<double>::Quaternion() [905]
                0.00    0.00     407/814         Wm3::Quaternion<double>::operator=(Wm3::Quaternion<double> const&) [962]
-----------------------------------------------
                0.00    0.13     407/407         FundamentalHandler<Se3<double> >::creator(Archive&, boost::any&) [15]
[69]     1.3    0.00    0.13     407         Se3<double>::operator=(Se3<double> const&) [69]
                0.13    0.00     407/814         Wm3::Vector3<double>::operator=(Wm3::Vector3<double> const&) [42]
                0.00    0.00     407/814         Wm3::Quaternion<double>::operator=(Wm3::Quaternion<double> const&) [962]
-----------------------------------------------
                                  31             boost::shared_ptr<MetaBody>::~shared_ptr() <cycle 1> [1253]
                                2246             boost::shared_ptr<InteractionPhysics>::~shared_ptr() <cycle 1> [882]
                                2248             boost::shared_ptr<InteractionGeometry>::~shared_ptr() <cycle 1> [881]
                               25644             boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
                             4875174             boost::shared_ptr<PhysicalAction>::~shared_ptr() <cycle 1> [139]
                0.00    0.00       1/39273816     boost::shared_ptr<FrontEnd>::~shared_ptr() [676]
                0.00    0.00       1/39273816     boost::shared_ptr<NullGUI>::~shared_ptr() [675]
                0.00    0.00       1/39273816     boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >::~shared_ptr() [677]
                0.00    0.00       1/39273816     boost::shared_ptr<StandAloneSimulator>::~shared_ptr() [674]
                0.00    0.00       2/39273816     boost::shared_ptr<Preferences>::~shared_ptr() [653]
                0.00    0.00       3/39273816     boost::shared_ptr<PhysicalActionContainer>::~shared_ptr() [636]
                0.00    0.00       3/39273816     boost::shared_ptr<TimeStepper>::~shared_ptr() [635]
                0.00    0.00       3/39273816     boost::shared_ptr<Serializable>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag) [432]
                0.00    0.00       6/39273816     boost::shared_ptr<IOFormatManager>::~shared_ptr() [619]
                0.00    0.00       6/39273816     boost::shared_ptr<StandAloneEngine>::~shared_ptr() [620]
                0.00    0.00       7/39273816     boost::shared_ptr<InteractionContainer>::~shared_ptr() [606]
                0.00    0.00       7/39273816     boost::shared_ptr<DeusExMachina>::~shared_ptr() [605]
                0.00    0.00       8/39273816     boost::shared_ptr<MetaEngine>::~shared_ptr() [596]
                0.00    0.00      14/39273816     boost::shared_ptr<FileGenerator>::~shared_ptr() [573]
                0.00    0.00      20/39273816     boost::shared_ptr<boost::filesystem::detail::dir_itr_imp>::~shared_ptr() [550]
                0.00    0.00      24/39273816     boost::shared_ptr<Engine>::~shared_ptr() [530]
                0.00    0.00      26/39273816     boost::shared_ptr<EngineUnit>::~shared_ptr() [528]
                0.00    0.00     128/39273816     boost::shared_ptr<Indexable>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag) [370]
                0.00    0.00     159/39273816     boost::shared_ptr<Serializable>::~shared_ptr() [444]
                0.00    0.00     202/39273816     boost::shared_ptr<Indexable>::~shared_ptr() [429]
                0.00    0.00     765/39273816     boost::shared_ptr<Factorable>::~shared_ptr() [379]
                0.00    0.00     825/39273816     boost::shared_ptr<BoundingVolume>::~shared_ptr() [182]
                0.00    0.00     829/39273816     boost::shared_ptr<GeometricalModel>::~shared_ptr() [369]
                0.00    0.00     832/39273816     boost::shared_ptr<PhysicalParameters>::~shared_ptr() [368]
                0.00    0.00    2004/39273816     boost::shared_ptr<BodyContainer>::~shared_ptr() [332]
                0.00    0.00   48172/39273816     boost::shared_ptr<BodyContainerIterator>::~shared_ptr() [230]
                0.00    0.00   64160/39273816     boost::shared_ptr<InteractionContainerIterator>::~shared_ptr() [176]
                0.00    0.02  378018/39273816     boost::shared_ptr<InteractingGeometry>::~shared_ptr() [108]
                0.07    0.24 5692783/39273816     boost::shared_ptr<Body>::~shared_ptr() [31]
                0.33    1.12 27047303/39273816     boost::shared_ptr<Interaction>::~shared_ptr() [12]
[70]     1.3    0.12    0.00 38141656         boost::detail::shared_count::~shared_count() <cycle 1> [70]
                             41118605             boost::detail::sp_counted_base::release() <cycle 1> [5]
-----------------------------------------------
                0.00    0.12       1/1           void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body>, boost::shared_ptr<Body> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&, std::allocator<boost::shared_ptr<Body> >) [72]
[71]     1.2    0.00    0.12       1         void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&) [71]
                0.00    0.12       1/1           void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&, __false_type) [73]
-----------------------------------------------
                0.00    0.12       1/1           std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&) [62]
[72]     1.2    0.00    0.12       1         void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body>, boost::shared_ptr<Body> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&, std::allocator<boost::shared_ptr<Body> >) [72]
                0.00    0.12       1/1           void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&) [71]
-----------------------------------------------
                0.00    0.12       1/1           void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&) [71]
[73]     1.2    0.00    0.12       1         void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&, __false_type) [73]
                0.00    0.11     406/917         void std::_Construct<boost::shared_ptr<Body>, boost::shared_ptr<Body> >(boost::shared_ptr<Body>*, boost::shared_ptr<Body> const&) [44]
                0.01    0.00     406/3157        __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::operator*() const [78]
                0.00    0.00     406/3167        __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::operator++() [155]
-----------------------------------------------
                0.00    0.00      10/406         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> const&) [24]
                0.00    0.11     396/406         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::push_back(boost::shared_ptr<Body> const&) [17]
[74]     1.1    0.00    0.11     406         __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::construct(boost::shared_ptr<Body>*, boost::shared_ptr<Body> const&) [74]
                0.01    0.10     406/1323        boost::shared_ptr<Body>::shared_ptr(boost::shared_ptr<Body> const&) [26]
                0.00    0.00     406/36675       operator new(unsigned int, void*) [745]
-----------------------------------------------
                0.10    0.00    2442/2442        FundamentalHandler<Se3<double> >::creator(Archive&, boost::any&) [15]
[75]     1.1    0.10    0.00    2442         Wm3::Vector3<double>::operator[](int) [75]
-----------------------------------------------
                0.00    0.03       1/3           SerializableTypes::Type findType<BodyContainer>(boost::shared_ptr<BodyContainer>&, bool&, std::string&) [111]
                0.00    0.06       2/3           CreateSharedBodyContainer() [83]
[76]     0.9    0.00    0.09       3         BodyContainer::BodyContainer() [76]
                0.00    0.09       3/8           std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::clear() [45]
                0.00    0.00       3/6705        Serializable::Serializable() [105]
                0.00    0.00       3/6           std::allocator<boost::shared_ptr<Body> >::allocator() [1587]
                0.00    0.00       3/6           std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::vector(std::allocator<boost::shared_ptr<Body> > const&) [1595]
                0.00    0.00       3/57          std::allocator<boost::shared_ptr<Body> >::~allocator() [1197]
-----------------------------------------------
                                                 <spontaneous>
[77]     0.9    0.00    0.09                 BodyContainer::BodyContainer() [77]
                0.00    0.09       3/8           std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::clear() [45]
                0.00    0.00       3/6705        Serializable::Serializable() [105]
                0.00    0.00       3/6           std::allocator<boost::shared_ptr<Body> >::allocator() [1587]
                0.00    0.00       3/6           std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::vector(std::allocator<boost::shared_ptr<Body> > const&) [1595]
                0.00    0.00       3/57          std::allocator<boost::shared_ptr<Body> >::~allocator() [1197]
-----------------------------------------------
                0.01    0.00     406/3157        BodyContainer::postProcessAttributes(bool) [88]
                0.01    0.00     406/3157        ContainerHandler<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [91]
                0.01    0.00     406/3157        void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&, __false_type) [73]
                0.02    0.00     917/3157        void std::__destroy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __false_type) [35]
                0.02    0.00    1022/3157        __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __false_type) [51]
[78]     0.7    0.07    0.00    3157         __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::operator*() const [78]
-----------------------------------------------
                0.07    0.00     654/654         Omega::scanPlugins() [27]
[79]     0.7    0.07    0.00     654         boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::operator->() const [79]
                0.00    0.00     654/4263        boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::derived() const [838]
                0.00    0.00     654/3609        boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::operator*() const [855]
                0.00    0.00     654/654         boost::detail::operator_arrow_result<boost::filesystem::path, boost::filesystem::path&, boost::filesystem::path*>::make(boost::filesystem::path&) [999]
-----------------------------------------------
                                                 <spontaneous>
[80]     0.7    0.02    0.05                 BodyContainerIteratorPointer::operator!=(BodyContainerIteratorPointer const&) [80]
                0.04    0.00 4901501/4901501     BodyContainerIteratorPointer::getRef() const [103]
                0.01    0.00 4901501/15480417     boost::shared_ptr<BodyContainerIterator>::operator->() const [130]
                0.00    0.00 4901501/78308024     data_start [697]
-----------------------------------------------
                0.00    0.00       5/412         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::clear() [242]
                0.05    0.01     407/412         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&) [20]
[81]     0.7    0.05    0.01     412         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::begin() [81]
                0.01    0.00 10056487/20113806     __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::__normal_iterator(boost::shared_ptr<PhysicalAction>* const&) [114]
-----------------------------------------------
                                                 <spontaneous>
[82]     0.6    0.06    0.01                 BodyContainerIteratorPointer::operator*() [82]
                0.01    0.00 5689458/15480417     boost::shared_ptr<BodyContainerIterator>::operator->() const [130]
                0.00    0.00 5689458/78308024     data_start [697]
-----------------------------------------------
                                                 <spontaneous>
[83]     0.6    0.00    0.06                 CreateSharedBodyContainer() [83]
                0.00    0.06       2/3           BodyContainer::BodyContainer() [76]
                0.00    0.00       2/4           boost::shared_ptr<BodyContainer>::~shared_ptr() [332]
                0.00    0.00       2/3           boost::shared_ptr<BodyContainer>::shared_ptr<BodyContainer>(BodyContainer*) [483]
                0.00    0.00       2/2           boost::shared_ptr<Factorable>::shared_ptr<BodyContainer>(boost::shared_ptr<BodyContainer> const&) [639]
-----------------------------------------------
                0.00    0.00      10/22103760     __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >) [686]
                0.00    0.00      22/22103760     std::vector<double, std::allocator<double> >::end() [149]
                0.03    0.00 11051860/22103760     __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >::operator+(int const&) const [86]
                0.03    0.00 11051868/22103760     std::vector<double, std::allocator<double> >::begin() [90]
[84]     0.6    0.06    0.00 22103760         __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >::__normal_iterator(double* const&) [84]
-----------------------------------------------
                0.00    0.00      27/17634113     std::vector<int, std::allocator<int> >::_M_insert_aux(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int const&) [628]
                0.00    0.00      40/17634113     std::vector<int, std::allocator<int> >::_M_fill_insert(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [522]
                0.00    0.00     106/17634113     __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >) [607]
                0.00    0.00     178/17634113     std::vector<int, std::allocator<int> >::end() [580]
                0.03    0.00 8816852/17634113     __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::operator+(int const&) const [106]
                0.03    0.00 8816910/17634113     std::vector<int, std::allocator<int> >::begin() [97]
[85]     0.6    0.06    0.00 17634113         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::__normal_iterator(int* const&) [85]
-----------------------------------------------
                0.03    0.03 11051860/11051860     std::vector<double, std::allocator<double> >::operator[](unsigned int) [40]
[86]     0.6    0.03    0.03 11051860         __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >::operator+(int const&) const [86]
                0.03    0.00 11051860/22103760     __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >::__normal_iterator(double* const&) [84]
-----------------------------------------------
                0.01    0.05       2/2           SerializableTypes::Type findType<boost::shared_ptr<Interaction> >(std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >&, bool&, std::string&) [10]
[87]     0.6    0.01    0.05       2         boost::shared_ptr<Interaction>::shared_ptr() [87]
                0.05    0.00 3318608/3332741     boost::detail::shared_count::shared_count() [94]
-----------------------------------------------
                                                 <spontaneous>
[88]     0.6    0.00    0.06                 BodyContainer::postProcessAttributes(bool) [88]
                0.00    0.03       1/8           std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::clear() [45]
                0.01    0.00     406/3157        __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::operator*() const [78]
                0.01    0.00     407/2285        bool __gnu_cxx::operator!=<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&) [96]
                0.01    0.00       1/24          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::begin() [48]
                0.00    0.00     406/3167        __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::operator++() [155]
                0.00    0.00       1/57          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::end() [388]
                0.00    0.00     407/78308024     data_start [697]
-----------------------------------------------
                0.06    0.00 18666711/18666711     InteractionContainerIteratorPointer::getRef() const [53]
[89]     0.6    0.06    0.00 18666711         boost::shared_ptr<InteractionContainerIterator>::operator*() const [89]
-----------------------------------------------
                0.00    0.00       6/11051866     std::vector<double, std::allocator<double> >::clear() [147]
                0.02    0.03 11051860/11051866     std::vector<double, std::allocator<double> >::operator[](unsigned int) [40]
[90]     0.6    0.03    0.03 11051866         std::vector<double, std::allocator<double> >::begin() [90]
                0.03    0.00 11051868/22103760     __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >::__normal_iterator(double* const&) [84]
-----------------------------------------------
                                                 <spontaneous>
[91]     0.6    0.00    0.05                 ContainerHandler<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [91]
                0.00    0.03     406/406         boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Body> >(std::string const&, boost::shared_ptr<Body>&) [120]
                0.01    0.00     406/3157        __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::operator*() const [78]
                0.01    0.00     407/2285        bool __gnu_cxx::operator!=<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&) [96]
                0.01    0.00       1/24          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::begin() [48]
                0.00    0.00     406/3167        __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::operator++() [155]
                0.00    0.00     406/2556        boost::shared_ptr<Archive>::operator=(boost::shared_ptr<Archive> const&) [238]
                0.00    0.00     407/408         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >* boost::any_cast<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>(boost::any&) [310]
                0.00    0.00     406/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
                0.00    0.00       1/57          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::end() [388]
                0.00    0.00     407/8010        Archive::getAddress() [825]
                0.00    0.00     406/2556        Archive::getName() [875]
                0.00    0.00     406/419         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::size() const [1027]
                0.00    0.00       2/2           __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::__normal_iterator() [1801]
-----------------------------------------------
                                                 <spontaneous>
[92]     0.6    0.00    0.05                 MetaBody::registerAttributes() [92]
                0.00    0.03       1/1           void Serializable::registerAttribute<boost::shared_ptr<BodyContainer> >(std::string const&, boost::shared_ptr<BodyContainer>&) [109]
                0.00    0.02       1/1           Body::registerAttributes() [125]
                0.00    0.00       1/1           void Serializable::registerAttribute<boost::shared_ptr<PhysicalActionContainer> >(std::string const&, boost::shared_ptr<PhysicalActionContainer>&) [243]
                0.00    0.00       2/2           void Serializable::registerAttribute<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(std::string const&, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >&) [401]
                0.00    0.00       2/2           void Serializable::registerAttribute<boost::shared_ptr<InteractionContainer> >(std::string const&, boost::shared_ptr<InteractionContainer>&) [402]
-----------------------------------------------
                                                 <spontaneous>
[93]     0.5    0.04    0.01                 __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::operator+(int const&) const [93]
                0.01    0.00 7620490/20113806     __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::__normal_iterator(boost::shared_ptr<PhysicalAction>* const&) [114]
-----------------------------------------------
                0.00    0.00       1/3332741     boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >::shared_ptr() [692]
                0.00    0.00       1/3332741     boost::shared_ptr<ThreadRunner>::shared_ptr() [691]
                0.00    0.00       1/3332741     boost::shared_ptr<Preferences>::shared_ptr() [690]
                0.00    0.00       2/3332741     boost::shared_ptr<IOFormatManager>::shared_ptr() [684]
                0.00    0.00       2/3332741     boost::shared_ptr<BodyContainer>::shared_ptr() [683]
                0.00    0.00       2/3332741     boost::shared_ptr<PhysicalActionContainer>::shared_ptr() [685]
                0.00    0.00       3/3332741     boost::shared_ptr<Serializable>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag) [432]
                0.00    0.00       4/3332741     boost::shared_ptr<Engine>::shared_ptr() [664]
                0.00    0.00       6/3332741     boost::shared_ptr<InteractionContainer>::shared_ptr() [659]
                0.00    0.00      20/3332741     boost::shared_ptr<boost::filesystem::detail::dir_itr_imp>::shared_ptr() [622]
                0.00    0.00      22/3332741     boost::shared_ptr<EngineUnit>::shared_ptr() [617]
                0.00    0.00      31/3332741     boost::shared_ptr<MetaBody>::shared_ptr() [592]
                0.00    0.00     128/3332741     boost::shared_ptr<Indexable>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag) [370]
                0.00    0.00     168/3332741     boost::shared_ptr<Factorable>::shared_ptr() [497]
                0.00    0.00     408/3332741     boost::shared_ptr<PhysicalAction>::shared_ptr() [459]
                0.00    0.00     815/3332741     boost::shared_ptr<PhysicalParameters>::shared_ptr() [421]
                0.00    0.00     815/3332741     boost::shared_ptr<GeometricalModel>::shared_ptr() [420]
                0.00    0.00     815/3332741     boost::shared_ptr<InteractingGeometry>::shared_ptr() [422]
                0.00    0.00     815/3332741     boost::shared_ptr<BoundingVolume>::shared_ptr() [419]
                0.00    0.00    2002/3332741     boost::shared_ptr<Body>::shared_ptr() [384]
                0.00    0.00    4036/3332741     boost::shared_ptr<InteractionGeometry>::shared_ptr() [356]
                0.00    0.00    4036/3332741     boost::shared_ptr<InteractionPhysics>::shared_ptr() [355]
                0.05    0.00 3318608/3332741     boost::shared_ptr<Interaction>::shared_ptr() [87]
[94]     0.5    0.05    0.00 3332741         boost::detail::shared_count::shared_count() [94]
-----------------------------------------------
                0.05    0.00  800407/800407      Wm3::Quaternion<double>::FromAxisAngle(Wm3::Vector3<double> const&, double) [43]
[95]     0.5    0.05    0.00  800407         Wm3::Math<double>::Sin(double) [95]
-----------------------------------------------
                0.01    0.00     407/2285        BodyContainer::postProcessAttributes(bool) [88]
                0.01    0.00     407/2285        ContainerHandler<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [91]
                0.01    0.00     533/2285        __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __false_type) [51]
                0.01    0.01     938/2285        void std::__destroy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __false_type) [35]
[96]     0.5    0.03    0.02    2285         bool __gnu_cxx::operator!=<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&) [96]
                0.02    0.00 9807572/9807670     __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::base() const [131]
-----------------------------------------------
                0.00    0.00       1/8816902     ContainerHandler<std::vector<int, std::allocator<int> > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [583]
                0.00    0.00       9/8816902     std::vector<int, std::allocator<int> >::_M_insert_aux(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int const&) [628]
                0.00    0.00      40/8816902     std::vector<int, std::allocator<int> >::_M_fill_insert(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [522]
                0.02    0.03 8816852/8816902     std::vector<int, std::allocator<int> >::operator[](unsigned int) [38]
[97]     0.5    0.02    0.03 8816902         std::vector<int, std::allocator<int> >::begin() [97]
                0.03    0.00 8816910/17634113     __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::__normal_iterator(int* const&) [85]
-----------------------------------------------
                0.00    0.05     820/820         __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, boost::shared_ptr<PhysicalAction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, std::allocator<boost::shared_ptr<PhysicalAction> >) [100]
[98]     0.5    0.00    0.05     820         __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >) [98]
                0.00    0.05     820/820         __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __false_type) [99]
-----------------------------------------------
                0.00    0.05     820/820         __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >) [98]
[99]     0.5    0.00    0.05     820         __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __false_type) [99]
                0.02    0.02     823/834         bool __gnu_cxx::operator!=<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&) [101]
                0.00    0.00       3/1224        void std::_Construct<boost::shared_ptr<PhysicalAction>, boost::shared_ptr<PhysicalAction> >(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction> const&) [33]
                0.00    0.00       6/1230        __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::operator*() const [132]
                0.00    0.00       6/1230        __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::operator++() [140]
-----------------------------------------------
                0.00    0.05     814/814         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&) [20]
[100]    0.5    0.00    0.05     814         __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, boost::shared_ptr<PhysicalAction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, std::allocator<boost::shared_ptr<PhysicalAction> >) [100]
                0.00    0.05     820/820         __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >) [98]
-----------------------------------------------
                0.00    0.00      11/834         void std::__destroy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __false_type) [267]
                0.02    0.02     823/834         __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __false_type) [99]
[101]    0.5    0.02    0.02     834         bool __gnu_cxx::operator!=<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&) [101]
                0.02    0.00 6494420/6495666     __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::base() const [122]
-----------------------------------------------
                                                 <spontaneous>
[102]    0.4    0.04    0.01                 BodyContainerIteratorPointer::operator++() [102]
                0.01    0.00 4889458/15480417     boost::shared_ptr<BodyContainerIterator>::operator->() const [130]
                0.00    0.00 4889458/78308024     data_start [697]
-----------------------------------------------
                0.04    0.00 4901501/4901501     BodyContainerIteratorPointer::operator!=(BodyContainerIteratorPointer const&) [80]
[103]    0.4    0.04    0.00 4901501         BodyContainerIteratorPointer::getRef() const [103]
                0.00    0.00 4901501/4901501     boost::shared_ptr<BodyContainerIterator>::operator*() const [703]
-----------------------------------------------
                                                 <spontaneous>
[104]    0.4    0.04    0.00                 boost::shared_ptr<Interaction>::operator Interaction* boost::shared_ptr<Interaction>::*() const [104]
-----------------------------------------------
                0.00    0.00       1/6705        StandAloneSimulator::StandAloneSimulator() [462]
                0.00    0.00       1/6705        StandAloneSimulator::StandAloneSimulator() [464]
                0.00    0.00       2/6705        Body::Body() [425]
                0.00    0.00       2/6705        Interaction::Interaction() [427]
                0.00    0.00       2/6705        PhysicalActionContainer::PhysicalActionContainer() [225]
                0.00    0.00       2/6705        PhysicalActionContainer::PhysicalActionContainer() [226]
                0.00    0.00       3/6705        BodyContainer::BodyContainer() [76]
                0.00    0.00       3/6705        BodyContainer::BodyContainer() [77]
                0.00    0.00       3/6705        Preferences::Preferences() [406]
                0.00    0.00       4/6705        InteractionContainer::InteractionContainer() [391]
                0.00    0.00       5/6705        InteractionPhysics::InteractionPhysics() [385]
                0.00    0.00       7/6705        InteractionGeometry::InteractionGeometry() [378]
                0.00    0.00       8/6705        PhysicalAction::PhysicalAction() [367]
                0.00    0.00      10/6705        EngineUnit::EngineUnit() [358]
                0.00    0.00      14/6705        FileGenerator::FileGenerator() [339]
                0.00    0.00      14/6705        FileGenerator::FileGenerator() [340]
                0.00    0.00      22/6705        Engine::Engine() [330]
                0.00    0.00     103/6705        Engine::Engine() [272]
                0.00    0.00     409/6705        BoundingVolume::BoundingVolume() [215]
                0.00    0.00     413/6705        InteractingGeometry::InteractingGeometry() [234]
                0.00    0.00     415/6705        PhysicalParameters::PhysicalParameters() [217]
                0.00    0.00     415/6705        GeometricalModel::GeometricalModel() [233]
                0.00    0.00     813/6705        Body::Body() [207]
                0.01    0.01    4034/6705        Interaction::Interaction(unsigned int, unsigned int) [123]
[105]    0.4    0.02    0.02    6705         Serializable::Serializable() [105]
                0.00    0.01  805586/805586      std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::list(std::allocator<boost::shared_ptr<Archive> > const&) [170]
                0.01    0.00  805586/805589      Factorable::Factorable() [168]
                0.00    0.00  805586/805586      std::allocator<boost::shared_ptr<Archive> >::allocator() [716]
                0.00    0.00  805586/824452      std::allocator<boost::shared_ptr<Archive> >::~allocator() [708]
-----------------------------------------------
                0.01    0.03 8816852/8816852     std::vector<int, std::allocator<int> >::operator[](unsigned int) [38]
[106]    0.4    0.01    0.03 8816852         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::operator+(int const&) const [106]
                0.03    0.00 8816852/17634113     __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::__normal_iterator(int* const&) [85]
-----------------------------------------------
                0.00    0.03  872977/872977      boost::detail::sp_counted_base::release() <cycle 1> [5]
[107]    0.3    0.00    0.03  872977         boost::detail::sp_counted_base::weak_release() [107]
                0.03    0.00  872977/48016578     boost::detail::atomic_exchange_and_add(int*, int) [11]
                0.00    0.01  872977/872977      boost::detail::sp_counted_base::destroy() [186]
-----------------------------------------------
                0.00    0.00       1/820         Body::~Body() [374]
                0.00    0.00       5/820         CreateSharedInteractingGeometry() [304]
                0.00    0.01     407/820         Body::~Body() [137]
                0.00    0.01     407/820         PointerHandler<boost::shared_ptr<InteractingGeometry> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [138]
[108]    0.3    0.01    0.02     820         boost::shared_ptr<InteractingGeometry>::~shared_ptr() [108]
                0.00    0.02  378018/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                0.00    0.03       1/1           MetaBody::registerAttributes() [92]
[109]    0.3    0.00    0.03       1         void Serializable::registerAttribute<boost::shared_ptr<BodyContainer> >(std::string const&, boost::shared_ptr<BodyContainer>&) [109]
                0.00    0.03       1/1           boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BodyContainer> >(std::string const&, boost::shared_ptr<BodyContainer>&) [110]
                0.00    0.00       1/6994        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::push_back(boost::shared_ptr<Archive> const&) [277]
                0.00    0.00       1/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
-----------------------------------------------
                0.00    0.03       1/1           void Serializable::registerAttribute<boost::shared_ptr<BodyContainer> >(std::string const&, boost::shared_ptr<BodyContainer>&) [109]
[110]    0.3    0.00    0.03       1         boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BodyContainer> >(std::string const&, boost::shared_ptr<BodyContainer>&) [110]
                0.00    0.03       1/1           SerializableTypes::Type findType<BodyContainer>(boost::shared_ptr<BodyContainer>&, bool&, std::string&) [111]
                0.00    0.00       1/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00       2/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00       1/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00      10/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00       3/28656       Archive::getRecordType() [750]
                0.00    0.00       1/78308024     data_start [697]
                0.00    0.00       1/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00       1/9552        Archive::setFundamental(bool) [815]
                0.00    0.00       1/1           boost::any::any<boost::shared_ptr<BodyContainer>*>(boost::shared_ptr<BodyContainer>* const&) [1971]
                0.00    0.00       1/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.03       1/1           boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BodyContainer> >(std::string const&, boost::shared_ptr<BodyContainer>&) [110]
[111]    0.3    0.00    0.03       1         SerializableTypes::Type findType<BodyContainer>(boost::shared_ptr<BodyContainer>&, bool&, std::string&) [111]
                0.00    0.03       1/3           BodyContainer::BodyContainer() [76]
                0.00    0.00       1/1           BodyContainer::~BodyContainer() [672]
                0.00    0.00       1/2           SerializableTypes::Type findType<BodyContainer>(BodyContainer&, bool&, std::string&) [1744]
-----------------------------------------------
                                                 <spontaneous>
[112]    0.3    0.00    0.03                 BodyContainer::preProcessAttributes(bool) [112]
                0.00    0.03       1/8           std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::clear() [45]
-----------------------------------------------
                0.00    0.03       1/1           main [25]
[113]    0.3    0.00    0.03       1         NullGUI::run(int, char**) [113]
                0.00    0.03       1/1           NullGUI::loop() [121]
                0.01    0.00       1/1           Omega::setTimeStep(double) [193]
                0.00    0.00       3/10037       Singleton<Omega>::instance() [148]
                0.00    0.00       1/1           int boost::lexical_cast<int, char*>(char* const&) [1936]
                0.00    0.00       1/1           long boost::lexical_cast<long, char*>(char* const&) [1937]
                0.00    0.00       1/1           double boost::lexical_cast<double, char*>(char* const&) [1935]
                0.00    0.00       1/2           Omega::setSimulationFileName(std::string) [1752]
                0.00    0.00       1/3           Omega::getSimulationFileName() [1704]
                0.00    0.00       1/956         bool std::operator==<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*) [949]
-----------------------------------------------
                0.00    0.00       5/20113806     __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >) [661]
                0.00    0.00     407/20113806     std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&) [20]
                0.00    0.00 2436417/20113806     std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::end() [124]
                0.01    0.00 7620490/20113806     __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::operator+(int const&) const [93]
                0.01    0.00 10056487/20113806     std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::begin() [81]
[114]    0.3    0.03    0.00 20113806         __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::__normal_iterator(boost::shared_ptr<PhysicalAction>* const&) [114]
-----------------------------------------------
                0.00    0.00     306/8817158     __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::__fill_n<true>::fill_n<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [553]
                0.03    0.00 8816852/8817158     std::vector<int, std::allocator<int> >::operator[](unsigned int) [38]
[115]    0.3    0.03    0.00 8817158         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::operator*() const [115]
-----------------------------------------------
                0.00    0.00       1/798896      FrontEnd::~FrontEnd() [682]
                0.00    0.00       1/798896      FrontEnd::~FrontEnd() [681]
                0.03    0.00  798894/798896      Serializable::~Serializable() <cycle 1> [119]
[116]    0.3    0.03    0.00  798896         Factorable::~Factorable() [116]
-----------------------------------------------
                0.03    0.00     407/407         FundamentalHandler<Se3<double> >::creator(Archive&, boost::any&) [15]
[117]    0.3    0.03    0.00     407         Wm3::Vector3<double>::Vector3(Wm3::Vector3<double> const&) [117]
-----------------------------------------------
                                                 <spontaneous>
[118]    0.3    0.03    0.00                 boost::shared_ptr<InteractionGeometry>::operator InteractionGeometry* boost::shared_ptr<InteractionGeometry>::*() const [118]
-----------------------------------------------
                                   1             PhysicalActionContainer::~PhysicalActionContainer() <cycle 1> [1927]
                                   1             Preferences::~Preferences() <cycle 1> [1923]
                                   1             StandAloneSimulator::~StandAloneSimulator() <cycle 1> [1926]
                                   2             BodyContainer::~BodyContainer() <cycle 1> [1747]
                                   2             BoundingVolume::~BoundingVolume() <cycle 1> [1748]
                                   2             Engine::~Engine() <cycle 1> [1794]
                                   2             InteractionContainer::~InteractionContainer() <cycle 1> [1750]
                                   5             InteractionPhysics::~InteractionPhysics() <cycle 1> [1603]
                                   6             InteractingGeometry::~InteractingGeometry() <cycle 1> [1567]
                                   7             InteractionGeometry::~InteractionGeometry() <cycle 1> [1539]
                                   7             PhysicalAction::~PhysicalAction() <cycle 1> [1538]
                                   8             GeometricalModel::~GeometricalModel() <cycle 1> [1488]
                                   8             PhysicalParameters::~PhysicalParameters() <cycle 1> [1489]
                                  14             FileGenerator::~FileGenerator() <cycle 1> [1394]
                                  85             Engine::~Engine() <cycle 1> [1183]
                                2239             Interaction::~Interaction() <cycle 1> [883]
                0.00    0.00       1/39273816     PhysicalAction::~PhysicalAction() [673]
                0.00    0.00       1/39273816     BodyContainer::~BodyContainer() [672]
                0.00    0.00       1/39273816     Body::~Body() [374]
                0.00    0.00       1/39273816     PhysicalActionContainer::~PhysicalActionContainer() [654]
                0.00    0.00       1/39273816     PhysicalActionContainer::~PhysicalActionContainer() [656]
                0.00    0.00       1/39273816     Preferences::~Preferences() [671]
                0.00    0.00       2/39273816     BodyContainer::~BodyContainer() [655]
                0.00    0.00       2/39273816     Interaction::~Interaction() [618]
                0.00    0.00       2/39273816     InteractionContainer::~InteractionContainer() [652]
                0.00    0.00      10/39273816     EngineUnit::~EngineUnit() [582]
                0.00    0.00      14/39273816     FileGenerator::~FileGenerator() [526]
                0.00    0.00      20/39273816     Engine::~Engine() [551]
                0.00    0.00     407/39273816     GeometricalModel::~GeometricalModel() [397]
                0.00    0.00     407/39273816     InteractingGeometry::~InteractingGeometry() [399]
                0.00    0.00     407/39273816     BoundingVolume::~BoundingVolume() [396]
                0.00    0.00     407/39273816     PhysicalParameters::~PhysicalParameters() [398]
                0.00    0.00     407/39273816     Body::~Body() [137]
[119]    0.3    0.00    0.03    4481         Serializable::~Serializable() <cycle 1> [119]
                0.03    0.00  798894/798896      Factorable::~Factorable() [116]
                              798894             std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::~list() <cycle 1> [720]
-----------------------------------------------
                0.00    0.03     406/406         ContainerHandler<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [91]
[120]    0.3    0.00    0.03     406         boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Body> >(std::string const&, boost::shared_ptr<Body>&) [120]
                0.00    0.02     406/407         SerializableTypes::Type findType<Body>(boost::shared_ptr<Body>&, bool&, std::string&) [129]
                0.00    0.01     406/406         boost::any::any<boost::shared_ptr<Body>*>(boost::shared_ptr<Body>* const&) [189]
                0.00    0.00     406/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00     812/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00     406/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00    4060/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00    1218/28656       Archive::getRecordType() [750]
                0.00    0.00     406/78308024     data_start [697]
                0.00    0.00     406/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00     406/9552        Archive::setFundamental(bool) [815]
                0.00    0.00     406/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.03       1/1           NullGUI::run(int, char**) [113]
[121]    0.3    0.00    0.03       1         NullGUI::loop() [121]
                0.01    0.00    2000/2000        MetaBody::moveToNextTimeStep() [156]
                0.01    0.00   10024/10037       Singleton<Omega>::instance() [148]
                0.01    0.00       1/1           Omega::getTimeStep() [192]
                0.00    0.00       1/1           Omega::loadSimulation() [345]
                0.00    0.00    4021/4021        Omega::getCurrentIteration() [843]
                0.00    0.00    2000/2000        Omega::getRootBody() [893]
                0.00    0.00    2000/2001        boost::shared_ptr<MetaBody>::operator->() const [891]
                0.00    0.00    2000/2000        Omega::incrementCurrentIteration() [895]
                0.00    0.00    2000/2000        Omega::incrementSimulationTime() [894]
                0.00    0.00       2/4           boost::date_time::second_clock<boost::posix_time::ptime>::local_time() [1646]
                0.00    0.00       1/3           Omega::getSimulationFileName() [1704]
                0.00    0.00       1/3           boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::operator-(boost::posix_time::ptime const&) const [1727]
                0.00    0.00       1/1           boost::posix_time::to_simple_string(boost::posix_time::time_duration) [1930]
-----------------------------------------------
                0.00    0.00      10/6495666     __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&) [678]
                0.00    0.00      15/6495666     __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >) [661]
                0.00    0.00    1221/6495666     std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&) [20]
                0.02    0.00 6494420/6495666     bool __gnu_cxx::operator!=<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&) [101]
[122]    0.3    0.03    0.00 6495666         __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::base() const [122]
-----------------------------------------------
                                                 <spontaneous>
[123]    0.2    0.00    0.02                 Interaction::Interaction(unsigned int, unsigned int) [123]
                0.01    0.01    4034/6705        Serializable::Serializable() [105]
                0.00    0.00    4034/4036        boost::shared_ptr<InteractionGeometry>::shared_ptr() [356]
                0.00    0.00    4034/4036        boost::shared_ptr<InteractionPhysics>::shared_ptr() [355]
-----------------------------------------------
                0.00    0.00       5/829         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::clear() [242]
                0.00    0.00      10/829         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >) [259]
                0.01    0.00     407/829         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&) [20]
                0.01    0.00     407/829         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::resize(unsigned int, boost::shared_ptr<PhysicalAction> const&) [19]
[124]    0.2    0.02    0.00     829         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::end() [124]
                0.00    0.00 2436417/20113806     __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::__normal_iterator(boost::shared_ptr<PhysicalAction>* const&) [114]
-----------------------------------------------
                0.00    0.02       1/1           MetaBody::registerAttributes() [92]
[125]    0.2    0.00    0.02       1         Body::registerAttributes() [125]
                0.00    0.01     407/407         void Serializable::registerAttribute<boost::shared_ptr<BoundingVolume> >(std::string const&, boost::shared_ptr<BoundingVolume>&) [178]
                0.00    0.00     407/407         void Serializable::registerAttribute<boost::shared_ptr<PhysicalParameters> >(std::string const&, boost::shared_ptr<PhysicalParameters>&) [205]
                0.00    0.00     407/407         void Serializable::registerAttribute<boost::shared_ptr<InteractingGeometry> >(std::string const&, boost::shared_ptr<InteractingGeometry>&) [219]
                0.00    0.00     407/407         void Serializable::registerAttribute<boost::shared_ptr<GeometricalModel> >(std::string const&, boost::shared_ptr<GeometricalModel>&) [220]
                0.00    0.00     407/408         void Serializable::registerAttribute<int>(std::string const&, int&) [249]
                0.00    0.00     407/408         void Serializable::registerAttribute<unsigned int>(std::string const&, unsigned int&) [250]
                0.00    0.00     407/1626        void Serializable::registerAttribute<bool>(std::string const&, bool&) [183]
-----------------------------------------------
                0.00    0.02     407/407         PhysicalParameters::registerAttributes() [127]
[126]    0.2    0.00    0.02     407         void Serializable::registerAttribute<Se3<double> >(std::string const&, Se3<double>&) [126]
                0.00    0.02     407/407         boost::shared_ptr<Archive> Archive::create<Se3<double> >(std::string const&, Se3<double>&) [128]
                0.00    0.00     407/6994        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::push_back(boost::shared_ptr<Archive> const&) [277]
                0.00    0.00     407/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
-----------------------------------------------
                                                 <spontaneous>
[127]    0.2    0.00    0.02                 PhysicalParameters::registerAttributes() [127]
                0.00    0.02     407/407         void Serializable::registerAttribute<Se3<double> >(std::string const&, Se3<double>&) [126]
-----------------------------------------------
                0.00    0.02     407/407         void Serializable::registerAttribute<Se3<double> >(std::string const&, Se3<double>&) [126]
[128]    0.2    0.00    0.02     407         boost::shared_ptr<Archive> Archive::create<Se3<double> >(std::string const&, Se3<double>&) [128]
                0.00    0.02     407/407         SerializableTypes::Type findType<Se3<double> >(Se3<double>&, bool&, std::string&) [134]
                0.00    0.00     407/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00     814/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00     407/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00    4070/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00    1221/28656       Archive::getRecordType() [750]
                0.00    0.00     407/78308024     data_start [697]
                0.00    0.00     407/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00     407/9552        Archive::setFundamental(bool) [815]
                0.00    0.00     407/407         boost::any::any<Se3<double>*>(Se3<double>* const&) [1048]
                0.00    0.00     407/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00       1/407         SerializableTypes::Type findType<boost::shared_ptr<Body> >(std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >&, bool&, std::string&) [301]
                0.00    0.02     406/407         boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Body> >(std::string const&, boost::shared_ptr<Body>&) [120]
[129]    0.2    0.00    0.02     407         SerializableTypes::Type findType<Body>(boost::shared_ptr<Body>&, bool&, std::string&) [129]
                0.00    0.02     407/407         Body::~Body() [137]
                0.00    0.00     407/813         Body::Body() [207]
                0.00    0.00     407/813         SerializableTypes::Type findType<Body>(Body&, bool&, std::string&) [977]
-----------------------------------------------
                0.01    0.00 4889458/15480417     BodyContainerIteratorPointer::operator++() [102]
                0.01    0.00 4901501/15480417     BodyContainerIteratorPointer::operator!=(BodyContainerIteratorPointer const&) [80]
                0.01    0.00 5689458/15480417     BodyContainerIteratorPointer::operator*() [82]
[130]    0.2    0.02    0.00 15480417         boost::shared_ptr<BodyContainerIterator>::operator->() const [130]
-----------------------------------------------
                0.00    0.00       3/9807670     std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&) [62]
                0.00    0.00      22/9807670     __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<Body>*, boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&) [185]
                0.00    0.00      33/9807670     __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >) [657]
                0.00    0.00      40/9807670     std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> const&) [24]
                0.02    0.00 9807572/9807670     bool __gnu_cxx::operator!=<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&) [96]
[131]    0.2    0.02    0.00 9807670         __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::base() const [131]
-----------------------------------------------
                0.00    0.00       3/1230        void std::__destroy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __false_type) [267]
                0.00    0.00       6/1230        __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __false_type) [99]
                0.02    0.00    1221/1230        void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&, __false_type) [30]
[132]    0.2    0.02    0.00    1230         __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::operator*() const [132]
-----------------------------------------------
                0.02    0.00     407/407         SerializableTypes::Type findType<Se3<double> >(Se3<double>&, bool&, std::string&) [134]
[133]    0.2    0.02    0.00     407         bool isFundamental<Se3<double> >(Se3<double>&) [133]
                0.00    0.00    6919/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.02     407/407         boost::shared_ptr<Archive> Archive::create<Se3<double> >(std::string const&, Se3<double>&) [128]
[134]    0.2    0.00    0.02     407         SerializableTypes::Type findType<Se3<double> >(Se3<double>&, bool&, std::string&) [134]
                0.02    0.00     407/407         bool isFundamental<Se3<double> >(Se3<double>&) [133]
-----------------------------------------------
                                                 <spontaneous>
[135]    0.2    0.01    0.01                 PhysicalAction::getClassIndex() [135]
                0.01    0.00 1623992/1623992     PhysicalAction::getClassIndexStatic() [152]
-----------------------------------------------
                0.00    0.00       1/18174       boost::detail::sp_counted_impl_p<MetaBody>::sp_counted_impl_p(MetaBody*) [547]
                0.00    0.00       1/18174       boost::detail::sp_counted_impl_p<FrontEnd>::sp_counted_impl_p(FrontEnd*) [546]
                0.00    0.00       1/18174       boost::detail::sp_counted_impl_p<NullGUI>::sp_counted_impl_p(NullGUI*) [545]
                0.00    0.00       1/18174       boost::detail::sp_counted_impl_p<std::basic_ofstream<char, std::char_traits<char> > >::sp_counted_impl_p(std::basic_ofstream<char, std::char_traits<char> >*) [548]
                0.00    0.00       1/18174       boost::detail::sp_counted_impl_p<StandAloneSimulator>::sp_counted_impl_p(StandAloneSimulator*) [544]
                0.00    0.00       2/18174       boost::detail::sp_counted_impl_p<IOFormatManager>::sp_counted_impl_p(IOFormatManager*) [512]
                0.00    0.00       2/18174       boost::detail::sp_counted_impl_p<PhysicalActionContainer>::sp_counted_impl_p(PhysicalActionContainer*) [513]
                0.00    0.00       2/18174       boost::detail::sp_counted_impl_p<EngineUnit>::sp_counted_impl_p(EngineUnit*) [510]
                0.00    0.00       2/18174       boost::detail::sp_counted_impl_p<Preferences>::sp_counted_impl_p(Preferences*) [511]
                0.00    0.00       3/18174       boost::detail::sp_counted_impl_p<BodyContainer>::sp_counted_impl_p(BodyContainer*) [487]
                0.00    0.00       3/18174       boost::detail::sp_counted_impl_p<TimeStepper>::sp_counted_impl_p(TimeStepper*) [486]
                0.00    0.00       4/18174       boost::detail::sp_counted_impl_p<InteractionContainer>::sp_counted_impl_p(InteractionContainer*) [479]
                0.00    0.00       4/18174       boost::detail::sp_counted_impl_p<PhysicalAction>::sp_counted_impl_p(PhysicalAction*) [478]
                0.00    0.00       5/18174       boost::detail::sp_counted_impl_p<InteractionPhysics>::sp_counted_impl_p(InteractionPhysics*) [472]
                0.00    0.00       6/18174       boost::detail::sp_counted_impl_p<StandAloneEngine>::sp_counted_impl_p(StandAloneEngine*) [457]
                0.00    0.00       7/18174       boost::detail::sp_counted_impl_p<InteractionGeometry>::sp_counted_impl_p(InteractionGeometry*) [453]
                0.00    0.00       7/18174       boost::detail::sp_counted_impl_p<DeusExMachina>::sp_counted_impl_p(DeusExMachina*) [452]
                0.00    0.00       8/18174       boost::detail::sp_counted_impl_p<MetaEngine>::sp_counted_impl_p(MetaEngine*) [443]
                0.00    0.00      14/18174       boost::detail::sp_counted_impl_p<FileGenerator>::sp_counted_impl_p(FileGenerator*) [409]
                0.00    0.00      20/18174       boost::detail::sp_counted_impl_p<Engine>::sp_counted_impl_p(Engine*) [395]
                0.00    0.00     406/18174       boost::detail::sp_counted_impl_p<Body>::sp_counted_impl_p(Body*) [292]
                0.00    0.00     409/18174       boost::detail::sp_counted_impl_p<BoundingVolume>::sp_counted_impl_p(BoundingVolume*) [289]
                0.00    0.00     412/18174       boost::detail::sp_counted_impl_p<InteractingGeometry>::sp_counted_impl_p(InteractingGeometry*) [286]
                0.00    0.00     414/18174       boost::detail::sp_counted_impl_p<GeometricalModel>::sp_counted_impl_p(GeometricalModel*) [282]
                0.00    0.00     414/18174       boost::detail::sp_counted_impl_p<PhysicalParameters>::sp_counted_impl_p(PhysicalParameters*) [283]
                0.00    0.00    4034/18174       boost::detail::sp_counted_impl_p<Interaction>::sp_counted_impl_p(Interaction*) [212]
                0.01    0.00   11991/18174       boost::detail::sp_counted_impl_p<Archive>::sp_counted_impl_p(Archive*) [145]
[136]    0.2    0.02    0.00   18174         boost::detail::sp_counted_base::sp_counted_base() [136]
-----------------------------------------------
                0.00    0.02     407/407         SerializableTypes::Type findType<Body>(boost::shared_ptr<Body>&, bool&, std::string&) [129]
[137]    0.2    0.00    0.02     407         Body::~Body() [137]
                0.00    0.01     407/820         boost::shared_ptr<InteractingGeometry>::~shared_ptr() [108]
                0.00    0.00     407/817         boost::shared_ptr<BoundingVolume>::~shared_ptr() [182]
                0.00    0.00     407/822         boost::shared_ptr<PhysicalParameters>::~shared_ptr() [368]
                0.00    0.00     407/822         boost::shared_ptr<GeometricalModel>::~shared_ptr() [369]
                0.00    0.00     407/39273816     Serializable::~Serializable() <cycle 1> [119]
-----------------------------------------------
                                                 <spontaneous>
[138]    0.2    0.00    0.02                 PointerHandler<boost::shared_ptr<InteractingGeometry> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [138]
                0.00    0.01     407/820         boost::shared_ptr<InteractingGeometry>::~shared_ptr() [108]
                0.00    0.00     407/407         boost::shared_ptr<Archive> Archive::create<InteractingGeometry>(std::string const&, InteractingGeometry&) [256]
                0.00    0.00     407/412         boost::shared_ptr<InteractingGeometry>::shared_ptr<InteractingGeometry>(InteractingGeometry*) [284]
                0.00    0.00     407/2556        boost::shared_ptr<Archive>::operator=(boost::shared_ptr<Archive> const&) [238]
                0.00    0.00     407/407         boost::shared_ptr<InteractingGeometry>* boost::any_cast<boost::shared_ptr<InteractingGeometry>*>(boost::any&) [318]
                0.00    0.00     407/407         boost::shared_ptr<InteractingGeometry>::operator=(boost::shared_ptr<InteractingGeometry> const&) [343]
                0.00    0.00     407/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
                0.00    0.00     407/2556        Archive::getName() [875]
                0.00    0.00     407/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00     407/78308024     data_start [697]
                0.00    0.00     407/8010        Archive::getAddress() [825]
                0.00    0.00     407/407         boost::shared_ptr<InteractingGeometry>::operator*() const [1056]
-----------------------------------------------
                                1539             void std::_Destroy<boost::shared_ptr<PhysicalAction> >(boost::shared_ptr<PhysicalAction>*) <cycle 1> [926]
                0.00    0.00       1/39273816     SerializableTypes::Type findType<boost::shared_ptr<PhysicalAction> >(std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >&, bool&, std::string&) [434]
                0.00    0.00       4/39273816     CreateSharedPhysicalAction() [376]
                0.00    0.00     407/39273816     std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::resize(unsigned int) [18]
[139]    0.2    0.01    0.00    1951         boost::shared_ptr<PhysicalAction>::~shared_ptr() <cycle 1> [139]
                             4875174             boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                0.00    0.00       3/1230        void std::__destroy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __false_type) [267]
                0.00    0.00       6/1230        __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __false_type) [99]
                0.01    0.00    1221/1230        void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&, __false_type) [30]
[140]    0.2    0.01    0.00    1230         __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::operator++() [140]
-----------------------------------------------
                0.01    0.00     407/407         FundamentalHandler<Se3<double> >::creator(Archive&, boost::any&) [15]
[141]    0.2    0.01    0.00     407         Wm3::Quaternion<double>::Quaternion(Wm3::Quaternion<double> const&) [141]
-----------------------------------------------
                                                 <spontaneous>
[142]    0.2    0.01    0.00                 Body::getClassName() const [142]
-----------------------------------------------
                                                 <spontaneous>
[143]    0.1    0.01    0.01                 InteractionContainerIteratorPointer::~InteractionContainerIteratorPointer() [143]
                0.01    0.00   32080/32080       boost::shared_ptr<InteractionContainerIterator>::~shared_ptr() [176]
-----------------------------------------------
                0.00    0.01   11991/11991       boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
[144]    0.1    0.00    0.01   11991         boost::detail::shared_count::shared_count<Archive>(Archive*) [144]
                0.00    0.01   11991/11991       boost::detail::sp_counted_impl_p<Archive>::sp_counted_impl_p(Archive*) [145]
-----------------------------------------------
                0.00    0.01   11991/11991       boost::detail::shared_count::shared_count<Archive>(Archive*) [144]
[145]    0.1    0.00    0.01   11991         boost::detail::sp_counted_impl_p<Archive>::sp_counted_impl_p(Archive*) [145]
                0.01    0.00   11991/18174       boost::detail::sp_counted_base::sp_counted_base() [136]
-----------------------------------------------
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(std::string const&, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >&) [300]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<std::vector<int, std::allocator<int> > >(std::string const&, std::vector<int, std::allocator<int> >&) [494]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<MetaBody> >(std::string const&, boost::shared_ptr<MetaBody>&) [347]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<MetaBody>(std::string const&, MetaBody&) [493]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BodyContainer> >(std::string const&, boost::shared_ptr<BodyContainer>&) [110]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<BodyContainer>(std::string const&, BodyContainer&) [491]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalActionContainer> >(std::string const&, boost::shared_ptr<PhysicalActionContainer>&) [244]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<PhysicalActionContainer>(std::string const&, PhysicalActionContainer&) [492]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(std::string const&, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >&) [416]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Preferences> >(std::string const&, boost::shared_ptr<Preferences>&) [440]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<Preferences>(std::string const&, Preferences&) [490]
                0.00    0.00       2/9552        boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(std::string const&, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >&) [9]
                0.00    0.00       2/9552        boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(std::string const&, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >&) [403]
                0.00    0.00       2/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractionContainer> >(std::string const&, boost::shared_ptr<InteractionContainer>&) [405]
                0.00    0.00       2/9552        boost::shared_ptr<Archive> Archive::create<InteractionContainer>(std::string const&, InteractionContainer&) [466]
                0.00    0.00       2/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<EngineUnit> >(std::string const&, boost::shared_ptr<EngineUnit>&) [404]
                0.00    0.00       2/9552        boost::shared_ptr<Archive> Archive::create<EngineUnit>(std::string const&, EngineUnit&) [465]
                0.00    0.00       8/9552        boost::shared_ptr<Archive> Archive::create<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(std::string const&, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&) [392]
                0.00    0.00       8/9552        boost::shared_ptr<Archive> Archive::create<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >(std::string const&, std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >&) [350]
                0.00    0.00      18/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Engine> >(std::string const&, boost::shared_ptr<Engine>&) [326]
                0.00    0.00      18/9552        boost::shared_ptr<Archive> Archive::create<Engine>(std::string const&, Engine&) [361]
                0.00    0.00      18/9552        boost::shared_ptr<Archive> Archive::create<std::vector<std::string, std::allocator<std::string> > >(std::string const&, std::vector<std::string, std::allocator<std::string> >&) [362]
                0.00    0.00      60/9552        boost::shared_ptr<Archive> Archive::create<std::string>(std::string const&, std::string&) [325]
                0.00    0.00     406/9552        boost::shared_ptr<Archive> Archive::create<GeometricalModel>(std::string const&, GeometricalModel&) [257]
                0.00    0.00     406/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Body> >(std::string const&, boost::shared_ptr<Body>&) [120]
                0.00    0.00     406/9552        boost::shared_ptr<Archive> Archive::create<Body>(std::string const&, Body&) [258]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalParameters> >(std::string const&, boost::shared_ptr<PhysicalParameters>&) [206]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<PhysicalParameters>(std::string const&, PhysicalParameters&) [255]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<GeometricalModel> >(std::string const&, boost::shared_ptr<GeometricalModel>&) [224]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractingGeometry> >(std::string const&, boost::shared_ptr<InteractingGeometry>&) [223]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<InteractingGeometry>(std::string const&, InteractingGeometry&) [256]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BoundingVolume> >(std::string const&, boost::shared_ptr<BoundingVolume>&) [179]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<BoundingVolume>(std::string const&, BoundingVolume&) [254]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<Se3<double> >(std::string const&, Se3<double>&) [128]
                0.00    0.00     417/9552        boost::shared_ptr<Archive> Archive::create<unsigned int>(std::string const&, unsigned int&) [253]
                0.00    0.00     418/9552        boost::shared_ptr<Archive> Archive::create<int>(std::string const&, int&) [252]
                0.00    0.00     813/9552        boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<float> >(std::string const&, Wm3::Vector3<float>&) [239]
                0.00    0.00    1636/9552        boost::shared_ptr<Archive> Archive::create<bool>(std::string const&, bool&) [210]
                0.00    0.00    1641/9552        boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<double> >(std::string const&, Wm3::Vector3<double>&) [209]
[146]    0.1    0.00    0.01    9552         boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.01   11991/11991       boost::detail::shared_count::shared_count<Archive>(Archive*) [144]
                0.00    0.00   11991/18174       boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...) [772]
-----------------------------------------------
                                                 <spontaneous>
[147]    0.1    0.00    0.01                 std::vector<double, std::allocator<double> >::clear() [147]
                0.00    0.01       6/6           std::vector<double, std::allocator<double> >::erase(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >) [177]
                0.00    0.00       6/18          std::vector<double, std::allocator<double> >::end() [149]
                0.00    0.00       6/11051866     std::vector<double, std::allocator<double> >::begin() [90]
-----------------------------------------------
                0.00    0.00       1/10037       Omega::loadSimulation() [345]
                0.00    0.00       3/10037       NullGUI::run(int, char**) [113]
                0.00    0.00       9/10037       main [25]
                0.01    0.00   10024/10037       NullGUI::loop() [121]
[148]    0.1    0.01    0.00   10037         Singleton<Omega>::instance() [148]
                0.00    0.00       1/1           Omega::Omega() [663]
                0.00    0.00       1/3           boost::detail::thread::scoped_lock<boost::mutex>::scoped_lock(boost::mutex&, bool) [1712]
                0.00    0.00       1/3           boost::detail::thread::scoped_lock<boost::mutex>::~scoped_lock() [1713]
-----------------------------------------------
                0.00    0.00       6/18          std::vector<double, std::allocator<double> >::clear() [147]
                0.01    0.00      12/18          std::vector<double, std::allocator<double> >::erase(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >) [177]
[149]    0.1    0.01    0.00      18         std::vector<double, std::allocator<double> >::end() [149]
                0.00    0.00      22/22103760     __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >::__normal_iterator(double* const&) [84]
-----------------------------------------------
                0.00    0.00       1/21233       boost::shared_ptr<MetaBody>** boost::any_cast<boost::shared_ptr<MetaBody>*>(boost::any*) [590]
                0.00    0.00       1/21233       boost::shared_ptr<BodyContainer>** boost::any_cast<boost::shared_ptr<BodyContainer>*>(boost::any*) [586]
                0.00    0.00       1/21233       boost::shared_ptr<PhysicalActionContainer>** boost::any_cast<boost::shared_ptr<PhysicalActionContainer>*>(boost::any*) [588]
                0.00    0.00       1/21233       boost::shared_ptr<Preferences>** boost::any_cast<boost::shared_ptr<Preferences>*>(boost::any*) [584]
                0.00    0.00       2/21233       std::vector<int, std::allocator<int> >** boost::any_cast<std::vector<int, std::allocator<int> >*>(boost::any*) [570]
                0.00    0.00       2/21233       boost::shared_ptr<InteractionContainer>** boost::any_cast<boost::shared_ptr<InteractionContainer>*>(boost::any*) [568]
                0.00    0.00       2/21233       boost::shared_ptr<EngineUnit>** boost::any_cast<boost::shared_ptr<EngineUnit>*>(boost::any*) [566]
                0.00    0.00       4/21233       std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >** boost::any_cast<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>(boost::any*) [520]
                0.00    0.00      18/21233       boost::shared_ptr<Engine>** boost::any_cast<boost::shared_ptr<Engine>*>(boost::any*) [446]
                0.00    0.00      22/21233       std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >** boost::any_cast<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>(boost::any*) [430]
                0.00    0.00      31/21233       std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >** boost::any_cast<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>(boost::any*) [410]
                0.00    0.00      60/21233       std::string** boost::any_cast<std::string*>(boost::any*) [386]
                0.00    0.00      60/21233       FundamentalHandler<std::string>::creator(Archive&, boost::any&) [336]
                0.00    0.00      92/21233       std::vector<std::string, std::allocator<std::string> >** boost::any_cast<std::vector<std::string, std::allocator<std::string> >*>(boost::any*) [372]
                0.00    0.00     406/21233       boost::shared_ptr<GeometricalModel>** boost::any_cast<boost::shared_ptr<GeometricalModel>*>(boost::any*) [319]
                0.00    0.00     406/21233       boost::shared_ptr<Body>** boost::any_cast<boost::shared_ptr<Body>*>(boost::any*) [321]
                0.00    0.00     407/21233       boost::shared_ptr<PhysicalParameters>** boost::any_cast<boost::shared_ptr<PhysicalParameters>*>(boost::any*) [315]
                0.00    0.00     407/21233       boost::shared_ptr<InteractingGeometry>** boost::any_cast<boost::shared_ptr<InteractingGeometry>*>(boost::any*) [317]
                0.00    0.00     407/21233       boost::shared_ptr<BoundingVolume>** boost::any_cast<boost::shared_ptr<BoundingVolume>*>(boost::any*) [313]
                0.00    0.00     407/21233       Se3<double>** boost::any_cast<Se3<double>*>(boost::any*) [311]
                0.00    0.00     407/21233       FundamentalHandler<Se3<double> >::creator(Archive&, boost::any&) [15]
                0.00    0.00     408/21233       std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >** boost::any_cast<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>(boost::any*) [309]
                0.00    0.00     417/21233       unsigned int** boost::any_cast<unsigned int*>(boost::any*) [307]
                0.00    0.00     417/21233       void lexical_copy<unsigned int>(Archive&, boost::any&) [270]
                0.00    0.00     418/21233       int** boost::any_cast<int*>(boost::any*) [305]
                0.00    0.00     418/21233       void lexical_copy<int>(Archive&, boost::any&) [265]
                0.00    0.00     813/21233       Wm3::Vector3<float>** boost::any_cast<Wm3::Vector3<float>*>(boost::any*) [295]
                0.00    0.00     813/21233       FundamentalHandler<Wm3::Vector3<float> >::creator(Archive&, boost::any&) [247]
                0.00    0.00    1636/21233       bool** boost::any_cast<bool*>(boost::any*) [263]
                0.00    0.00    1636/21233       void lexical_copy<bool>(Archive&, boost::any&) [228]
                0.00    0.00    1641/21233       Wm3::Vector3<double>** boost::any_cast<Wm3::Vector3<double>*>(boost::any*) [261]
                0.00    0.00    1641/21233       FundamentalHandler<Wm3::Vector3<double> >::creator(Archive&, boost::any&) [227]
                0.00    0.00    7831/21233       std::string const** boost::any_cast<std::string const*>(boost::any*) [221]
[150]    0.1    0.01    0.00   21233         boost::any::type() const [150]
                0.00    0.00   15674/78308024     data_start [697]
                0.00    0.00    2059/2059        boost::any::holder<Serializable*>::type() const [887]
                0.00    0.00    1641/1641        boost::any::holder<Wm3::Vector3<double>*>::type() const [912]
                0.00    0.00    1636/1636        boost::any::holder<bool*>::type() const [922]
                0.00    0.00     813/813         boost::any::holder<Wm3::Vector3<float>*>::type() const [983]
                0.00    0.00     418/418         boost::any::holder<int*>::type() const [1036]
                0.00    0.00     417/417         boost::any::holder<unsigned int*>::type() const [1042]
                0.00    0.00     408/408         boost::any::holder<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>::type() const [1047]
                0.00    0.00     407/407         boost::any::holder<boost::shared_ptr<BoundingVolume>*>::type() const [1059]
                0.00    0.00     407/407         boost::any::holder<boost::shared_ptr<InteractingGeometry>*>::type() const [1064]
                0.00    0.00     407/407         boost::any::holder<Se3<double>*>::type() const [1057]
                0.00    0.00     407/407         boost::any::holder<boost::shared_ptr<PhysicalParameters>*>::type() const [1062]
                0.00    0.00     406/406         boost::any::holder<boost::shared_ptr<GeometricalModel>*>::type() const [1070]
                0.00    0.00     406/406         boost::any::holder<boost::shared_ptr<Body>*>::type() const [1071]
                0.00    0.00      92/92          boost::any::holder<std::vector<std::string, std::allocator<std::string> >*>::type() const [1170]
                0.00    0.00      60/60          boost::any::holder<std::string*>::type() const [1193]
                0.00    0.00      31/31          boost::any::holder<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>::type() const [1252]
                0.00    0.00      22/22          boost::any::holder<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>::type() const [1285]
                0.00    0.00      18/18          boost::any::holder<boost::shared_ptr<Engine>*>::type() const [1325]
                0.00    0.00       4/4           boost::any::holder<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>::type() const [1660]
                0.00    0.00       2/2           boost::any::holder<boost::shared_ptr<InteractionContainer>*>::type() const [1816]
                0.00    0.00       2/2           boost::any::holder<std::vector<int, std::allocator<int> >*>::type() const [1820]
                0.00    0.00       2/2           boost::any::holder<boost::shared_ptr<EngineUnit>*>::type() const [1814]
                0.00    0.00       1/1           boost::any::holder<boost::shared_ptr<PhysicalActionContainer>*>::type() const [2076]
                0.00    0.00       1/1           boost::any::holder<boost::shared_ptr<BodyContainer>*>::type() const [2074]
                0.00    0.00       1/1           boost::any::holder<boost::shared_ptr<MetaBody>*>::type() const [2078]
                0.00    0.00       1/1           boost::any::holder<boost::shared_ptr<Preferences>*>::type() const [2072]
-----------------------------------------------
                0.01    0.00 11051860/11051860     std::vector<double, std::allocator<double> >::operator[](unsigned int) [40]
[151]    0.1    0.01    0.00 11051860         __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >::operator*() const [151]
-----------------------------------------------
                0.01    0.00 1623992/1623992     PhysicalAction::getClassIndex() [135]
[152]    0.1    0.01    0.00 1623992         PhysicalAction::getClassIndexStatic() [152]
-----------------------------------------------
                              798894             std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::~_List_base() <cycle 1> [154]
[153]    0.1    0.01    0.00  798894         std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_clear() <cycle 1> [153]
                0.00    0.00    9433/20087       std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::get_allocator() const [767]
                0.00    0.00    9433/824452      std::allocator<boost::shared_ptr<Archive> >::~allocator() [708]
                0.00    0.00    9433/9433        std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_put_node(std::_List_node<boost::shared_ptr<Archive> >*) [822]
                                9433             __gnu_cxx::new_allocator<boost::shared_ptr<Archive> >::destroy(boost::shared_ptr<Archive>*) <cycle 1> [816]
-----------------------------------------------
                              798894             std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::~list() <cycle 1> [720]
[154]    0.1    0.01    0.00  798894         std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::~_List_base() <cycle 1> [154]
                0.00    0.00  798894/798894      std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_List_impl::~_List_impl() [719]
                              798894             std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_clear() <cycle 1> [153]
-----------------------------------------------
                0.00    0.00      10/3167        std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> const&) [24]
                0.00    0.00     406/3167        BodyContainer::postProcessAttributes(bool) [88]
                0.00    0.00     406/3167        ContainerHandler<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [91]
                0.00    0.00     406/3167        void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&, __false_type) [73]
                0.00    0.00     917/3167        void std::__destroy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __false_type) [35]
                0.00    0.00    1022/3167        __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __false_type) [51]
[155]    0.1    0.01    0.00    3167         __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::operator++() [155]
-----------------------------------------------
                0.01    0.00    2000/2000        NullGUI::loop() [121]
[156]    0.1    0.01    0.00    2000         MetaBody::moveToNextTimeStep() [156]
                0.00    0.00   54081/54121       __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::operator*() const [732]
                0.00    0.00   54081/54085       boost::shared_ptr<Engine>::operator->() const [733]
                0.00    0.00   34000/34031       bool __gnu_cxx::operator!=<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&) [746]
                0.00    0.00   32000/32038       __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::operator++() [747]
                0.00    0.00   30040/78308024     data_start [697]
                0.00    0.00   22000/22002       Engine::isActivated() [761]
                0.00    0.00    2000/2009        std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::begin() [890]
                0.00    0.00    2000/2019        std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::end() [889]
                0.00    0.00    2000/2000        DeusExMachina::action(Body*) [892]
                0.00    0.00      41/41          TimeStepper::action(Body*) [1223]
-----------------------------------------------
                                   1             __static_initialization_and_destruction_0(int, int) [157]
                0.01    0.00       1/1           __do_global_ctors_aux [167]
[157]    0.1    0.01    0.00       1+1       __static_initialization_and_destruction_0(int, int) [157]
                0.00    0.00       9/78308024     data_start [697]
                0.00    0.00       5/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00       4/4259        Singleton<SerializableSingleton>::instance() [839]
                                   1             __static_initialization_and_destruction_0(int, int) [157]
-----------------------------------------------
                                                 <spontaneous>
[158]    0.1    0.01    0.00                 Factorable::~Factorable() [158]
-----------------------------------------------
                                                 <spontaneous>
[159]    0.1    0.01    0.00                 ContainerHandler<boost::shared_ptr<Interaction> >::resize(Archive&, unsigned long) [159]
-----------------------------------------------
                                                 <spontaneous>
[160]    0.1    0.01    0.00                 PhysicalParameters::getClassIndex() [160]
                0.00    0.00 1625988/1625988     PhysicalParameters::getClassIndexStatic() [704]
-----------------------------------------------
                                                 <spontaneous>
[161]    0.1    0.01    0.00                 Wm3::Quaternion<double>::Z() [161]
-----------------------------------------------
                                                 <spontaneous>
[162]    0.1    0.01    0.00                 Wm3::Quaternion<double>::ToAxisAngle(Wm3::Vector3<double>&, double&) const [162]
-----------------------------------------------
                                                 <spontaneous>
[163]    0.1    0.01    0.00                 boost::shared_ptr<InteractingGeometry>::operator InteractingGeometry* boost::shared_ptr<InteractingGeometry>::*() const [163]
-----------------------------------------------
                                                 <spontaneous>
[164]    0.1    0.01    0.00                 boost::bad_any_cast::what() const [164]
-----------------------------------------------
                                                 <spontaneous>
[165]    0.1    0.01    0.00                 std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::max_size() const [165]
-----------------------------------------------
                                                 <spontaneous>
[166]    0.1    0.01    0.00                 void std::_Destroy<unsigned char*, unsigned char>(unsigned char*, unsigned char*, std::allocator<unsigned char>) [166]
-----------------------------------------------
                                                 <spontaneous>
[167]    0.1    0.00    0.01                 __do_global_ctors_aux [167]
                0.01    0.00       1/1           __static_initialization_and_destruction_0(int, int) [157]
                0.00    0.00       1/1           __static_initialization_and_destruction_0(int, int) [1901]
                0.00    0.00       1/1           __static_initialization_and_destruction_0(int, int) [1902]
                0.00    0.00       1/1           __static_initialization_and_destruction_0(int, int) [1903]
                0.00    0.00       1/1           __static_initialization_and_destruction_0(int, int) [1904]
                0.00    0.00       1/1           __static_initialization_and_destruction_0(int, int) [1905]
                0.00    0.00       1/1           __static_initialization_and_destruction_0(int, int) [1906]
                0.00    0.00       1/1           __static_initialization_and_destruction_0(int, int) [1907]
                0.00    0.00       1/1           __static_initialization_and_destruction_0(int, int) [1908]
                0.00    0.00       1/1           __static_initialization_and_destruction_0(int, int) [1909]
                0.00    0.00       1/1           __static_initialization_and_destruction_0(int, int) [1910]
                0.00    0.00       1/1           __static_initialization_and_destruction_0(int, int) [1911]
                0.00    0.00       1/1           __static_initialization_and_destruction_0(int, int) [1912]
                0.00    0.00       1/1           __static_initialization_and_destruction_0(int, int) [1913]
                0.00    0.00       1/1           __static_initialization_and_destruction_0(int, int) [1914]
                0.00    0.00       1/1           __static_initialization_and_destruction_0(int, int) [1915]
                0.00    0.00       1/1           __static_initialization_and_destruction_0(int, int) [1916]
                0.00    0.00       1/1           __static_initialization_and_destruction_0(int, int) [1917]
                0.00    0.00       1/1           __static_initialization_and_destruction_0(int, int) [1918]
                0.00    0.00       1/1           __static_initialization_and_destruction_0(int, int) [1919]
                0.00    0.00       1/1           __static_initialization_and_destruction_0(int, int) [1920]
-----------------------------------------------
                0.00    0.00       1/805589      FrontEnd::FrontEnd() [693]
                0.00    0.00       2/805589      FrontEnd::FrontEnd() [689]
                0.01    0.00  805586/805589      Serializable::Serializable() [105]
[168]    0.1    0.01    0.00  805589         Factorable::Factorable() [168]
-----------------------------------------------
                0.01    0.00  805586/805586      std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::list(std::allocator<boost::shared_ptr<Archive> > const&) [170]
[169]    0.1    0.01    0.00  805586         std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_List_base(std::allocator<boost::shared_ptr<Archive> > const&) [169]
                0.00    0.00  806807/806807      std::allocator<std::_List_node<boost::shared_ptr<Archive> > >::allocator<boost::shared_ptr<Archive> >(std::allocator<boost::shared_ptr<Archive> > const&) [711]
                0.00    0.00  806807/806807      std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_List_impl::_List_impl(std::allocator<std::_List_node<boost::shared_ptr<Archive> > > const&) [714]
                0.00    0.00  806807/806807      std::allocator<std::_List_node<boost::shared_ptr<Archive> > >::~allocator() [713]
                0.00    0.00  806807/806807      std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_init() [715]
-----------------------------------------------
                0.00    0.01  805586/805586      Serializable::Serializable() [105]
[170]    0.1    0.00    0.01  805586         std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::list(std::allocator<boost::shared_ptr<Archive> > const&) [170]
                0.01    0.00  805586/805586      std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_List_base(std::allocator<boost::shared_ptr<Archive> > const&) [169]
-----------------------------------------------
                0.00    0.00     406/812         boost::any::holder<boost::shared_ptr<Body>*>::clone() const [204]
                0.01    0.00     406/812         boost::any::any<boost::shared_ptr<Body>*>(boost::shared_ptr<Body>* const&) [189]
[171]    0.1    0.01    0.00     812         boost::any::holder<boost::shared_ptr<Body>*>::holder(boost::shared_ptr<Body>* const&) [171]
                0.00    0.00     812/19104       boost::any::placeholder::placeholder() [769]
-----------------------------------------------
                0.00    0.00       4/19964       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert_unique(std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [519]
                0.01    0.00   19960/19964       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::lower_bound(SerializableTypes::Type const&) [175]
[172]    0.1    0.01    0.00   19964         std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_right(std::_Rb_tree_node_base*) [172]
-----------------------------------------------
                0.00    0.00       2/19104       boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(std::string const&, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >&) [300]
                0.00    0.00       2/19104       boost::shared_ptr<Archive> Archive::create<std::vector<int, std::allocator<int> > >(std::string const&, std::vector<int, std::allocator<int> >&) [494]
                0.00    0.00       2/19104       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<MetaBody> >(std::string const&, boost::shared_ptr<MetaBody>&) [347]
                0.00    0.00       2/19104       boost::shared_ptr<Archive> Archive::create<MetaBody>(std::string const&, MetaBody&) [493]
                0.00    0.00       2/19104       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BodyContainer> >(std::string const&, boost::shared_ptr<BodyContainer>&) [110]
                0.00    0.00       2/19104       boost::shared_ptr<Archive> Archive::create<BodyContainer>(std::string const&, BodyContainer&) [491]
                0.00    0.00       2/19104       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalActionContainer> >(std::string const&, boost::shared_ptr<PhysicalActionContainer>&) [244]
                0.00    0.00       2/19104       boost::shared_ptr<Archive> Archive::create<PhysicalActionContainer>(std::string const&, PhysicalActionContainer&) [492]
                0.00    0.00       2/19104       boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(std::string const&, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >&) [416]
                0.00    0.00       2/19104       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Preferences> >(std::string const&, boost::shared_ptr<Preferences>&) [440]
                0.00    0.00       2/19104       boost::shared_ptr<Archive> Archive::create<Preferences>(std::string const&, Preferences&) [490]
                0.00    0.00       4/19104       boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(std::string const&, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >&) [9]
                0.00    0.00       4/19104       boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(std::string const&, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >&) [403]
                0.00    0.00       4/19104       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractionContainer> >(std::string const&, boost::shared_ptr<InteractionContainer>&) [405]
                0.00    0.00       4/19104       boost::shared_ptr<Archive> Archive::create<InteractionContainer>(std::string const&, InteractionContainer&) [466]
                0.00    0.00       4/19104       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<EngineUnit> >(std::string const&, boost::shared_ptr<EngineUnit>&) [404]
                0.00    0.00       4/19104       boost::shared_ptr<Archive> Archive::create<EngineUnit>(std::string const&, EngineUnit&) [465]
                0.00    0.00      16/19104       boost::shared_ptr<Archive> Archive::create<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(std::string const&, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&) [392]
                0.00    0.00      16/19104       boost::shared_ptr<Archive> Archive::create<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >(std::string const&, std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >&) [350]
                0.00    0.00      36/19104       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Engine> >(std::string const&, boost::shared_ptr<Engine>&) [326]
                0.00    0.00      36/19104       boost::shared_ptr<Archive> Archive::create<Engine>(std::string const&, Engine&) [361]
                0.00    0.00      36/19104       boost::shared_ptr<Archive> Archive::create<std::vector<std::string, std::allocator<std::string> > >(std::string const&, std::vector<std::string, std::allocator<std::string> >&) [362]
                0.00    0.00     120/19104       boost::shared_ptr<Archive> Archive::create<std::string>(std::string const&, std::string&) [325]
                0.00    0.00     812/19104       boost::shared_ptr<Archive> Archive::create<GeometricalModel>(std::string const&, GeometricalModel&) [257]
                0.00    0.00     812/19104       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Body> >(std::string const&, boost::shared_ptr<Body>&) [120]
                0.00    0.00     812/19104       boost::shared_ptr<Archive> Archive::create<Body>(std::string const&, Body&) [258]
                0.00    0.00     814/19104       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalParameters> >(std::string const&, boost::shared_ptr<PhysicalParameters>&) [206]
                0.00    0.00     814/19104       boost::shared_ptr<Archive> Archive::create<PhysicalParameters>(std::string const&, PhysicalParameters&) [255]
                0.00    0.00     814/19104       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<GeometricalModel> >(std::string const&, boost::shared_ptr<GeometricalModel>&) [224]
                0.00    0.00     814/19104       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractingGeometry> >(std::string const&, boost::shared_ptr<InteractingGeometry>&) [223]
                0.00    0.00     814/19104       boost::shared_ptr<Archive> Archive::create<InteractingGeometry>(std::string const&, InteractingGeometry&) [256]
                0.00    0.00     814/19104       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BoundingVolume> >(std::string const&, boost::shared_ptr<BoundingVolume>&) [179]
                0.00    0.00     814/19104       boost::shared_ptr<Archive> Archive::create<BoundingVolume>(std::string const&, BoundingVolume&) [254]
                0.00    0.00     814/19104       boost::shared_ptr<Archive> Archive::create<Se3<double> >(std::string const&, Se3<double>&) [128]
                0.00    0.00     834/19104       boost::shared_ptr<Archive> Archive::create<unsigned int>(std::string const&, unsigned int&) [253]
                0.00    0.00     836/19104       boost::shared_ptr<Archive> Archive::create<int>(std::string const&, int&) [252]
                0.00    0.00    1626/19104       boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<float> >(std::string const&, Wm3::Vector3<float>&) [239]
                0.00    0.00    3272/19104       boost::shared_ptr<Archive> Archive::create<bool>(std::string const&, bool&) [210]
                0.00    0.00    3282/19104       boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<double> >(std::string const&, Wm3::Vector3<double>&) [209]
[173]    0.1    0.00    0.01   19104         std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.01   24054/24054       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::lower_bound(SerializableTypes::Type const&) [174]
                0.00    0.00      18/18          std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert(std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [518]
                0.00    0.00   48098/48098       std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::operator*() const [735]
                0.00    0.00   24054/24054       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::end() [755]
                0.00    0.00   24054/24058       std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::operator==(std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > const&) const [753]
                0.00    0.00   24044/24044       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::key_comp() const [757]
                0.00    0.00   24044/92006       std::less<SerializableTypes::Type>::operator()(SerializableTypes::Type const&, SerializableTypes::Type const&) const [724]
                0.00    0.00      18/18          std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>::pair() [1340]
                0.00    0.00      18/18          std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >::pair(SerializableTypes::Type const&, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> const&) [1339]
-----------------------------------------------
                0.00    0.01   24054/24054       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
[174]    0.1    0.00    0.01   24054         std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::lower_bound(SerializableTypes::Type const&) [174]
                0.00    0.01   24054/24054       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::lower_bound(SerializableTypes::Type const&) [175]
-----------------------------------------------
                0.00    0.01   24054/24054       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::lower_bound(SerializableTypes::Type const&) [174]
[175]    0.1    0.00    0.01   24054         std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::lower_bound(SerializableTypes::Type const&) [175]
                0.01    0.00   19960/19964       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_right(std::_Rb_tree_node_base*) [172]
                0.00    0.00   67934/67934       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_key(std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > const*) [729]
                0.00    0.00   67934/92006       std::less<SerializableTypes::Type>::operator()(SerializableTypes::Type const&, SerializableTypes::Type const&) const [724]
                0.00    0.00   47974/47974       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_left(std::_Rb_tree_node_base*) [737]
                0.00    0.00   24054/24058       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_begin() [754]
                0.00    0.00   24054/24090       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_end() [752]
                0.00    0.00   24054/48134       std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::_Rb_tree_iterator(std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >*) [734]
-----------------------------------------------
                0.01    0.00   32080/32080       InteractionContainerIteratorPointer::~InteractionContainerIteratorPointer() [143]
[176]    0.1    0.01    0.00   32080         boost::shared_ptr<InteractionContainerIterator>::~shared_ptr() [176]
                0.00    0.00   64160/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                0.00    0.01       6/6           std::vector<double, std::allocator<double> >::clear() [147]
[177]    0.1    0.00    0.01       6         std::vector<double, std::allocator<double> >::erase(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >) [177]
                0.01    0.00      12/18          std::vector<double, std::allocator<double> >::end() [149]
                0.00    0.00       6/10          __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > std::copy<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >) [687]
                0.00    0.00       6/13          std::_Vector_base<double, std::allocator<double> >::get_allocator() const [1416]
                0.00    0.00       6/6           void std::_Destroy<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, double>(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, std::allocator<double>) [1600]
                0.00    0.00       6/13          std::allocator<double>::~allocator() [1418]
                0.00    0.00       6/6           __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >::difference_type __gnu_cxx::operator-<double*, double*, std::vector<double, std::allocator<double> > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > const&, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > const&) [1578]
-----------------------------------------------
                0.00    0.01     407/407         Body::registerAttributes() [125]
[178]    0.1    0.00    0.01     407         void Serializable::registerAttribute<boost::shared_ptr<BoundingVolume> >(std::string const&, boost::shared_ptr<BoundingVolume>&) [178]
                0.00    0.01     407/407         boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BoundingVolume> >(std::string const&, boost::shared_ptr<BoundingVolume>&) [179]
                0.00    0.00     407/6994        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::push_back(boost::shared_ptr<Archive> const&) [277]
                0.00    0.00     407/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
-----------------------------------------------
                0.00    0.01     407/407         void Serializable::registerAttribute<boost::shared_ptr<BoundingVolume> >(std::string const&, boost::shared_ptr<BoundingVolume>&) [178]
[179]    0.1    0.00    0.01     407         boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BoundingVolume> >(std::string const&, boost::shared_ptr<BoundingVolume>&) [179]
                0.00    0.00     407/407         SerializableTypes::Type findType<BoundingVolume>(boost::shared_ptr<BoundingVolume>&, bool&, std::string&) [214]
                0.00    0.00     407/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00     814/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00     407/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00    4070/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00    1221/28656       Archive::getRecordType() [750]
                0.00    0.00     407/78308024     data_start [697]
                0.00    0.00     407/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00     407/9552        Archive::setFundamental(bool) [815]
                0.00    0.00     407/407         boost::any::any<boost::shared_ptr<BoundingVolume>*>(boost::shared_ptr<BoundingVolume>* const&) [1049]
                0.00    0.00     407/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.01     407/407         BoundingVolume::registerAttributes() [181]
[180]    0.1    0.00    0.01     407         void Serializable::registerAttribute<Wm3::Vector3<double> >(std::string const&, Wm3::Vector3<double>&) [180]
                0.00    0.00    1641/1641        boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<double> >(std::string const&, Wm3::Vector3<double>&) [209]
                0.00    0.00    1641/6994        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::push_back(boost::shared_ptr<Archive> const&) [277]
                0.00    0.00    1641/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
-----------------------------------------------
                                                 <spontaneous>
[181]    0.1    0.00    0.01                 BoundingVolume::registerAttributes() [181]
                0.00    0.01     407/407         void Serializable::registerAttribute<Wm3::Vector3<double> >(std::string const&, Wm3::Vector3<double>&) [180]
-----------------------------------------------
                0.00    0.00       1/817         Body::~Body() [374]
                0.00    0.00       2/817         CreateSharedBoundingVolume() [382]
                0.00    0.00     407/817         Body::~Body() [137]
                0.00    0.00     407/817         PointerHandler<boost::shared_ptr<BoundingVolume> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [208]
[182]    0.1    0.01    0.00     817         boost::shared_ptr<BoundingVolume>::~shared_ptr() [182]
                0.00    0.00     825/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                0.00    0.00       1/1626        TimeStepper::registerAttributes() [458]
                0.00    0.00     407/1626        Body::registerAttributes() [125]
                0.00    0.00    1218/1626        GeometricalModel::registerAttributes() [184]
[183]    0.1    0.00    0.01    1626         void Serializable::registerAttribute<bool>(std::string const&, bool&) [183]
                0.00    0.00    1636/1636        boost::shared_ptr<Archive> Archive::create<bool>(std::string const&, bool&) [210]
                0.00    0.00    1636/6994        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::push_back(boost::shared_ptr<Archive> const&) [277]
                0.00    0.00    1636/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
-----------------------------------------------
                                                 <spontaneous>
[184]    0.1    0.00    0.01                 GeometricalModel::registerAttributes() [184]
                0.00    0.00    1218/1626        void Serializable::registerAttribute<bool>(std::string const&, bool&) [183]
                0.00    0.00     406/813         void Serializable::registerAttribute<Wm3::Vector3<float> >(std::string const&, Wm3::Vector3<float>&) [232]
-----------------------------------------------
                0.01    0.00      11/11          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >) [58]
[185]    0.1    0.01    0.00      11         __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<Body>*, boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&) [185]
                0.00    0.00      22/9807670     __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::base() const [131]
-----------------------------------------------
                0.00    0.01  872977/872977      boost::detail::sp_counted_base::weak_release() [107]
[186]    0.1    0.00    0.01  872977         boost::detail::sp_counted_base::destroy() [186]
                0.00    0.00   11991/11991       boost::detail::sp_counted_impl_p<Archive>::~sp_counted_impl_p() [216]
                0.00    0.00    2239/2239        boost::detail::sp_counted_impl_p<Interaction>::~sp_counted_impl_p() [260]
                0.00    0.00      14/14          boost::detail::sp_counted_impl_p<FileGenerator>::~sp_counted_impl_p() [473]
                0.00    0.00       8/8           boost::detail::sp_counted_impl_p<GeometricalModel>::~sp_counted_impl_p() [496]
                0.00    0.00       8/8           boost::detail::sp_counted_impl_p<MetaEngine>::~sp_counted_impl_p() [495]
                0.00    0.00       7/7           boost::detail::sp_counted_impl_p<DeusExMachina>::~sp_counted_impl_p() [498]
                0.00    0.00       7/7           boost::detail::sp_counted_impl_p<InteractionGeometry>::~sp_counted_impl_p() [500]
                0.00    0.00       7/7           boost::detail::sp_counted_impl_p<PhysicalParameters>::~sp_counted_impl_p() [499]
                0.00    0.00       6/6           boost::detail::sp_counted_impl_p<StandAloneEngine>::~sp_counted_impl_p() [517]
                0.00    0.00       5/5           boost::detail::sp_counted_impl_p<InteractionPhysics>::~sp_counted_impl_p() [524]
                0.00    0.00       5/5           boost::detail::sp_counted_impl_p<InteractingGeometry>::~sp_counted_impl_p() [525]
                0.00    0.00       4/4           boost::detail::sp_counted_impl_p<PhysicalAction>::~sp_counted_impl_p() [527]
                0.00    0.00       3/3           boost::detail::sp_counted_impl_p<TimeStepper>::~sp_counted_impl_p() [552]
                0.00    0.00       2/2           boost::detail::sp_counted_impl_p<IOFormatManager>::~sp_counted_impl_p() [577]
                0.00    0.00       2/2           boost::detail::sp_counted_impl_p<Engine>::~sp_counted_impl_p() [579]
                0.00    0.00       2/2           boost::detail::sp_counted_impl_p<InteractionContainer>::~sp_counted_impl_p() [578]
                0.00    0.00       2/2           boost::detail::sp_counted_impl_p<BoundingVolume>::~sp_counted_impl_p() [576]
                0.00    0.00       2/2           boost::detail::sp_counted_impl_p<BodyContainer>::~sp_counted_impl_p() [575]
                0.00    0.00       1/1           boost::detail::sp_counted_impl_p<StandAloneSimulator>::~sp_counted_impl_p() [610]
                0.00    0.00       1/1           boost::detail::sp_counted_impl_p<FrontEnd>::~sp_counted_impl_p() [612]
                0.00    0.00       1/1           boost::detail::sp_counted_impl_p<PhysicalActionContainer>::~sp_counted_impl_p() [611]
                0.00    0.00       1/1           boost::detail::sp_counted_impl_p<Preferences>::~sp_counted_impl_p() [609]
                0.00    0.00  857454/78308024     data_start [697]
-----------------------------------------------
                0.00    0.00       1/14318       boost::detail::sp_counted_impl_p<PhysicalActionContainer>::~sp_counted_impl_p() [611]
                0.00    0.00       1/14318       boost::detail::sp_counted_impl_p<FrontEnd>::~sp_counted_impl_p() [612]
                0.00    0.00       1/14318       boost::detail::sp_counted_impl_p<Preferences>::~sp_counted_impl_p() [609]
                0.00    0.00       1/14318       boost::detail::sp_counted_impl_p<StandAloneSimulator>::~sp_counted_impl_p() [610]
                0.00    0.00       2/14318       boost::detail::sp_counted_impl_p<InteractionContainer>::~sp_counted_impl_p() [578]
                0.00    0.00       2/14318       boost::detail::sp_counted_impl_p<BoundingVolume>::~sp_counted_impl_p() [576]
                0.00    0.00       2/14318       boost::detail::sp_counted_impl_p<IOFormatManager>::~sp_counted_impl_p() [577]
                0.00    0.00       2/14318       boost::detail::sp_counted_impl_p<BodyContainer>::~sp_counted_impl_p() [575]
                0.00    0.00       2/14318       boost::detail::sp_counted_impl_p<Engine>::~sp_counted_impl_p() [579]
                0.00    0.00       3/14318       boost::detail::sp_counted_impl_p<TimeStepper>::~sp_counted_impl_p() [552]
                0.00    0.00       4/14318       boost::detail::sp_counted_impl_p<PhysicalAction>::~sp_counted_impl_p() [527]
                0.00    0.00       5/14318       boost::detail::sp_counted_impl_p<InteractionPhysics>::~sp_counted_impl_p() [524]
                0.00    0.00       5/14318       boost::detail::sp_counted_impl_p<InteractingGeometry>::~sp_counted_impl_p() [525]
                0.00    0.00       6/14318       boost::detail::sp_counted_impl_p<StandAloneEngine>::~sp_counted_impl_p() [517]
                0.00    0.00       7/14318       boost::detail::sp_counted_impl_p<InteractionGeometry>::~sp_counted_impl_p() [500]
                0.00    0.00       7/14318       boost::detail::sp_counted_impl_p<PhysicalParameters>::~sp_counted_impl_p() [499]
                0.00    0.00       7/14318       boost::detail::sp_counted_impl_p<DeusExMachina>::~sp_counted_impl_p() [498]
                0.00    0.00       8/14318       boost::detail::sp_counted_impl_p<GeometricalModel>::~sp_counted_impl_p() [496]
                0.00    0.00       8/14318       boost::detail::sp_counted_impl_p<MetaEngine>::~sp_counted_impl_p() [495]
                0.00    0.00      14/14318       boost::detail::sp_counted_impl_p<FileGenerator>::~sp_counted_impl_p() [473]
                0.00    0.00    2239/14318       boost::detail::sp_counted_impl_p<Interaction>::~sp_counted_impl_p() [260]
                0.00    0.00   11991/14318       boost::detail::sp_counted_impl_p<Archive>::~sp_counted_impl_p() [216]
[187]    0.1    0.01    0.00   14318         boost::detail::sp_counted_base::~sp_counted_base() [187]
-----------------------------------------------
                0.00    0.00     407/3299        Se3<double>::Se3(Wm3::Vector3<double>, Wm3::Quaternion<double>) [68]
                0.00    0.00     814/3299        FundamentalHandler<Se3<double> >::creator(Archive&, boost::any&) [15]
                0.00    0.00     851/3299        Se3<double>::Se3() [248]
                0.00    0.00    1227/3299        BoundingVolume::BoundingVolume() [215]
[188]    0.1    0.01    0.00    3299         Wm3::Vector3<double>::Vector3() [188]
-----------------------------------------------
                0.00    0.01     406/406         boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Body> >(std::string const&, boost::shared_ptr<Body>&) [120]
[189]    0.1    0.00    0.01     406         boost::any::any<boost::shared_ptr<Body>*>(boost::shared_ptr<Body>* const&) [189]
                0.01    0.00     406/812         boost::any::holder<boost::shared_ptr<Body>*>::holder(boost::shared_ptr<Body>* const&) [171]
-----------------------------------------------
                0.01    0.00       9/9           std::vector<double, std::allocator<double> >::vector(std::allocator<double> const&) [200]
[190]    0.1    0.01    0.00       9         std::_Vector_base<double, std::allocator<double> >::_Vector_base(std::allocator<double> const&) [190]
                0.00    0.00       9/9           std::_Vector_base<double, std::allocator<double> >::_Vector_impl::_Vector_impl(std::allocator<double> const&) [1482]
-----------------------------------------------
                0.00    0.00       2/4           PhysicalActionContainer::PhysicalActionContainer() [225]
                0.00    0.00       2/4           PhysicalActionContainer::PhysicalActionContainer() [226]
[191]    0.1    0.01    0.00       4         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::vector(std::allocator<boost::shared_ptr<PhysicalAction> > const&) [191]
                0.00    0.00     413/413         std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_Vector_base(std::allocator<boost::shared_ptr<PhysicalAction> > const&) [1046]
-----------------------------------------------
                0.01    0.00       1/1           NullGUI::loop() [121]
[192]    0.1    0.01    0.00       1         Omega::getTimeStep() [192]
-----------------------------------------------
                0.01    0.00       1/1           NullGUI::run(int, char**) [113]
[193]    0.1    0.01    0.00       1         Omega::setTimeStep(double) [193]
-----------------------------------------------
                                                 <spontaneous>
[194]    0.1    0.01    0.00                 VerifyInteractionPhysics() [194]
-----------------------------------------------
                                                 <spontaneous>
[195]    0.1    0.01    0.00                 PhysicalAction::incrementMaxCurrentlyUsedClassIndex() [195]
                0.00    0.00       6/16          PhysicalAction::getMaxCurrentlyUsedIndexStatic() [1360]
-----------------------------------------------
                                                 <spontaneous>
[196]    0.1    0.01    0.00                 PointerHandler<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::accessor(Archive&, boost::shared_ptr<Archive>&) [196]
-----------------------------------------------
                                                 <spontaneous>
[197]    0.1    0.01    0.00                 __gnu_cxx::new_allocator<boost::shared_ptr<Interaction> >::construct(boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction> const&) [197]
-----------------------------------------------
                                                 <spontaneous>
[198]    0.1    0.01    0.00                 boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::zone_as_posix_string() const [198]
-----------------------------------------------
                                                 <spontaneous>
[199]    0.1    0.01    0.00                 std::vector<double, std::allocator<double> >::max_size() const [199]
-----------------------------------------------
                                                 <spontaneous>
[200]    0.1    0.00    0.01                 std::vector<double, std::allocator<double> >::vector(std::allocator<double> const&) [200]
                0.01    0.00       9/9           std::_Vector_base<double, std::allocator<double> >::_Vector_base(std::allocator<double> const&) [190]
-----------------------------------------------
                0.00    0.00   11991/11991       boost::any::operator=(boost::any const&) [202]
[201]    0.1    0.00    0.00   11991         boost::any::any(boost::any const&) [201]
                0.00    0.00     406/406         boost::any::holder<boost::shared_ptr<Body>*>::clone() const [204]
                0.00    0.00    2059/2059        boost::any::holder<Serializable*>::clone() const [888]
                0.00    0.00    1641/1641        boost::any::holder<Wm3::Vector3<double>*>::clone() const [913]
                0.00    0.00    1636/1636        boost::any::holder<bool*>::clone() const [923]
                0.00    0.00     813/813         boost::any::holder<Wm3::Vector3<float>*>::clone() const [984]
                0.00    0.00     418/418         boost::any::holder<int*>::clone() const [1037]
                0.00    0.00     417/417         boost::any::holder<unsigned int*>::clone() const [1043]
                0.00    0.00     407/407         boost::any::holder<Se3<double>*>::clone() const [1058]
                0.00    0.00     407/407         boost::any::holder<boost::shared_ptr<BoundingVolume>*>::clone() const [1060]
                0.00    0.00     407/407         boost::any::holder<boost::shared_ptr<InteractingGeometry>*>::clone() const [1065]
                0.00    0.00     407/407         boost::any::holder<boost::shared_ptr<GeometricalModel>*>::clone() const [1061]
                0.00    0.00     407/407         boost::any::holder<boost::shared_ptr<PhysicalParameters>*>::clone() const [1063]
                0.00    0.00      60/60          boost::any::holder<std::string*>::clone() const [1194]
                0.00    0.00      18/18          boost::any::holder<std::vector<std::string, std::allocator<std::string> >*>::clone() const [1327]
                0.00    0.00      18/18          boost::any::holder<boost::shared_ptr<Engine>*>::clone() const [1326]
                0.00    0.00      12/78308024     data_start [697]
                0.00    0.00       8/8           boost::any::holder<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>::clone() const [1513]
                0.00    0.00       8/8           boost::any::holder<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>::clone() const [1514]
                0.00    0.00       2/2           boost::any::holder<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >*>::clone() const [1818]
                0.00    0.00       2/2           boost::any::holder<boost::shared_ptr<EngineUnit>*>::clone() const [1815]
                0.00    0.00       2/2           boost::any::holder<boost::shared_ptr<InteractionContainer>*>::clone() const [1817]
                0.00    0.00       2/2           boost::any::holder<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>::clone() const [1819]
                0.00    0.00       1/1           boost::any::holder<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >*>::clone() const [2080]
                0.00    0.00       1/1           boost::any::holder<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>::clone() const [2081]
                0.00    0.00       1/1           boost::any::holder<std::vector<int, std::allocator<int> >*>::clone() const [2082]
                0.00    0.00       1/1           boost::any::holder<boost::shared_ptr<PhysicalActionContainer>*>::clone() const [2077]
                0.00    0.00       1/1           boost::any::holder<boost::shared_ptr<BodyContainer>*>::clone() const [2075]
                0.00    0.00       1/1           boost::any::holder<boost::shared_ptr<MetaBody>*>::clone() const [2079]
                0.00    0.00       1/1           boost::any::holder<boost::shared_ptr<Preferences>*>::clone() const [2073]
-----------------------------------------------
                0.00    0.00   11991/11991       Archive::setAddress(boost::any) [203]
[202]    0.1    0.00    0.00   11991         boost::any::operator=(boost::any const&) [202]
                0.00    0.00   11991/11991       boost::any::any(boost::any const&) [201]
                0.00    0.00   11991/11991       boost::any::swap(boost::any&) [791]
                0.00    0.00   11991/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(std::string const&, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >&) [300]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<std::vector<int, std::allocator<int> > >(std::string const&, std::vector<int, std::allocator<int> >&) [494]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<MetaBody> >(std::string const&, boost::shared_ptr<MetaBody>&) [347]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<MetaBody>(std::string const&, MetaBody&) [493]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BodyContainer> >(std::string const&, boost::shared_ptr<BodyContainer>&) [110]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<BodyContainer>(std::string const&, BodyContainer&) [491]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalActionContainer> >(std::string const&, boost::shared_ptr<PhysicalActionContainer>&) [244]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<PhysicalActionContainer>(std::string const&, PhysicalActionContainer&) [492]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(std::string const&, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >&) [416]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Preferences> >(std::string const&, boost::shared_ptr<Preferences>&) [440]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<Preferences>(std::string const&, Preferences&) [490]
                0.00    0.00       2/9552        boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(std::string const&, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >&) [9]
                0.00    0.00       2/9552        boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(std::string const&, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >&) [403]
                0.00    0.00       2/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractionContainer> >(std::string const&, boost::shared_ptr<InteractionContainer>&) [405]
                0.00    0.00       2/9552        boost::shared_ptr<Archive> Archive::create<InteractionContainer>(std::string const&, InteractionContainer&) [466]
                0.00    0.00       2/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<EngineUnit> >(std::string const&, boost::shared_ptr<EngineUnit>&) [404]
                0.00    0.00       2/9552        boost::shared_ptr<Archive> Archive::create<EngineUnit>(std::string const&, EngineUnit&) [465]
                0.00    0.00       8/9552        boost::shared_ptr<Archive> Archive::create<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(std::string const&, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&) [392]
                0.00    0.00       8/9552        boost::shared_ptr<Archive> Archive::create<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >(std::string const&, std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >&) [350]
                0.00    0.00      18/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Engine> >(std::string const&, boost::shared_ptr<Engine>&) [326]
                0.00    0.00      18/9552        boost::shared_ptr<Archive> Archive::create<Engine>(std::string const&, Engine&) [361]
                0.00    0.00      18/9552        boost::shared_ptr<Archive> Archive::create<std::vector<std::string, std::allocator<std::string> > >(std::string const&, std::vector<std::string, std::allocator<std::string> >&) [362]
                0.00    0.00      60/9552        boost::shared_ptr<Archive> Archive::create<std::string>(std::string const&, std::string&) [325]
                0.00    0.00     406/9552        boost::shared_ptr<Archive> Archive::create<GeometricalModel>(std::string const&, GeometricalModel&) [257]
                0.00    0.00     406/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Body> >(std::string const&, boost::shared_ptr<Body>&) [120]
                0.00    0.00     406/9552        boost::shared_ptr<Archive> Archive::create<Body>(std::string const&, Body&) [258]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalParameters> >(std::string const&, boost::shared_ptr<PhysicalParameters>&) [206]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<PhysicalParameters>(std::string const&, PhysicalParameters&) [255]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<GeometricalModel> >(std::string const&, boost::shared_ptr<GeometricalModel>&) [224]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractingGeometry> >(std::string const&, boost::shared_ptr<InteractingGeometry>&) [223]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<InteractingGeometry>(std::string const&, InteractingGeometry&) [256]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BoundingVolume> >(std::string const&, boost::shared_ptr<BoundingVolume>&) [179]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<BoundingVolume>(std::string const&, BoundingVolume&) [254]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<Se3<double> >(std::string const&, Se3<double>&) [128]
                0.00    0.00     417/9552        boost::shared_ptr<Archive> Archive::create<unsigned int>(std::string const&, unsigned int&) [253]
                0.00    0.00     418/9552        boost::shared_ptr<Archive> Archive::create<int>(std::string const&, int&) [252]
                0.00    0.00     813/9552        boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<float> >(std::string const&, Wm3::Vector3<float>&) [239]
                0.00    0.00    1636/9552        boost::shared_ptr<Archive> Archive::create<bool>(std::string const&, bool&) [210]
                0.00    0.00    1641/9552        boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<double> >(std::string const&, Wm3::Vector3<double>&) [209]
[203]    0.1    0.00    0.00    9552         Archive::setAddress(boost::any) [203]
                0.00    0.00   11991/11991       boost::any::operator=(boost::any const&) [202]
-----------------------------------------------
                0.00    0.00     406/406         boost::any::any(boost::any const&) [201]
[204]    0.1    0.00    0.00     406         boost::any::holder<boost::shared_ptr<Body>*>::clone() const [204]
                0.00    0.00     406/812         boost::any::holder<boost::shared_ptr<Body>*>::holder(boost::shared_ptr<Body>* const&) [171]
-----------------------------------------------
                0.00    0.00     407/407         Body::registerAttributes() [125]
[205]    0.1    0.00    0.00     407         void Serializable::registerAttribute<boost::shared_ptr<PhysicalParameters> >(std::string const&, boost::shared_ptr<PhysicalParameters>&) [205]
                0.00    0.00     407/407         boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalParameters> >(std::string const&, boost::shared_ptr<PhysicalParameters>&) [206]
                0.00    0.00     407/6994        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::push_back(boost::shared_ptr<Archive> const&) [277]
                0.00    0.00     407/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
-----------------------------------------------
                0.00    0.00     407/407         void Serializable::registerAttribute<boost::shared_ptr<PhysicalParameters> >(std::string const&, boost::shared_ptr<PhysicalParameters>&) [205]
[206]    0.1    0.00    0.00     407         boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalParameters> >(std::string const&, boost::shared_ptr<PhysicalParameters>&) [206]
                0.00    0.00     407/407         SerializableTypes::Type findType<PhysicalParameters>(boost::shared_ptr<PhysicalParameters>&, bool&, std::string&) [218]
                0.00    0.00     407/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00     814/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00     407/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00    4070/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00    1221/28656       Archive::getRecordType() [750]
                0.00    0.00     407/78308024     data_start [697]
                0.00    0.00     407/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00     407/9552        Archive::setFundamental(bool) [815]
                0.00    0.00     407/407         boost::any::any<boost::shared_ptr<PhysicalParameters>*>(boost::shared_ptr<PhysicalParameters>* const&) [1051]
                0.00    0.00     407/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00     406/813         CreateBody() [237]
                0.00    0.00     407/813         SerializableTypes::Type findType<Body>(boost::shared_ptr<Body>&, bool&, std::string&) [129]
[207]    0.1    0.00    0.00     813         Body::Body() [207]
                0.00    0.00     813/6705        Serializable::Serializable() [105]
                0.00    0.00     813/815         boost::shared_ptr<PhysicalParameters>::shared_ptr() [421]
                0.00    0.00     813/815         boost::shared_ptr<GeometricalModel>::shared_ptr() [420]
                0.00    0.00     813/815         boost::shared_ptr<InteractingGeometry>::shared_ptr() [422]
                0.00    0.00     813/815         boost::shared_ptr<BoundingVolume>::shared_ptr() [419]
-----------------------------------------------
                                                 <spontaneous>
[208]    0.0    0.00    0.00                 PointerHandler<boost::shared_ptr<BoundingVolume> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [208]
                0.00    0.00     407/817         boost::shared_ptr<BoundingVolume>::~shared_ptr() [182]
                0.00    0.00     407/407         boost::shared_ptr<Archive> Archive::create<BoundingVolume>(std::string const&, BoundingVolume&) [254]
                0.00    0.00     407/409         boost::shared_ptr<BoundingVolume>::shared_ptr<BoundingVolume>(BoundingVolume*) [287]
                0.00    0.00     407/2556        boost::shared_ptr<Archive>::operator=(boost::shared_ptr<Archive> const&) [238]
                0.00    0.00     407/407         boost::shared_ptr<BoundingVolume>* boost::any_cast<boost::shared_ptr<BoundingVolume>*>(boost::any&) [314]
                0.00    0.00     407/407         boost::shared_ptr<BoundingVolume>::operator=(boost::shared_ptr<BoundingVolume> const&) [341]
                0.00    0.00     407/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
                0.00    0.00     407/2556        Archive::getName() [875]
                0.00    0.00     407/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00     407/78308024     data_start [697]
                0.00    0.00     407/8010        Archive::getAddress() [825]
                0.00    0.00     407/407         boost::shared_ptr<BoundingVolume>::operator*() const [1054]
-----------------------------------------------
                0.00    0.00    1641/1641        void Serializable::registerAttribute<Wm3::Vector3<double> >(std::string const&, Wm3::Vector3<double>&) [180]
[209]    0.0    0.00    0.00    1641         boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<double> >(std::string const&, Wm3::Vector3<double>&) [209]
                0.00    0.00    1641/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00    3282/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00    1641/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00   16410/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00    4923/28656       Archive::getRecordType() [750]
                0.00    0.00    1641/78308024     data_start [697]
                0.00    0.00    1641/1641        SerializableTypes::Type findType<Wm3::Vector3<double> >(Wm3::Vector3<double>&, bool&, std::string&) [907]
                0.00    0.00    1641/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00    1641/9552        Archive::setFundamental(bool) [815]
                0.00    0.00    1641/1641        boost::any::any<Wm3::Vector3<double>*>(Wm3::Vector3<double>* const&) [911]
                0.00    0.00    1641/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00    1636/1636        void Serializable::registerAttribute<bool>(std::string const&, bool&) [183]
[210]    0.0    0.00    0.00    1636         boost::shared_ptr<Archive> Archive::create<bool>(std::string const&, bool&) [210]
                0.00    0.00    1636/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00    3272/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00    1636/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00   16360/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00    4908/28656       Archive::getRecordType() [750]
                0.00    0.00    1636/78308024     data_start [697]
                0.00    0.00    1636/1636        SerializableTypes::Type findType<bool>(bool&, bool&, std::string&) [915]
                0.00    0.00    1636/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00    1636/9552        Archive::setFundamental(bool) [815]
                0.00    0.00    1636/1636        boost::any::any<bool*>(bool* const&) [917]
                0.00    0.00    1636/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00    4034/4034        boost::shared_ptr<Interaction>::shared_ptr<Interaction>(Interaction*) [213]
[211]    0.0    0.00    0.00    4034         boost::detail::shared_count::shared_count<Interaction>(Interaction*) [211]
                0.00    0.00    4034/4034        boost::detail::sp_counted_impl_p<Interaction>::sp_counted_impl_p(Interaction*) [212]
-----------------------------------------------
                0.00    0.00    4034/4034        boost::detail::shared_count::shared_count<Interaction>(Interaction*) [211]
[212]    0.0    0.00    0.00    4034         boost::detail::sp_counted_impl_p<Interaction>::sp_counted_impl_p(Interaction*) [212]
                0.00    0.00    4034/18174       boost::detail::sp_counted_base::sp_counted_base() [136]
-----------------------------------------------
                                                 <spontaneous>
[213]    0.0    0.00    0.00                 boost::shared_ptr<Interaction>::shared_ptr<Interaction>(Interaction*) [213]
                0.00    0.00    4034/4034        boost::detail::shared_count::shared_count<Interaction>(Interaction*) [211]
                0.00    0.00    4034/18174       boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...) [772]
-----------------------------------------------
                0.00    0.00     407/407         boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BoundingVolume> >(std::string const&, boost::shared_ptr<BoundingVolume>&) [179]
[214]    0.0    0.00    0.00     407         SerializableTypes::Type findType<BoundingVolume>(boost::shared_ptr<BoundingVolume>&, bool&, std::string&) [214]
                0.00    0.00     407/409         BoundingVolume::BoundingVolume() [215]
                0.00    0.00     407/407         BoundingVolume::~BoundingVolume() [396]
                0.00    0.00     407/814         SerializableTypes::Type findType<BoundingVolume>(BoundingVolume&, bool&, std::string&) [959]
-----------------------------------------------
                0.00    0.00       2/409         CreateSharedBoundingVolume() [382]
                0.00    0.00     407/409         SerializableTypes::Type findType<BoundingVolume>(boost::shared_ptr<BoundingVolume>&, bool&, std::string&) [214]
[215]    0.0    0.00    0.00     409         BoundingVolume::BoundingVolume() [215]
                0.00    0.00     409/6705        Serializable::Serializable() [105]
                0.00    0.00    1227/3299        Wm3::Vector3<double>::Vector3() [188]
                0.00    0.00     409/78308024     data_start [697]
-----------------------------------------------
                0.00    0.00   11991/11991       boost::detail::sp_counted_base::destroy() [186]
[216]    0.0    0.00    0.00   11991         boost::detail::sp_counted_impl_p<Archive>::~sp_counted_impl_p() [216]
                0.00    0.00   11991/14318       boost::detail::sp_counted_base::~sp_counted_base() [187]
-----------------------------------------------
                0.00    0.00       7/414         CreateSharedPhysicalParameters() [351]
                0.00    0.00     407/414         SerializableTypes::Type findType<PhysicalParameters>(boost::shared_ptr<PhysicalParameters>&, bool&, std::string&) [218]
[217]    0.0    0.00    0.00     414         PhysicalParameters::PhysicalParameters() [217]
                0.00    0.00     415/6705        Serializable::Serializable() [105]
                0.00    0.00     415/415         Se3<double>::Se3() [248]
                0.00    0.00     415/78308024     data_start [697]
-----------------------------------------------
                0.00    0.00     407/407         boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalParameters> >(std::string const&, boost::shared_ptr<PhysicalParameters>&) [206]
[218]    0.0    0.00    0.00     407         SerializableTypes::Type findType<PhysicalParameters>(boost::shared_ptr<PhysicalParameters>&, bool&, std::string&) [218]
                0.00    0.00     407/414         PhysicalParameters::PhysicalParameters() [217]
                0.00    0.00     407/407         PhysicalParameters::~PhysicalParameters() [398]
                0.00    0.00     407/814         SerializableTypes::Type findType<PhysicalParameters>(PhysicalParameters&, bool&, std::string&) [960]
-----------------------------------------------
                0.00    0.00     407/407         Body::registerAttributes() [125]
[219]    0.0    0.00    0.00     407         void Serializable::registerAttribute<boost::shared_ptr<InteractingGeometry> >(std::string const&, boost::shared_ptr<InteractingGeometry>&) [219]
                0.00    0.00     407/407         boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractingGeometry> >(std::string const&, boost::shared_ptr<InteractingGeometry>&) [223]
                0.00    0.00     407/6994        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::push_back(boost::shared_ptr<Archive> const&) [277]
                0.00    0.00     407/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
-----------------------------------------------
                0.00    0.00     407/407         Body::registerAttributes() [125]
[220]    0.0    0.00    0.00     407         void Serializable::registerAttribute<boost::shared_ptr<GeometricalModel> >(std::string const&, boost::shared_ptr<GeometricalModel>&) [220]
                0.00    0.00     407/407         boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<GeometricalModel> >(std::string const&, boost::shared_ptr<GeometricalModel>&) [224]
                0.00    0.00     407/6994        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::push_back(boost::shared_ptr<Archive> const&) [277]
                0.00    0.00     407/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
-----------------------------------------------
                0.00    0.00    7831/7831        std::string const* boost::any_cast<std::string const*>(boost::any&) [222]
[221]    0.0    0.00    0.00    7831         std::string const** boost::any_cast<std::string const*>(boost::any*) [221]
                0.00    0.00    7831/21233       boost::any::type() const [150]
                0.00    0.00    7831/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00      60/5392        FundamentalHandler<std::string>::creator(Archive&, boost::any&) [336]
                0.00    0.00     407/5392        FundamentalHandler<Se3<double> >::creator(Archive&, boost::any&) [15]
                0.00    0.00     417/5392        void lexical_copy<unsigned int>(Archive&, boost::any&) [270]
                0.00    0.00     418/5392        void lexical_copy<int>(Archive&, boost::any&) [265]
                0.00    0.00     813/5392        FundamentalHandler<Wm3::Vector3<float> >::creator(Archive&, boost::any&) [247]
                0.00    0.00    1636/5392        void lexical_copy<bool>(Archive&, boost::any&) [228]
                0.00    0.00    1641/5392        FundamentalHandler<Wm3::Vector3<double> >::creator(Archive&, boost::any&) [227]
[222]    0.0    0.00    0.00    5392         std::string const* boost::any_cast<std::string const*>(boost::any&) [222]
                0.00    0.00    7831/7831        std::string const** boost::any_cast<std::string const*>(boost::any*) [221]
-----------------------------------------------
                0.00    0.00     407/407         void Serializable::registerAttribute<boost::shared_ptr<InteractingGeometry> >(std::string const&, boost::shared_ptr<InteractingGeometry>&) [219]
[223]    0.0    0.00    0.00     407         boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractingGeometry> >(std::string const&, boost::shared_ptr<InteractingGeometry>&) [223]
                0.00    0.00     407/407         SerializableTypes::Type findType<InteractingGeometry>(boost::shared_ptr<InteractingGeometry>&, bool&, std::string&) [235]
                0.00    0.00     407/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00     814/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00     407/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00    4070/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00    1221/28656       Archive::getRecordType() [750]
                0.00    0.00     407/78308024     data_start [697]
                0.00    0.00     407/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00     407/9552        Archive::setFundamental(bool) [815]
                0.00    0.00     407/407         boost::any::any<boost::shared_ptr<InteractingGeometry>*>(boost::shared_ptr<InteractingGeometry>* const&) [1052]
                0.00    0.00     407/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00     407/407         void Serializable::registerAttribute<boost::shared_ptr<GeometricalModel> >(std::string const&, boost::shared_ptr<GeometricalModel>&) [220]
[224]    0.0    0.00    0.00     407         boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<GeometricalModel> >(std::string const&, boost::shared_ptr<GeometricalModel>&) [224]
                0.00    0.00     407/407         SerializableTypes::Type findType<GeometricalModel>(boost::shared_ptr<GeometricalModel>&, bool&, std::string&) [236]
                0.00    0.00     407/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00     814/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00     407/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00    4070/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00    1221/28656       Archive::getRecordType() [750]
                0.00    0.00     407/78308024     data_start [697]
                0.00    0.00     407/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00     407/9552        Archive::setFundamental(bool) [815]
                0.00    0.00     407/407         boost::any::any<boost::shared_ptr<GeometricalModel>*>(boost::shared_ptr<GeometricalModel>* const&) [1050]
                0.00    0.00     407/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00       1/2           CreateSharedPhysicalActionContainer() [245]
                0.00    0.00       1/2           SerializableTypes::Type findType<PhysicalActionContainer>(boost::shared_ptr<PhysicalActionContainer>&, bool&, std::string&) [246]
[225]    0.0    0.00    0.00       2         PhysicalActionContainer::PhysicalActionContainer() [225]
                0.00    0.00       2/4           std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::vector(std::allocator<boost::shared_ptr<PhysicalAction> > const&) [191]
                0.00    0.00       2/4           std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::clear() [242]
                0.00    0.00       2/6705        Serializable::Serializable() [105]
                0.00    0.00       2/4           std::allocator<boost::shared_ptr<PhysicalAction> >::allocator() [1667]
                0.00    0.00       2/2955        std::allocator<boost::shared_ptr<PhysicalAction> >::~allocator() [865]
-----------------------------------------------
                                                 <spontaneous>
[226]    0.0    0.00    0.00                 PhysicalActionContainer::PhysicalActionContainer() [226]
                0.00    0.00       2/4           std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::vector(std::allocator<boost::shared_ptr<PhysicalAction> > const&) [191]
                0.00    0.00       2/4           std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::clear() [242]
                0.00    0.00       2/6705        Serializable::Serializable() [105]
                0.00    0.00       2/4           std::allocator<boost::shared_ptr<PhysicalAction> >::allocator() [1667]
                0.00    0.00       2/2955        std::allocator<boost::shared_ptr<PhysicalAction> >::~allocator() [865]
-----------------------------------------------
                                                 <spontaneous>
[227]    0.0    0.00    0.00                 FundamentalHandler<Wm3::Vector3<double> >::creator(Archive&, boost::any&) [227]
                0.00    0.00    1641/5392        std::string const* boost::any_cast<std::string const*>(boost::any&) [222]
                0.00    0.00    1641/21233       boost::any::type() const [150]
                0.00    0.00    1641/1641        Wm3::Vector3<double>* boost::any_cast<Wm3::Vector3<double>*>(boost::any&) [262]
                0.00    0.00    4923/10322       std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) [801]
                0.00    0.00    4923/7772        double boost::lexical_cast<double, std::string>(std::string const&) [826]
                0.00    0.00    1641/114089      std::type_info::operator==(std::type_info const&) const [722]
                0.00    0.00    1641/8010        Archive::getAddress() [825]
                0.00    0.00    1641/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00    1641/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00    1641/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00    1641/78308024     data_start [697]
                0.00    0.00    1641/1641        Wm3::Vector3<double>::X() [908]
                0.00    0.00    1641/1641        Wm3::Vector3<double>::Y() [909]
                0.00    0.00    1641/1641        Wm3::Vector3<double>::Z() [910]
                0.00    0.00    1641/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00    1636/1636        FundamentalHandler<bool>::creator(Archive&, boost::any&) [229]
[228]    0.0    0.00    0.00    1636         void lexical_copy<bool>(Archive&, boost::any&) [228]
                0.00    0.00    1636/5392        std::string const* boost::any_cast<std::string const*>(boost::any&) [222]
                0.00    0.00    1636/21233       boost::any::type() const [150]
                0.00    0.00    1636/1636        bool* boost::any_cast<bool*>(boost::any&) [264]
                0.00    0.00    1636/114089      std::type_info::operator==(std::type_info const&) const [722]
                0.00    0.00    1636/8010        Archive::getAddress() [825]
                0.00    0.00    1636/1636        bool boost::lexical_cast<bool, std::string>(std::string const&) [916]
-----------------------------------------------
                                                 <spontaneous>
[229]    0.0    0.00    0.00                 FundamentalHandler<bool>::creator(Archive&, boost::any&) [229]
                0.00    0.00    1636/1636        void lexical_copy<bool>(Archive&, boost::any&) [228]
-----------------------------------------------
                0.00    0.00   24086/24086       BodyContainerIteratorPointer::~BodyContainerIteratorPointer() [231]
[230]    0.0    0.00    0.00   24086         boost::shared_ptr<BodyContainerIterator>::~shared_ptr() [230]
                0.00    0.00   48172/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                                                 <spontaneous>
[231]    0.0    0.00    0.00                 BodyContainerIteratorPointer::~BodyContainerIteratorPointer() [231]
                0.00    0.00   24086/24086       boost::shared_ptr<BodyContainerIterator>::~shared_ptr() [230]
-----------------------------------------------
                0.00    0.00     406/813         GeometricalModel::registerAttributes() [184]
                0.00    0.00     407/813         InteractingGeometry::registerAttributes() [251]
[232]    0.0    0.00    0.00     813         void Serializable::registerAttribute<Wm3::Vector3<float> >(std::string const&, Wm3::Vector3<float>&) [232]
                0.00    0.00     813/813         boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<float> >(std::string const&, Wm3::Vector3<float>&) [239]
                0.00    0.00     813/6994        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::push_back(boost::shared_ptr<Archive> const&) [277]
                0.00    0.00     813/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
-----------------------------------------------
                0.00    0.00       8/415         CreateSharedGeometricalModel() [359]
                0.00    0.00     407/415         SerializableTypes::Type findType<GeometricalModel>(boost::shared_ptr<GeometricalModel>&, bool&, std::string&) [236]
[233]    0.0    0.00    0.00     415         GeometricalModel::GeometricalModel() [233]
                0.00    0.00     415/6705        Serializable::Serializable() [105]
                0.00    0.00     415/78308024     data_start [697]
                0.00    0.00     415/828         Wm3::Vector3<float>::Vector3() [955]
-----------------------------------------------
                0.00    0.00       5/412         CreateSharedInteractingGeometry() [304]
                0.00    0.00     407/412         SerializableTypes::Type findType<InteractingGeometry>(boost::shared_ptr<InteractingGeometry>&, bool&, std::string&) [235]
[234]    0.0    0.00    0.00     412         InteractingGeometry::InteractingGeometry() [234]
                0.00    0.00     413/6705        Serializable::Serializable() [105]
                0.00    0.00     413/78308024     data_start [697]
                0.00    0.00     413/828         Wm3::Vector3<float>::Vector3() [955]
-----------------------------------------------
                0.00    0.00     407/407         boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractingGeometry> >(std::string const&, boost::shared_ptr<InteractingGeometry>&) [223]
[235]    0.0    0.00    0.00     407         SerializableTypes::Type findType<InteractingGeometry>(boost::shared_ptr<InteractingGeometry>&, bool&, std::string&) [235]
                0.00    0.00     407/412         InteractingGeometry::InteractingGeometry() [234]
                0.00    0.00     407/407         InteractingGeometry::~InteractingGeometry() [399]
                0.00    0.00     407/814         SerializableTypes::Type findType<InteractingGeometry>(InteractingGeometry&, bool&, std::string&) [961]
-----------------------------------------------
                0.00    0.00     407/407         boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<GeometricalModel> >(std::string const&, boost::shared_ptr<GeometricalModel>&) [224]
[236]    0.0    0.00    0.00     407         SerializableTypes::Type findType<GeometricalModel>(boost::shared_ptr<GeometricalModel>&, bool&, std::string&) [236]
                0.00    0.00     407/415         GeometricalModel::GeometricalModel() [233]
                0.00    0.00     407/407         GeometricalModel::~GeometricalModel() [397]
                0.00    0.00     407/813         SerializableTypes::Type findType<GeometricalModel>(GeometricalModel&, bool&, std::string&) [976]
-----------------------------------------------
                                                 <spontaneous>
[237]    0.0    0.00    0.00                 CreateBody() [237]
                0.00    0.00     406/813         Body::Body() [207]
-----------------------------------------------
                0.00    0.00       1/2556        PointerHandler<boost::shared_ptr<MetaBody> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [469]
                0.00    0.00       1/2556        PointerHandler<boost::shared_ptr<BodyContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [64]
                0.00    0.00       1/2556        PointerHandler<boost::shared_ptr<PhysicalActionContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [468]
                0.00    0.00       1/2556        PointerHandler<boost::shared_ptr<Preferences> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [467]
                0.00    0.00       2/2556        PointerHandler<boost::shared_ptr<InteractionContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [293]
                0.00    0.00       2/2556        ContainerHandler<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [400]
                0.00    0.00       2/2556        PointerHandler<boost::shared_ptr<EngineUnit> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [428]
                0.00    0.00      15/2556        ContainerHandler<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [352]
                0.00    0.00      18/2556        ContainerHandler<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [324]
                0.00    0.00      18/2556        PointerHandler<boost::shared_ptr<Engine> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [333]
                0.00    0.00      56/2556        ContainerHandler<std::vector<std::string, std::allocator<std::string> > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [302]
                0.00    0.00     406/2556        PointerHandler<boost::shared_ptr<GeometricalModel> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [241]
                0.00    0.00     406/2556        ContainerHandler<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [91]
                0.00    0.00     406/2556        PointerHandler<boost::shared_ptr<Body> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [34]
                0.00    0.00     407/2556        PointerHandler<boost::shared_ptr<PhysicalParameters> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [240]
                0.00    0.00     407/2556        PointerHandler<boost::shared_ptr<InteractingGeometry> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [138]
                0.00    0.00     407/2556        PointerHandler<boost::shared_ptr<BoundingVolume> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [208]
[238]    0.0    0.00    0.00    2556         boost::shared_ptr<Archive>::operator=(boost::shared_ptr<Archive> const&) [238]
                0.00    0.00   12060/4148236     boost::detail::shared_count::operator=(boost::detail::shared_count const&) [13]
-----------------------------------------------
                0.00    0.00     813/813         void Serializable::registerAttribute<Wm3::Vector3<float> >(std::string const&, Wm3::Vector3<float>&) [232]
[239]    0.0    0.00    0.00     813         boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<float> >(std::string const&, Wm3::Vector3<float>&) [239]
                0.00    0.00     813/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00    1626/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00     813/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00    8130/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00    2439/28656       Archive::getRecordType() [750]
                0.00    0.00     813/78308024     data_start [697]
                0.00    0.00     813/813         SerializableTypes::Type findType<Wm3::Vector3<float> >(Wm3::Vector3<float>&, bool&, std::string&) [978]
                0.00    0.00     813/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00     813/9552        Archive::setFundamental(bool) [815]
                0.00    0.00     813/813         boost::any::any<Wm3::Vector3<float>*>(Wm3::Vector3<float>* const&) [982]
                0.00    0.00     813/21571       boost::any::~any() [762]
-----------------------------------------------
                                                 <spontaneous>
[240]    0.0    0.00    0.00                 PointerHandler<boost::shared_ptr<PhysicalParameters> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [240]
                0.00    0.00     407/407         boost::shared_ptr<Archive> Archive::create<PhysicalParameters>(std::string const&, PhysicalParameters&) [255]
                0.00    0.00     407/414         boost::shared_ptr<PhysicalParameters>::shared_ptr<PhysicalParameters>(PhysicalParameters*) [279]
                0.00    0.00     407/2556        boost::shared_ptr<Archive>::operator=(boost::shared_ptr<Archive> const&) [238]
                0.00    0.00     407/407         boost::shared_ptr<PhysicalParameters>* boost::any_cast<boost::shared_ptr<PhysicalParameters>*>(boost::any&) [316]
                0.00    0.00     407/407         boost::shared_ptr<PhysicalParameters>::operator=(boost::shared_ptr<PhysicalParameters> const&) [342]
                0.00    0.00     407/822         boost::shared_ptr<PhysicalParameters>::~shared_ptr() [368]
                0.00    0.00     407/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
                0.00    0.00     407/2556        Archive::getName() [875]
                0.00    0.00     407/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00     407/78308024     data_start [697]
                0.00    0.00     407/8010        Archive::getAddress() [825]
                0.00    0.00     407/407         boost::shared_ptr<PhysicalParameters>::operator*() const [1055]
-----------------------------------------------
                                                 <spontaneous>
[241]    0.0    0.00    0.00                 PointerHandler<boost::shared_ptr<GeometricalModel> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [241]
                0.00    0.00     406/406         boost::shared_ptr<Archive> Archive::create<GeometricalModel>(std::string const&, GeometricalModel&) [257]
                0.00    0.00     406/414         boost::shared_ptr<GeometricalModel>::shared_ptr<GeometricalModel>(GeometricalModel*) [278]
                0.00    0.00     406/2556        boost::shared_ptr<Archive>::operator=(boost::shared_ptr<Archive> const&) [238]
                0.00    0.00     406/406         boost::shared_ptr<GeometricalModel>* boost::any_cast<boost::shared_ptr<GeometricalModel>*>(boost::any&) [320]
                0.00    0.00     406/406         boost::shared_ptr<GeometricalModel>::operator=(boost::shared_ptr<GeometricalModel> const&) [344]
                0.00    0.00     406/822         boost::shared_ptr<GeometricalModel>::~shared_ptr() [369]
                0.00    0.00     406/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
                0.00    0.00     406/2556        Archive::getName() [875]
                0.00    0.00     406/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00     406/78308024     data_start [697]
                0.00    0.00     406/8010        Archive::getAddress() [825]
                0.00    0.00     406/406         boost::shared_ptr<GeometricalModel>::operator*() const [1068]
-----------------------------------------------
                0.00    0.00       2/4           PhysicalActionContainer::PhysicalActionContainer() [225]
                0.00    0.00       2/4           PhysicalActionContainer::PhysicalActionContainer() [226]
[242]    0.0    0.00    0.00       4         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::clear() [242]
                0.00    0.00       5/5           std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >) [259]
                0.00    0.00       5/412         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::begin() [81]
                0.00    0.00       5/829         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::end() [124]
-----------------------------------------------
                0.00    0.00       1/1           MetaBody::registerAttributes() [92]
[243]    0.0    0.00    0.00       1         void Serializable::registerAttribute<boost::shared_ptr<PhysicalActionContainer> >(std::string const&, boost::shared_ptr<PhysicalActionContainer>&) [243]
                0.00    0.00       1/1           boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalActionContainer> >(std::string const&, boost::shared_ptr<PhysicalActionContainer>&) [244]
                0.00    0.00       1/6994        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::push_back(boost::shared_ptr<Archive> const&) [277]
                0.00    0.00       1/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
-----------------------------------------------
                0.00    0.00       1/1           void Serializable::registerAttribute<boost::shared_ptr<PhysicalActionContainer> >(std::string const&, boost::shared_ptr<PhysicalActionContainer>&) [243]
[244]    0.0    0.00    0.00       1         boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalActionContainer> >(std::string const&, boost::shared_ptr<PhysicalActionContainer>&) [244]
                0.00    0.00       1/1           SerializableTypes::Type findType<PhysicalActionContainer>(boost::shared_ptr<PhysicalActionContainer>&, bool&, std::string&) [246]
                0.00    0.00       1/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00       2/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00       1/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00      10/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00       3/28656       Archive::getRecordType() [750]
                0.00    0.00       1/78308024     data_start [697]
                0.00    0.00       1/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00       1/9552        Archive::setFundamental(bool) [815]
                0.00    0.00       1/1           boost::any::any<boost::shared_ptr<PhysicalActionContainer>*>(boost::shared_ptr<PhysicalActionContainer>* const&) [1972]
                0.00    0.00       1/21571       boost::any::~any() [762]
-----------------------------------------------
                                                 <spontaneous>
[245]    0.0    0.00    0.00                 CreateSharedPhysicalActionContainer() [245]
                0.00    0.00       1/2           PhysicalActionContainer::PhysicalActionContainer() [225]
                0.00    0.00       1/2           boost::shared_ptr<PhysicalActionContainer>::shared_ptr<PhysicalActionContainer>(PhysicalActionContainer*) [505]
                0.00    0.00       1/1           boost::shared_ptr<Factorable>::shared_ptr<PhysicalActionContainer>(boost::shared_ptr<PhysicalActionContainer> const&) [666]
                0.00    0.00       1/3           boost::shared_ptr<PhysicalActionContainer>::~shared_ptr() [636]
-----------------------------------------------
                0.00    0.00       1/1           boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalActionContainer> >(std::string const&, boost::shared_ptr<PhysicalActionContainer>&) [244]
[246]    0.0    0.00    0.00       1         SerializableTypes::Type findType<PhysicalActionContainer>(boost::shared_ptr<PhysicalActionContainer>&, bool&, std::string&) [246]
                0.00    0.00       1/2           PhysicalActionContainer::PhysicalActionContainer() [225]
                0.00    0.00       1/1           PhysicalActionContainer::~PhysicalActionContainer() [654]
                0.00    0.00       1/2           SerializableTypes::Type findType<PhysicalActionContainer>(PhysicalActionContainer&, bool&, std::string&) [1745]
-----------------------------------------------
                                                 <spontaneous>
[247]    0.0    0.00    0.00                 FundamentalHandler<Wm3::Vector3<float> >::creator(Archive&, boost::any&) [247]
                0.00    0.00     813/5392        std::string const* boost::any_cast<std::string const*>(boost::any&) [222]
                0.00    0.00     813/21233       boost::any::type() const [150]
                0.00    0.00     813/813         Wm3::Vector3<float>* boost::any_cast<Wm3::Vector3<float>*>(boost::any&) [296]
                0.00    0.00    2439/10322       std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) [801]
                0.00    0.00    2439/2439        float boost::lexical_cast<float, std::string>(std::string const&) [876]
                0.00    0.00     813/114089      std::type_info::operator==(std::type_info const&) const [722]
                0.00    0.00     813/8010        Archive::getAddress() [825]
                0.00    0.00     813/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00     813/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00     813/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00     813/78308024     data_start [697]
                0.00    0.00     813/813         Wm3::Vector3<float>::X() [979]
                0.00    0.00     813/813         Wm3::Vector3<float>::Y() [980]
                0.00    0.00     813/813         Wm3::Vector3<float>::Z() [981]
                0.00    0.00     813/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00     415/415         PhysicalParameters::PhysicalParameters() [217]
[248]    0.0    0.00    0.00     415         Se3<double>::Se3() [248]
                0.00    0.00     851/3299        Wm3::Vector3<double>::Vector3() [188]
                0.00    0.00     851/1665        Wm3::Quaternion<double>::Quaternion() [905]
-----------------------------------------------
                0.00    0.00       1/408         Preferences::registerAttributes() [389]
                0.00    0.00     407/408         Body::registerAttributes() [125]
[249]    0.0    0.00    0.00     408         void Serializable::registerAttribute<int>(std::string const&, int&) [249]
                0.00    0.00     418/418         boost::shared_ptr<Archive> Archive::create<int>(std::string const&, int&) [252]
                0.00    0.00     418/6994        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::push_back(boost::shared_ptr<Archive> const&) [277]
                0.00    0.00     418/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
-----------------------------------------------
                0.00    0.00       1/408         TimeStepper::registerAttributes() [458]
                0.00    0.00     407/408         Body::registerAttributes() [125]
[250]    0.0    0.00    0.00     408         void Serializable::registerAttribute<unsigned int>(std::string const&, unsigned int&) [250]
                0.00    0.00     417/417         boost::shared_ptr<Archive> Archive::create<unsigned int>(std::string const&, unsigned int&) [253]
                0.00    0.00     417/6994        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::push_back(boost::shared_ptr<Archive> const&) [277]
                0.00    0.00     417/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
-----------------------------------------------
                                                 <spontaneous>
[251]    0.0    0.00    0.00                 InteractingGeometry::registerAttributes() [251]
                0.00    0.00     407/813         void Serializable::registerAttribute<Wm3::Vector3<float> >(std::string const&, Wm3::Vector3<float>&) [232]
-----------------------------------------------
                0.00    0.00     418/418         void Serializable::registerAttribute<int>(std::string const&, int&) [249]
[252]    0.0    0.00    0.00     418         boost::shared_ptr<Archive> Archive::create<int>(std::string const&, int&) [252]
                0.00    0.00     418/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00     836/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00     418/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00    4180/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00    1254/28656       Archive::getRecordType() [750]
                0.00    0.00     418/78308024     data_start [697]
                0.00    0.00     418/419         SerializableTypes::Type findType<int>(int&, bool&, std::string&) [1026]
                0.00    0.00     418/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00     418/9552        Archive::setFundamental(bool) [815]
                0.00    0.00     418/418         boost::any::any<int*>(int* const&) [1031]
                0.00    0.00     418/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00     417/417         void Serializable::registerAttribute<unsigned int>(std::string const&, unsigned int&) [250]
[253]    0.0    0.00    0.00     417         boost::shared_ptr<Archive> Archive::create<unsigned int>(std::string const&, unsigned int&) [253]
                0.00    0.00     417/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00     834/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00     417/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00    4170/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00    1251/28656       Archive::getRecordType() [750]
                0.00    0.00     417/78308024     data_start [697]
                0.00    0.00     417/417         SerializableTypes::Type findType<unsigned int>(unsigned int&, bool&, std::string&) [1039]
                0.00    0.00     417/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00     417/9552        Archive::setFundamental(bool) [815]
                0.00    0.00     417/417         boost::any::any<unsigned int*>(unsigned int* const&) [1041]
                0.00    0.00     417/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00     407/407         PointerHandler<boost::shared_ptr<BoundingVolume> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [208]
[254]    0.0    0.00    0.00     407         boost::shared_ptr<Archive> Archive::create<BoundingVolume>(std::string const&, BoundingVolume&) [254]
                0.00    0.00     407/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00     814/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00     407/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00    3256/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00    1221/28656       Archive::getRecordType() [750]
                0.00    0.00     407/78308024     data_start [697]
                0.00    0.00     407/814         SerializableTypes::Type findType<BoundingVolume>(BoundingVolume&, bool&, std::string&) [959]
                0.00    0.00     407/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00     407/9552        Archive::setFundamental(bool) [815]
                0.00    0.00     407/2059        boost::any::any<Serializable*>(Serializable* const&) [886]
                0.00    0.00     407/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00     407/407         PointerHandler<boost::shared_ptr<PhysicalParameters> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [240]
[255]    0.0    0.00    0.00     407         boost::shared_ptr<Archive> Archive::create<PhysicalParameters>(std::string const&, PhysicalParameters&) [255]
                0.00    0.00     407/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00     814/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00     407/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00    3256/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00    1221/28656       Archive::getRecordType() [750]
                0.00    0.00     407/78308024     data_start [697]
                0.00    0.00     407/814         SerializableTypes::Type findType<PhysicalParameters>(PhysicalParameters&, bool&, std::string&) [960]
                0.00    0.00     407/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00     407/9552        Archive::setFundamental(bool) [815]
                0.00    0.00     407/2059        boost::any::any<Serializable*>(Serializable* const&) [886]
                0.00    0.00     407/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00     407/407         PointerHandler<boost::shared_ptr<InteractingGeometry> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [138]
[256]    0.0    0.00    0.00     407         boost::shared_ptr<Archive> Archive::create<InteractingGeometry>(std::string const&, InteractingGeometry&) [256]
                0.00    0.00     407/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00     814/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00     407/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00    3256/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00    1221/28656       Archive::getRecordType() [750]
                0.00    0.00     407/78308024     data_start [697]
                0.00    0.00     407/814         SerializableTypes::Type findType<InteractingGeometry>(InteractingGeometry&, bool&, std::string&) [961]
                0.00    0.00     407/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00     407/9552        Archive::setFundamental(bool) [815]
                0.00    0.00     407/2059        boost::any::any<Serializable*>(Serializable* const&) [886]
                0.00    0.00     407/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00     406/406         PointerHandler<boost::shared_ptr<GeometricalModel> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [241]
[257]    0.0    0.00    0.00     406         boost::shared_ptr<Archive> Archive::create<GeometricalModel>(std::string const&, GeometricalModel&) [257]
                0.00    0.00     406/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00     812/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00     406/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00    3248/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00    1218/28656       Archive::getRecordType() [750]
                0.00    0.00     406/78308024     data_start [697]
                0.00    0.00     406/813         SerializableTypes::Type findType<GeometricalModel>(GeometricalModel&, bool&, std::string&) [976]
                0.00    0.00     406/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00     406/9552        Archive::setFundamental(bool) [815]
                0.00    0.00     406/2059        boost::any::any<Serializable*>(Serializable* const&) [886]
                0.00    0.00     406/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00     406/406         PointerHandler<boost::shared_ptr<Body> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [34]
[258]    0.0    0.00    0.00     406         boost::shared_ptr<Archive> Archive::create<Body>(std::string const&, Body&) [258]
                0.00    0.00     406/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00     812/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00     406/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00    3248/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00    1218/28656       Archive::getRecordType() [750]
                0.00    0.00     406/78308024     data_start [697]
                0.00    0.00     406/813         SerializableTypes::Type findType<Body>(Body&, bool&, std::string&) [977]
                0.00    0.00     406/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00     406/9552        Archive::setFundamental(bool) [815]
                0.00    0.00     406/2059        boost::any::any<Serializable*>(Serializable* const&) [886]
                0.00    0.00     406/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00       5/5           std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::clear() [242]
[259]    0.0    0.00    0.00       5         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >) [259]
                0.00    0.00       5/5           void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, boost::shared_ptr<PhysicalAction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, std::allocator<boost::shared_ptr<PhysicalAction> >) [269]
                0.00    0.00      10/829         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::end() [124]
                0.00    0.00       5/5           __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >) [662]
                0.00    0.00       5/5           __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&) [678]
                0.00    0.00       5/2951        std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::get_allocator() const [866]
                0.00    0.00       5/2955        std::allocator<boost::shared_ptr<PhysicalAction> >::~allocator() [865]
-----------------------------------------------
                0.00    0.00    2239/2239        boost::detail::sp_counted_base::destroy() [186]
[260]    0.0    0.00    0.00    2239         boost::detail::sp_counted_impl_p<Interaction>::~sp_counted_impl_p() [260]
                0.00    0.00    2239/14318       boost::detail::sp_counted_base::~sp_counted_base() [187]
-----------------------------------------------
                0.00    0.00    1641/1641        Wm3::Vector3<double>* boost::any_cast<Wm3::Vector3<double>*>(boost::any&) [262]
[261]    0.0    0.00    0.00    1641         Wm3::Vector3<double>** boost::any_cast<Wm3::Vector3<double>*>(boost::any*) [261]
                0.00    0.00    1641/21233       boost::any::type() const [150]
                0.00    0.00    1641/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00    1641/1641        FundamentalHandler<Wm3::Vector3<double> >::creator(Archive&, boost::any&) [227]
[262]    0.0    0.00    0.00    1641         Wm3::Vector3<double>* boost::any_cast<Wm3::Vector3<double>*>(boost::any&) [262]
                0.00    0.00    1641/1641        Wm3::Vector3<double>** boost::any_cast<Wm3::Vector3<double>*>(boost::any*) [261]
-----------------------------------------------
                0.00    0.00    1636/1636        bool* boost::any_cast<bool*>(boost::any&) [264]
[263]    0.0    0.00    0.00    1636         bool** boost::any_cast<bool*>(boost::any*) [263]
                0.00    0.00    1636/21233       boost::any::type() const [150]
                0.00    0.00    1636/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00    1636/1636        void lexical_copy<bool>(Archive&, boost::any&) [228]
[264]    0.0    0.00    0.00    1636         bool* boost::any_cast<bool*>(boost::any&) [264]
                0.00    0.00    1636/1636        bool** boost::any_cast<bool*>(boost::any*) [263]
-----------------------------------------------
                0.00    0.00     418/418         FundamentalHandler<int>::creator(Archive&, boost::any&) [266]
[265]    0.0    0.00    0.00     418         void lexical_copy<int>(Archive&, boost::any&) [265]
                0.00    0.00     418/5392        std::string const* boost::any_cast<std::string const*>(boost::any&) [222]
                0.00    0.00     418/21233       boost::any::type() const [150]
                0.00    0.00     418/418         int* boost::any_cast<int*>(boost::any&) [306]
                0.00    0.00     418/114089      std::type_info::operator==(std::type_info const&) const [722]
                0.00    0.00     418/8010        Archive::getAddress() [825]
                0.00    0.00     418/418         int boost::lexical_cast<int, std::string>(std::string const&) [1030]
-----------------------------------------------
                                                 <spontaneous>
[266]    0.0    0.00    0.00                 FundamentalHandler<int>::creator(Archive&, boost::any&) [266]
                0.00    0.00     418/418         void lexical_copy<int>(Archive&, boost::any&) [265]
-----------------------------------------------
                0.00    0.00       8/8           void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >) [268]
[267]    0.0    0.00    0.00       8         void std::__destroy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __false_type) [267]
                0.00    0.00      11/834         bool __gnu_cxx::operator!=<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&) [101]
                0.00    0.00       3/1230        __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::operator*() const [132]
                0.00    0.00       3/1230        __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::operator++() [140]
                0.00    0.00       3/39273816     void std::_Destroy<boost::shared_ptr<PhysicalAction> >(boost::shared_ptr<PhysicalAction>*) <cycle 1> [926]
-----------------------------------------------
                0.00    0.00       8/8           void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, boost::shared_ptr<PhysicalAction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, std::allocator<boost::shared_ptr<PhysicalAction> >) [269]
[268]    0.0    0.00    0.00       8         void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >) [268]
                0.00    0.00       8/8           void std::__destroy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __false_type) [267]
-----------------------------------------------
                0.00    0.00       5/5           std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >) [259]
[269]    0.0    0.00    0.00       5         void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, boost::shared_ptr<PhysicalAction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, std::allocator<boost::shared_ptr<PhysicalAction> >) [269]
                0.00    0.00       8/8           void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >) [268]
-----------------------------------------------
                0.00    0.00     417/417         FundamentalHandler<unsigned int>::creator(Archive&, boost::any&) [271]
[270]    0.0    0.00    0.00     417         void lexical_copy<unsigned int>(Archive&, boost::any&) [270]
                0.00    0.00     417/5392        std::string const* boost::any_cast<std::string const*>(boost::any&) [222]
                0.00    0.00     417/21233       boost::any::type() const [150]
                0.00    0.00     417/417         unsigned int* boost::any_cast<unsigned int*>(boost::any&) [308]
                0.00    0.00     417/114089      std::type_info::operator==(std::type_info const&) const [722]
                0.00    0.00     417/8010        Archive::getAddress() [825]
                0.00    0.00     417/417         unsigned int boost::lexical_cast<unsigned int, std::string>(std::string const&) [1040]
-----------------------------------------------
                                                 <spontaneous>
[271]    0.0    0.00    0.00                 FundamentalHandler<unsigned int>::creator(Archive&, boost::any&) [271]
                0.00    0.00     417/417         void lexical_copy<unsigned int>(Archive&, boost::any&) [270]
-----------------------------------------------
                0.00    0.00       6/103         StandAloneEngine::StandAloneEngine() [381]
                0.00    0.00       7/103         DeusExMachina::DeusExMachina() [377]
                0.00    0.00       8/103         MetaEngine::MetaEngine() [366]
                0.00    0.00      10/103         DeusExMachina::DeusExMachina() [354]
                0.00    0.00      16/103         MetaEngine::MetaEngine() [337]
                0.00    0.00      56/103         StandAloneEngine::StandAloneEngine() [297]
[272]    0.0    0.00    0.00     103         Engine::Engine() [272]
                0.00    0.00     103/6705        Serializable::Serializable() [105]
-----------------------------------------------
                0.00    0.00    9433/9433        __gnu_cxx::new_allocator<boost::shared_ptr<Archive> >::construct(boost::shared_ptr<Archive>*, boost::shared_ptr<Archive> const&) [274]
[273]    0.0    0.00    0.00    9433         boost::shared_ptr<Archive>::shared_ptr(boost::shared_ptr<Archive> const&) [273]
                0.00    0.00    9433/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
-----------------------------------------------
                0.00    0.00    9433/9433        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_create_node(boost::shared_ptr<Archive> const&) [275]
[274]    0.0    0.00    0.00    9433         __gnu_cxx::new_allocator<boost::shared_ptr<Archive> >::construct(boost::shared_ptr<Archive>*, boost::shared_ptr<Archive> const&) [274]
                0.00    0.00    9433/9433        boost::shared_ptr<Archive>::shared_ptr(boost::shared_ptr<Archive> const&) [273]
                0.00    0.00    9433/36675       operator new(unsigned int, void*) [745]
-----------------------------------------------
                0.00    0.00    9433/9433        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_insert(std::_List_iterator<boost::shared_ptr<Archive> >, boost::shared_ptr<Archive> const&) [276]
[275]    0.0    0.00    0.00    9433         std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_create_node(boost::shared_ptr<Archive> const&) [275]
                0.00    0.00    9433/9433        __gnu_cxx::new_allocator<boost::shared_ptr<Archive> >::construct(boost::shared_ptr<Archive>*, boost::shared_ptr<Archive> const&) [274]
                0.00    0.00    9433/9433        std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_get_node() [821]
                0.00    0.00    9433/9433        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::get_allocator() const [820]
                0.00    0.00    9433/824452      std::allocator<boost::shared_ptr<Archive> >::~allocator() [708]
-----------------------------------------------
                0.00    0.00    9433/9433        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::push_back(boost::shared_ptr<Archive> const&) [277]
[276]    0.0    0.00    0.00    9433         std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_insert(std::_List_iterator<boost::shared_ptr<Archive> >, boost::shared_ptr<Archive> const&) [276]
                0.00    0.00    9433/9433        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_create_node(boost::shared_ptr<Archive> const&) [275]
-----------------------------------------------
                0.00    0.00       1/6994        void Serializable::registerAttribute<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(std::string const&, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >&) [298]
                0.00    0.00       1/6994        void Serializable::registerAttribute<std::vector<int, std::allocator<int> > >(std::string const&, std::vector<int, std::allocator<int> >&) [488]
                0.00    0.00       1/6994        void Serializable::registerAttribute<boost::shared_ptr<BodyContainer> >(std::string const&, boost::shared_ptr<BodyContainer>&) [109]
                0.00    0.00       1/6994        void Serializable::registerAttribute<boost::shared_ptr<PhysicalActionContainer> >(std::string const&, boost::shared_ptr<PhysicalActionContainer>&) [243]
                0.00    0.00       1/6994        void Serializable::registerAttribute<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(std::string const&, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >&) [414]
                0.00    0.00       2/6994        void Serializable::registerAttribute<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(std::string const&, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >&) [7]
                0.00    0.00       2/6994        void Serializable::registerAttribute<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(std::string const&, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >&) [401]
                0.00    0.00       2/6994        void Serializable::registerAttribute<boost::shared_ptr<InteractionContainer> >(std::string const&, boost::shared_ptr<InteractionContainer>&) [402]
                0.00    0.00       3/6994        void Serializable::registerAttribute<std::vector<std::string, std::allocator<std::string> > >(std::string const&, std::vector<std::string, std::allocator<std::string> >&) [437]
                0.00    0.00       4/6994        void Serializable::registerAttribute<std::string>(std::string const&, std::string&) [417]
                0.00    0.00       8/6994        void Serializable::registerAttribute<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(std::string const&, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&) [390]
                0.00    0.00       8/6994        void Serializable::registerAttribute<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >(std::string const&, std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >&) [349]
                0.00    0.00     407/6994        void Serializable::registerAttribute<boost::shared_ptr<PhysicalParameters> >(std::string const&, boost::shared_ptr<PhysicalParameters>&) [205]
                0.00    0.00     407/6994        void Serializable::registerAttribute<boost::shared_ptr<GeometricalModel> >(std::string const&, boost::shared_ptr<GeometricalModel>&) [220]
                0.00    0.00     407/6994        void Serializable::registerAttribute<boost::shared_ptr<InteractingGeometry> >(std::string const&, boost::shared_ptr<InteractingGeometry>&) [219]
                0.00    0.00     407/6994        void Serializable::registerAttribute<boost::shared_ptr<BoundingVolume> >(std::string const&, boost::shared_ptr<BoundingVolume>&) [178]
                0.00    0.00     407/6994        void Serializable::registerAttribute<Se3<double> >(std::string const&, Se3<double>&) [126]
                0.00    0.00     417/6994        void Serializable::registerAttribute<unsigned int>(std::string const&, unsigned int&) [250]
                0.00    0.00     418/6994        void Serializable::registerAttribute<int>(std::string const&, int&) [249]
                0.00    0.00     813/6994        void Serializable::registerAttribute<Wm3::Vector3<float> >(std::string const&, Wm3::Vector3<float>&) [232]
                0.00    0.00    1636/6994        void Serializable::registerAttribute<bool>(std::string const&, bool&) [183]
                0.00    0.00    1641/6994        void Serializable::registerAttribute<Wm3::Vector3<double> >(std::string const&, Wm3::Vector3<double>&) [180]
[277]    0.0    0.00    0.00    6994         std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::push_back(boost::shared_ptr<Archive> const&) [277]
                0.00    0.00    9433/9433        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_insert(std::_List_iterator<boost::shared_ptr<Archive> >, boost::shared_ptr<Archive> const&) [276]
                0.00    0.00    9433/9433        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::end() [823]
-----------------------------------------------
                0.00    0.00       8/414         CreateSharedGeometricalModel() [359]
                0.00    0.00     406/414         PointerHandler<boost::shared_ptr<GeometricalModel> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [241]
[278]    0.0    0.00    0.00     414         boost::shared_ptr<GeometricalModel>::shared_ptr<GeometricalModel>(GeometricalModel*) [278]
                0.00    0.00     414/414         boost::detail::shared_count::shared_count<GeometricalModel>(GeometricalModel*) [280]
                0.00    0.00     414/18174       boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...) [772]
-----------------------------------------------
                0.00    0.00       7/414         CreateSharedPhysicalParameters() [351]
                0.00    0.00     407/414         PointerHandler<boost::shared_ptr<PhysicalParameters> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [240]
[279]    0.0    0.00    0.00     414         boost::shared_ptr<PhysicalParameters>::shared_ptr<PhysicalParameters>(PhysicalParameters*) [279]
                0.00    0.00     414/414         boost::detail::shared_count::shared_count<PhysicalParameters>(PhysicalParameters*) [281]
                0.00    0.00     414/18174       boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...) [772]
-----------------------------------------------
                0.00    0.00     414/414         boost::shared_ptr<GeometricalModel>::shared_ptr<GeometricalModel>(GeometricalModel*) [278]
[280]    0.0    0.00    0.00     414         boost::detail::shared_count::shared_count<GeometricalModel>(GeometricalModel*) [280]
                0.00    0.00     414/414         boost::detail::sp_counted_impl_p<GeometricalModel>::sp_counted_impl_p(GeometricalModel*) [282]
-----------------------------------------------
                0.00    0.00     414/414         boost::shared_ptr<PhysicalParameters>::shared_ptr<PhysicalParameters>(PhysicalParameters*) [279]
[281]    0.0    0.00    0.00     414         boost::detail::shared_count::shared_count<PhysicalParameters>(PhysicalParameters*) [281]
                0.00    0.00     414/414         boost::detail::sp_counted_impl_p<PhysicalParameters>::sp_counted_impl_p(PhysicalParameters*) [283]
-----------------------------------------------
                0.00    0.00     414/414         boost::detail::shared_count::shared_count<GeometricalModel>(GeometricalModel*) [280]
[282]    0.0    0.00    0.00     414         boost::detail::sp_counted_impl_p<GeometricalModel>::sp_counted_impl_p(GeometricalModel*) [282]
                0.00    0.00     414/18174       boost::detail::sp_counted_base::sp_counted_base() [136]
-----------------------------------------------
                0.00    0.00     414/414         boost::detail::shared_count::shared_count<PhysicalParameters>(PhysicalParameters*) [281]
[283]    0.0    0.00    0.00     414         boost::detail::sp_counted_impl_p<PhysicalParameters>::sp_counted_impl_p(PhysicalParameters*) [283]
                0.00    0.00     414/18174       boost::detail::sp_counted_base::sp_counted_base() [136]
-----------------------------------------------
                0.00    0.00       5/412         CreateSharedInteractingGeometry() [304]
                0.00    0.00     407/412         PointerHandler<boost::shared_ptr<InteractingGeometry> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [138]
[284]    0.0    0.00    0.00     412         boost::shared_ptr<InteractingGeometry>::shared_ptr<InteractingGeometry>(InteractingGeometry*) [284]
                0.00    0.00     412/412         boost::detail::shared_count::shared_count<InteractingGeometry>(InteractingGeometry*) [285]
                0.00    0.00     412/18174       boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...) [772]
-----------------------------------------------
                0.00    0.00     412/412         boost::shared_ptr<InteractingGeometry>::shared_ptr<InteractingGeometry>(InteractingGeometry*) [284]
[285]    0.0    0.00    0.00     412         boost::detail::shared_count::shared_count<InteractingGeometry>(InteractingGeometry*) [285]
                0.00    0.00     412/412         boost::detail::sp_counted_impl_p<InteractingGeometry>::sp_counted_impl_p(InteractingGeometry*) [286]
-----------------------------------------------
                0.00    0.00     412/412         boost::detail::shared_count::shared_count<InteractingGeometry>(InteractingGeometry*) [285]
[286]    0.0    0.00    0.00     412         boost::detail::sp_counted_impl_p<InteractingGeometry>::sp_counted_impl_p(InteractingGeometry*) [286]
                0.00    0.00     412/18174       boost::detail::sp_counted_base::sp_counted_base() [136]
-----------------------------------------------
                0.00    0.00       2/409         CreateSharedBoundingVolume() [382]
                0.00    0.00     407/409         PointerHandler<boost::shared_ptr<BoundingVolume> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [208]
[287]    0.0    0.00    0.00     409         boost::shared_ptr<BoundingVolume>::shared_ptr<BoundingVolume>(BoundingVolume*) [287]
                0.00    0.00     409/409         boost::detail::shared_count::shared_count<BoundingVolume>(BoundingVolume*) [288]
                0.00    0.00     409/18174       boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...) [772]
-----------------------------------------------
                0.00    0.00     409/409         boost::shared_ptr<BoundingVolume>::shared_ptr<BoundingVolume>(BoundingVolume*) [287]
[288]    0.0    0.00    0.00     409         boost::detail::shared_count::shared_count<BoundingVolume>(BoundingVolume*) [288]
                0.00    0.00     409/409         boost::detail::sp_counted_impl_p<BoundingVolume>::sp_counted_impl_p(BoundingVolume*) [289]
-----------------------------------------------
                0.00    0.00     409/409         boost::detail::shared_count::shared_count<BoundingVolume>(BoundingVolume*) [288]
[289]    0.0    0.00    0.00     409         boost::detail::sp_counted_impl_p<BoundingVolume>::sp_counted_impl_p(BoundingVolume*) [289]
                0.00    0.00     409/18174       boost::detail::sp_counted_base::sp_counted_base() [136]
-----------------------------------------------
                0.00    0.00     406/406         PointerHandler<boost::shared_ptr<Body> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [34]
[290]    0.0    0.00    0.00     406         boost::shared_ptr<Body>::shared_ptr<Body>(Body*) [290]
                0.00    0.00     406/406         boost::detail::shared_count::shared_count<Body>(Body*) [291]
                0.00    0.00     406/18174       boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...) [772]
-----------------------------------------------
                0.00    0.00     406/406         boost::shared_ptr<Body>::shared_ptr<Body>(Body*) [290]
[291]    0.0    0.00    0.00     406         boost::detail::shared_count::shared_count<Body>(Body*) [291]
                0.00    0.00     406/406         boost::detail::sp_counted_impl_p<Body>::sp_counted_impl_p(Body*) [292]
-----------------------------------------------
                0.00    0.00     406/406         boost::detail::shared_count::shared_count<Body>(Body*) [291]
[292]    0.0    0.00    0.00     406         boost::detail::sp_counted_impl_p<Body>::sp_counted_impl_p(Body*) [292]
                0.00    0.00     406/18174       boost::detail::sp_counted_base::sp_counted_base() [136]
-----------------------------------------------
                                                 <spontaneous>
[293]    0.0    0.00    0.00                 PointerHandler<boost::shared_ptr<InteractionContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [293]
                0.00    0.00       2/2           boost::shared_ptr<InteractionContainer>::operator=(boost::shared_ptr<InteractionContainer> const&) [294]
                0.00    0.00       2/2           boost::shared_ptr<Archive> Archive::create<InteractionContainer>(std::string const&, InteractionContainer&) [466]
                0.00    0.00       2/4           boost::shared_ptr<InteractionContainer>::shared_ptr<InteractionContainer>(InteractionContainer*) [475]
                0.00    0.00       2/2556        boost::shared_ptr<Archive>::operator=(boost::shared_ptr<Archive> const&) [238]
                0.00    0.00       2/2           boost::shared_ptr<InteractionContainer>* boost::any_cast<boost::shared_ptr<InteractionContainer>*>(boost::any&) [569]
                0.00    0.00       2/6           boost::shared_ptr<InteractionContainer>::~shared_ptr() [606]
                0.00    0.00       2/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
                0.00    0.00       2/2556        Archive::getName() [875]
                0.00    0.00       2/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00       2/78308024     data_start [697]
                0.00    0.00       2/8010        Archive::getAddress() [825]
                0.00    0.00       2/2           boost::shared_ptr<InteractionContainer>::operator*() const [1812]
-----------------------------------------------
                0.00    0.00       2/2           PointerHandler<boost::shared_ptr<InteractionContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [293]
[294]    0.0    0.00    0.00       2         boost::shared_ptr<InteractionContainer>::operator=(boost::shared_ptr<InteractionContainer> const&) [294]
                0.00    0.00    2002/4148236     boost::detail::shared_count::operator=(boost::detail::shared_count const&) [13]
-----------------------------------------------
                0.00    0.00     813/813         Wm3::Vector3<float>* boost::any_cast<Wm3::Vector3<float>*>(boost::any&) [296]
[295]    0.0    0.00    0.00     813         Wm3::Vector3<float>** boost::any_cast<Wm3::Vector3<float>*>(boost::any*) [295]
                0.00    0.00     813/21233       boost::any::type() const [150]
                0.00    0.00     813/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00     813/813         FundamentalHandler<Wm3::Vector3<float> >::creator(Archive&, boost::any&) [247]
[296]    0.0    0.00    0.00     813         Wm3::Vector3<float>* boost::any_cast<Wm3::Vector3<float>*>(boost::any&) [296]
                0.00    0.00     813/813         Wm3::Vector3<float>** boost::any_cast<Wm3::Vector3<float>*>(boost::any*) [295]
-----------------------------------------------
                0.00    0.00       3/7           TimeStepper::TimeStepper() [329]
                0.00    0.00       4/7           TimeStepper::TimeStepper() [323]
[297]    0.0    0.00    0.00       7         StandAloneEngine::StandAloneEngine() [297]
                0.00    0.00      56/103         Engine::Engine() [272]
-----------------------------------------------
                0.00    0.00       1/1           BodyContainer::registerAttributes() [299]
[298]    0.0    0.00    0.00       1         void Serializable::registerAttribute<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(std::string const&, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >&) [298]
                0.00    0.00       1/1           boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(std::string const&, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >&) [300]
                0.00    0.00       1/6994        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::push_back(boost::shared_ptr<Archive> const&) [277]
                0.00    0.00       1/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
-----------------------------------------------
                                                 <spontaneous>
[299]    0.0    0.00    0.00                 BodyContainer::registerAttributes() [299]
                0.00    0.00       1/1           void Serializable::registerAttribute<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(std::string const&, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >&) [298]
-----------------------------------------------
                0.00    0.00       1/1           void Serializable::registerAttribute<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(std::string const&, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >&) [298]
[300]    0.0    0.00    0.00       1         boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(std::string const&, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >&) [300]
                0.00    0.00       1/1           SerializableTypes::Type findType<boost::shared_ptr<Body> >(std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >&, bool&, std::string&) [301]
                0.00    0.00       1/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00       2/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00       1/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00      10/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00       3/28656       Archive::getRecordType() [750]
                0.00    0.00       1/78308024     data_start [697]
                0.00    0.00       1/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00       1/9552        Archive::setFundamental(bool) [815]
                0.00    0.00       1/1           boost::any::any<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>(std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >* const&) [1975]
                0.00    0.00       1/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00       1/1           boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(std::string const&, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >&) [300]
[301]    0.0    0.00    0.00       1         SerializableTypes::Type findType<boost::shared_ptr<Body> >(std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >&, bool&, std::string&) [301]
                0.00    0.00       1/1325        boost::shared_ptr<Body>::~shared_ptr() [31]
                0.00    0.00       1/407         SerializableTypes::Type findType<Body>(boost::shared_ptr<Body>&, bool&, std::string&) [129]
                0.00    0.00       1/2           boost::shared_ptr<Body>::shared_ptr() [384]
-----------------------------------------------
                                                 <spontaneous>
[302]    0.0    0.00    0.00                 ContainerHandler<std::vector<std::string, std::allocator<std::string> > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [302]
                0.00    0.00      56/60          boost::shared_ptr<Archive> Archive::create<std::string>(std::string const&, std::string&) [325]
                0.00    0.00      56/2556        boost::shared_ptr<Archive>::operator=(boost::shared_ptr<Archive> const&) [238]
                0.00    0.00      74/92          std::vector<std::string, std::allocator<std::string> >* boost::any_cast<std::vector<std::string, std::allocator<std::string> >*>(boost::any&) [373]
                0.00    0.00      56/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
                0.00    0.00      74/8010        Archive::getAddress() [825]
                0.00    0.00      74/55386       bool __gnu_cxx::operator!=<std::string*, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > const&, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > const&) [731]
                0.00    0.00      56/2556        Archive::getName() [875]
                0.00    0.00      56/43253       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator*() const [739]
                0.00    0.00      56/42693       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator++() [740]
                0.00    0.00      56/11188       std::vector<std::string, std::allocator<std::string> >::size() const [796]
                0.00    0.00      18/20945       std::vector<std::string, std::allocator<std::string> >::begin() [763]
                0.00    0.00      18/26521       std::vector<std::string, std::allocator<std::string> >::end() [751]
                0.00    0.00       2/2           __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::__normal_iterator() [1804]
-----------------------------------------------
                                                 <spontaneous>
[303]    0.0    0.00    0.00                 boost::shared_ptr<PhysicalAction>::operator=(boost::shared_ptr<PhysicalAction> const&) [303]
                0.00    0.00    1221/4148236     boost::detail::shared_count::operator=(boost::detail::shared_count const&) [13]
-----------------------------------------------
                                                 <spontaneous>
[304]    0.0    0.00    0.00                 CreateSharedInteractingGeometry() [304]
                0.00    0.00       5/820         boost::shared_ptr<InteractingGeometry>::~shared_ptr() [108]
                0.00    0.00       5/412         InteractingGeometry::InteractingGeometry() [234]
                0.00    0.00       5/412         boost::shared_ptr<InteractingGeometry>::shared_ptr<InteractingGeometry>(InteractingGeometry*) [284]
                0.00    0.00       5/5           boost::shared_ptr<Factorable>::shared_ptr<InteractingGeometry>(boost::shared_ptr<InteractingGeometry> const&) [624]
-----------------------------------------------
                0.00    0.00     418/418         int* boost::any_cast<int*>(boost::any&) [306]
[305]    0.0    0.00    0.00     418         int** boost::any_cast<int*>(boost::any*) [305]
                0.00    0.00     418/21233       boost::any::type() const [150]
                0.00    0.00     418/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00     418/418         void lexical_copy<int>(Archive&, boost::any&) [265]
[306]    0.0    0.00    0.00     418         int* boost::any_cast<int*>(boost::any&) [306]
                0.00    0.00     418/418         int** boost::any_cast<int*>(boost::any*) [305]
-----------------------------------------------
                0.00    0.00     417/417         unsigned int* boost::any_cast<unsigned int*>(boost::any&) [308]
[307]    0.0    0.00    0.00     417         unsigned int** boost::any_cast<unsigned int*>(boost::any*) [307]
                0.00    0.00     417/21233       boost::any::type() const [150]
                0.00    0.00     417/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00     417/417         void lexical_copy<unsigned int>(Archive&, boost::any&) [270]
[308]    0.0    0.00    0.00     417         unsigned int* boost::any_cast<unsigned int*>(boost::any&) [308]
                0.00    0.00     417/417         unsigned int** boost::any_cast<unsigned int*>(boost::any*) [307]
-----------------------------------------------
                0.00    0.00     408/408         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >* boost::any_cast<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>(boost::any&) [310]
[309]    0.0    0.00    0.00     408         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >** boost::any_cast<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>(boost::any*) [309]
                0.00    0.00     408/21233       boost::any::type() const [150]
                0.00    0.00     408/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00       1/408         ContainerHandler<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::resize(Archive&, unsigned long) [59]
                0.00    0.00     407/408         ContainerHandler<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [91]
[310]    0.0    0.00    0.00     408         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >* boost::any_cast<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>(boost::any&) [310]
                0.00    0.00     408/408         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >** boost::any_cast<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>(boost::any*) [309]
-----------------------------------------------
                0.00    0.00     407/407         Se3<double>* boost::any_cast<Se3<double>*>(boost::any&) [312]
[311]    0.0    0.00    0.00     407         Se3<double>** boost::any_cast<Se3<double>*>(boost::any*) [311]
                0.00    0.00     407/21233       boost::any::type() const [150]
                0.00    0.00     407/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00     407/407         FundamentalHandler<Se3<double> >::creator(Archive&, boost::any&) [15]
[312]    0.0    0.00    0.00     407         Se3<double>* boost::any_cast<Se3<double>*>(boost::any&) [312]
                0.00    0.00     407/407         Se3<double>** boost::any_cast<Se3<double>*>(boost::any*) [311]
-----------------------------------------------
                0.00    0.00     407/407         boost::shared_ptr<BoundingVolume>* boost::any_cast<boost::shared_ptr<BoundingVolume>*>(boost::any&) [314]
[313]    0.0    0.00    0.00     407         boost::shared_ptr<BoundingVolume>** boost::any_cast<boost::shared_ptr<BoundingVolume>*>(boost::any*) [313]
                0.00    0.00     407/21233       boost::any::type() const [150]
                0.00    0.00     407/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00     407/407         PointerHandler<boost::shared_ptr<BoundingVolume> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [208]
[314]    0.0    0.00    0.00     407         boost::shared_ptr<BoundingVolume>* boost::any_cast<boost::shared_ptr<BoundingVolume>*>(boost::any&) [314]
                0.00    0.00     407/407         boost::shared_ptr<BoundingVolume>** boost::any_cast<boost::shared_ptr<BoundingVolume>*>(boost::any*) [313]
-----------------------------------------------
                0.00    0.00     407/407         boost::shared_ptr<PhysicalParameters>* boost::any_cast<boost::shared_ptr<PhysicalParameters>*>(boost::any&) [316]
[315]    0.0    0.00    0.00     407         boost::shared_ptr<PhysicalParameters>** boost::any_cast<boost::shared_ptr<PhysicalParameters>*>(boost::any*) [315]
                0.00    0.00     407/21233       boost::any::type() const [150]
                0.00    0.00     407/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00     407/407         PointerHandler<boost::shared_ptr<PhysicalParameters> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [240]
[316]    0.0    0.00    0.00     407         boost::shared_ptr<PhysicalParameters>* boost::any_cast<boost::shared_ptr<PhysicalParameters>*>(boost::any&) [316]
                0.00    0.00     407/407         boost::shared_ptr<PhysicalParameters>** boost::any_cast<boost::shared_ptr<PhysicalParameters>*>(boost::any*) [315]
-----------------------------------------------
                0.00    0.00     407/407         boost::shared_ptr<InteractingGeometry>* boost::any_cast<boost::shared_ptr<InteractingGeometry>*>(boost::any&) [318]
[317]    0.0    0.00    0.00     407         boost::shared_ptr<InteractingGeometry>** boost::any_cast<boost::shared_ptr<InteractingGeometry>*>(boost::any*) [317]
                0.00    0.00     407/21233       boost::any::type() const [150]
                0.00    0.00     407/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00     407/407         PointerHandler<boost::shared_ptr<InteractingGeometry> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [138]
[318]    0.0    0.00    0.00     407         boost::shared_ptr<InteractingGeometry>* boost::any_cast<boost::shared_ptr<InteractingGeometry>*>(boost::any&) [318]
                0.00    0.00     407/407         boost::shared_ptr<InteractingGeometry>** boost::any_cast<boost::shared_ptr<InteractingGeometry>*>(boost::any*) [317]
-----------------------------------------------
                0.00    0.00     406/406         boost::shared_ptr<GeometricalModel>* boost::any_cast<boost::shared_ptr<GeometricalModel>*>(boost::any&) [320]
[319]    0.0    0.00    0.00     406         boost::shared_ptr<GeometricalModel>** boost::any_cast<boost::shared_ptr<GeometricalModel>*>(boost::any*) [319]
                0.00    0.00     406/21233       boost::any::type() const [150]
                0.00    0.00     406/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00     406/406         PointerHandler<boost::shared_ptr<GeometricalModel> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [241]
[320]    0.0    0.00    0.00     406         boost::shared_ptr<GeometricalModel>* boost::any_cast<boost::shared_ptr<GeometricalModel>*>(boost::any&) [320]
                0.00    0.00     406/406         boost::shared_ptr<GeometricalModel>** boost::any_cast<boost::shared_ptr<GeometricalModel>*>(boost::any*) [319]
-----------------------------------------------
                0.00    0.00     406/406         boost::shared_ptr<Body>* boost::any_cast<boost::shared_ptr<Body>*>(boost::any&) [322]
[321]    0.0    0.00    0.00     406         boost::shared_ptr<Body>** boost::any_cast<boost::shared_ptr<Body>*>(boost::any*) [321]
                0.00    0.00     406/21233       boost::any::type() const [150]
                0.00    0.00     406/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00     406/406         PointerHandler<boost::shared_ptr<Body> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [34]
[322]    0.0    0.00    0.00     406         boost::shared_ptr<Body>* boost::any_cast<boost::shared_ptr<Body>*>(boost::any&) [322]
                0.00    0.00     406/406         boost::shared_ptr<Body>** boost::any_cast<boost::shared_ptr<Body>*>(boost::any*) [321]
-----------------------------------------------
                                                 <spontaneous>
[323]    0.0    0.00    0.00                 TimeStepper::TimeStepper() [323]
                0.00    0.00       4/7           StandAloneEngine::StandAloneEngine() [297]
-----------------------------------------------
                                                 <spontaneous>
[324]    0.0    0.00    0.00                 ContainerHandler<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [324]
                0.00    0.00      18/18          boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Engine> >(std::string const&, boost::shared_ptr<Engine>&) [326]
                0.00    0.00      18/2556        boost::shared_ptr<Archive>::operator=(boost::shared_ptr<Archive> const&) [238]
                0.00    0.00      20/22          std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >* boost::any_cast<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>(boost::any&) [431]
                0.00    0.00      18/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
                0.00    0.00      20/8010        Archive::getAddress() [825]
                0.00    0.00      20/34031       bool __gnu_cxx::operator!=<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&) [746]
                0.00    0.00      18/2556        Archive::getName() [875]
                0.00    0.00      18/54121       __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::operator*() const [732]
                0.00    0.00      18/32038       __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::operator++() [747]
                0.00    0.00      18/24          std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::size() const [1279]
                0.00    0.00       2/2           __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::__normal_iterator() [1802]
                0.00    0.00       2/2009        std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::begin() [890]
                0.00    0.00       2/2019        std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::end() [889]
-----------------------------------------------
                0.00    0.00       4/60          void Serializable::registerAttribute<std::string>(std::string const&, std::string&) [417]
                0.00    0.00      56/60          ContainerHandler<std::vector<std::string, std::allocator<std::string> > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [302]
[325]    0.0    0.00    0.00      60         boost::shared_ptr<Archive> Archive::create<std::string>(std::string const&, std::string&) [325]
                0.00    0.00      60/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00     120/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00      60/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00     600/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00     180/28656       Archive::getRecordType() [750]
                0.00    0.00      60/78308024     data_start [697]
                0.00    0.00      60/86          SerializableTypes::Type findType<std::string>(std::string&, bool&, std::string&) [1177]
                0.00    0.00      60/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00      60/9552        Archive::setFundamental(bool) [815]
                0.00    0.00      60/60          boost::any::any<std::string*>(std::string* const&) [1188]
                0.00    0.00      60/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00      18/18          ContainerHandler<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [324]
[326]    0.0    0.00    0.00      18         boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Engine> >(std::string const&, boost::shared_ptr<Engine>&) [326]
                0.00    0.00      18/20          SerializableTypes::Type findType<Engine>(boost::shared_ptr<Engine>&, bool&, std::string&) [331]
                0.00    0.00      18/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00      36/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00      18/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00     180/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00      54/28656       Archive::getRecordType() [750]
                0.00    0.00      18/78308024     data_start [697]
                0.00    0.00      18/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00      18/9552        Archive::setFundamental(bool) [815]
                0.00    0.00      18/18          boost::any::any<boost::shared_ptr<Engine>*>(boost::shared_ptr<Engine>* const&) [1313]
                0.00    0.00      18/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00       1/1           Omega::scanPlugins() [27]
[327]    0.0    0.00    0.00       1         Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
                0.00    0.00     159/159         boost::shared_ptr<Indexable> boost::dynamic_pointer_cast<Indexable, Factorable>(boost::shared_ptr<Factorable> const&) [371]
                0.00    0.00     649/652         boost::shared_ptr<Factorable>::~shared_ptr() [379]
                0.00    0.00     159/159         boost::shared_ptr<Factorable>::operator=(boost::shared_ptr<Factorable> const&) [383]
                0.00    0.00     159/159         boost::shared_ptr<Indexable>::~shared_ptr() [429]
                0.00    0.00     159/159         boost::shared_ptr<Serializable> boost::dynamic_pointer_cast<Serializable, Factorable>(boost::shared_ptr<Factorable> const&) [433]
                0.00    0.00     159/159         boost::shared_ptr<Factorable> boost::dynamic_pointer_cast<Factorable, Factorable>(boost::shared_ptr<Factorable> const&) [439]
                0.00    0.00     159/159         boost::shared_ptr<Serializable>::~shared_ptr() [444]
                0.00    0.00     168/168         boost::shared_ptr<Factorable>::shared_ptr() [497]
                0.00    0.00    1018/1018        boost::shared_ptr<Factorable>::operator->() const [946]
                0.00    0.00     953/956         bool std::operator==<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*) [949]
                0.00    0.00     862/78308024     data_start [697]
                0.00    0.00     825/1485        std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::operator[](std::string const&) [932]
                0.00    0.00     403/3369        std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::operator*() const [857]
                0.00    0.00     385/715         std::_Rb_tree_const_iterator<std::string>::operator!=(std::_Rb_tree_const_iterator<std::string> const&) const [986]
                0.00    0.00     379/379         std::set<std::string, std::less<std::string>, std::allocator<std::string> >::insert(std::string const&) [1086]
                0.00    0.00     336/991         bool std::operator!=<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*) [947]
                0.00    0.00     331/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00     199/199         std::_Rb_tree_const_iterator<std::string>::operator*() const [1117]
                0.00    0.00     199/199         std::_Rb_tree_const_iterator<std::string>::operator++() [1118]
                0.00    0.00     187/187         std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::operator!=(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> > const&) const [1140]
                0.00    0.00     186/186         std::set<std::string, std::less<std::string>, std::allocator<std::string> >::begin() const [1141]
                0.00    0.00     186/516         std::set<std::string, std::less<std::string>, std::allocator<std::string> >::end() const [1015]
                0.00    0.00     186/186         std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::operator++() [1143]
                0.00    0.00     169/282         bool __gnu_cxx::operator!=<std::string const*, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > > const&, __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > > const&) [1095]
                0.00    0.00     168/238         __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::operator*() const [1103]
                0.00    0.00     168/236         __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::operator++() [1104]
                0.00    0.00     159/159         boost::shared_ptr<Indexable>::operator Indexable* boost::shared_ptr<Indexable>::*() const [1152]
                0.00    0.00     159/159         boost::shared_ptr<Factorable>::operator Factorable* boost::shared_ptr<Factorable>::*() const [1150]
                0.00    0.00     159/159         boost::shared_ptr<Serializable>::operator Serializable* boost::shared_ptr<Serializable>::*() const [1151]
                0.00    0.00      28/28          FileGenerator::getBaseClassNumber() [1260]
                0.00    0.00      24/24          GeometricalModel::getBaseClassNumber() [1272]
                0.00    0.00      21/21          PhysicalParameters::getBaseClassNumber() [1288]
                0.00    0.00      16/16          GeometricalModel::getBaseClassName(unsigned int) const [1368]
                0.00    0.00      16/16          MetaEngine::getBaseClassNumber() [1359]
                0.00    0.00      15/15          InteractingGeometry::getBaseClassNumber() [1387]
                0.00    0.00      14/14          FileGenerator::getBaseClassName(unsigned int) const [1400]
                0.00    0.00      14/14          PhysicalParameters::getBaseClassName(unsigned int) const [1401]
                0.00    0.00      14/14          DeusExMachina::getBaseClassNumber() [1393]
                0.00    0.00      14/14          InteractionGeometry::getBaseClassNumber() [1395]
                0.00    0.00      12/12          StandAloneEngine::getBaseClassNumber() [1426]
                0.00    0.00      12/12          PhysicalAction::getBaseClassNumber() [1425]
                0.00    0.00      10/10          InteractingGeometry::getBaseClassName(unsigned int) const [1470]
                0.00    0.00      10/10          InteractionPhysics::getBaseClassNumber() [1450]
                0.00    0.00       8/8           PhysicalAction::getBaseClassName(unsigned int) const [1512]
                0.00    0.00       8/8           MetaEngine::getBaseClassName(unsigned int) const [1511]
                0.00    0.00       7/7           DeusExMachina::getBaseClassName(unsigned int) const [1550]
                0.00    0.00       7/7           InteractionGeometry::getBaseClassName(unsigned int) const [1551]
                0.00    0.00       6/6           StandAloneEngine::getBaseClassName(unsigned int) const [1579]
                0.00    0.00       6/6           TimeStepper::getBaseClassNumber() [1564]
                0.00    0.00       6/6           BoundingVolume::getBaseClassNumber() [1565]
                0.00    0.00       5/5           InteractionPhysics::getBaseClassName(unsigned int) const [1613]
                0.00    0.00       4/4           BoundingVolume::getBaseClassName(unsigned int) const [1655]
                0.00    0.00       4/4           Engine::getBaseClassNumber() [1650]
                0.00    0.00       4/4           InteractionContainer::getBaseClassNumber() [1623]
                0.00    0.00       4/4           BodyContainer::getBaseClassNumber() [1622]
                0.00    0.00       3/3           TimeStepper::getBaseClassName(unsigned int) const [1723]
                0.00    0.00       2/2           Engine::getBaseClassName(unsigned int) const [1835]
                0.00    0.00       2/2           InteractionContainer::getBaseClassName(unsigned int) const [1809]
                0.00    0.00       2/2           BodyContainer::getBaseClassName(unsigned int) const [1808]
                0.00    0.00       2/2           StandAloneSimulator::getBaseClassNumber() [1749]
                0.00    0.00       2/2           FrontEnd::getBaseClassNumber() [1795]
                0.00    0.00       2/2           PhysicalActionContainer::getBaseClassNumber() [1751]
                0.00    0.00       1/14629       std::vector<std::string, std::allocator<std::string> >::begin() const [780]
                0.00    0.00       1/14627       std::vector<std::string, std::allocator<std::string> >::end() const [781]
                0.00    0.00       1/1           std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::begin() [2131]
                0.00    0.00       1/1486        std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::end() [928]
                0.00    0.00       1/1           StandAloneSimulator::getBaseClassName(unsigned int) const [2064]
                0.00    0.00       1/1           FrontEnd::getBaseClassName(unsigned int) const [2117]
                0.00    0.00       1/1           PhysicalActionContainer::getBaseClassName(unsigned int) const [2065]
-----------------------------------------------
                                                 <spontaneous>
[328]    0.0    0.00    0.00                 CreateSharedTimeStepper() [328]
                0.00    0.00       3/3           TimeStepper::TimeStepper() [329]
                0.00    0.00       3/3           boost::shared_ptr<TimeStepper>::shared_ptr<TimeStepper>(TimeStepper*) [482]
                0.00    0.00       3/3           boost::shared_ptr<Factorable>::shared_ptr<TimeStepper>(boost::shared_ptr<TimeStepper> const&) [634]
                0.00    0.00       3/3           boost::shared_ptr<TimeStepper>::~shared_ptr() [635]
-----------------------------------------------
                0.00    0.00       3/3           CreateSharedTimeStepper() [328]
[329]    0.0    0.00    0.00       3         TimeStepper::TimeStepper() [329]
                0.00    0.00       3/7           StandAloneEngine::StandAloneEngine() [297]
-----------------------------------------------
                0.00    0.00       2/22          CreateSharedEngine() [413]
                0.00    0.00      20/22          SerializableTypes::Type findType<Engine>(boost::shared_ptr<Engine>&, bool&, std::string&) [331]
[330]    0.0    0.00    0.00      22         Engine::Engine() [330]
                0.00    0.00      22/6705        Serializable::Serializable() [105]
-----------------------------------------------
                0.00    0.00       2/20          SerializableTypes::Type findType<boost::shared_ptr<Engine> >(std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >&, bool&, std::string&) [424]
                0.00    0.00      18/20          boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Engine> >(std::string const&, boost::shared_ptr<Engine>&) [326]
[331]    0.0    0.00    0.00      20         SerializableTypes::Type findType<Engine>(boost::shared_ptr<Engine>&, bool&, std::string&) [331]
                0.00    0.00      20/22          Engine::Engine() [330]
                0.00    0.00      20/20          Engine::~Engine() [551]
                0.00    0.00      20/38          SerializableTypes::Type findType<Engine>(Engine&, bool&, std::string&) [1232]
-----------------------------------------------
                0.00    0.00       1/4           MetaBody::~MetaBody() [353]
                0.00    0.00       1/4           PointerHandler<boost::shared_ptr<BodyContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [64]
                0.00    0.00       2/4           CreateSharedBodyContainer() [83]
[332]    0.0    0.00    0.00       4         boost::shared_ptr<BodyContainer>::~shared_ptr() [332]
                0.00    0.00    2004/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                                                 <spontaneous>
[333]    0.0    0.00    0.00                 PointerHandler<boost::shared_ptr<Engine> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [333]
                0.00    0.00      18/18          boost::shared_ptr<Archive> Archive::create<Engine>(std::string const&, Engine&) [361]
                0.00    0.00      18/20          boost::shared_ptr<Engine>::shared_ptr<Engine>(Engine*) [393]
                0.00    0.00      18/2556        boost::shared_ptr<Archive>::operator=(boost::shared_ptr<Archive> const&) [238]
                0.00    0.00      18/18          boost::shared_ptr<Engine>* boost::any_cast<boost::shared_ptr<Engine>*>(boost::any&) [447]
                0.00    0.00      18/18          boost::shared_ptr<Engine>::operator=(boost::shared_ptr<Engine> const&) [481]
                0.00    0.00      18/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
                0.00    0.00      18/24          boost::shared_ptr<Engine>::~shared_ptr() [530]
                0.00    0.00      18/2556        Archive::getName() [875]
                0.00    0.00      18/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00      18/78308024     data_start [697]
                0.00    0.00      18/8010        Archive::getAddress() [825]
                0.00    0.00      18/18          boost::shared_ptr<Engine>::operator*() const [1323]
-----------------------------------------------
                                                 <spontaneous>
[334]    0.0    0.00    0.00                 CreateSharedFileGenerator() [334]
                0.00    0.00      14/14          FileGenerator::FileGenerator() [339]
                0.00    0.00      14/14          boost::shared_ptr<FileGenerator>::shared_ptr<FileGenerator>(FileGenerator*) [407]
                0.00    0.00      14/14          boost::shared_ptr<Factorable>::shared_ptr<FileGenerator>(boost::shared_ptr<FileGenerator> const&) [572]
                0.00    0.00      14/14          boost::shared_ptr<FileGenerator>::~shared_ptr() [573]
-----------------------------------------------
                                                 <spontaneous>
[335]    0.0    0.00    0.00                 MetaDispatchingEngine::registerAttributes() [335]
                0.00    0.00       8/8           void Serializable::registerAttribute<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >(std::string const&, std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >&) [349]
                0.00    0.00       8/8           void Serializable::registerAttribute<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(std::string const&, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&) [390]
                0.00    0.00       8/9           Serializable::registerAttributes() [1476]
-----------------------------------------------
                                                 <spontaneous>
[336]    0.0    0.00    0.00                 FundamentalHandler<std::string>::creator(Archive&, boost::any&) [336]
                0.00    0.00      60/5392        std::string const* boost::any_cast<std::string const*>(boost::any&) [222]
                0.00    0.00      60/21233       boost::any::type() const [150]
                0.00    0.00      60/60          std::string* boost::any_cast<std::string*>(boost::any&) [387]
                0.00    0.00      60/114089      std::type_info::operator==(std::type_info const&) const [722]
                0.00    0.00      60/8010        Archive::getAddress() [825]
                0.00    0.00      60/60          std::string boost::lexical_cast<std::string, std::string>(std::string const&) [1187]
-----------------------------------------------
                0.00    0.00      16/16          MetaDispatchingEngine::MetaDispatchingEngine() [338]
[337]    0.0    0.00    0.00      16         MetaEngine::MetaEngine() [337]
                0.00    0.00      16/103         Engine::Engine() [272]
-----------------------------------------------
                                                 <spontaneous>
[338]    0.0    0.00    0.00                 MetaDispatchingEngine::MetaDispatchingEngine() [338]
                0.00    0.00      16/16          MetaEngine::MetaEngine() [337]
                0.00    0.00      16/16          std::allocator<std::vector<std::string, std::allocator<std::string> > >::allocator() [1373]
                0.00    0.00      16/16          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::vector(std::allocator<std::vector<std::string, std::allocator<std::string> > > const&) [1383]
                0.00    0.00      16/116         std::allocator<std::vector<std::string, std::allocator<std::string> > >::~allocator() [1159]
                0.00    0.00      16/16          std::allocator<boost::shared_ptr<EngineUnit> >::allocator() [1369]
                0.00    0.00      16/16          std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::list(std::allocator<boost::shared_ptr<EngineUnit> > const&) [1379]
                0.00    0.00      16/18          std::allocator<boost::shared_ptr<EngineUnit> >::~allocator() [1332]
                0.00    0.00      16/16          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::clear() [1381]
                0.00    0.00      16/16          std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::clear() [1378]
-----------------------------------------------
                0.00    0.00      14/14          CreateSharedFileGenerator() [334]
[339]    0.0    0.00    0.00      14         FileGenerator::FileGenerator() [339]
                0.00    0.00      14/6705        Serializable::Serializable() [105]
                0.00    0.00      14/30          boost::shared_ptr<MetaBody>::shared_ptr() [592]
                0.00    0.00      14/29          ThreadWorker::ThreadWorker() [1254]
-----------------------------------------------
                                                 <spontaneous>
[340]    0.0    0.00    0.00                 FileGenerator::FileGenerator() [340]
                0.00    0.00      14/6705        Serializable::Serializable() [105]
                0.00    0.00      14/30          boost::shared_ptr<MetaBody>::shared_ptr() [592]
                0.00    0.00      14/29          ThreadWorker::ThreadWorker() [1254]
-----------------------------------------------
                0.00    0.00     407/407         PointerHandler<boost::shared_ptr<BoundingVolume> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [208]
[341]    0.0    0.00    0.00     407         boost::shared_ptr<BoundingVolume>::operator=(boost::shared_ptr<BoundingVolume> const&) [341]
                0.00    0.00     407/4148236     boost::detail::shared_count::operator=(boost::detail::shared_count const&) [13]
-----------------------------------------------
                0.00    0.00     407/407         PointerHandler<boost::shared_ptr<PhysicalParameters> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [240]
[342]    0.0    0.00    0.00     407         boost::shared_ptr<PhysicalParameters>::operator=(boost::shared_ptr<PhysicalParameters> const&) [342]
                0.00    0.00     407/4148236     boost::detail::shared_count::operator=(boost::detail::shared_count const&) [13]
-----------------------------------------------
                0.00    0.00     407/407         PointerHandler<boost::shared_ptr<InteractingGeometry> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [138]
[343]    0.0    0.00    0.00     407         boost::shared_ptr<InteractingGeometry>::operator=(boost::shared_ptr<InteractingGeometry> const&) [343]
                0.00    0.00     407/4148236     boost::detail::shared_count::operator=(boost::detail::shared_count const&) [13]
-----------------------------------------------
                0.00    0.00     406/406         PointerHandler<boost::shared_ptr<GeometricalModel> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [241]
[344]    0.0    0.00    0.00     406         boost::shared_ptr<GeometricalModel>::operator=(boost::shared_ptr<GeometricalModel> const&) [344]
                0.00    0.00     406/4148236     boost::detail::shared_count::operator=(boost::detail::shared_count const&) [13]
-----------------------------------------------
                0.00    0.00       1/1           NullGUI::loop() [121]
[345]    0.0    0.00    0.00       1         Omega::loadSimulation() [345]
                0.00    0.00       1/1           void IOFormatManager::loadFromFile<boost::shared_ptr<MetaBody> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<MetaBody>&) [346]
                0.00    0.00       1/10037       Singleton<Omega>::instance() [148]
                0.00    0.00       1/1           Omega::freeRootBody() [625]
                0.00    0.00       3/350         boost::filesystem::path::~path() [1090]
                0.00    0.00       2/956         bool std::operator==<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*) [949]
                0.00    0.00       1/3           Omega::getSimulationFileName() [1704]
                0.00    0.00       1/1           std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) [2150]
                0.00    0.00       1/1           Omega::logMessage(std::string const&) [1928]
                0.00    0.00       1/2001        boost::shared_ptr<MetaBody>::operator->() const [891]
                0.00    0.00       1/1           MetaBody::getClassName() const [2118]
                0.00    0.00       1/991         bool std::operator!=<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*) [947]
                0.00    0.00       1/4           boost::date_time::second_clock<boost::posix_time::ptime>::local_time() [1646]
                0.00    0.00       1/1           boost::date_time::microsec_clock<boost::posix_time::ptime>::local_time() [2035]
                0.00    0.00       1/3           boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::operator-(boost::posix_time::ptime const&) const [1727]
                0.00    0.00       1/2           boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >::operator*() const [1813]
                0.00    0.00       1/1           std::basic_ostream<char, std::char_traits<char> >& boost::posix_time::operator<< <char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, boost::posix_time::ptime const&) [1934]
-----------------------------------------------
                0.00    0.00       1/1           Omega::loadSimulation() [345]
[346]    0.0    0.00    0.00       1         void IOFormatManager::loadFromFile<boost::shared_ptr<MetaBody> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<MetaBody>&) [346]
                0.00    0.00       1/1           boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<MetaBody> >(std::string const&, boost::shared_ptr<MetaBody>&) [347]
                0.00    0.00       1/2           boost::shared_ptr<IOFormatManager>::operator=(boost::shared_ptr<IOFormatManager> const&) [600]
                0.00    0.00       2/6           boost::shared_ptr<IOFormatManager>::~shared_ptr() [619]
                0.00    0.00       1/652         boost::shared_ptr<Factorable>::~shared_ptr() [379]
                0.00    0.00       1/2           boost::shared_ptr<IOFormatManager> boost::dynamic_pointer_cast<IOFormatManager, Factorable>(boost::shared_ptr<Factorable> const&) [645]
                0.00    0.00       1/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
                0.00    0.00       1/2           boost::shared_ptr<IOFormatManager>::shared_ptr() [684]
                0.00    0.00       4/78308024     data_start [697]
                0.00    0.00       3/6           boost::shared_ptr<Archive>::operator*() const [1580]
                0.00    0.00       2/4           boost::shared_ptr<IOFormatManager>::operator->() const [1657]
                0.00    0.00       1/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00       1/91404       boost::shared_ptr<Archive>::operator->() const [725]
-----------------------------------------------
                0.00    0.00       1/1           void IOFormatManager::loadFromFile<boost::shared_ptr<MetaBody> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<MetaBody>&) [346]
[347]    0.0    0.00    0.00       1         boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<MetaBody> >(std::string const&, boost::shared_ptr<MetaBody>&) [347]
                0.00    0.00       1/1           SerializableTypes::Type findType<MetaBody>(boost::shared_ptr<MetaBody>&, bool&, std::string&) [348]
                0.00    0.00       1/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00       2/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00       1/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00      10/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00       3/28656       Archive::getRecordType() [750]
                0.00    0.00       1/78308024     data_start [697]
                0.00    0.00       1/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00       1/9552        Archive::setFundamental(bool) [815]
                0.00    0.00       1/1           boost::any::any<boost::shared_ptr<MetaBody>*>(boost::shared_ptr<MetaBody>* const&) [1973]
                0.00    0.00       1/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00       1/1           boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<MetaBody> >(std::string const&, boost::shared_ptr<MetaBody>&) [347]
[348]    0.0    0.00    0.00       1         SerializableTypes::Type findType<MetaBody>(boost::shared_ptr<MetaBody>&, bool&, std::string&) [348]
                0.00    0.00       1/1           MetaBody::~MetaBody() [353]
                0.00    0.00       1/2           MetaBody::MetaBody() [423]
                0.00    0.00       1/2           SerializableTypes::Type findType<MetaBody>(MetaBody&, bool&, std::string&) [1746]
-----------------------------------------------
                0.00    0.00       8/8           MetaDispatchingEngine::registerAttributes() [335]
[349]    0.0    0.00    0.00       8         void Serializable::registerAttribute<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >(std::string const&, std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >&) [349]
                0.00    0.00       8/8           boost::shared_ptr<Archive> Archive::create<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >(std::string const&, std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >&) [350]
                0.00    0.00       8/6994        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::push_back(boost::shared_ptr<Archive> const&) [277]
                0.00    0.00       8/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
-----------------------------------------------
                0.00    0.00       8/8           void Serializable::registerAttribute<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >(std::string const&, std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >&) [349]
[350]    0.0    0.00    0.00       8         boost::shared_ptr<Archive> Archive::create<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >(std::string const&, std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >&) [350]
                0.00    0.00       8/8           SerializableTypes::Type findType<boost::shared_ptr<EngineUnit> >(std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >&, bool&, std::string&) [365]
                0.00    0.00       8/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00      16/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00       8/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00      80/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00      24/28656       Archive::getRecordType() [750]
                0.00    0.00       8/78308024     data_start [697]
                0.00    0.00       8/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00       8/9552        Archive::setFundamental(bool) [815]
                0.00    0.00       8/8           boost::any::any<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>(std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >* const&) [1494]
                0.00    0.00       8/21571       boost::any::~any() [762]
-----------------------------------------------
                                                 <spontaneous>
[351]    0.0    0.00    0.00                 CreateSharedPhysicalParameters() [351]
                0.00    0.00       7/414         PhysicalParameters::PhysicalParameters() [217]
                0.00    0.00       7/414         boost::shared_ptr<PhysicalParameters>::shared_ptr<PhysicalParameters>(PhysicalParameters*) [279]
                0.00    0.00       7/7           boost::shared_ptr<Factorable>::shared_ptr<PhysicalParameters>(boost::shared_ptr<PhysicalParameters> const&) [603]
                0.00    0.00       7/822         boost::shared_ptr<PhysicalParameters>::~shared_ptr() [368]
-----------------------------------------------
                                                 <spontaneous>
[352]    0.0    0.00    0.00                 ContainerHandler<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [352]
                0.00    0.00      15/18          boost::shared_ptr<Archive> Archive::create<std::vector<std::string, std::allocator<std::string> > >(std::string const&, std::vector<std::string, std::allocator<std::string> >&) [362]
                0.00    0.00      15/2556        boost::shared_ptr<Archive>::operator=(boost::shared_ptr<Archive> const&) [238]
                0.00    0.00      23/31          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >* boost::any_cast<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>(boost::any&) [411]
                0.00    0.00      15/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
                0.00    0.00      23/8010        Archive::getAddress() [825]
                0.00    0.00      23/120         bool __gnu_cxx::operator!=<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&) [1158]
                0.00    0.00      15/2556        Archive::getName() [875]
                0.00    0.00      15/69          __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::operator*() const [1184]
                0.00    0.00      15/82          __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::operator++() [1178]
                0.00    0.00      15/52          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::size() const [1198]
                0.00    0.00       8/45          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::begin() [1212]
                0.00    0.00       8/98          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::end() [1165]
                0.00    0.00       2/2           __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::__normal_iterator() [1805]
-----------------------------------------------
                0.00    0.00       1/1           SerializableTypes::Type findType<MetaBody>(boost::shared_ptr<MetaBody>&, bool&, std::string&) [348]
[353]    0.0    0.00    0.00       1         MetaBody::~MetaBody() [353]
                0.00    0.00       1/1           Body::~Body() [374]
                0.00    0.00       1/4           boost::shared_ptr<BodyContainer>::~shared_ptr() [332]
                0.00    0.00       2/6           boost::shared_ptr<InteractionContainer>::~shared_ptr() [606]
                0.00    0.00       1/3           boost::shared_ptr<PhysicalActionContainer>::~shared_ptr() [636]
                0.00    0.00       2/2           std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::~vector() [1882]
-----------------------------------------------
                                                 <spontaneous>
[354]    0.0    0.00    0.00                 DeusExMachina::DeusExMachina() [354]
                0.00    0.00      10/103         Engine::Engine() [272]
                0.00    0.00      10/18          std::vector<int, std::allocator<int> >::resize(unsigned int) [515]
                0.00    0.00      10/18          std::allocator<int>::allocator() [1336]
                0.00    0.00      10/18          std::vector<int, std::allocator<int> >::vector(std::allocator<int> const&) [1345]
                0.00    0.00      10/251         std::allocator<int>::~allocator() [1101]
-----------------------------------------------
                0.00    0.00       2/4036        Interaction::Interaction() [427]
                0.00    0.00    4034/4036        Interaction::Interaction(unsigned int, unsigned int) [123]
[355]    0.0    0.00    0.00    4036         boost::shared_ptr<InteractionPhysics>::shared_ptr() [355]
                0.00    0.00    4036/3332741     boost::detail::shared_count::shared_count() [94]
-----------------------------------------------
                0.00    0.00       2/4036        Interaction::Interaction() [427]
                0.00    0.00    4034/4036        Interaction::Interaction(unsigned int, unsigned int) [123]
[356]    0.0    0.00    0.00    4036         boost::shared_ptr<InteractionGeometry>::shared_ptr() [356]
                0.00    0.00    4036/3332741     boost::detail::shared_count::shared_count() [94]
-----------------------------------------------
                0.00    0.00       2/10          boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<EngineUnit> >(std::string const&, boost::shared_ptr<EngineUnit>&) [404]
                0.00    0.00       8/10          SerializableTypes::Type findType<boost::shared_ptr<EngineUnit> >(std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >&, bool&, std::string&) [365]
[357]    0.0    0.00    0.00      10         SerializableTypes::Type findType<EngineUnit>(boost::shared_ptr<EngineUnit>&, bool&, std::string&) [357]
                0.00    0.00      10/10          EngineUnit::EngineUnit() [358]
                0.00    0.00      10/10          EngineUnit::~EngineUnit() [582]
                0.00    0.00      10/12          SerializableTypes::Type findType<EngineUnit>(EngineUnit&, bool&, std::string&) [1423]
-----------------------------------------------
                0.00    0.00      10/10          SerializableTypes::Type findType<EngineUnit>(boost::shared_ptr<EngineUnit>&, bool&, std::string&) [357]
[358]    0.0    0.00    0.00      10         EngineUnit::EngineUnit() [358]
                0.00    0.00      10/6705        Serializable::Serializable() [105]
-----------------------------------------------
                                                 <spontaneous>
[359]    0.0    0.00    0.00                 CreateSharedGeometricalModel() [359]
                0.00    0.00       8/415         GeometricalModel::GeometricalModel() [233]
                0.00    0.00       8/414         boost::shared_ptr<GeometricalModel>::shared_ptr<GeometricalModel>(GeometricalModel*) [278]
                0.00    0.00       8/8           boost::shared_ptr<Factorable>::shared_ptr<GeometricalModel>(boost::shared_ptr<GeometricalModel> const&) [594]
                0.00    0.00       8/822         boost::shared_ptr<GeometricalModel>::~shared_ptr() [369]
-----------------------------------------------
                                                 <spontaneous>
[360]    0.0    0.00    0.00                 CreateSharedMetaEngine() [360]
                0.00    0.00       8/8           MetaEngine::MetaEngine() [366]
                0.00    0.00       8/8           boost::shared_ptr<MetaEngine>::shared_ptr<MetaEngine>(MetaEngine*) [441]
                0.00    0.00       8/8           boost::shared_ptr<Factorable>::shared_ptr<MetaEngine>(boost::shared_ptr<MetaEngine> const&) [593]
                0.00    0.00       8/8           boost::shared_ptr<MetaEngine>::~shared_ptr() [596]
-----------------------------------------------
                0.00    0.00      18/18          PointerHandler<boost::shared_ptr<Engine> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [333]
[361]    0.0    0.00    0.00      18         boost::shared_ptr<Archive> Archive::create<Engine>(std::string const&, Engine&) [361]
                0.00    0.00      18/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00      36/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00      18/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00     144/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00      54/28656       Archive::getRecordType() [750]
                0.00    0.00      18/78308024     data_start [697]
                0.00    0.00      18/38          SerializableTypes::Type findType<Engine>(Engine&, bool&, std::string&) [1232]
                0.00    0.00      18/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00      18/9552        Archive::setFundamental(bool) [815]
                0.00    0.00      18/2059        boost::any::any<Serializable*>(Serializable* const&) [886]
                0.00    0.00      18/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00       3/18          void Serializable::registerAttribute<std::vector<std::string, std::allocator<std::string> > >(std::string const&, std::vector<std::string, std::allocator<std::string> >&) [437]
                0.00    0.00      15/18          ContainerHandler<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [352]
[362]    0.0    0.00    0.00      18         boost::shared_ptr<Archive> Archive::create<std::vector<std::string, std::allocator<std::string> > >(std::string const&, std::vector<std::string, std::allocator<std::string> >&) [362]
                0.00    0.00      18/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00      36/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00      18/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00     180/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00      54/28656       Archive::getRecordType() [750]
                0.00    0.00      18/78308024     data_start [697]
                0.00    0.00      18/26          SerializableTypes::Type findType<std::string>(std::vector<std::string, std::allocator<std::string> >&, bool&, std::string&) [1267]
                0.00    0.00      18/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00      18/9552        Archive::setFundamental(bool) [815]
                0.00    0.00      18/18          boost::any::any<std::vector<std::string, std::allocator<std::string> >*>(std::vector<std::string, std::allocator<std::string> >* const&) [1314]
                0.00    0.00      18/21571       boost::any::~any() [762]
-----------------------------------------------
                                                 <spontaneous>
[363]    0.0    0.00    0.00                 CreateSharedDeusExMachina() [363]
                0.00    0.00       7/7           DeusExMachina::DeusExMachina() [377]
                0.00    0.00       7/7           boost::shared_ptr<DeusExMachina>::shared_ptr<DeusExMachina>(DeusExMachina*) [448]
                0.00    0.00       7/7           boost::shared_ptr<Factorable>::shared_ptr<DeusExMachina>(boost::shared_ptr<DeusExMachina> const&) [602]
                0.00    0.00       7/7           boost::shared_ptr<DeusExMachina>::~shared_ptr() [605]
-----------------------------------------------
                                                 <spontaneous>
[364]    0.0    0.00    0.00                 CreateSharedInteractionGeometry() [364]
                0.00    0.00       7/7           InteractionGeometry::InteractionGeometry() [378]
                0.00    0.00       7/7           boost::shared_ptr<InteractionGeometry>::shared_ptr<InteractionGeometry>(InteractionGeometry*) [449]
                0.00    0.00       7/7           boost::shared_ptr<Factorable>::shared_ptr<InteractionGeometry>(boost::shared_ptr<InteractionGeometry> const&) [604]
                0.00    0.00       7/39273816     boost::shared_ptr<InteractionGeometry>::~shared_ptr() <cycle 1> [881]
-----------------------------------------------
                0.00    0.00       8/8           boost::shared_ptr<Archive> Archive::create<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >(std::string const&, std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >&) [350]
[365]    0.0    0.00    0.00       8         SerializableTypes::Type findType<boost::shared_ptr<EngineUnit> >(std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >&, bool&, std::string&) [365]
                0.00    0.00       8/10          SerializableTypes::Type findType<EngineUnit>(boost::shared_ptr<EngineUnit>&, bool&, std::string&) [357]
                0.00    0.00       8/11          boost::shared_ptr<EngineUnit>::~shared_ptr() [528]
                0.00    0.00       8/22          boost::shared_ptr<EngineUnit>::shared_ptr() [617]
-----------------------------------------------
                0.00    0.00       8/8           CreateSharedMetaEngine() [360]
[366]    0.0    0.00    0.00       8         MetaEngine::MetaEngine() [366]
                0.00    0.00       8/103         Engine::Engine() [272]
-----------------------------------------------
                0.00    0.00       1/5           SerializableTypes::Type findType<PhysicalAction>(boost::shared_ptr<PhysicalAction>&, bool&, std::string&) [435]
                0.00    0.00       4/5           CreateSharedPhysicalAction() [376]
[367]    0.0    0.00    0.00       5         PhysicalAction::PhysicalAction() [367]
                0.00    0.00       8/6705        Serializable::Serializable() [105]
                0.00    0.00       8/78308024     data_start [697]
-----------------------------------------------
                0.00    0.00       1/822         Body::~Body() [374]
                0.00    0.00       7/822         CreateSharedPhysicalParameters() [351]
                0.00    0.00     407/822         Body::~Body() [137]
                0.00    0.00     407/822         PointerHandler<boost::shared_ptr<PhysicalParameters> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [240]
[368]    0.0    0.00    0.00     822         boost::shared_ptr<PhysicalParameters>::~shared_ptr() [368]
                0.00    0.00     832/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                0.00    0.00       1/822         Body::~Body() [374]
                0.00    0.00       8/822         CreateSharedGeometricalModel() [359]
                0.00    0.00     406/822         PointerHandler<boost::shared_ptr<GeometricalModel> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [241]
                0.00    0.00     407/822         Body::~Body() [137]
[369]    0.0    0.00    0.00     822         boost::shared_ptr<GeometricalModel>::~shared_ptr() [369]
                0.00    0.00     829/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                0.00    0.00     159/159         boost::shared_ptr<Indexable> boost::dynamic_pointer_cast<Indexable, Factorable>(boost::shared_ptr<Factorable> const&) [371]
[370]    0.0    0.00    0.00     159         boost::shared_ptr<Indexable>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag) [370]
                0.00    0.00     128/4148236     boost::detail::shared_count::operator=(boost::detail::shared_count const&) [13]
                0.00    0.00     159/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
                0.00    0.00     128/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
                0.00    0.00     128/3332741     boost::detail::shared_count::shared_count() [94]
-----------------------------------------------
                0.00    0.00     159/159         Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[371]    0.0    0.00    0.00     159         boost::shared_ptr<Indexable> boost::dynamic_pointer_cast<Indexable, Factorable>(boost::shared_ptr<Factorable> const&) [371]
                0.00    0.00     159/159         boost::shared_ptr<Indexable>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag) [370]
-----------------------------------------------
                0.00    0.00      92/92          std::vector<std::string, std::allocator<std::string> >* boost::any_cast<std::vector<std::string, std::allocator<std::string> >*>(boost::any&) [373]
[372]    0.0    0.00    0.00      92         std::vector<std::string, std::allocator<std::string> >** boost::any_cast<std::vector<std::string, std::allocator<std::string> >*>(boost::any*) [372]
                0.00    0.00      92/21233       boost::any::type() const [150]
                0.00    0.00      92/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00      18/92          ContainerHandler<std::vector<std::string, std::allocator<std::string> > >::resize(Archive&, unsigned long) [445]
                0.00    0.00      74/92          ContainerHandler<std::vector<std::string, std::allocator<std::string> > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [302]
[373]    0.0    0.00    0.00      92         std::vector<std::string, std::allocator<std::string> >* boost::any_cast<std::vector<std::string, std::allocator<std::string> >*>(boost::any&) [373]
                0.00    0.00      92/92          std::vector<std::string, std::allocator<std::string> >** boost::any_cast<std::vector<std::string, std::allocator<std::string> >*>(boost::any*) [372]
-----------------------------------------------
                0.00    0.00       1/1           MetaBody::~MetaBody() [353]
[374]    0.0    0.00    0.00       1         Body::~Body() [374]
                0.00    0.00       1/820         boost::shared_ptr<InteractingGeometry>::~shared_ptr() [108]
                0.00    0.00       1/817         boost::shared_ptr<BoundingVolume>::~shared_ptr() [182]
                0.00    0.00       1/822         boost::shared_ptr<PhysicalParameters>::~shared_ptr() [368]
                0.00    0.00       1/822         boost::shared_ptr<GeometricalModel>::~shared_ptr() [369]
                0.00    0.00       1/39273816     Serializable::~Serializable() <cycle 1> [119]
-----------------------------------------------
                                                 <spontaneous>
[375]    0.0    0.00    0.00                 CreateSharedStandAloneEngine() [375]
                0.00    0.00       6/6           StandAloneEngine::StandAloneEngine() [381]
                0.00    0.00       6/6           boost::shared_ptr<StandAloneEngine>::shared_ptr<StandAloneEngine>(StandAloneEngine*) [455]
                0.00    0.00       6/6           boost::shared_ptr<Factorable>::shared_ptr<StandAloneEngine>(boost::shared_ptr<StandAloneEngine> const&) [613]
                0.00    0.00       6/6           boost::shared_ptr<StandAloneEngine>::~shared_ptr() [620]
-----------------------------------------------
                                                 <spontaneous>
[376]    0.0    0.00    0.00                 CreateSharedPhysicalAction() [376]
                0.00    0.00       4/5           PhysicalAction::PhysicalAction() [367]
                0.00    0.00       4/4           boost::shared_ptr<PhysicalAction>::shared_ptr<PhysicalAction>(PhysicalAction*) [474]
                0.00    0.00       4/4           boost::shared_ptr<Factorable>::shared_ptr<PhysicalAction>(boost::shared_ptr<PhysicalAction> const&) [630]
                0.00    0.00       4/39273816     boost::shared_ptr<PhysicalAction>::~shared_ptr() <cycle 1> [139]
-----------------------------------------------
                0.00    0.00       7/7           CreateSharedDeusExMachina() [363]
[377]    0.0    0.00    0.00       7         DeusExMachina::DeusExMachina() [377]
                0.00    0.00       7/103         Engine::Engine() [272]
                0.00    0.00       7/18          std::vector<int, std::allocator<int> >::resize(unsigned int) [515]
                0.00    0.00       7/18          std::allocator<int>::allocator() [1336]
                0.00    0.00       7/18          std::vector<int, std::allocator<int> >::vector(std::allocator<int> const&) [1345]
                0.00    0.00       7/251         std::allocator<int>::~allocator() [1101]
-----------------------------------------------
                0.00    0.00       7/7           CreateSharedInteractionGeometry() [364]
[378]    0.0    0.00    0.00       7         InteractionGeometry::InteractionGeometry() [378]
                0.00    0.00       7/6705        Serializable::Serializable() [105]
-----------------------------------------------
                0.00    0.00       1/652         void IOFormatManager::loadFromFile<boost::shared_ptr<MetaBody> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<MetaBody>&) [346]
                0.00    0.00       1/652         main [25]
                0.00    0.00       1/652         void IOFormatManager::loadFromFile<boost::shared_ptr<Preferences> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<Preferences>&) [436]
                0.00    0.00     649/652         Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[379]    0.0    0.00    0.00     652         boost::shared_ptr<Factorable>::~shared_ptr() [379]
                0.00    0.00     765/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                                                 <spontaneous>
[380]    0.0    0.00    0.00                 CreateSharedInteractionPhysics() [380]
                0.00    0.00       5/5           InteractionPhysics::InteractionPhysics() [385]
                0.00    0.00       5/5           boost::shared_ptr<InteractionPhysics>::shared_ptr<InteractionPhysics>(InteractionPhysics*) [470]
                0.00    0.00       5/5           boost::shared_ptr<Factorable>::shared_ptr<InteractionPhysics>(boost::shared_ptr<InteractionPhysics> const&) [623]
                0.00    0.00       5/39273816     boost::shared_ptr<InteractionPhysics>::~shared_ptr() <cycle 1> [882]
-----------------------------------------------
                0.00    0.00       6/6           CreateSharedStandAloneEngine() [375]
[381]    0.0    0.00    0.00       6         StandAloneEngine::StandAloneEngine() [381]
                0.00    0.00       6/103         Engine::Engine() [272]
-----------------------------------------------
                                                 <spontaneous>
[382]    0.0    0.00    0.00                 CreateSharedBoundingVolume() [382]
                0.00    0.00       2/409         BoundingVolume::BoundingVolume() [215]
                0.00    0.00       2/817         boost::shared_ptr<BoundingVolume>::~shared_ptr() [182]
                0.00    0.00       2/409         boost::shared_ptr<BoundingVolume>::shared_ptr<BoundingVolume>(BoundingVolume*) [287]
                0.00    0.00       2/2           boost::shared_ptr<Factorable>::shared_ptr<BoundingVolume>(boost::shared_ptr<BoundingVolume> const&) [640]
-----------------------------------------------
                0.00    0.00     159/159         Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[383]    0.0    0.00    0.00     159         boost::shared_ptr<Factorable>::operator=(boost::shared_ptr<Factorable> const&) [383]
                0.00    0.00     159/4148236     boost::detail::shared_count::operator=(boost::detail::shared_count const&) [13]
-----------------------------------------------
                0.00    0.00       1/2           SerializableTypes::Type findType<boost::shared_ptr<Body> >(std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >&, bool&, std::string&) [301]
                0.00    0.00       1/2           std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::resize(unsigned int) [60]
[384]    0.0    0.00    0.00       2         boost::shared_ptr<Body>::shared_ptr() [384]
                0.00    0.00    2002/3332741     boost::detail::shared_count::shared_count() [94]
-----------------------------------------------
                0.00    0.00       5/5           CreateSharedInteractionPhysics() [380]
[385]    0.0    0.00    0.00       5         InteractionPhysics::InteractionPhysics() [385]
                0.00    0.00       5/6705        Serializable::Serializable() [105]
-----------------------------------------------
                0.00    0.00      60/60          std::string* boost::any_cast<std::string*>(boost::any&) [387]
[386]    0.0    0.00    0.00      60         std::string** boost::any_cast<std::string*>(boost::any*) [386]
                0.00    0.00      60/21233       boost::any::type() const [150]
                0.00    0.00      60/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00      60/60          FundamentalHandler<std::string>::creator(Archive&, boost::any&) [336]
[387]    0.0    0.00    0.00      60         std::string* boost::any_cast<std::string*>(boost::any&) [387]
                0.00    0.00      60/60          std::string** boost::any_cast<std::string*>(boost::any*) [386]
-----------------------------------------------
                0.00    0.00       1/57          BodyContainer::postProcessAttributes(bool) [88]
                0.00    0.00       1/57          ContainerHandler<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [91]
                0.00    0.00       1/57          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&) [62]
                0.00    0.00       1/57          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::resize(unsigned int, boost::shared_ptr<Body> const&) [61]
                0.00    0.00      10/57          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> const&) [24]
                0.00    0.00      10/57          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::push_back(boost::shared_ptr<Body> const&) [17]
                0.00    0.00      11/57          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::clear() [45]
                0.00    0.00      22/57          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >) [58]
[388]    0.0    0.00    0.00      57         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::end() [388]
                0.00    0.00   12100/57760905     __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::__normal_iterator(boost::shared_ptr<Body>* const&) [67]
-----------------------------------------------
                                                 <spontaneous>
[389]    0.0    0.00    0.00                 Preferences::registerAttributes() [389]
                0.00    0.00       1/1           void Serializable::registerAttribute<std::string>(std::string const&, std::string&) [417]
                0.00    0.00       2/2           void Serializable::registerAttribute<std::vector<std::string, std::allocator<std::string> > >(std::string const&, std::vector<std::string, std::allocator<std::string> >&) [437]
                0.00    0.00       1/408         void Serializable::registerAttribute<int>(std::string const&, int&) [249]
-----------------------------------------------
                0.00    0.00       8/8           MetaDispatchingEngine::registerAttributes() [335]
[390]    0.0    0.00    0.00       8         void Serializable::registerAttribute<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(std::string const&, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&) [390]
                0.00    0.00       8/8           boost::shared_ptr<Archive> Archive::create<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(std::string const&, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&) [392]
                0.00    0.00       8/6994        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::push_back(boost::shared_ptr<Archive> const&) [277]
                0.00    0.00       8/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
-----------------------------------------------
                0.00    0.00       2/4           CreateSharedInteractionContainer() [412]
                0.00    0.00       2/4           SerializableTypes::Type findType<InteractionContainer>(boost::shared_ptr<InteractionContainer>&, bool&, std::string&) [426]
[391]    0.0    0.00    0.00       4         InteractionContainer::InteractionContainer() [391]
                0.00    0.00       4/6705        Serializable::Serializable() [105]
                0.00    0.00       4/4           std::allocator<boost::shared_ptr<Interaction> >::allocator() [1666]
                0.00    0.00       4/4           std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::vector(std::allocator<boost::shared_ptr<Interaction> > const&) [1683]
                0.00    0.00       4/22          std::allocator<boost::shared_ptr<Interaction> >::~allocator() [1286]
                0.00    0.00       4/8           std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::clear() [1527]
-----------------------------------------------
                0.00    0.00       8/8           void Serializable::registerAttribute<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(std::string const&, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&) [390]
[392]    0.0    0.00    0.00       8         boost::shared_ptr<Archive> Archive::create<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(std::string const&, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&) [392]
                0.00    0.00       8/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00      16/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00       8/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00      80/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00      24/28656       Archive::getRecordType() [750]
                0.00    0.00       8/78308024     data_start [697]
                0.00    0.00       8/8           SerializableTypes::Type findType<std::vector<std::string, std::allocator<std::string> > >(std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&, bool&, std::string&) [1485]
                0.00    0.00       8/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00       8/9552        Archive::setFundamental(bool) [815]
                0.00    0.00       8/8           boost::any::any<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>(std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >* const&) [1495]
                0.00    0.00       8/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00       2/20          CreateSharedEngine() [413]
                0.00    0.00      18/20          PointerHandler<boost::shared_ptr<Engine> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [333]
[393]    0.0    0.00    0.00      20         boost::shared_ptr<Engine>::shared_ptr<Engine>(Engine*) [393]
                0.00    0.00      20/20          boost::detail::shared_count::shared_count<Engine>(Engine*) [394]
                0.00    0.00      20/18174       boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...) [772]
-----------------------------------------------
                0.00    0.00      20/20          boost::shared_ptr<Engine>::shared_ptr<Engine>(Engine*) [393]
[394]    0.0    0.00    0.00      20         boost::detail::shared_count::shared_count<Engine>(Engine*) [394]
                0.00    0.00      20/20          boost::detail::sp_counted_impl_p<Engine>::sp_counted_impl_p(Engine*) [395]
-----------------------------------------------
                0.00    0.00      20/20          boost::detail::shared_count::shared_count<Engine>(Engine*) [394]
[395]    0.0    0.00    0.00      20         boost::detail::sp_counted_impl_p<Engine>::sp_counted_impl_p(Engine*) [395]
                0.00    0.00      20/18174       boost::detail::sp_counted_base::sp_counted_base() [136]
-----------------------------------------------
                0.00    0.00     407/407         SerializableTypes::Type findType<BoundingVolume>(boost::shared_ptr<BoundingVolume>&, bool&, std::string&) [214]
[396]    0.0    0.00    0.00     407         BoundingVolume::~BoundingVolume() [396]
                0.00    0.00     407/39273816     Serializable::~Serializable() <cycle 1> [119]
                0.00    0.00     407/78308024     data_start [697]
-----------------------------------------------
                0.00    0.00     407/407         SerializableTypes::Type findType<GeometricalModel>(boost::shared_ptr<GeometricalModel>&, bool&, std::string&) [236]
[397]    0.0    0.00    0.00     407         GeometricalModel::~GeometricalModel() [397]
                0.00    0.00     407/39273816     Serializable::~Serializable() <cycle 1> [119]
                0.00    0.00     407/78308024     data_start [697]
-----------------------------------------------
                0.00    0.00     407/407         SerializableTypes::Type findType<PhysicalParameters>(boost::shared_ptr<PhysicalParameters>&, bool&, std::string&) [218]
[398]    0.0    0.00    0.00     407         PhysicalParameters::~PhysicalParameters() [398]
                0.00    0.00     407/39273816     Serializable::~Serializable() <cycle 1> [119]
                0.00    0.00     407/78308024     data_start [697]
-----------------------------------------------
                0.00    0.00     407/407         SerializableTypes::Type findType<InteractingGeometry>(boost::shared_ptr<InteractingGeometry>&, bool&, std::string&) [235]
[399]    0.0    0.00    0.00     407         InteractingGeometry::~InteractingGeometry() [399]
                0.00    0.00     407/39273816     Serializable::~Serializable() <cycle 1> [119]
                0.00    0.00     407/78308024     data_start [697]
-----------------------------------------------
                                                 <spontaneous>
[400]    0.0    0.00    0.00                 ContainerHandler<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [400]
                0.00    0.00       2/2           boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<EngineUnit> >(std::string const&, boost::shared_ptr<EngineUnit>&) [404]
                0.00    0.00       2/2556        boost::shared_ptr<Archive>::operator=(boost::shared_ptr<Archive> const&) [238]
                0.00    0.00       3/4           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >* boost::any_cast<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>(boost::any&) [521]
                0.00    0.00       2/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
                0.00    0.00       3/8010        Archive::getAddress() [825]
                0.00    0.00       3/20          std::_List_iterator<boost::shared_ptr<EngineUnit> >::operator!=(std::_List_iterator<boost::shared_ptr<EngineUnit> > const&) const [1312]
                0.00    0.00       2/2           std::_List_iterator<boost::shared_ptr<EngineUnit> >::_List_iterator() [1869]
                0.00    0.00       2/2556        Archive::getName() [875]
                0.00    0.00       2/7           std::_List_iterator<boost::shared_ptr<EngineUnit> >::operator*() const [1555]
                0.00    0.00       2/3           std::_List_iterator<boost::shared_ptr<EngineUnit> >::operator++() [1728]
                0.00    0.00       2/2           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::size() const [1845]
                0.00    0.00       1/17          std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::begin() [1352]
                0.00    0.00       1/18          std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::end() [1338]
-----------------------------------------------
                0.00    0.00       2/2           MetaBody::registerAttributes() [92]
[401]    0.0    0.00    0.00       2         void Serializable::registerAttribute<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(std::string const&, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >&) [401]
                0.00    0.00       2/2           boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(std::string const&, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >&) [403]
                0.00    0.00       2/6994        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::push_back(boost::shared_ptr<Archive> const&) [277]
                0.00    0.00       2/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
-----------------------------------------------
                0.00    0.00       2/2           MetaBody::registerAttributes() [92]
[402]    0.0    0.00    0.00       2         void Serializable::registerAttribute<boost::shared_ptr<InteractionContainer> >(std::string const&, boost::shared_ptr<InteractionContainer>&) [402]
                0.00    0.00       2/2           boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractionContainer> >(std::string const&, boost::shared_ptr<InteractionContainer>&) [405]
                0.00    0.00       2/6994        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::push_back(boost::shared_ptr<Archive> const&) [277]
                0.00    0.00       2/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
-----------------------------------------------
                0.00    0.00       2/2           void Serializable::registerAttribute<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(std::string const&, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >&) [401]
[403]    0.0    0.00    0.00       2         boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(std::string const&, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >&) [403]
                0.00    0.00       2/2           SerializableTypes::Type findType<boost::shared_ptr<Engine> >(std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >&, bool&, std::string&) [424]
                0.00    0.00       2/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00       4/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00       2/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00      20/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00       6/28656       Archive::getRecordType() [750]
                0.00    0.00       2/78308024     data_start [697]
                0.00    0.00       2/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00       2/9552        Archive::setFundamental(bool) [815]
                0.00    0.00       2/2           boost::any::any<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>(std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >* const&) [1785]
                0.00    0.00       2/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00       2/2           ContainerHandler<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [400]
[404]    0.0    0.00    0.00       2         boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<EngineUnit> >(std::string const&, boost::shared_ptr<EngineUnit>&) [404]
                0.00    0.00       2/10          SerializableTypes::Type findType<EngineUnit>(boost::shared_ptr<EngineUnit>&, bool&, std::string&) [357]
                0.00    0.00       2/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00       4/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00       2/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00      20/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00       6/28656       Archive::getRecordType() [750]
                0.00    0.00       2/78308024     data_start [697]
                0.00    0.00       2/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00       2/9552        Archive::setFundamental(bool) [815]
                0.00    0.00       2/2           boost::any::any<boost::shared_ptr<EngineUnit>*>(boost::shared_ptr<EngineUnit>* const&) [1782]
                0.00    0.00       2/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00       2/2           void Serializable::registerAttribute<boost::shared_ptr<InteractionContainer> >(std::string const&, boost::shared_ptr<InteractionContainer>&) [402]
[405]    0.0    0.00    0.00       2         boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractionContainer> >(std::string const&, boost::shared_ptr<InteractionContainer>&) [405]
                0.00    0.00       2/2           SerializableTypes::Type findType<InteractionContainer>(boost::shared_ptr<InteractionContainer>&, bool&, std::string&) [426]
                0.00    0.00       2/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00       4/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00       2/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00      20/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00       6/28656       Archive::getRecordType() [750]
                0.00    0.00       2/78308024     data_start [697]
                0.00    0.00       2/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00       2/9552        Archive::setFundamental(bool) [815]
                0.00    0.00       2/2           boost::any::any<boost::shared_ptr<InteractionContainer>*>(boost::shared_ptr<InteractionContainer>* const&) [1783]
                0.00    0.00       2/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00       1/3           CreatePreferences() [463]
                0.00    0.00       1/3           main [25]
                0.00    0.00       1/3           SerializableTypes::Type findType<Preferences>(boost::shared_ptr<Preferences>&, bool&, std::string&) [461]
[406]    0.0    0.00    0.00       3         Preferences::Preferences() [406]
                0.00    0.00       3/6705        Serializable::Serializable() [105]
                0.00    0.00       6/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00       6/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00       6/41808       std::allocator<std::string>::~allocator() [741]
-----------------------------------------------
                0.00    0.00      14/14          CreateSharedFileGenerator() [334]
[407]    0.0    0.00    0.00      14         boost::shared_ptr<FileGenerator>::shared_ptr<FileGenerator>(FileGenerator*) [407]
                0.00    0.00      14/14          boost::detail::shared_count::shared_count<FileGenerator>(FileGenerator*) [408]
                0.00    0.00      14/18174       boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...) [772]
-----------------------------------------------
                0.00    0.00      14/14          boost::shared_ptr<FileGenerator>::shared_ptr<FileGenerator>(FileGenerator*) [407]
[408]    0.0    0.00    0.00      14         boost::detail::shared_count::shared_count<FileGenerator>(FileGenerator*) [408]
                0.00    0.00      14/14          boost::detail::sp_counted_impl_p<FileGenerator>::sp_counted_impl_p(FileGenerator*) [409]
-----------------------------------------------
                0.00    0.00      14/14          boost::detail::shared_count::shared_count<FileGenerator>(FileGenerator*) [408]
[409]    0.0    0.00    0.00      14         boost::detail::sp_counted_impl_p<FileGenerator>::sp_counted_impl_p(FileGenerator*) [409]
                0.00    0.00      14/18174       boost::detail::sp_counted_base::sp_counted_base() [136]
-----------------------------------------------
                0.00    0.00      31/31          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >* boost::any_cast<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>(boost::any&) [411]
[410]    0.0    0.00    0.00      31         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >** boost::any_cast<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>(boost::any*) [410]
                0.00    0.00      31/21233       boost::any::type() const [150]
                0.00    0.00      31/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00       8/31          ContainerHandler<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::resize(Archive&, unsigned long) [480]
                0.00    0.00      23/31          ContainerHandler<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [352]
[411]    0.0    0.00    0.00      31         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >* boost::any_cast<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>(boost::any&) [411]
                0.00    0.00      31/31          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >** boost::any_cast<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>(boost::any*) [410]
-----------------------------------------------
                                                 <spontaneous>
[412]    0.0    0.00    0.00                 CreateSharedInteractionContainer() [412]
                0.00    0.00       2/4           InteractionContainer::InteractionContainer() [391]
                0.00    0.00       2/4           boost::shared_ptr<InteractionContainer>::shared_ptr<InteractionContainer>(InteractionContainer*) [475]
                0.00    0.00       2/6           boost::shared_ptr<InteractionContainer>::~shared_ptr() [606]
                0.00    0.00       2/2           boost::shared_ptr<Factorable>::shared_ptr<InteractionContainer>(boost::shared_ptr<InteractionContainer> const&) [642]
-----------------------------------------------
                                                 <spontaneous>
[413]    0.0    0.00    0.00                 CreateSharedEngine() [413]
                0.00    0.00       2/22          Engine::Engine() [330]
                0.00    0.00       2/20          boost::shared_ptr<Engine>::shared_ptr<Engine>(Engine*) [393]
                0.00    0.00       2/2           boost::shared_ptr<Factorable>::shared_ptr<Engine>(boost::shared_ptr<Engine> const&) [643]
                0.00    0.00       2/24          boost::shared_ptr<Engine>::~shared_ptr() [530]
-----------------------------------------------
                0.00    0.00       1/1           PhysicalActionContainer::registerAttributes() [415]
[414]    0.0    0.00    0.00       1         void Serializable::registerAttribute<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(std::string const&, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >&) [414]
                0.00    0.00       1/1           boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(std::string const&, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >&) [416]
                0.00    0.00       1/6994        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::push_back(boost::shared_ptr<Archive> const&) [277]
                0.00    0.00       1/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
-----------------------------------------------
                                                 <spontaneous>
[415]    0.0    0.00    0.00                 PhysicalActionContainer::registerAttributes() [415]
                0.00    0.00       1/1           void Serializable::registerAttribute<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(std::string const&, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >&) [414]
-----------------------------------------------
                0.00    0.00       1/1           void Serializable::registerAttribute<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(std::string const&, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >&) [414]
[416]    0.0    0.00    0.00       1         boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(std::string const&, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >&) [416]
                0.00    0.00       1/1           SerializableTypes::Type findType<boost::shared_ptr<PhysicalAction> >(std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >&, bool&, std::string&) [434]
                0.00    0.00       1/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00       2/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00       1/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00      10/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00       3/28656       Archive::getRecordType() [750]
                0.00    0.00       1/78308024     data_start [697]
                0.00    0.00       1/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00       1/9552        Archive::setFundamental(bool) [815]
                0.00    0.00       1/1           boost::any::any<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >*>(std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >* const&) [1974]
                0.00    0.00       1/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00       1/1           Preferences::registerAttributes() [389]
[417]    0.0    0.00    0.00       1         void Serializable::registerAttribute<std::string>(std::string const&, std::string&) [417]
                0.00    0.00       4/60          boost::shared_ptr<Archive> Archive::create<std::string>(std::string const&, std::string&) [325]
                0.00    0.00       4/6994        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::push_back(boost::shared_ptr<Archive> const&) [277]
                0.00    0.00       4/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
-----------------------------------------------
                0.00    0.00       2/2           SerializableTypes::Type findType<boost::shared_ptr<Interaction> >(std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >&, bool&, std::string&) [10]
[418]    0.0    0.00    0.00       2         SerializableTypes::Type findType<Interaction>(boost::shared_ptr<Interaction>&, bool&, std::string&) [418]
                0.00    0.00       2/2           Interaction::Interaction() [427]
                0.00    0.00       2/2           Interaction::~Interaction() [618]
                0.00    0.00       2/2           SerializableTypes::Type findType<Interaction>(Interaction&, bool&, std::string&) [1742]
-----------------------------------------------
                0.00    0.00       2/815         Body::Body() [425]
                0.00    0.00     813/815         Body::Body() [207]
[419]    0.0    0.00    0.00     815         boost::shared_ptr<BoundingVolume>::shared_ptr() [419]
                0.00    0.00     815/3332741     boost::detail::shared_count::shared_count() [94]
-----------------------------------------------
                0.00    0.00       2/815         Body::Body() [425]
                0.00    0.00     813/815         Body::Body() [207]
[420]    0.0    0.00    0.00     815         boost::shared_ptr<GeometricalModel>::shared_ptr() [420]
                0.00    0.00     815/3332741     boost::detail::shared_count::shared_count() [94]
-----------------------------------------------
                0.00    0.00       2/815         Body::Body() [425]
                0.00    0.00     813/815         Body::Body() [207]
[421]    0.0    0.00    0.00     815         boost::shared_ptr<PhysicalParameters>::shared_ptr() [421]
                0.00    0.00     815/3332741     boost::detail::shared_count::shared_count() [94]
-----------------------------------------------
                0.00    0.00       2/815         Body::Body() [425]
                0.00    0.00     813/815         Body::Body() [207]
[422]    0.0    0.00    0.00     815         boost::shared_ptr<InteractingGeometry>::shared_ptr() [422]
                0.00    0.00     815/3332741     boost::detail::shared_count::shared_count() [94]
-----------------------------------------------
                0.00    0.00       1/2           CreateMetaBody() [460]
                0.00    0.00       1/2           SerializableTypes::Type findType<MetaBody>(boost::shared_ptr<MetaBody>&, bool&, std::string&) [348]
[423]    0.0    0.00    0.00       2         MetaBody::MetaBody() [423]
                0.00    0.00       2/2           Body::Body() [425]
                0.00    0.00       4/4           boost::shared_ptr<InteractionContainer>::shared_ptr() [659]
                0.00    0.00       2/2           boost::shared_ptr<BodyContainer>::shared_ptr() [683]
                0.00    0.00       2/2           boost::shared_ptr<PhysicalActionContainer>::shared_ptr() [685]
                0.00    0.00       4/4           std::allocator<boost::shared_ptr<Engine> >::allocator() [1668]
                0.00    0.00       4/4           std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::vector(std::allocator<boost::shared_ptr<Engine> > const&) [1687]
                0.00    0.00       4/18          std::allocator<boost::shared_ptr<Engine> >::~allocator() [1334]
                0.00    0.00       4/4           std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::clear() [1685]
-----------------------------------------------
                0.00    0.00       2/2           boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(std::string const&, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >&) [403]
[424]    0.0    0.00    0.00       2         SerializableTypes::Type findType<boost::shared_ptr<Engine> >(std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >&, bool&, std::string&) [424]
                0.00    0.00       2/20          SerializableTypes::Type findType<Engine>(boost::shared_ptr<Engine>&, bool&, std::string&) [331]
                0.00    0.00       2/24          boost::shared_ptr<Engine>::~shared_ptr() [530]
                0.00    0.00       2/4           boost::shared_ptr<Engine>::shared_ptr() [664]
-----------------------------------------------
                0.00    0.00       2/2           MetaBody::MetaBody() [423]
[425]    0.0    0.00    0.00       2         Body::Body() [425]
                0.00    0.00       2/6705        Serializable::Serializable() [105]
                0.00    0.00       2/815         boost::shared_ptr<PhysicalParameters>::shared_ptr() [421]
                0.00    0.00       2/815         boost::shared_ptr<GeometricalModel>::shared_ptr() [420]
                0.00    0.00       2/815         boost::shared_ptr<InteractingGeometry>::shared_ptr() [422]
                0.00    0.00       2/815         boost::shared_ptr<BoundingVolume>::shared_ptr() [419]
-----------------------------------------------
                0.00    0.00       2/2           boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractionContainer> >(std::string const&, boost::shared_ptr<InteractionContainer>&) [405]
[426]    0.0    0.00    0.00       2         SerializableTypes::Type findType<InteractionContainer>(boost::shared_ptr<InteractionContainer>&, bool&, std::string&) [426]
                0.00    0.00       2/4           InteractionContainer::InteractionContainer() [391]
                0.00    0.00       2/2           InteractionContainer::~InteractionContainer() [652]
                0.00    0.00       2/4           SerializableTypes::Type findType<InteractionContainer>(InteractionContainer&, bool&, std::string&) [1621]
-----------------------------------------------
                0.00    0.00       2/2           SerializableTypes::Type findType<Interaction>(boost::shared_ptr<Interaction>&, bool&, std::string&) [418]
[427]    0.0    0.00    0.00       2         Interaction::Interaction() [427]
                0.00    0.00       2/6705        Serializable::Serializable() [105]
                0.00    0.00       2/4036        boost::shared_ptr<InteractionGeometry>::shared_ptr() [356]
                0.00    0.00       2/4036        boost::shared_ptr<InteractionPhysics>::shared_ptr() [355]
-----------------------------------------------
                                                 <spontaneous>
[428]    0.0    0.00    0.00                 PointerHandler<boost::shared_ptr<EngineUnit> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [428]
                0.00    0.00       2/2           boost::shared_ptr<Archive> Archive::create<EngineUnit>(std::string const&, EngineUnit&) [465]
                0.00    0.00       2/2           boost::shared_ptr<EngineUnit>::shared_ptr<EngineUnit>(EngineUnit*) [502]
                0.00    0.00       2/2556        boost::shared_ptr<Archive>::operator=(boost::shared_ptr<Archive> const&) [238]
                0.00    0.00       2/2           boost::shared_ptr<EngineUnit>* boost::any_cast<boost::shared_ptr<EngineUnit>*>(boost::any&) [567]
                0.00    0.00       2/2           boost::shared_ptr<EngineUnit>::operator=(boost::shared_ptr<EngineUnit> const&) [598]
                0.00    0.00       2/11          boost::shared_ptr<EngineUnit>::~shared_ptr() [528]
                0.00    0.00       2/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
                0.00    0.00       2/2556        Archive::getName() [875]
                0.00    0.00       2/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00       2/78308024     data_start [697]
                0.00    0.00       2/8010        Archive::getAddress() [825]
                0.00    0.00       2/2           boost::shared_ptr<EngineUnit>::operator*() const [1811]
-----------------------------------------------
                0.00    0.00     159/159         Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[429]    0.0    0.00    0.00     159         boost::shared_ptr<Indexable>::~shared_ptr() [429]
                0.00    0.00     202/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                0.00    0.00      22/22          std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >* boost::any_cast<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>(boost::any&) [431]
[430]    0.0    0.00    0.00      22         std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >** boost::any_cast<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>(boost::any*) [430]
                0.00    0.00      22/21233       boost::any::type() const [150]
                0.00    0.00      22/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00       2/22          ContainerHandler<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::resize(Archive&, unsigned long) [516]
                0.00    0.00      20/22          ContainerHandler<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [324]
[431]    0.0    0.00    0.00      22         std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >* boost::any_cast<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>(boost::any&) [431]
                0.00    0.00      22/22          std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >** boost::any_cast<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>(boost::any*) [430]
-----------------------------------------------
                0.00    0.00     159/159         boost::shared_ptr<Serializable> boost::dynamic_pointer_cast<Serializable, Factorable>(boost::shared_ptr<Factorable> const&) [433]
[432]    0.0    0.00    0.00     159         boost::shared_ptr<Serializable>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag) [432]
                0.00    0.00     159/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
                0.00    0.00       3/4148236     boost::detail::shared_count::operator=(boost::detail::shared_count const&) [13]
                0.00    0.00       3/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
                0.00    0.00       3/3332741     boost::detail::shared_count::shared_count() [94]
-----------------------------------------------
                0.00    0.00     159/159         Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[433]    0.0    0.00    0.00     159         boost::shared_ptr<Serializable> boost::dynamic_pointer_cast<Serializable, Factorable>(boost::shared_ptr<Factorable> const&) [433]
                0.00    0.00     159/159         boost::shared_ptr<Serializable>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag) [432]
-----------------------------------------------
                0.00    0.00       1/1           boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(std::string const&, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >&) [416]
[434]    0.0    0.00    0.00       1         SerializableTypes::Type findType<boost::shared_ptr<PhysicalAction> >(std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >&, bool&, std::string&) [434]
                0.00    0.00       1/1           SerializableTypes::Type findType<PhysicalAction>(boost::shared_ptr<PhysicalAction>&, bool&, std::string&) [435]
                0.00    0.00       1/39273816     boost::shared_ptr<PhysicalAction>::~shared_ptr() <cycle 1> [139]
                0.00    0.00       1/408         boost::shared_ptr<PhysicalAction>::shared_ptr() [459]
-----------------------------------------------
                0.00    0.00       1/1           SerializableTypes::Type findType<boost::shared_ptr<PhysicalAction> >(std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >&, bool&, std::string&) [434]
[435]    0.0    0.00    0.00       1         SerializableTypes::Type findType<PhysicalAction>(boost::shared_ptr<PhysicalAction>&, bool&, std::string&) [435]
                0.00    0.00       1/5           PhysicalAction::PhysicalAction() [367]
                0.00    0.00       1/1           PhysicalAction::~PhysicalAction() [673]
                0.00    0.00       1/1           SerializableTypes::Type findType<PhysicalAction>(PhysicalAction&, bool&, std::string&) [1921]
-----------------------------------------------
                0.00    0.00       1/1           main [25]
[436]    0.0    0.00    0.00       1         void IOFormatManager::loadFromFile<boost::shared_ptr<Preferences> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<Preferences>&) [436]
                0.00    0.00       1/1           boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Preferences> >(std::string const&, boost::shared_ptr<Preferences>&) [440]
                0.00    0.00       1/2           boost::shared_ptr<IOFormatManager>::operator=(boost::shared_ptr<IOFormatManager> const&) [600]
                0.00    0.00       2/6           boost::shared_ptr<IOFormatManager>::~shared_ptr() [619]
                0.00    0.00       1/652         boost::shared_ptr<Factorable>::~shared_ptr() [379]
                0.00    0.00       1/2           boost::shared_ptr<IOFormatManager> boost::dynamic_pointer_cast<IOFormatManager, Factorable>(boost::shared_ptr<Factorable> const&) [645]
                0.00    0.00       1/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
                0.00    0.00       1/2           boost::shared_ptr<IOFormatManager>::shared_ptr() [684]
                0.00    0.00       4/78308024     data_start [697]
                0.00    0.00       3/6           boost::shared_ptr<Archive>::operator*() const [1580]
                0.00    0.00       2/4           boost::shared_ptr<IOFormatManager>::operator->() const [1657]
                0.00    0.00       1/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00       1/91404       boost::shared_ptr<Archive>::operator->() const [725]
-----------------------------------------------
                0.00    0.00       2/2           Preferences::registerAttributes() [389]
[437]    0.0    0.00    0.00       2         void Serializable::registerAttribute<std::vector<std::string, std::allocator<std::string> > >(std::string const&, std::vector<std::string, std::allocator<std::string> >&) [437]
                0.00    0.00       3/18          boost::shared_ptr<Archive> Archive::create<std::vector<std::string, std::allocator<std::string> > >(std::string const&, std::vector<std::string, std::allocator<std::string> >&) [362]
                0.00    0.00       3/6994        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::push_back(boost::shared_ptr<Archive> const&) [277]
                0.00    0.00       3/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
-----------------------------------------------
                0.00    0.00     159/159         boost::shared_ptr<Factorable> boost::dynamic_pointer_cast<Factorable, Factorable>(boost::shared_ptr<Factorable> const&) [439]
[438]    0.0    0.00    0.00     159         boost::shared_ptr<Factorable>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag) [438]
                0.00    0.00     159/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
-----------------------------------------------
                0.00    0.00     159/159         Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[439]    0.0    0.00    0.00     159         boost::shared_ptr<Factorable> boost::dynamic_pointer_cast<Factorable, Factorable>(boost::shared_ptr<Factorable> const&) [439]
                0.00    0.00     159/159         boost::shared_ptr<Factorable>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag) [438]
-----------------------------------------------
                0.00    0.00       1/1           void IOFormatManager::loadFromFile<boost::shared_ptr<Preferences> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<Preferences>&) [436]
[440]    0.0    0.00    0.00       1         boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Preferences> >(std::string const&, boost::shared_ptr<Preferences>&) [440]
                0.00    0.00       1/1           SerializableTypes::Type findType<Preferences>(boost::shared_ptr<Preferences>&, bool&, std::string&) [461]
                0.00    0.00       1/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00       2/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00       1/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00      10/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00       3/28656       Archive::getRecordType() [750]
                0.00    0.00       1/78308024     data_start [697]
                0.00    0.00       1/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00       1/9552        Archive::setFundamental(bool) [815]
                0.00    0.00       1/1           boost::any::any<boost::shared_ptr<Preferences>*>(boost::shared_ptr<Preferences>* const&) [1970]
                0.00    0.00       1/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00       8/8           CreateSharedMetaEngine() [360]
[441]    0.0    0.00    0.00       8         boost::shared_ptr<MetaEngine>::shared_ptr<MetaEngine>(MetaEngine*) [441]
                0.00    0.00       8/8           boost::detail::shared_count::shared_count<MetaEngine>(MetaEngine*) [442]
                0.00    0.00       8/18174       boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...) [772]
-----------------------------------------------
                0.00    0.00       8/8           boost::shared_ptr<MetaEngine>::shared_ptr<MetaEngine>(MetaEngine*) [441]
[442]    0.0    0.00    0.00       8         boost::detail::shared_count::shared_count<MetaEngine>(MetaEngine*) [442]
                0.00    0.00       8/8           boost::detail::sp_counted_impl_p<MetaEngine>::sp_counted_impl_p(MetaEngine*) [443]
-----------------------------------------------
                0.00    0.00       8/8           boost::detail::shared_count::shared_count<MetaEngine>(MetaEngine*) [442]
[443]    0.0    0.00    0.00       8         boost::detail::sp_counted_impl_p<MetaEngine>::sp_counted_impl_p(MetaEngine*) [443]
                0.00    0.00       8/18174       boost::detail::sp_counted_base::sp_counted_base() [136]
-----------------------------------------------
                0.00    0.00     159/159         Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[444]    0.0    0.00    0.00     159         boost::shared_ptr<Serializable>::~shared_ptr() [444]
                0.00    0.00     159/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                                                 <spontaneous>
[445]    0.0    0.00    0.00                 ContainerHandler<std::vector<std::string, std::allocator<std::string> > >::resize(Archive&, unsigned long) [445]
                0.00    0.00      18/92          std::vector<std::string, std::allocator<std::string> >* boost::any_cast<std::vector<std::string, std::allocator<std::string> >*>(boost::any&) [373]
                0.00    0.00      18/8010        Archive::getAddress() [825]
                0.00    0.00      18/18          std::vector<std::string, std::allocator<std::string> >::resize(unsigned int) [1343]
-----------------------------------------------
                0.00    0.00      18/18          boost::shared_ptr<Engine>* boost::any_cast<boost::shared_ptr<Engine>*>(boost::any&) [447]
[446]    0.0    0.00    0.00      18         boost::shared_ptr<Engine>** boost::any_cast<boost::shared_ptr<Engine>*>(boost::any*) [446]
                0.00    0.00      18/21233       boost::any::type() const [150]
                0.00    0.00      18/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00      18/18          PointerHandler<boost::shared_ptr<Engine> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [333]
[447]    0.0    0.00    0.00      18         boost::shared_ptr<Engine>* boost::any_cast<boost::shared_ptr<Engine>*>(boost::any&) [447]
                0.00    0.00      18/18          boost::shared_ptr<Engine>** boost::any_cast<boost::shared_ptr<Engine>*>(boost::any*) [446]
-----------------------------------------------
                0.00    0.00       7/7           CreateSharedDeusExMachina() [363]
[448]    0.0    0.00    0.00       7         boost::shared_ptr<DeusExMachina>::shared_ptr<DeusExMachina>(DeusExMachina*) [448]
                0.00    0.00       7/7           boost::detail::shared_count::shared_count<DeusExMachina>(DeusExMachina*) [450]
                0.00    0.00       7/18174       boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...) [772]
-----------------------------------------------
                0.00    0.00       7/7           CreateSharedInteractionGeometry() [364]
[449]    0.0    0.00    0.00       7         boost::shared_ptr<InteractionGeometry>::shared_ptr<InteractionGeometry>(InteractionGeometry*) [449]
                0.00    0.00       7/7           boost::detail::shared_count::shared_count<InteractionGeometry>(InteractionGeometry*) [451]
                0.00    0.00       7/18174       boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...) [772]
-----------------------------------------------
                0.00    0.00       7/7           boost::shared_ptr<DeusExMachina>::shared_ptr<DeusExMachina>(DeusExMachina*) [448]
[450]    0.0    0.00    0.00       7         boost::detail::shared_count::shared_count<DeusExMachina>(DeusExMachina*) [450]
                0.00    0.00       7/7           boost::detail::sp_counted_impl_p<DeusExMachina>::sp_counted_impl_p(DeusExMachina*) [452]
-----------------------------------------------
                0.00    0.00       7/7           boost::shared_ptr<InteractionGeometry>::shared_ptr<InteractionGeometry>(InteractionGeometry*) [449]
[451]    0.0    0.00    0.00       7         boost::detail::shared_count::shared_count<InteractionGeometry>(InteractionGeometry*) [451]
                0.00    0.00       7/7           boost::detail::sp_counted_impl_p<InteractionGeometry>::sp_counted_impl_p(InteractionGeometry*) [453]
-----------------------------------------------
                0.00    0.00       7/7           boost::detail::shared_count::shared_count<DeusExMachina>(DeusExMachina*) [450]
[452]    0.0    0.00    0.00       7         boost::detail::sp_counted_impl_p<DeusExMachina>::sp_counted_impl_p(DeusExMachina*) [452]
                0.00    0.00       7/18174       boost::detail::sp_counted_base::sp_counted_base() [136]
-----------------------------------------------
                0.00    0.00       7/7           boost::detail::shared_count::shared_count<InteractionGeometry>(InteractionGeometry*) [451]
[453]    0.0    0.00    0.00       7         boost::detail::sp_counted_impl_p<InteractionGeometry>::sp_counted_impl_p(InteractionGeometry*) [453]
                0.00    0.00       7/18174       boost::detail::sp_counted_base::sp_counted_base() [136]
-----------------------------------------------
                                                 <spontaneous>
[454]    0.0    0.00    0.00                 CreateSharedStandAloneSimulator() [454]
                0.00    0.00       1/1           StandAloneSimulator::StandAloneSimulator() [462]
                0.00    0.00       1/1           boost::shared_ptr<StandAloneSimulator>::shared_ptr<StandAloneSimulator>(StandAloneSimulator*) [534]
                0.00    0.00       1/1           boost::shared_ptr<Factorable>::shared_ptr<StandAloneSimulator>(boost::shared_ptr<StandAloneSimulator> const&) [665]
                0.00    0.00       1/1           boost::shared_ptr<StandAloneSimulator>::~shared_ptr() [674]
-----------------------------------------------
                0.00    0.00       6/6           CreateSharedStandAloneEngine() [375]
[455]    0.0    0.00    0.00       6         boost::shared_ptr<StandAloneEngine>::shared_ptr<StandAloneEngine>(StandAloneEngine*) [455]
                0.00    0.00       6/6           boost::detail::shared_count::shared_count<StandAloneEngine>(StandAloneEngine*) [456]
                0.00    0.00       6/18174       boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...) [772]
-----------------------------------------------
                0.00    0.00       6/6           boost::shared_ptr<StandAloneEngine>::shared_ptr<StandAloneEngine>(StandAloneEngine*) [455]
[456]    0.0    0.00    0.00       6         boost::detail::shared_count::shared_count<StandAloneEngine>(StandAloneEngine*) [456]
                0.00    0.00       6/6           boost::detail::sp_counted_impl_p<StandAloneEngine>::sp_counted_impl_p(StandAloneEngine*) [457]
-----------------------------------------------
                0.00    0.00       6/6           boost::detail::shared_count::shared_count<StandAloneEngine>(StandAloneEngine*) [456]
[457]    0.0    0.00    0.00       6         boost::detail::sp_counted_impl_p<StandAloneEngine>::sp_counted_impl_p(StandAloneEngine*) [457]
                0.00    0.00       6/18174       boost::detail::sp_counted_base::sp_counted_base() [136]
-----------------------------------------------
                                                 <spontaneous>
[458]    0.0    0.00    0.00                 TimeStepper::registerAttributes() [458]
                0.00    0.00       1/408         void Serializable::registerAttribute<unsigned int>(std::string const&, unsigned int&) [250]
                0.00    0.00       1/1626        void Serializable::registerAttribute<bool>(std::string const&, bool&) [183]
                0.00    0.00       1/9           Serializable::registerAttributes() [1476]
-----------------------------------------------
                0.00    0.00       1/408         SerializableTypes::Type findType<boost::shared_ptr<PhysicalAction> >(std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >&, bool&, std::string&) [434]
                0.00    0.00     407/408         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::resize(unsigned int) [18]
[459]    0.0    0.00    0.00     408         boost::shared_ptr<PhysicalAction>::shared_ptr() [459]
                0.00    0.00     408/3332741     boost::detail::shared_count::shared_count() [94]
-----------------------------------------------
                                                 <spontaneous>
[460]    0.0    0.00    0.00                 CreateMetaBody() [460]
                0.00    0.00       1/2           MetaBody::MetaBody() [423]
-----------------------------------------------
                0.00    0.00       1/1           boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Preferences> >(std::string const&, boost::shared_ptr<Preferences>&) [440]
[461]    0.0    0.00    0.00       1         SerializableTypes::Type findType<Preferences>(boost::shared_ptr<Preferences>&, bool&, std::string&) [461]
                0.00    0.00       1/3           Preferences::Preferences() [406]
                0.00    0.00       1/1           Preferences::~Preferences() [671]
                0.00    0.00       1/2           SerializableTypes::Type findType<Preferences>(Preferences&, bool&, std::string&) [1743]
-----------------------------------------------
                0.00    0.00       1/1           CreateSharedStandAloneSimulator() [454]
[462]    0.0    0.00    0.00       1         StandAloneSimulator::StandAloneSimulator() [462]
                0.00    0.00       1/6705        Serializable::Serializable() [105]
-----------------------------------------------
                                                 <spontaneous>
[463]    0.0    0.00    0.00                 CreatePreferences() [463]
                0.00    0.00       1/3           Preferences::Preferences() [406]
-----------------------------------------------
                                                 <spontaneous>
[464]    0.0    0.00    0.00                 StandAloneSimulator::StandAloneSimulator() [464]
                0.00    0.00       1/6705        Serializable::Serializable() [105]
-----------------------------------------------
                0.00    0.00       2/2           PointerHandler<boost::shared_ptr<EngineUnit> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [428]
[465]    0.0    0.00    0.00       2         boost::shared_ptr<Archive> Archive::create<EngineUnit>(std::string const&, EngineUnit&) [465]
                0.00    0.00       2/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00       4/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00       2/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00      16/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00       6/28656       Archive::getRecordType() [750]
                0.00    0.00       2/78308024     data_start [697]
                0.00    0.00       2/12          SerializableTypes::Type findType<EngineUnit>(EngineUnit&, bool&, std::string&) [1423]
                0.00    0.00       2/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00       2/9552        Archive::setFundamental(bool) [815]
                0.00    0.00       2/2059        boost::any::any<Serializable*>(Serializable* const&) [886]
                0.00    0.00       2/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00       2/2           PointerHandler<boost::shared_ptr<InteractionContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [293]
[466]    0.0    0.00    0.00       2         boost::shared_ptr<Archive> Archive::create<InteractionContainer>(std::string const&, InteractionContainer&) [466]
                0.00    0.00       2/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00       4/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00       2/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00      16/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00       6/28656       Archive::getRecordType() [750]
                0.00    0.00       2/78308024     data_start [697]
                0.00    0.00       2/4           SerializableTypes::Type findType<InteractionContainer>(InteractionContainer&, bool&, std::string&) [1621]
                0.00    0.00       2/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00       2/9552        Archive::setFundamental(bool) [815]
                0.00    0.00       2/2059        boost::any::any<Serializable*>(Serializable* const&) [886]
                0.00    0.00       2/21571       boost::any::~any() [762]
-----------------------------------------------
                                                 <spontaneous>
[467]    0.0    0.00    0.00                 PointerHandler<boost::shared_ptr<Preferences> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [467]
                0.00    0.00       1/1           boost::shared_ptr<Archive> Archive::create<Preferences>(std::string const&, Preferences&) [490]
                0.00    0.00       1/2           boost::shared_ptr<Preferences>::shared_ptr<Preferences>(Preferences*) [503]
                0.00    0.00       1/2556        boost::shared_ptr<Archive>::operator=(boost::shared_ptr<Archive> const&) [238]
                0.00    0.00       1/1           boost::shared_ptr<Preferences>* boost::any_cast<boost::shared_ptr<Preferences>*>(boost::any&) [585]
                0.00    0.00       1/2           boost::shared_ptr<Preferences>::operator=(boost::shared_ptr<Preferences> const&) [599]
                0.00    0.00       1/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
                0.00    0.00       1/2           boost::shared_ptr<Preferences>::~shared_ptr() [653]
                0.00    0.00       1/2556        Archive::getName() [875]
                0.00    0.00       1/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00       1/78308024     data_start [697]
                0.00    0.00       1/8010        Archive::getAddress() [825]
                0.00    0.00       1/1           boost::shared_ptr<Preferences>::operator*() const [2066]
-----------------------------------------------
                                                 <spontaneous>
[468]    0.0    0.00    0.00                 PointerHandler<boost::shared_ptr<PhysicalActionContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [468]
                0.00    0.00       1/1           boost::shared_ptr<Archive> Archive::create<PhysicalActionContainer>(std::string const&, PhysicalActionContainer&) [492]
                0.00    0.00       1/2           boost::shared_ptr<PhysicalActionContainer>::shared_ptr<PhysicalActionContainer>(PhysicalActionContainer*) [505]
                0.00    0.00       1/2556        boost::shared_ptr<Archive>::operator=(boost::shared_ptr<Archive> const&) [238]
                0.00    0.00       1/1           boost::shared_ptr<PhysicalActionContainer>* boost::any_cast<boost::shared_ptr<PhysicalActionContainer>*>(boost::any&) [589]
                0.00    0.00       1/1           boost::shared_ptr<PhysicalActionContainer>::operator=(boost::shared_ptr<PhysicalActionContainer> const&) [632]
                0.00    0.00       1/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
                0.00    0.00       1/3           boost::shared_ptr<PhysicalActionContainer>::~shared_ptr() [636]
                0.00    0.00       1/2556        Archive::getName() [875]
                0.00    0.00       1/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00       1/78308024     data_start [697]
                0.00    0.00       1/8010        Archive::getAddress() [825]
                0.00    0.00       1/1           boost::shared_ptr<PhysicalActionContainer>::operator*() const [2067]
-----------------------------------------------
                                                 <spontaneous>
[469]    0.0    0.00    0.00                 PointerHandler<boost::shared_ptr<MetaBody> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [469]
                0.00    0.00       1/1           boost::shared_ptr<Archive> Archive::create<MetaBody>(std::string const&, MetaBody&) [493]
                0.00    0.00       1/1           boost::shared_ptr<MetaBody>::shared_ptr<MetaBody>(MetaBody*) [537]
                0.00    0.00       1/2556        boost::shared_ptr<Archive>::operator=(boost::shared_ptr<Archive> const&) [238]
                0.00    0.00       1/1           boost::shared_ptr<MetaBody>* boost::any_cast<boost::shared_ptr<MetaBody>*>(boost::any&) [591]
                0.00    0.00       1/2           boost::shared_ptr<MetaBody>::operator=(boost::shared_ptr<MetaBody> const&) [601]
                0.00    0.00       1/39273816     boost::shared_ptr<MetaBody>::~shared_ptr() <cycle 1> [1253]
                0.00    0.00       1/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
                0.00    0.00       1/2556        Archive::getName() [875]
                0.00    0.00       1/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00       1/78308024     data_start [697]
                0.00    0.00       1/8010        Archive::getAddress() [825]
                0.00    0.00       1/1           boost::shared_ptr<MetaBody>::operator*() const [2069]
-----------------------------------------------
                0.00    0.00       5/5           CreateSharedInteractionPhysics() [380]
[470]    0.0    0.00    0.00       5         boost::shared_ptr<InteractionPhysics>::shared_ptr<InteractionPhysics>(InteractionPhysics*) [470]
                0.00    0.00       5/5           boost::detail::shared_count::shared_count<InteractionPhysics>(InteractionPhysics*) [471]
                0.00    0.00       5/18174       boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...) [772]
-----------------------------------------------
                0.00    0.00       5/5           boost::shared_ptr<InteractionPhysics>::shared_ptr<InteractionPhysics>(InteractionPhysics*) [470]
[471]    0.0    0.00    0.00       5         boost::detail::shared_count::shared_count<InteractionPhysics>(InteractionPhysics*) [471]
                0.00    0.00       5/5           boost::detail::sp_counted_impl_p<InteractionPhysics>::sp_counted_impl_p(InteractionPhysics*) [472]
-----------------------------------------------
                0.00    0.00       5/5           boost::detail::shared_count::shared_count<InteractionPhysics>(InteractionPhysics*) [471]
[472]    0.0    0.00    0.00       5         boost::detail::sp_counted_impl_p<InteractionPhysics>::sp_counted_impl_p(InteractionPhysics*) [472]
                0.00    0.00       5/18174       boost::detail::sp_counted_base::sp_counted_base() [136]
-----------------------------------------------
                0.00    0.00      14/14          boost::detail::sp_counted_base::destroy() [186]
[473]    0.0    0.00    0.00      14         boost::detail::sp_counted_impl_p<FileGenerator>::~sp_counted_impl_p() [473]
                0.00    0.00      14/14318       boost::detail::sp_counted_base::~sp_counted_base() [187]
-----------------------------------------------
                0.00    0.00       4/4           CreateSharedPhysicalAction() [376]
[474]    0.0    0.00    0.00       4         boost::shared_ptr<PhysicalAction>::shared_ptr<PhysicalAction>(PhysicalAction*) [474]
                0.00    0.00       4/4           boost::detail::shared_count::shared_count<PhysicalAction>(PhysicalAction*) [476]
                0.00    0.00       4/18174       boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...) [772]
-----------------------------------------------
                0.00    0.00       2/4           CreateSharedInteractionContainer() [412]
                0.00    0.00       2/4           PointerHandler<boost::shared_ptr<InteractionContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [293]
[475]    0.0    0.00    0.00       4         boost::shared_ptr<InteractionContainer>::shared_ptr<InteractionContainer>(InteractionContainer*) [475]
                0.00    0.00       4/4           boost::detail::shared_count::shared_count<InteractionContainer>(InteractionContainer*) [477]
                0.00    0.00       4/18174       boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...) [772]
-----------------------------------------------
                0.00    0.00       4/4           boost::shared_ptr<PhysicalAction>::shared_ptr<PhysicalAction>(PhysicalAction*) [474]
[476]    0.0    0.00    0.00       4         boost::detail::shared_count::shared_count<PhysicalAction>(PhysicalAction*) [476]
                0.00    0.00       4/4           boost::detail::sp_counted_impl_p<PhysicalAction>::sp_counted_impl_p(PhysicalAction*) [478]
-----------------------------------------------
                0.00    0.00       4/4           boost::shared_ptr<InteractionContainer>::shared_ptr<InteractionContainer>(InteractionContainer*) [475]
[477]    0.0    0.00    0.00       4         boost::detail::shared_count::shared_count<InteractionContainer>(InteractionContainer*) [477]
                0.00    0.00       4/4           boost::detail::sp_counted_impl_p<InteractionContainer>::sp_counted_impl_p(InteractionContainer*) [479]
-----------------------------------------------
                0.00    0.00       4/4           boost::detail::shared_count::shared_count<PhysicalAction>(PhysicalAction*) [476]
[478]    0.0    0.00    0.00       4         boost::detail::sp_counted_impl_p<PhysicalAction>::sp_counted_impl_p(PhysicalAction*) [478]
                0.00    0.00       4/18174       boost::detail::sp_counted_base::sp_counted_base() [136]
-----------------------------------------------
                0.00    0.00       4/4           boost::detail::shared_count::shared_count<InteractionContainer>(InteractionContainer*) [477]
[479]    0.0    0.00    0.00       4         boost::detail::sp_counted_impl_p<InteractionContainer>::sp_counted_impl_p(InteractionContainer*) [479]
                0.00    0.00       4/18174       boost::detail::sp_counted_base::sp_counted_base() [136]
-----------------------------------------------
                                                 <spontaneous>
[480]    0.0    0.00    0.00                 ContainerHandler<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::resize(Archive&, unsigned long) [480]
                0.00    0.00       8/31          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >* boost::any_cast<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>(boost::any&) [411]
                0.00    0.00       8/8010        Archive::getAddress() [825]
                0.00    0.00       8/8           std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::resize(unsigned int) [1530]
-----------------------------------------------
                0.00    0.00      18/18          PointerHandler<boost::shared_ptr<Engine> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [333]
[481]    0.0    0.00    0.00      18         boost::shared_ptr<Engine>::operator=(boost::shared_ptr<Engine> const&) [481]
                0.00    0.00      18/4148236     boost::detail::shared_count::operator=(boost::detail::shared_count const&) [13]
-----------------------------------------------
                0.00    0.00       3/3           CreateSharedTimeStepper() [328]
[482]    0.0    0.00    0.00       3         boost::shared_ptr<TimeStepper>::shared_ptr<TimeStepper>(TimeStepper*) [482]
                0.00    0.00       3/3           boost::detail::shared_count::shared_count<TimeStepper>(TimeStepper*) [484]
                0.00    0.00       3/18174       boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...) [772]
-----------------------------------------------
                0.00    0.00       1/3           PointerHandler<boost::shared_ptr<BodyContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [64]
                0.00    0.00       2/3           CreateSharedBodyContainer() [83]
[483]    0.0    0.00    0.00       3         boost::shared_ptr<BodyContainer>::shared_ptr<BodyContainer>(BodyContainer*) [483]
                0.00    0.00       3/3           boost::detail::shared_count::shared_count<BodyContainer>(BodyContainer*) [485]
                0.00    0.00       3/18174       boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...) [772]
-----------------------------------------------
                0.00    0.00       3/3           boost::shared_ptr<TimeStepper>::shared_ptr<TimeStepper>(TimeStepper*) [482]
[484]    0.0    0.00    0.00       3         boost::detail::shared_count::shared_count<TimeStepper>(TimeStepper*) [484]
                0.00    0.00       3/3           boost::detail::sp_counted_impl_p<TimeStepper>::sp_counted_impl_p(TimeStepper*) [486]
-----------------------------------------------
                0.00    0.00       3/3           boost::shared_ptr<BodyContainer>::shared_ptr<BodyContainer>(BodyContainer*) [483]
[485]    0.0    0.00    0.00       3         boost::detail::shared_count::shared_count<BodyContainer>(BodyContainer*) [485]
                0.00    0.00       3/3           boost::detail::sp_counted_impl_p<BodyContainer>::sp_counted_impl_p(BodyContainer*) [487]
-----------------------------------------------
                0.00    0.00       3/3           boost::detail::shared_count::shared_count<TimeStepper>(TimeStepper*) [484]
[486]    0.0    0.00    0.00       3         boost::detail::sp_counted_impl_p<TimeStepper>::sp_counted_impl_p(TimeStepper*) [486]
                0.00    0.00       3/18174       boost::detail::sp_counted_base::sp_counted_base() [136]
-----------------------------------------------
                0.00    0.00       3/3           boost::detail::shared_count::shared_count<BodyContainer>(BodyContainer*) [485]
[487]    0.0    0.00    0.00       3         boost::detail::sp_counted_impl_p<BodyContainer>::sp_counted_impl_p(BodyContainer*) [487]
                0.00    0.00       3/18174       boost::detail::sp_counted_base::sp_counted_base() [136]
-----------------------------------------------
                0.00    0.00       1/1           DeusExMachina::registerAttributes() [489]
[488]    0.0    0.00    0.00       1         void Serializable::registerAttribute<std::vector<int, std::allocator<int> > >(std::string const&, std::vector<int, std::allocator<int> >&) [488]
                0.00    0.00       1/1           boost::shared_ptr<Archive> Archive::create<std::vector<int, std::allocator<int> > >(std::string const&, std::vector<int, std::allocator<int> >&) [494]
                0.00    0.00       1/6994        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::push_back(boost::shared_ptr<Archive> const&) [277]
                0.00    0.00       1/39273816     boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
-----------------------------------------------
                                                 <spontaneous>
[489]    0.0    0.00    0.00                 DeusExMachina::registerAttributes() [489]
                0.00    0.00       1/1           void Serializable::registerAttribute<std::vector<int, std::allocator<int> > >(std::string const&, std::vector<int, std::allocator<int> >&) [488]
-----------------------------------------------
                0.00    0.00       1/1           PointerHandler<boost::shared_ptr<Preferences> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [467]
[490]    0.0    0.00    0.00       1         boost::shared_ptr<Archive> Archive::create<Preferences>(std::string const&, Preferences&) [490]
                0.00    0.00       1/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00       2/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00       1/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00       8/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00       3/28656       Archive::getRecordType() [750]
                0.00    0.00       1/78308024     data_start [697]
                0.00    0.00       1/2           SerializableTypes::Type findType<Preferences>(Preferences&, bool&, std::string&) [1743]
                0.00    0.00       1/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00       1/9552        Archive::setFundamental(bool) [815]
                0.00    0.00       1/2059        boost::any::any<Serializable*>(Serializable* const&) [886]
                0.00    0.00       1/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00       1/1           PointerHandler<boost::shared_ptr<BodyContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [64]
[491]    0.0    0.00    0.00       1         boost::shared_ptr<Archive> Archive::create<BodyContainer>(std::string const&, BodyContainer&) [491]
                0.00    0.00       1/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00       2/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00       1/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00       8/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00       3/28656       Archive::getRecordType() [750]
                0.00    0.00       1/78308024     data_start [697]
                0.00    0.00       1/2           SerializableTypes::Type findType<BodyContainer>(BodyContainer&, bool&, std::string&) [1744]
                0.00    0.00       1/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00       1/9552        Archive::setFundamental(bool) [815]
                0.00    0.00       1/2059        boost::any::any<Serializable*>(Serializable* const&) [886]
                0.00    0.00       1/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00       1/1           PointerHandler<boost::shared_ptr<PhysicalActionContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [468]
[492]    0.0    0.00    0.00       1         boost::shared_ptr<Archive> Archive::create<PhysicalActionContainer>(std::string const&, PhysicalActionContainer&) [492]
                0.00    0.00       1/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00       2/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00       1/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00       8/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00       3/28656       Archive::getRecordType() [750]
                0.00    0.00       1/78308024     data_start [697]
                0.00    0.00       1/2           SerializableTypes::Type findType<PhysicalActionContainer>(PhysicalActionContainer&, bool&, std::string&) [1745]
                0.00    0.00       1/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00       1/9552        Archive::setFundamental(bool) [815]
                0.00    0.00       1/2059        boost::any::any<Serializable*>(Serializable* const&) [886]
                0.00    0.00       1/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00       1/1           PointerHandler<boost::shared_ptr<MetaBody> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [469]
[493]    0.0    0.00    0.00       1         boost::shared_ptr<Archive> Archive::create<MetaBody>(std::string const&, MetaBody&) [493]
                0.00    0.00       1/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00       2/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00       1/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00       8/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00       3/28656       Archive::getRecordType() [750]
                0.00    0.00       1/78308024     data_start [697]
                0.00    0.00       1/2           SerializableTypes::Type findType<MetaBody>(MetaBody&, bool&, std::string&) [1746]
                0.00    0.00       1/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00       1/9552        Archive::setFundamental(bool) [815]
                0.00    0.00       1/2059        boost::any::any<Serializable*>(Serializable* const&) [886]
                0.00    0.00       1/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00       1/1           void Serializable::registerAttribute<std::vector<int, std::allocator<int> > >(std::string const&, std::vector<int, std::allocator<int> >&) [488]
[494]    0.0    0.00    0.00       1         boost::shared_ptr<Archive> Archive::create<std::vector<int, std::allocator<int> > >(std::string const&, std::vector<int, std::allocator<int> >&) [494]
                0.00    0.00       1/9552        boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
                0.00    0.00       2/19104       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00       1/9552        Archive::setAddress(boost::any) [203]
                0.00    0.00      10/91404       boost::shared_ptr<Archive>::operator->() const [725]
                0.00    0.00       3/28656       Archive::getRecordType() [750]
                0.00    0.00       1/78308024     data_start [697]
                0.00    0.00       1/1           SerializableTypes::Type findType<int>(std::vector<int, std::allocator<int> >&, bool&, std::string&) [1922]
                0.00    0.00       1/9552        Archive::setRecordType(SerializableTypes::Type) [814]
                0.00    0.00       1/9552        Archive::setFundamental(bool) [815]
                0.00    0.00       1/1           boost::any::any<std::vector<int, std::allocator<int> >*>(std::vector<int, std::allocator<int> >* const&) [1976]
                0.00    0.00       1/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00       8/8           boost::detail::sp_counted_base::destroy() [186]
[495]    0.0    0.00    0.00       8         boost::detail::sp_counted_impl_p<MetaEngine>::~sp_counted_impl_p() [495]
                0.00    0.00       8/14318       boost::detail::sp_counted_base::~sp_counted_base() [187]
-----------------------------------------------
                0.00    0.00       8/8           boost::detail::sp_counted_base::destroy() [186]
[496]    0.0    0.00    0.00       8         boost::detail::sp_counted_impl_p<GeometricalModel>::~sp_counted_impl_p() [496]
                0.00    0.00       8/14318       boost::detail::sp_counted_base::~sp_counted_base() [187]
-----------------------------------------------
                0.00    0.00     168/168         Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[497]    0.0    0.00    0.00     168         boost::shared_ptr<Factorable>::shared_ptr() [497]
                0.00    0.00     168/3332741     boost::detail::shared_count::shared_count() [94]
-----------------------------------------------
                0.00    0.00       7/7           boost::detail::sp_counted_base::destroy() [186]
[498]    0.0    0.00    0.00       7         boost::detail::sp_counted_impl_p<DeusExMachina>::~sp_counted_impl_p() [498]
                0.00    0.00       7/14318       boost::detail::sp_counted_base::~sp_counted_base() [187]
-----------------------------------------------
                0.00    0.00       7/7           boost::detail::sp_counted_base::destroy() [186]
[499]    0.0    0.00    0.00       7         boost::detail::sp_counted_impl_p<PhysicalParameters>::~sp_counted_impl_p() [499]
                0.00    0.00       7/14318       boost::detail::sp_counted_base::~sp_counted_base() [187]
-----------------------------------------------
                0.00    0.00       7/7           boost::detail::sp_counted_base::destroy() [186]
[500]    0.0    0.00    0.00       7         boost::detail::sp_counted_impl_p<InteractionGeometry>::~sp_counted_impl_p() [500]
                0.00    0.00       7/14318       boost::detail::sp_counted_base::~sp_counted_base() [187]
-----------------------------------------------
                                                 <spontaneous>
[501]    0.0    0.00    0.00                 CreateSharedIOFormatManager() [501]
                0.00    0.00       2/2           boost::shared_ptr<IOFormatManager>::shared_ptr<IOFormatManager>(IOFormatManager*) [504]
                0.00    0.00       2/2           boost::shared_ptr<Factorable>::shared_ptr<IOFormatManager>(boost::shared_ptr<IOFormatManager> const&) [641]
                0.00    0.00       2/6           boost::shared_ptr<IOFormatManager>::~shared_ptr() [619]
                0.00    0.00       2/78308024     data_start [697]
-----------------------------------------------
                0.00    0.00       2/2           PointerHandler<boost::shared_ptr<EngineUnit> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [428]
[502]    0.0    0.00    0.00       2         boost::shared_ptr<EngineUnit>::shared_ptr<EngineUnit>(EngineUnit*) [502]
                0.00    0.00       2/2           boost::detail::shared_count::shared_count<EngineUnit>(EngineUnit*) [506]
                0.00    0.00       2/18174       boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...) [772]
-----------------------------------------------
                0.00    0.00       1/2           main [25]
                0.00    0.00       1/2           PointerHandler<boost::shared_ptr<Preferences> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [467]
[503]    0.0    0.00    0.00       2         boost::shared_ptr<Preferences>::shared_ptr<Preferences>(Preferences*) [503]
                0.00    0.00       2/2           boost::detail::shared_count::shared_count<Preferences>(Preferences*) [507]
                0.00    0.00       2/18174       boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...) [772]
-----------------------------------------------
                0.00    0.00       2/2           CreateSharedIOFormatManager() [501]
[504]    0.0    0.00    0.00       2         boost::shared_ptr<IOFormatManager>::shared_ptr<IOFormatManager>(IOFormatManager*) [504]
                0.00    0.00       2/2           boost::detail::shared_count::shared_count<IOFormatManager>(IOFormatManager*) [508]
                0.00    0.00       2/18174       boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...) [772]
-----------------------------------------------
                0.00    0.00       1/2           CreateSharedPhysicalActionContainer() [245]
                0.00    0.00       1/2           PointerHandler<boost::shared_ptr<PhysicalActionContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [468]
[505]    0.0    0.00    0.00       2         boost::shared_ptr<PhysicalActionContainer>::shared_ptr<PhysicalActionContainer>(PhysicalActionContainer*) [505]
                0.00    0.00       2/2           boost::detail::shared_count::shared_count<PhysicalActionContainer>(PhysicalActionContainer*) [509]
                0.00    0.00       2/18174       boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...) [772]
-----------------------------------------------
                0.00    0.00       2/2           boost::shared_ptr<EngineUnit>::shared_ptr<EngineUnit>(EngineUnit*) [502]
[506]    0.0    0.00    0.00       2         boost::detail::shared_count::shared_count<EngineUnit>(EngineUnit*) [506]
                0.00    0.00       2/2           boost::detail::sp_counted_impl_p<EngineUnit>::sp_counted_impl_p(EngineUnit*) [510]
-----------------------------------------------
                0.00    0.00       2/2           boost::shared_ptr<Preferences>::shared_ptr<Preferences>(Preferences*) [503]
[507]    0.0    0.00    0.00       2         boost::detail::shared_count::shared_count<Preferences>(Preferences*) [507]
                0.00    0.00       2/2           boost::detail::sp_counted_impl_p<Preferences>::sp_counted_impl_p(Preferences*) [511]
-----------------------------------------------
                0.00    0.00       2/2           boost::shared_ptr<IOFormatManager>::shared_ptr<IOFormatManager>(IOFormatManager*) [504]
[508]    0.0    0.00    0.00       2         boost::detail::shared_count::shared_count<IOFormatManager>(IOFormatManager*) [508]
                0.00    0.00       2/2           boost::detail::sp_counted_impl_p<IOFormatManager>::sp_counted_impl_p(IOFormatManager*) [512]
-----------------------------------------------
                0.00    0.00       2/2           boost::shared_ptr<PhysicalActionContainer>::shared_ptr<PhysicalActionContainer>(PhysicalActionContainer*) [505]
[509]    0.0    0.00    0.00       2         boost::detail::shared_count::shared_count<PhysicalActionContainer>(PhysicalActionContainer*) [509]
                0.00    0.00       2/2           boost::detail::sp_counted_impl_p<PhysicalActionContainer>::sp_counted_impl_p(PhysicalActionContainer*) [513]
-----------------------------------------------
                0.00    0.00       2/2           boost::detail::shared_count::shared_count<EngineUnit>(EngineUnit*) [506]
[510]    0.0    0.00    0.00       2         boost::detail::sp_counted_impl_p<EngineUnit>::sp_counted_impl_p(EngineUnit*) [510]
                0.00    0.00       2/18174       boost::detail::sp_counted_base::sp_counted_base() [136]
-----------------------------------------------
                0.00    0.00       2/2           boost::detail::shared_count::shared_count<Preferences>(Preferences*) [507]
[511]    0.0    0.00    0.00       2         boost::detail::sp_counted_impl_p<Preferences>::sp_counted_impl_p(Preferences*) [511]
                0.00    0.00       2/18174       boost::detail::sp_counted_base::sp_counted_base() [136]
-----------------------------------------------
                0.00    0.00       2/2           boost::detail::shared_count::shared_count<IOFormatManager>(IOFormatManager*) [508]
[512]    0.0    0.00    0.00       2         boost::detail::sp_counted_impl_p<IOFormatManager>::sp_counted_impl_p(IOFormatManager*) [512]
                0.00    0.00       2/18174       boost::detail::sp_counted_base::sp_counted_base() [136]
-----------------------------------------------
                0.00    0.00       2/2           boost::detail::shared_count::shared_count<PhysicalActionContainer>(PhysicalActionContainer*) [509]
[513]    0.0    0.00    0.00       2         boost::detail::sp_counted_impl_p<PhysicalActionContainer>::sp_counted_impl_p(PhysicalActionContainer*) [513]
                0.00    0.00       2/18174       boost::detail::sp_counted_base::sp_counted_base() [136]
-----------------------------------------------
                0.00    0.00      95/95          std::vector<int, std::allocator<int> >::resize(unsigned int) [515]
[514]    0.0    0.00    0.00      95         std::vector<int, std::allocator<int> >::resize(unsigned int, int const&) [514]
                0.00    0.00      95/95          std::vector<int, std::allocator<int> >::insert(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [523]
                0.00    0.00      95/170         std::vector<int, std::allocator<int> >::end() [580]
                0.00    0.00     190/240         std::vector<int, std::allocator<int> >::size() const [1102]
-----------------------------------------------
                0.00    0.00       1/18          ContainerHandler<std::vector<int, std::allocator<int> > >::resize(Archive&, unsigned long) [581]
                0.00    0.00       7/18          DeusExMachina::DeusExMachina() [377]
                0.00    0.00      10/18          DeusExMachina::DeusExMachina() [354]
[515]    0.0    0.00    0.00      18         std::vector<int, std::allocator<int> >::resize(unsigned int) [515]
                0.00    0.00      95/95          std::vector<int, std::allocator<int> >::resize(unsigned int, int const&) [514]
-----------------------------------------------
                                                 <spontaneous>
[516]    0.0    0.00    0.00                 ContainerHandler<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::resize(Archive&, unsigned long) [516]
                0.00    0.00       2/2           std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::resize(unsigned int) [533]
                0.00    0.00       2/22          std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >* boost::any_cast<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>(boost::any&) [431]
                0.00    0.00       2/8010        Archive::getAddress() [825]
-----------------------------------------------
                0.00    0.00       6/6           boost::detail::sp_counted_base::destroy() [186]
[517]    0.0    0.00    0.00       6         boost::detail::sp_counted_impl_p<StandAloneEngine>::~sp_counted_impl_p() [517]
                0.00    0.00       6/14318       boost::detail::sp_counted_base::~sp_counted_base() [187]
-----------------------------------------------
                0.00    0.00      18/18          std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
[518]    0.0    0.00    0.00      18         std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert(std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [518]
                0.00    0.00      18/18          std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert_unique(std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [519]
-----------------------------------------------
                0.00    0.00      18/18          std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert(std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [518]
[519]    0.0    0.00    0.00      18         std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert_unique(std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [519]
                0.00    0.00       4/19964       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_right(std::_Rb_tree_node_base*) [172]
                0.00    0.00      18/24090       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_end() [752]
                0.00    0.00      18/67990       std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::operator()(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) const [728]
                0.00    0.00      18/28          std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_key(std::_Rb_tree_node_base const*) [1262]
                0.00    0.00      18/92006       std::less<SerializableTypes::Type>::operator()(SerializableTypes::Type const&, SerializableTypes::Type const&) const [724]
                0.00    0.00      16/16          std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_leftmost() [1384]
                0.00    0.00      14/18          std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [1348]
                0.00    0.00      12/12          std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_rightmost() [1433]
                0.00    0.00      10/10          std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::size() const [1472]
                0.00    0.00       4/4           std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert_unique(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [1688]
                0.00    0.00       4/4           std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::operator--() [1678]
-----------------------------------------------
                0.00    0.00       4/4           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >* boost::any_cast<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>(boost::any&) [521]
[520]    0.0    0.00    0.00       4         std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >** boost::any_cast<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>(boost::any*) [520]
                0.00    0.00       4/21233       boost::any::type() const [150]
                0.00    0.00       4/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00       1/4           ContainerHandler<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >::resize(Archive&, unsigned long) [574]
                0.00    0.00       3/4           ContainerHandler<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [400]
[521]    0.0    0.00    0.00       4         std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >* boost::any_cast<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>(boost::any&) [521]
                0.00    0.00       4/4           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >** boost::any_cast<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>(boost::any*) [520]
-----------------------------------------------
                0.00    0.00      95/95          std::vector<int, std::allocator<int> >::insert(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [523]
[522]    0.0    0.00    0.00      95         std::vector<int, std::allocator<int> >::_M_fill_insert(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [522]
                0.00    0.00      40/40          void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&, std::allocator<int>) [555]
                0.00    0.00      80/98          __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, std::allocator<int>) [615]
                0.00    0.00      40/8816902     std::vector<int, std::allocator<int> >::begin() [97]
                0.00    0.00      40/170         std::vector<int, std::allocator<int> >::end() [580]
                0.00    0.00      40/17634113     __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::__normal_iterator(int* const&) [85]
                0.00    0.00     160/233         std::_Vector_base<int, std::allocator<int> >::get_allocator() const [1106]
                0.00    0.00     160/251         std::allocator<int>::~allocator() [1101]
                0.00    0.00     120/492         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::base() const [1019]
                0.00    0.00      40/240         std::vector<int, std::allocator<int> >::size() const [1102]
                0.00    0.00      40/49          std::vector<int, std::allocator<int> >::max_size() const [1204]
                0.00    0.00      40/477         unsigned int const& std::max<unsigned int>(unsigned int const&, unsigned int const&) [1020]
                0.00    0.00      40/49          std::_Vector_base<int, std::allocator<int> >::_M_allocate(unsigned int) [1205]
                0.00    0.00      40/40          __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::operator+=(int const&) [1228]
                0.00    0.00      40/78          void std::_Destroy<int*, int>(int*, int*, std::allocator<int>) [1182]
                0.00    0.00      40/87          std::_Vector_base<int, std::allocator<int> >::_M_deallocate(int*, unsigned int) [1175]
-----------------------------------------------
                0.00    0.00      95/95          std::vector<int, std::allocator<int> >::resize(unsigned int, int const&) [514]
[523]    0.0    0.00    0.00      95         std::vector<int, std::allocator<int> >::insert(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [523]
                0.00    0.00      95/95          std::vector<int, std::allocator<int> >::_M_fill_insert(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [522]
-----------------------------------------------
                0.00    0.00       5/5           boost::detail::sp_counted_base::destroy() [186]
[524]    0.0    0.00    0.00       5         boost::detail::sp_counted_impl_p<InteractionPhysics>::~sp_counted_impl_p() [524]
                0.00    0.00       5/14318       boost::detail::sp_counted_base::~sp_counted_base() [187]
-----------------------------------------------
                0.00    0.00       5/5           boost::detail::sp_counted_base::destroy() [186]
[525]    0.0    0.00    0.00       5         boost::detail::sp_counted_impl_p<InteractingGeometry>::~sp_counted_impl_p() [525]
                0.00    0.00       5/14318       boost::detail::sp_counted_base::~sp_counted_base() [187]
-----------------------------------------------
                                                 <spontaneous>
[526]    0.0    0.00    0.00                 FileGenerator::~FileGenerator() [526]
                0.00    0.00      14/39273816     boost::shared_ptr<MetaBody>::~shared_ptr() <cycle 1> [1253]
                0.00    0.00      14/39273816     Serializable::~Serializable() <cycle 1> [119]
                0.00    0.00      14/28          ThreadWorker::~ThreadWorker() [1259]
-----------------------------------------------
                0.00    0.00       4/4           boost::detail::sp_counted_base::destroy() [186]
[527]    0.0    0.00    0.00       4         boost::detail::sp_counted_impl_p<PhysicalAction>::~sp_counted_impl_p() [527]
                0.00    0.00       4/14318       boost::detail::sp_counted_base::~sp_counted_base() [187]
-----------------------------------------------
                0.00    0.00       1/11          std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::resize(unsigned int) [627]
                0.00    0.00       2/11          PointerHandler<boost::shared_ptr<EngineUnit> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [428]
                0.00    0.00       8/11          SerializableTypes::Type findType<boost::shared_ptr<EngineUnit> >(std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >&, bool&, std::string&) [365]
[528]    0.0    0.00    0.00      11         boost::shared_ptr<EngineUnit>::~shared_ptr() [528]
                0.00    0.00      26/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                0.00    0.00       1/1           main [25]
[529]    0.0    0.00    0.00       1         Omega::init() [529]
                0.00    0.00       1/1           boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >(std::basic_ofstream<char, std::char_traits<char> >*) [538]
                0.00    0.00       1/1           boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >::operator=(boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > > const&) [633]
                0.00    0.00       1/1           boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >::~shared_ptr() [677]
                0.00    0.00       1/15200       std::operator|(std::_Ios_Openmode, std::_Ios_Openmode) [773]
-----------------------------------------------
                0.00    0.00       2/24          CreateSharedEngine() [413]
                0.00    0.00       2/24          SerializableTypes::Type findType<boost::shared_ptr<Engine> >(std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >&, bool&, std::string&) [424]
                0.00    0.00       2/24          std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::resize(unsigned int) [533]
                0.00    0.00      18/24          PointerHandler<boost::shared_ptr<Engine> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [333]
[530]    0.0    0.00    0.00      24         boost::shared_ptr<Engine>::~shared_ptr() [530]
                0.00    0.00      24/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                                                 <spontaneous>
[531]    0.0    0.00    0.00                 CreateSharedNullGUI() [531]
                0.00    0.00       1/1           boost::shared_ptr<NullGUI>::shared_ptr<NullGUI>(NullGUI*) [535]
                0.00    0.00       1/1           boost::shared_ptr<Factorable>::shared_ptr<NullGUI>(boost::shared_ptr<NullGUI> const&) [667]
                0.00    0.00       1/1           boost::shared_ptr<NullGUI>::~shared_ptr() [675]
                0.00    0.00       1/1           NullGUI::NullGUI() [688]
-----------------------------------------------
                                                 <spontaneous>
[532]    0.0    0.00    0.00                 CreateSharedFrontEnd() [532]
                0.00    0.00       1/1           boost::shared_ptr<FrontEnd>::shared_ptr<FrontEnd>(FrontEnd*) [536]
                0.00    0.00       1/1           boost::shared_ptr<Factorable>::shared_ptr<FrontEnd>(boost::shared_ptr<FrontEnd> const&) [668]
                0.00    0.00       1/1           boost::shared_ptr<FrontEnd>::~shared_ptr() [676]
                0.00    0.00       1/1           FrontEnd::FrontEnd() [693]
-----------------------------------------------
                0.00    0.00       2/2           ContainerHandler<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::resize(Archive&, unsigned long) [516]
[533]    0.0    0.00    0.00       2         std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::resize(unsigned int) [533]
                0.00    0.00       2/2           std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::resize(unsigned int, boost::shared_ptr<Engine> const&) [562]
                0.00    0.00       2/24          boost::shared_ptr<Engine>::~shared_ptr() [530]
                0.00    0.00       2/4           boost::shared_ptr<Engine>::shared_ptr() [664]
-----------------------------------------------
                0.00    0.00       1/1           CreateSharedStandAloneSimulator() [454]
[534]    0.0    0.00    0.00       1         boost::shared_ptr<StandAloneSimulator>::shared_ptr<StandAloneSimulator>(StandAloneSimulator*) [534]
                0.00    0.00       1/1           boost::detail::shared_count::shared_count<StandAloneSimulator>(StandAloneSimulator*) [539]
                0.00    0.00       1/18174       boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...) [772]
-----------------------------------------------
                0.00    0.00       1/1           CreateSharedNullGUI() [531]
[535]    0.0    0.00    0.00       1         boost::shared_ptr<NullGUI>::shared_ptr<NullGUI>(NullGUI*) [535]
                0.00    0.00       1/1           boost::detail::shared_count::shared_count<NullGUI>(NullGUI*) [540]
                0.00    0.00       1/18174       boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...) [772]
-----------------------------------------------
                0.00    0.00       1/1           CreateSharedFrontEnd() [532]
[536]    0.0    0.00    0.00       1         boost::shared_ptr<FrontEnd>::shared_ptr<FrontEnd>(FrontEnd*) [536]
                0.00    0.00       1/1           boost::detail::shared_count::shared_count<FrontEnd>(FrontEnd*) [541]
                0.00    0.00       1/18174       boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...) [772]
-----------------------------------------------
                0.00    0.00       1/1           PointerHandler<boost::shared_ptr<MetaBody> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [469]
[537]    0.0    0.00    0.00       1         boost::shared_ptr<MetaBody>::shared_ptr<MetaBody>(MetaBody*) [537]
                0.00    0.00       1/1           boost::detail::shared_count::shared_count<MetaBody>(MetaBody*) [542]
                0.00    0.00       1/18174       boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...) [772]
-----------------------------------------------
                0.00    0.00       1/1           Omega::init() [529]
[538]    0.0    0.00    0.00       1         boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >(std::basic_ofstream<char, std::char_traits<char> >*) [538]
                0.00    0.00       1/1           boost::detail::shared_count::shared_count<std::basic_ofstream<char, std::char_traits<char> > >(std::basic_ofstream<char, std::char_traits<char> >*) [543]
                0.00    0.00       1/18174       boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...) [772]
-----------------------------------------------
                0.00    0.00       1/1           boost::shared_ptr<StandAloneSimulator>::shared_ptr<StandAloneSimulator>(StandAloneSimulator*) [534]
[539]    0.0    0.00    0.00       1         boost::detail::shared_count::shared_count<StandAloneSimulator>(StandAloneSimulator*) [539]
                0.00    0.00       1/1           boost::detail::sp_counted_impl_p<StandAloneSimulator>::sp_counted_impl_p(StandAloneSimulator*) [544]
-----------------------------------------------
                0.00    0.00       1/1           boost::shared_ptr<NullGUI>::shared_ptr<NullGUI>(NullGUI*) [535]
[540]    0.0    0.00    0.00       1         boost::detail::shared_count::shared_count<NullGUI>(NullGUI*) [540]
                0.00    0.00       1/1           boost::detail::sp_counted_impl_p<NullGUI>::sp_counted_impl_p(NullGUI*) [545]
-----------------------------------------------
                0.00    0.00       1/1           boost::shared_ptr<FrontEnd>::shared_ptr<FrontEnd>(FrontEnd*) [536]
[541]    0.0    0.00    0.00       1         boost::detail::shared_count::shared_count<FrontEnd>(FrontEnd*) [541]
                0.00    0.00       1/1           boost::detail::sp_counted_impl_p<FrontEnd>::sp_counted_impl_p(FrontEnd*) [546]
-----------------------------------------------
                0.00    0.00       1/1           boost::shared_ptr<MetaBody>::shared_ptr<MetaBody>(MetaBody*) [537]
[542]    0.0    0.00    0.00       1         boost::detail::shared_count::shared_count<MetaBody>(MetaBody*) [542]
                0.00    0.00       1/1           boost::detail::sp_counted_impl_p<MetaBody>::sp_counted_impl_p(MetaBody*) [547]
-----------------------------------------------
                0.00    0.00       1/1           boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >(std::basic_ofstream<char, std::char_traits<char> >*) [538]
[543]    0.0    0.00    0.00       1         boost::detail::shared_count::shared_count<std::basic_ofstream<char, std::char_traits<char> > >(std::basic_ofstream<char, std::char_traits<char> >*) [543]
                0.00    0.00       1/1           boost::detail::sp_counted_impl_p<std::basic_ofstream<char, std::char_traits<char> > >::sp_counted_impl_p(std::basic_ofstream<char, std::char_traits<char> >*) [548]
-----------------------------------------------
                0.00    0.00       1/1           boost::detail::shared_count::shared_count<StandAloneSimulator>(StandAloneSimulator*) [539]
[544]    0.0    0.00    0.00       1         boost::detail::sp_counted_impl_p<StandAloneSimulator>::sp_counted_impl_p(StandAloneSimulator*) [544]
                0.00    0.00       1/18174       boost::detail::sp_counted_base::sp_counted_base() [136]
-----------------------------------------------
                0.00    0.00       1/1           boost::detail::shared_count::shared_count<NullGUI>(NullGUI*) [540]
[545]    0.0    0.00    0.00       1         boost::detail::sp_counted_impl_p<NullGUI>::sp_counted_impl_p(NullGUI*) [545]
                0.00    0.00       1/18174       boost::detail::sp_counted_base::sp_counted_base() [136]
-----------------------------------------------
                0.00    0.00       1/1           boost::detail::shared_count::shared_count<FrontEnd>(FrontEnd*) [541]
[546]    0.0    0.00    0.00       1         boost::detail::sp_counted_impl_p<FrontEnd>::sp_counted_impl_p(FrontEnd*) [546]
                0.00    0.00       1/18174       boost::detail::sp_counted_base::sp_counted_base() [136]
-----------------------------------------------
                0.00    0.00       1/1           boost::detail::shared_count::shared_count<MetaBody>(MetaBody*) [542]
[547]    0.0    0.00    0.00       1         boost::detail::sp_counted_impl_p<MetaBody>::sp_counted_impl_p(MetaBody*) [547]
                0.00    0.00       1/18174       boost::detail::sp_counted_base::sp_counted_base() [136]
-----------------------------------------------
                0.00    0.00       1/1           boost::detail::shared_count::shared_count<std::basic_ofstream<char, std::char_traits<char> > >(std::basic_ofstream<char, std::char_traits<char> >*) [543]
[548]    0.0    0.00    0.00       1         boost::detail::sp_counted_impl_p<std::basic_ofstream<char, std::char_traits<char> > >::sp_counted_impl_p(std::basic_ofstream<char, std::char_traits<char> >*) [548]
                0.00    0.00       1/18174       boost::detail::sp_counted_base::sp_counted_base() [136]
-----------------------------------------------
                0.00    0.00      20/20          Omega::scanPlugins() [27]
[549]    0.0    0.00    0.00      20         boost::filesystem::directory_iterator::~directory_iterator() [549]
                0.00    0.00      20/20          boost::shared_ptr<boost::filesystem::detail::dir_itr_imp>::~shared_ptr() [550]
-----------------------------------------------
                0.00    0.00      20/20          boost::filesystem::directory_iterator::~directory_iterator() [549]
[550]    0.0    0.00    0.00      20         boost::shared_ptr<boost::filesystem::detail::dir_itr_imp>::~shared_ptr() [550]
                0.00    0.00      20/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                0.00    0.00      20/20          SerializableTypes::Type findType<Engine>(boost::shared_ptr<Engine>&, bool&, std::string&) [331]
[551]    0.0    0.00    0.00      20         Engine::~Engine() [551]
                0.00    0.00      20/39273816     Serializable::~Serializable() <cycle 1> [119]
-----------------------------------------------
                0.00    0.00       3/3           boost::detail::sp_counted_base::destroy() [186]
[552]    0.0    0.00    0.00       3         boost::detail::sp_counted_impl_p<TimeStepper>::~sp_counted_impl_p() [552]
                0.00    0.00       3/14318       boost::detail::sp_counted_base::~sp_counted_base() [187]
-----------------------------------------------
                0.00    0.00      40/40          __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::fill_n<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [557]
[553]    0.0    0.00    0.00      40         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::__fill_n<true>::fill_n<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [553]
                0.00    0.00     306/8817158     __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::operator*() const [115]
                0.00    0.00     306/315         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::operator++() [1093]
-----------------------------------------------
                0.00    0.00      40/40          void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&, std::allocator<int>) [555]
[554]    0.0    0.00    0.00      40         void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [554]
                0.00    0.00      40/40          void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&, __true_type) [556]
-----------------------------------------------
                0.00    0.00      40/40          std::vector<int, std::allocator<int> >::_M_fill_insert(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [522]
[555]    0.0    0.00    0.00      40         void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&, std::allocator<int>) [555]
                0.00    0.00      40/40          void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [554]
-----------------------------------------------
                0.00    0.00      40/40          void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [554]
[556]    0.0    0.00    0.00      40         void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&, __true_type) [556]
                0.00    0.00      40/40          __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::fill_n<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [557]
-----------------------------------------------
                0.00    0.00      40/40          void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&, __true_type) [556]
[557]    0.0    0.00    0.00      40         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::fill_n<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [557]
                0.00    0.00      40/40          __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::__fill_n<true>::fill_n<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [553]
-----------------------------------------------
                0.00    0.00      18/18          void std::_Construct<boost::shared_ptr<Engine>, boost::shared_ptr<Engine> >(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine> const&) [559]
[558]    0.0    0.00    0.00      18         boost::shared_ptr<Engine>::shared_ptr(boost::shared_ptr<Engine> const&) [558]
                0.00    0.00      18/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
-----------------------------------------------
                0.00    0.00      18/18          void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&, __false_type) [565]
[559]    0.0    0.00    0.00      18         void std::_Construct<boost::shared_ptr<Engine>, boost::shared_ptr<Engine> >(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine> const&) [559]
                0.00    0.00      18/18          boost::shared_ptr<Engine>::shared_ptr(boost::shared_ptr<Engine> const&) [558]
                0.00    0.00      18/36675       operator new(unsigned int, void*) [745]
-----------------------------------------------
                0.00    0.00       2/2           std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&) [561]
[560]    0.0    0.00    0.00       2         std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&) [560]
                0.00    0.00       2/2           void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine>, boost::shared_ptr<Engine> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&, std::allocator<boost::shared_ptr<Engine> >) [564]
                0.00    0.00       8/14          std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::get_allocator() const [1402]
                0.00    0.00       8/18          std::allocator<boost::shared_ptr<Engine> >::~allocator() [1334]
                0.00    0.00       6/68088       __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::base() const [727]
                0.00    0.00       4/4           __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, boost::shared_ptr<Engine> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, std::allocator<boost::shared_ptr<Engine> >) [1695]
                0.00    0.00       2/24          std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::size() const [1279]
                0.00    0.00       2/2           std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::max_size() const [1847]
                0.00    0.00       2/477         unsigned int const& std::max<unsigned int>(unsigned int const&, unsigned int const&) [1020]
                0.00    0.00       2/2           std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_M_allocate(unsigned int) [1864]
                0.00    0.00       2/4034        __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::__normal_iterator(boost::shared_ptr<Engine>* const&) [842]
                0.00    0.00       2/2009        std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::begin() [890]
                0.00    0.00       2/2           __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::operator+=(int const&) [1803]
                0.00    0.00       2/2019        std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::end() [889]
                0.00    0.00       2/4           void std::_Destroy<boost::shared_ptr<Engine>*, boost::shared_ptr<Engine> >(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*, std::allocator<boost::shared_ptr<Engine> >) [1701]
                0.00    0.00       2/4           std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_M_deallocate(boost::shared_ptr<Engine>*, unsigned int) [1673]
-----------------------------------------------
                0.00    0.00       2/2           std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::resize(unsigned int, boost::shared_ptr<Engine> const&) [562]
[561]    0.0    0.00    0.00       2         std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&) [561]
                0.00    0.00       2/2           std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&) [560]
-----------------------------------------------
                0.00    0.00       2/2           std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::resize(unsigned int) [533]
[562]    0.0    0.00    0.00       2         std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::resize(unsigned int, boost::shared_ptr<Engine> const&) [562]
                0.00    0.00       2/2           std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&) [561]
                0.00    0.00       4/24          std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::size() const [1279]
                0.00    0.00       2/2019        std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::end() [889]
-----------------------------------------------
                0.00    0.00       2/2           void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine>, boost::shared_ptr<Engine> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&, std::allocator<boost::shared_ptr<Engine> >) [564]
[563]    0.0    0.00    0.00       2         void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&) [563]
                0.00    0.00       2/2           void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&, __false_type) [565]
-----------------------------------------------
                0.00    0.00       2/2           std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&) [560]
[564]    0.0    0.00    0.00       2         void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine>, boost::shared_ptr<Engine> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&, std::allocator<boost::shared_ptr<Engine> >) [564]
                0.00    0.00       2/2           void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&) [563]
-----------------------------------------------
                0.00    0.00       2/2           void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&) [563]
[565]    0.0    0.00    0.00       2         void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&, __false_type) [565]
                0.00    0.00      18/18          void std::_Construct<boost::shared_ptr<Engine>, boost::shared_ptr<Engine> >(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine> const&) [559]
                0.00    0.00      18/54121       __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::operator*() const [732]
                0.00    0.00      18/32038       __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::operator++() [747]
-----------------------------------------------
                0.00    0.00       2/2           boost::shared_ptr<EngineUnit>* boost::any_cast<boost::shared_ptr<EngineUnit>*>(boost::any&) [567]
[566]    0.0    0.00    0.00       2         boost::shared_ptr<EngineUnit>** boost::any_cast<boost::shared_ptr<EngineUnit>*>(boost::any*) [566]
                0.00    0.00       2/21233       boost::any::type() const [150]
                0.00    0.00       2/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00       2/2           PointerHandler<boost::shared_ptr<EngineUnit> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [428]
[567]    0.0    0.00    0.00       2         boost::shared_ptr<EngineUnit>* boost::any_cast<boost::shared_ptr<EngineUnit>*>(boost::any&) [567]
                0.00    0.00       2/2           boost::shared_ptr<EngineUnit>** boost::any_cast<boost::shared_ptr<EngineUnit>*>(boost::any*) [566]
-----------------------------------------------
                0.00    0.00       2/2           boost::shared_ptr<InteractionContainer>* boost::any_cast<boost::shared_ptr<InteractionContainer>*>(boost::any&) [569]
[568]    0.0    0.00    0.00       2         boost::shared_ptr<InteractionContainer>** boost::any_cast<boost::shared_ptr<InteractionContainer>*>(boost::any*) [568]
                0.00    0.00       2/21233       boost::any::type() const [150]
                0.00    0.00       2/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00       2/2           PointerHandler<boost::shared_ptr<InteractionContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [293]
[569]    0.0    0.00    0.00       2         boost::shared_ptr<InteractionContainer>* boost::any_cast<boost::shared_ptr<InteractionContainer>*>(boost::any&) [569]
                0.00    0.00       2/2           boost::shared_ptr<InteractionContainer>** boost::any_cast<boost::shared_ptr<InteractionContainer>*>(boost::any*) [568]
-----------------------------------------------
                0.00    0.00       2/2           std::vector<int, std::allocator<int> >* boost::any_cast<std::vector<int, std::allocator<int> >*>(boost::any&) [571]
[570]    0.0    0.00    0.00       2         std::vector<int, std::allocator<int> >** boost::any_cast<std::vector<int, std::allocator<int> >*>(boost::any*) [570]
                0.00    0.00       2/21233       boost::any::type() const [150]
                0.00    0.00       2/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00       1/2           ContainerHandler<std::vector<int, std::allocator<int> > >::resize(Archive&, unsigned long) [581]
                0.00    0.00       1/2           ContainerHandler<std::vector<int, std::allocator<int> > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [583]
[571]    0.0    0.00    0.00       2         std::vector<int, std::allocator<int> >* boost::any_cast<std::vector<int, std::allocator<int> >*>(boost::any&) [571]
                0.00    0.00       2/2           std::vector<int, std::allocator<int> >** boost::any_cast<std::vector<int, std::allocator<int> >*>(boost::any*) [570]
-----------------------------------------------
                0.00    0.00      14/14          CreateSharedFileGenerator() [334]
[572]    0.0    0.00    0.00      14         boost::shared_ptr<Factorable>::shared_ptr<FileGenerator>(boost::shared_ptr<FileGenerator> const&) [572]
                0.00    0.00      14/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
-----------------------------------------------
                0.00    0.00      14/14          CreateSharedFileGenerator() [334]
[573]    0.0    0.00    0.00      14         boost::shared_ptr<FileGenerator>::~shared_ptr() [573]
                0.00    0.00      14/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                                                 <spontaneous>
[574]    0.0    0.00    0.00                 ContainerHandler<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >::resize(Archive&, unsigned long) [574]
                0.00    0.00       1/4           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >* boost::any_cast<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>(boost::any&) [521]
                0.00    0.00       1/1           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::resize(unsigned int) [627]
                0.00    0.00       1/8010        Archive::getAddress() [825]
-----------------------------------------------
                0.00    0.00       2/2           boost::detail::sp_counted_base::destroy() [186]
[575]    0.0    0.00    0.00       2         boost::detail::sp_counted_impl_p<BodyContainer>::~sp_counted_impl_p() [575]
                0.00    0.00       2/14318       boost::detail::sp_counted_base::~sp_counted_base() [187]
-----------------------------------------------
                0.00    0.00       2/2           boost::detail::sp_counted_base::destroy() [186]
[576]    0.0    0.00    0.00       2         boost::detail::sp_counted_impl_p<BoundingVolume>::~sp_counted_impl_p() [576]
                0.00    0.00       2/14318       boost::detail::sp_counted_base::~sp_counted_base() [187]
-----------------------------------------------
                0.00    0.00       2/2           boost::detail::sp_counted_base::destroy() [186]
[577]    0.0    0.00    0.00       2         boost::detail::sp_counted_impl_p<IOFormatManager>::~sp_counted_impl_p() [577]
                0.00    0.00       2/14318       boost::detail::sp_counted_base::~sp_counted_base() [187]
-----------------------------------------------
                0.00    0.00       2/2           boost::detail::sp_counted_base::destroy() [186]
[578]    0.0    0.00    0.00       2         boost::detail::sp_counted_impl_p<InteractionContainer>::~sp_counted_impl_p() [578]
                0.00    0.00       2/14318       boost::detail::sp_counted_base::~sp_counted_base() [187]
-----------------------------------------------
                0.00    0.00       2/2           boost::detail::sp_counted_base::destroy() [186]
[579]    0.0    0.00    0.00       2         boost::detail::sp_counted_impl_p<Engine>::~sp_counted_impl_p() [579]
                0.00    0.00       2/14318       boost::detail::sp_counted_base::~sp_counted_base() [187]
-----------------------------------------------
                0.00    0.00       1/170         ContainerHandler<std::vector<int, std::allocator<int> > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [583]
                0.00    0.00       9/170         std::vector<int, std::allocator<int> >::_M_insert_aux(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int const&) [628]
                0.00    0.00       9/170         std::vector<int, std::allocator<int> >::push_back(int const&) [626]
                0.00    0.00      16/170         std::vector<int, std::allocator<int> >::erase(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >) [660]
                0.00    0.00      40/170         std::vector<int, std::allocator<int> >::_M_fill_insert(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [522]
                0.00    0.00      95/170         std::vector<int, std::allocator<int> >::resize(unsigned int, int const&) [514]
[580]    0.0    0.00    0.00     170         std::vector<int, std::allocator<int> >::end() [580]
                0.00    0.00     178/17634113     __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::__normal_iterator(int* const&) [85]
-----------------------------------------------
                                                 <spontaneous>
[581]    0.0    0.00    0.00                 ContainerHandler<std::vector<int, std::allocator<int> > >::resize(Archive&, unsigned long) [581]
                0.00    0.00       1/2           std::vector<int, std::allocator<int> >* boost::any_cast<std::vector<int, std::allocator<int> >*>(boost::any&) [571]
                0.00    0.00       1/18          std::vector<int, std::allocator<int> >::resize(unsigned int) [515]
                0.00    0.00       1/8010        Archive::getAddress() [825]
-----------------------------------------------
                0.00    0.00      10/10          SerializableTypes::Type findType<EngineUnit>(boost::shared_ptr<EngineUnit>&, bool&, std::string&) [357]
[582]    0.0    0.00    0.00      10         EngineUnit::~EngineUnit() [582]
                0.00    0.00      10/39273816     Serializable::~Serializable() <cycle 1> [119]
-----------------------------------------------
                                                 <spontaneous>
[583]    0.0    0.00    0.00                 ContainerHandler<std::vector<int, std::allocator<int> > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [583]
                0.00    0.00       1/2           std::vector<int, std::allocator<int> >* boost::any_cast<std::vector<int, std::allocator<int> >*>(boost::any&) [571]
                0.00    0.00       1/8816902     std::vector<int, std::allocator<int> >::begin() [97]
                0.00    0.00       1/170         std::vector<int, std::allocator<int> >::end() [580]
                0.00    0.00       2/2           __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::__normal_iterator() [1807]
                0.00    0.00       1/8010        Archive::getAddress() [825]
                0.00    0.00       1/1           bool __gnu_cxx::operator!=<int*, std::vector<int, std::allocator<int> > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > const&, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > const&) [2063]
-----------------------------------------------
                0.00    0.00       1/1           boost::shared_ptr<Preferences>* boost::any_cast<boost::shared_ptr<Preferences>*>(boost::any&) [585]
[584]    0.0    0.00    0.00       1         boost::shared_ptr<Preferences>** boost::any_cast<boost::shared_ptr<Preferences>*>(boost::any*) [584]
                0.00    0.00       1/21233       boost::any::type() const [150]
                0.00    0.00       1/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00       1/1           PointerHandler<boost::shared_ptr<Preferences> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [467]
[585]    0.0    0.00    0.00       1         boost::shared_ptr<Preferences>* boost::any_cast<boost::shared_ptr<Preferences>*>(boost::any&) [585]
                0.00    0.00       1/1           boost::shared_ptr<Preferences>** boost::any_cast<boost::shared_ptr<Preferences>*>(boost::any*) [584]
-----------------------------------------------
                0.00    0.00       1/1           boost::shared_ptr<BodyContainer>* boost::any_cast<boost::shared_ptr<BodyContainer>*>(boost::any&) [587]
[586]    0.0    0.00    0.00       1         boost::shared_ptr<BodyContainer>** boost::any_cast<boost::shared_ptr<BodyContainer>*>(boost::any*) [586]
                0.00    0.00       1/21233       boost::any::type() const [150]
                0.00    0.00       1/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00       1/1           PointerHandler<boost::shared_ptr<BodyContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [64]
[587]    0.0    0.00    0.00       1         boost::shared_ptr<BodyContainer>* boost::any_cast<boost::shared_ptr<BodyContainer>*>(boost::any&) [587]
                0.00    0.00       1/1           boost::shared_ptr<BodyContainer>** boost::any_cast<boost::shared_ptr<BodyContainer>*>(boost::any*) [586]
-----------------------------------------------
                0.00    0.00       1/1           boost::shared_ptr<PhysicalActionContainer>* boost::any_cast<boost::shared_ptr<PhysicalActionContainer>*>(boost::any&) [589]
[588]    0.0    0.00    0.00       1         boost::shared_ptr<PhysicalActionContainer>** boost::any_cast<boost::shared_ptr<PhysicalActionContainer>*>(boost::any*) [588]
                0.00    0.00       1/21233       boost::any::type() const [150]
                0.00    0.00       1/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00       1/1           PointerHandler<boost::shared_ptr<PhysicalActionContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [468]
[589]    0.0    0.00    0.00       1         boost::shared_ptr<PhysicalActionContainer>* boost::any_cast<boost::shared_ptr<PhysicalActionContainer>*>(boost::any&) [589]
                0.00    0.00       1/1           boost::shared_ptr<PhysicalActionContainer>** boost::any_cast<boost::shared_ptr<PhysicalActionContainer>*>(boost::any*) [588]
-----------------------------------------------
                0.00    0.00       1/1           boost::shared_ptr<MetaBody>* boost::any_cast<boost::shared_ptr<MetaBody>*>(boost::any&) [591]
[590]    0.0    0.00    0.00       1         boost::shared_ptr<MetaBody>** boost::any_cast<boost::shared_ptr<MetaBody>*>(boost::any*) [590]
                0.00    0.00       1/21233       boost::any::type() const [150]
                0.00    0.00       1/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00       1/1           PointerHandler<boost::shared_ptr<MetaBody> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [469]
[591]    0.0    0.00    0.00       1         boost::shared_ptr<MetaBody>* boost::any_cast<boost::shared_ptr<MetaBody>*>(boost::any&) [591]
                0.00    0.00       1/1           boost::shared_ptr<MetaBody>** boost::any_cast<boost::shared_ptr<MetaBody>*>(boost::any*) [590]
-----------------------------------------------
                0.00    0.00       1/30          Omega::freeRootBody() [625]
                0.00    0.00       1/30          Omega::Omega() [663]
                0.00    0.00      14/30          FileGenerator::FileGenerator() [339]
                0.00    0.00      14/30          FileGenerator::FileGenerator() [340]
[592]    0.0    0.00    0.00      30         boost::shared_ptr<MetaBody>::shared_ptr() [592]
                0.00    0.00      31/3332741     boost::detail::shared_count::shared_count() [94]
-----------------------------------------------
                0.00    0.00       8/8           CreateSharedMetaEngine() [360]
[593]    0.0    0.00    0.00       8         boost::shared_ptr<Factorable>::shared_ptr<MetaEngine>(boost::shared_ptr<MetaEngine> const&) [593]
                0.00    0.00       8/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
-----------------------------------------------
                0.00    0.00       8/8           CreateSharedGeometricalModel() [359]
[594]    0.0    0.00    0.00       8         boost::shared_ptr<Factorable>::shared_ptr<GeometricalModel>(boost::shared_ptr<GeometricalModel> const&) [594]
                0.00    0.00       8/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
-----------------------------------------------
                0.00    0.00       8/8           MetaDispatchingEngine::~MetaDispatchingEngine() [597]
[595]    0.0    0.00    0.00       8         MetaEngine::~MetaEngine() [595]
                0.00    0.00       8/39273816     Engine::~Engine() <cycle 1> [1183]
-----------------------------------------------
                0.00    0.00       8/8           CreateSharedMetaEngine() [360]
[596]    0.0    0.00    0.00       8         boost::shared_ptr<MetaEngine>::~shared_ptr() [596]
                0.00    0.00       8/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                                                 <spontaneous>
[597]    0.0    0.00    0.00                 MetaDispatchingEngine::~MetaDispatchingEngine() [597]
                0.00    0.00       8/8           MetaEngine::~MetaEngine() [595]
                0.00    0.00       8/8           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::~list() [1526]
                0.00    0.00       8/8           std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::~vector() [1532]
-----------------------------------------------
                0.00    0.00       2/2           PointerHandler<boost::shared_ptr<EngineUnit> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [428]
[598]    0.0    0.00    0.00       2         boost::shared_ptr<EngineUnit>::operator=(boost::shared_ptr<EngineUnit> const&) [598]
                0.00    0.00       2/4148236     boost::detail::shared_count::operator=(boost::detail::shared_count const&) [13]
-----------------------------------------------
                0.00    0.00       1/2           main [25]
                0.00    0.00       1/2           PointerHandler<boost::shared_ptr<Preferences> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [467]
[599]    0.0    0.00    0.00       2         boost::shared_ptr<Preferences>::operator=(boost::shared_ptr<Preferences> const&) [599]
                0.00    0.00       2/4148236     boost::detail::shared_count::operator=(boost::detail::shared_count const&) [13]
-----------------------------------------------
                0.00    0.00       1/2           void IOFormatManager::loadFromFile<boost::shared_ptr<MetaBody> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<MetaBody>&) [346]
                0.00    0.00       1/2           void IOFormatManager::loadFromFile<boost::shared_ptr<Preferences> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<Preferences>&) [436]
[600]    0.0    0.00    0.00       2         boost::shared_ptr<IOFormatManager>::operator=(boost::shared_ptr<IOFormatManager> const&) [600]
                0.00    0.00       2/4148236     boost::detail::shared_count::operator=(boost::detail::shared_count const&) [13]
-----------------------------------------------
                0.00    0.00       1/2           PointerHandler<boost::shared_ptr<MetaBody> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [469]
                0.00    0.00       1/2           Omega::freeRootBody() [625]
[601]    0.0    0.00    0.00       2         boost::shared_ptr<MetaBody>::operator=(boost::shared_ptr<MetaBody> const&) [601]
                0.00    0.00       2/4148236     boost::detail::shared_count::operator=(boost::detail::shared_count const&) [13]
-----------------------------------------------
                0.00    0.00       7/7           CreateSharedDeusExMachina() [363]
[602]    0.0    0.00    0.00       7         boost::shared_ptr<Factorable>::shared_ptr<DeusExMachina>(boost::shared_ptr<DeusExMachina> const&) [602]
                0.00    0.00       7/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
-----------------------------------------------
                0.00    0.00       7/7           CreateSharedPhysicalParameters() [351]
[603]    0.0    0.00    0.00       7         boost::shared_ptr<Factorable>::shared_ptr<PhysicalParameters>(boost::shared_ptr<PhysicalParameters> const&) [603]
                0.00    0.00       7/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
-----------------------------------------------
                0.00    0.00       7/7           CreateSharedInteractionGeometry() [364]
[604]    0.0    0.00    0.00       7         boost::shared_ptr<Factorable>::shared_ptr<InteractionGeometry>(boost::shared_ptr<InteractionGeometry> const&) [604]
                0.00    0.00       7/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
-----------------------------------------------
                0.00    0.00       7/7           CreateSharedDeusExMachina() [363]
[605]    0.0    0.00    0.00       7         boost::shared_ptr<DeusExMachina>::~shared_ptr() [605]
                0.00    0.00       7/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                0.00    0.00       2/6           CreateSharedInteractionContainer() [412]
                0.00    0.00       2/6           MetaBody::~MetaBody() [353]
                0.00    0.00       2/6           PointerHandler<boost::shared_ptr<InteractionContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [293]
[606]    0.0    0.00    0.00       6         boost::shared_ptr<InteractionContainer>::~shared_ptr() [606]
                0.00    0.00       7/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                0.00    0.00     106/106         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::copy<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >) [608]
[607]    0.0    0.00    0.00     106         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >) [607]
                0.00    0.00     106/17634113     __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::__normal_iterator(int* const&) [85]
                0.00    0.00     318/492         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::base() const [1019]
                0.00    0.00     106/106         int* std::__copy_aux<int*, int*>(int*, int*, int*) [1161]
-----------------------------------------------
                0.00    0.00       8/106         std::vector<int, std::allocator<int> >::erase(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >) [660]
                0.00    0.00      98/106         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __true_type) [616]
[608]    0.0    0.00    0.00     106         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::copy<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >) [608]
                0.00    0.00     106/106         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >) [607]
-----------------------------------------------
                0.00    0.00       1/1           boost::detail::sp_counted_base::destroy() [186]
[609]    0.0    0.00    0.00       1         boost::detail::sp_counted_impl_p<Preferences>::~sp_counted_impl_p() [609]
                0.00    0.00       1/14318       boost::detail::sp_counted_base::~sp_counted_base() [187]
-----------------------------------------------
                0.00    0.00       1/1           boost::detail::sp_counted_base::destroy() [186]
[610]    0.0    0.00    0.00       1         boost::detail::sp_counted_impl_p<StandAloneSimulator>::~sp_counted_impl_p() [610]
                0.00    0.00       1/14318       boost::detail::sp_counted_base::~sp_counted_base() [187]
-----------------------------------------------
                0.00    0.00       1/1           boost::detail::sp_counted_base::destroy() [186]
[611]    0.0    0.00    0.00       1         boost::detail::sp_counted_impl_p<PhysicalActionContainer>::~sp_counted_impl_p() [611]
                0.00    0.00       1/14318       boost::detail::sp_counted_base::~sp_counted_base() [187]
-----------------------------------------------
                0.00    0.00       1/1           boost::detail::sp_counted_base::destroy() [186]
[612]    0.0    0.00    0.00       1         boost::detail::sp_counted_impl_p<FrontEnd>::~sp_counted_impl_p() [612]
                0.00    0.00       1/14318       boost::detail::sp_counted_base::~sp_counted_base() [187]
-----------------------------------------------
                0.00    0.00       6/6           CreateSharedStandAloneEngine() [375]
[613]    0.0    0.00    0.00       6         boost::shared_ptr<Factorable>::shared_ptr<StandAloneEngine>(boost::shared_ptr<StandAloneEngine> const&) [613]
                0.00    0.00       6/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
-----------------------------------------------
                0.00    0.00      98/98          __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, std::allocator<int>) [615]
[614]    0.0    0.00    0.00      98         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >) [614]
                0.00    0.00      98/98          __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __true_type) [616]
-----------------------------------------------
                0.00    0.00      18/98          std::vector<int, std::allocator<int> >::_M_insert_aux(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int const&) [628]
                0.00    0.00      80/98          std::vector<int, std::allocator<int> >::_M_fill_insert(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [522]
[615]    0.0    0.00    0.00      98         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, std::allocator<int>) [615]
                0.00    0.00      98/98          __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >) [614]
-----------------------------------------------
                0.00    0.00      98/98          __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >) [614]
[616]    0.0    0.00    0.00      98         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __true_type) [616]
                0.00    0.00      98/106         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::copy<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >) [608]
-----------------------------------------------
                0.00    0.00       1/22          std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::resize(unsigned int) [627]
                0.00    0.00       8/22          SerializableTypes::Type findType<boost::shared_ptr<EngineUnit> >(std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >&, bool&, std::string&) [365]
                0.00    0.00      13/22          MetaDispatchingEngine::findFunctorArguments(std::string const&) [621]
[617]    0.0    0.00    0.00      22         boost::shared_ptr<EngineUnit>::shared_ptr() [617]
                0.00    0.00      22/3332741     boost::detail::shared_count::shared_count() [94]
-----------------------------------------------
                0.00    0.00       2/2           SerializableTypes::Type findType<Interaction>(boost::shared_ptr<Interaction>&, bool&, std::string&) [418]
[618]    0.0    0.00    0.00       2         Interaction::~Interaction() [618]
                0.00    0.00       2/39273816     boost::shared_ptr<InteractionPhysics>::~shared_ptr() <cycle 1> [882]
                0.00    0.00       2/39273816     boost::shared_ptr<InteractionGeometry>::~shared_ptr() <cycle 1> [881]
                0.00    0.00       2/39273816     Serializable::~Serializable() <cycle 1> [119]
-----------------------------------------------
                0.00    0.00       2/6           CreateSharedIOFormatManager() [501]
                0.00    0.00       2/6           void IOFormatManager::loadFromFile<boost::shared_ptr<MetaBody> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<MetaBody>&) [346]
                0.00    0.00       2/6           void IOFormatManager::loadFromFile<boost::shared_ptr<Preferences> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<Preferences>&) [436]
[619]    0.0    0.00    0.00       6         boost::shared_ptr<IOFormatManager>::~shared_ptr() [619]
                0.00    0.00       6/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                0.00    0.00       6/6           CreateSharedStandAloneEngine() [375]
[620]    0.0    0.00    0.00       6         boost::shared_ptr<StandAloneEngine>::~shared_ptr() [620]
                0.00    0.00       6/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                                                 <spontaneous>
[621]    0.0    0.00    0.00                 MetaDispatchingEngine::findFunctorArguments(std::string const&) [621]
                0.00    0.00      13/22          boost::shared_ptr<EngineUnit>::shared_ptr() [617]
                0.00    0.00       2/4           boost::shared_ptr<EngineUnit>::shared_ptr(boost::shared_ptr<EngineUnit> const&) [629]
                0.00    0.00      16/20          std::_List_iterator<boost::shared_ptr<EngineUnit> >::operator!=(std::_List_iterator<boost::shared_ptr<EngineUnit> > const&) const [1312]
                0.00    0.00      15/17          std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::begin() [1352]
                0.00    0.00      15/18          std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::end() [1338]
                0.00    0.00       5/7           std::_List_iterator<boost::shared_ptr<EngineUnit> >::operator*() const [1555]
                0.00    0.00       3/3           boost::shared_ptr<EngineUnit>::operator->() const [1724]
                0.00    0.00       3/78308024     data_start [697]
                0.00    0.00       3/657         bool std::operator==<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) [997]
                0.00    0.00       1/3           std::_List_iterator<boost::shared_ptr<EngineUnit> >::operator++() [1728]
-----------------------------------------------
                0.00    0.00      10/20          boost::filesystem::directory_iterator::directory_iterator() [638]
                0.00    0.00      10/20          boost::filesystem::directory_iterator::directory_iterator(boost::filesystem::path const&) [637]
[622]    0.0    0.00    0.00      20         boost::shared_ptr<boost::filesystem::detail::dir_itr_imp>::shared_ptr() [622]
                0.00    0.00      20/3332741     boost::detail::shared_count::shared_count() [94]
-----------------------------------------------
                0.00    0.00       5/5           CreateSharedInteractionPhysics() [380]
[623]    0.0    0.00    0.00       5         boost::shared_ptr<Factorable>::shared_ptr<InteractionPhysics>(boost::shared_ptr<InteractionPhysics> const&) [623]
                0.00    0.00       5/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
-----------------------------------------------
                0.00    0.00       5/5           CreateSharedInteractingGeometry() [304]
[624]    0.0    0.00    0.00       5         boost::shared_ptr<Factorable>::shared_ptr<InteractingGeometry>(boost::shared_ptr<InteractingGeometry> const&) [624]
                0.00    0.00       5/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
-----------------------------------------------
                0.00    0.00       1/1           Omega::loadSimulation() [345]
[625]    0.0    0.00    0.00       1         Omega::freeRootBody() [625]
                0.00    0.00       1/2           boost::shared_ptr<MetaBody>::operator=(boost::shared_ptr<MetaBody> const&) [601]
                0.00    0.00       1/39273816     boost::shared_ptr<MetaBody>::~shared_ptr() <cycle 1> [1253]
                0.00    0.00       1/30          boost::shared_ptr<MetaBody>::shared_ptr() [592]
-----------------------------------------------
                0.00    0.00     168/168         Omega::scanPlugins() [27]
[626]    0.0    0.00    0.00     168         std::vector<int, std::allocator<int> >::push_back(int const&) [626]
                0.00    0.00       9/9           std::vector<int, std::allocator<int> >::_M_insert_aux(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int const&) [628]
                0.00    0.00       9/170         std::vector<int, std::allocator<int> >::end() [580]
                0.00    0.00     159/168         __gnu_cxx::new_allocator<int>::construct(int*, int const&) [1146]
-----------------------------------------------
                0.00    0.00       1/1           ContainerHandler<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >::resize(Archive&, unsigned long) [574]
[627]    0.0    0.00    0.00       1         std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::resize(unsigned int) [627]
                0.00    0.00       1/11          boost::shared_ptr<EngineUnit>::~shared_ptr() [528]
                0.00    0.00       1/1           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::resize(unsigned int, boost::shared_ptr<EngineUnit> const&) [651]
                0.00    0.00       1/22          boost::shared_ptr<EngineUnit>::shared_ptr() [617]
-----------------------------------------------
                0.00    0.00       9/9           std::vector<int, std::allocator<int> >::push_back(int const&) [626]
[628]    0.0    0.00    0.00       9         std::vector<int, std::allocator<int> >::_M_insert_aux(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int const&) [628]
                0.00    0.00      27/17634113     __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::__normal_iterator(int* const&) [85]
                0.00    0.00      18/98          __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, std::allocator<int>) [615]
                0.00    0.00       9/8816902     std::vector<int, std::allocator<int> >::begin() [97]
                0.00    0.00       9/170         std::vector<int, std::allocator<int> >::end() [580]
                0.00    0.00      36/492         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::base() const [1019]
                0.00    0.00      27/233         std::_Vector_base<int, std::allocator<int> >::get_allocator() const [1106]
                0.00    0.00      27/251         std::allocator<int>::~allocator() [1101]
                0.00    0.00       9/240         std::vector<int, std::allocator<int> >::size() const [1102]
                0.00    0.00       9/49          std::vector<int, std::allocator<int> >::max_size() const [1204]
                0.00    0.00       9/49          std::_Vector_base<int, std::allocator<int> >::_M_allocate(unsigned int) [1205]
                0.00    0.00       9/168         __gnu_cxx::new_allocator<int>::construct(int*, int const&) [1146]
                0.00    0.00       9/315         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::operator++() [1093]
                0.00    0.00       9/17          void std::_Destroy<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, std::allocator<int>) [1358]
                0.00    0.00       9/87          std::_Vector_base<int, std::allocator<int> >::_M_deallocate(int*, unsigned int) [1175]
-----------------------------------------------
                0.00    0.00       2/4           MetaDispatchingEngine::findFunctorArguments(std::string const&) [621]
                0.00    0.00       2/4           __gnu_cxx::new_allocator<boost::shared_ptr<EngineUnit> >::construct(boost::shared_ptr<EngineUnit>*, boost::shared_ptr<EngineUnit> const&) [646]
[629]    0.0    0.00    0.00       4         boost::shared_ptr<EngineUnit>::shared_ptr(boost::shared_ptr<EngineUnit> const&) [629]
                0.00    0.00       4/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
-----------------------------------------------
                0.00    0.00       4/4           CreateSharedPhysicalAction() [376]
[630]    0.0    0.00    0.00       4         boost::shared_ptr<Factorable>::shared_ptr<PhysicalAction>(boost::shared_ptr<PhysicalAction> const&) [630]
                0.00    0.00       4/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
-----------------------------------------------
                0.00    0.00       1/1           PointerHandler<boost::shared_ptr<BodyContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [64]
[631]    0.0    0.00    0.00       1         boost::shared_ptr<BodyContainer>::operator=(boost::shared_ptr<BodyContainer> const&) [631]
                0.00    0.00       1/4148236     boost::detail::shared_count::operator=(boost::detail::shared_count const&) [13]
-----------------------------------------------
                0.00    0.00       1/1           PointerHandler<boost::shared_ptr<PhysicalActionContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [468]
[632]    0.0    0.00    0.00       1         boost::shared_ptr<PhysicalActionContainer>::operator=(boost::shared_ptr<PhysicalActionContainer> const&) [632]
                0.00    0.00       1/4148236     boost::detail::shared_count::operator=(boost::detail::shared_count const&) [13]
-----------------------------------------------
                0.00    0.00       1/1           Omega::init() [529]
[633]    0.0    0.00    0.00       1         boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >::operator=(boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > > const&) [633]
                0.00    0.00       1/4148236     boost::detail::shared_count::operator=(boost::detail::shared_count const&) [13]
-----------------------------------------------
                0.00    0.00       3/3           CreateSharedTimeStepper() [328]
[634]    0.0    0.00    0.00       3         boost::shared_ptr<Factorable>::shared_ptr<TimeStepper>(boost::shared_ptr<TimeStepper> const&) [634]
                0.00    0.00       3/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
-----------------------------------------------
                0.00    0.00       3/3           CreateSharedTimeStepper() [328]
[635]    0.0    0.00    0.00       3         boost::shared_ptr<TimeStepper>::~shared_ptr() [635]
                0.00    0.00       3/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                0.00    0.00       1/3           CreateSharedPhysicalActionContainer() [245]
                0.00    0.00       1/3           MetaBody::~MetaBody() [353]
                0.00    0.00       1/3           PointerHandler<boost::shared_ptr<PhysicalActionContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [468]
[636]    0.0    0.00    0.00       3         boost::shared_ptr<PhysicalActionContainer>::~shared_ptr() [636]
                0.00    0.00       3/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                0.00    0.00      10/10          Omega::scanPlugins() [27]
[637]    0.0    0.00    0.00      10         boost::filesystem::directory_iterator::directory_iterator(boost::filesystem::path const&) [637]
                0.00    0.00      10/20          boost::shared_ptr<boost::filesystem::detail::dir_itr_imp>::shared_ptr() [622]
                0.00    0.00      10/20          boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::iterator_facade() [1303]
-----------------------------------------------
                0.00    0.00      10/10          Omega::scanPlugins() [27]
[638]    0.0    0.00    0.00      10         boost::filesystem::directory_iterator::directory_iterator() [638]
                0.00    0.00      10/20          boost::shared_ptr<boost::filesystem::detail::dir_itr_imp>::shared_ptr() [622]
                0.00    0.00      10/20          boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::iterator_facade() [1303]
-----------------------------------------------
                0.00    0.00       2/2           CreateSharedBodyContainer() [83]
[639]    0.0    0.00    0.00       2         boost::shared_ptr<Factorable>::shared_ptr<BodyContainer>(boost::shared_ptr<BodyContainer> const&) [639]
                0.00    0.00       2/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
-----------------------------------------------
                0.00    0.00       2/2           CreateSharedBoundingVolume() [382]
[640]    0.0    0.00    0.00       2         boost::shared_ptr<Factorable>::shared_ptr<BoundingVolume>(boost::shared_ptr<BoundingVolume> const&) [640]
                0.00    0.00       2/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
-----------------------------------------------
                0.00    0.00       2/2           CreateSharedIOFormatManager() [501]
[641]    0.0    0.00    0.00       2         boost::shared_ptr<Factorable>::shared_ptr<IOFormatManager>(boost::shared_ptr<IOFormatManager> const&) [641]
                0.00    0.00       2/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
-----------------------------------------------
                0.00    0.00       2/2           CreateSharedInteractionContainer() [412]
[642]    0.0    0.00    0.00       2         boost::shared_ptr<Factorable>::shared_ptr<InteractionContainer>(boost::shared_ptr<InteractionContainer> const&) [642]
                0.00    0.00       2/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
-----------------------------------------------
                0.00    0.00       2/2           CreateSharedEngine() [413]
[643]    0.0    0.00    0.00       2         boost::shared_ptr<Factorable>::shared_ptr<Engine>(boost::shared_ptr<Engine> const&) [643]
                0.00    0.00       2/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
-----------------------------------------------
                0.00    0.00       2/2           boost::shared_ptr<IOFormatManager> boost::dynamic_pointer_cast<IOFormatManager, Factorable>(boost::shared_ptr<Factorable> const&) [645]
[644]    0.0    0.00    0.00       2         boost::shared_ptr<IOFormatManager>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag) [644]
                0.00    0.00       2/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
-----------------------------------------------
                0.00    0.00       1/2           void IOFormatManager::loadFromFile<boost::shared_ptr<MetaBody> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<MetaBody>&) [346]
                0.00    0.00       1/2           void IOFormatManager::loadFromFile<boost::shared_ptr<Preferences> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<Preferences>&) [436]
[645]    0.0    0.00    0.00       2         boost::shared_ptr<IOFormatManager> boost::dynamic_pointer_cast<IOFormatManager, Factorable>(boost::shared_ptr<Factorable> const&) [645]
                0.00    0.00       2/2           boost::shared_ptr<IOFormatManager>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag) [644]
-----------------------------------------------
                0.00    0.00       2/2           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_create_node(boost::shared_ptr<EngineUnit> const&) [647]
[646]    0.0    0.00    0.00       2         __gnu_cxx::new_allocator<boost::shared_ptr<EngineUnit> >::construct(boost::shared_ptr<EngineUnit>*, boost::shared_ptr<EngineUnit> const&) [646]
                0.00    0.00       2/4           boost::shared_ptr<EngineUnit>::shared_ptr(boost::shared_ptr<EngineUnit> const&) [629]
                0.00    0.00       2/36675       operator new(unsigned int, void*) [745]
-----------------------------------------------
                0.00    0.00       2/2           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_insert(std::_List_iterator<boost::shared_ptr<EngineUnit> >, boost::shared_ptr<EngineUnit> const&) [648]
[647]    0.0    0.00    0.00       2         std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_create_node(boost::shared_ptr<EngineUnit> const&) [647]
                0.00    0.00       2/2           __gnu_cxx::new_allocator<boost::shared_ptr<EngineUnit> >::construct(boost::shared_ptr<EngineUnit>*, boost::shared_ptr<EngineUnit> const&) [646]
                0.00    0.00       2/2           std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_get_node() [1852]
                0.00    0.00       2/2           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::get_allocator() const [1843]
                0.00    0.00       2/18          std::allocator<boost::shared_ptr<EngineUnit> >::~allocator() [1332]
-----------------------------------------------
                0.00    0.00       2/2           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_fill_insert(std::_List_iterator<boost::shared_ptr<EngineUnit> >, unsigned int, boost::shared_ptr<EngineUnit> const&) [649]
[648]    0.0    0.00    0.00       2         std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_insert(std::_List_iterator<boost::shared_ptr<EngineUnit> >, boost::shared_ptr<EngineUnit> const&) [648]
                0.00    0.00       2/2           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_create_node(boost::shared_ptr<EngineUnit> const&) [647]
-----------------------------------------------
                0.00    0.00       1/1           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::insert(std::_List_iterator<boost::shared_ptr<EngineUnit> >, unsigned int, boost::shared_ptr<EngineUnit> const&) [650]
[649]    0.0    0.00    0.00       1         std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_fill_insert(std::_List_iterator<boost::shared_ptr<EngineUnit> >, unsigned int, boost::shared_ptr<EngineUnit> const&) [649]
                0.00    0.00       2/2           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_insert(std::_List_iterator<boost::shared_ptr<EngineUnit> >, boost::shared_ptr<EngineUnit> const&) [648]
-----------------------------------------------
                0.00    0.00       1/1           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::resize(unsigned int, boost::shared_ptr<EngineUnit> const&) [651]
[650]    0.0    0.00    0.00       1         std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::insert(std::_List_iterator<boost::shared_ptr<EngineUnit> >, unsigned int, boost::shared_ptr<EngineUnit> const&) [650]
                0.00    0.00       1/1           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_fill_insert(std::_List_iterator<boost::shared_ptr<EngineUnit> >, unsigned int, boost::shared_ptr<EngineUnit> const&) [649]
-----------------------------------------------
                0.00    0.00       1/1           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::resize(unsigned int) [627]
[651]    0.0    0.00    0.00       1         std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::resize(unsigned int, boost::shared_ptr<EngineUnit> const&) [651]
                0.00    0.00       1/1           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::insert(std::_List_iterator<boost::shared_ptr<EngineUnit> >, unsigned int, boost::shared_ptr<EngineUnit> const&) [650]
                0.00    0.00       2/18          std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::end() [1338]
                0.00    0.00       1/17          std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::begin() [1352]
                0.00    0.00       1/20          std::_List_iterator<boost::shared_ptr<EngineUnit> >::operator!=(std::_List_iterator<boost::shared_ptr<EngineUnit> > const&) const [1312]
-----------------------------------------------
                0.00    0.00       2/2           SerializableTypes::Type findType<InteractionContainer>(boost::shared_ptr<InteractionContainer>&, bool&, std::string&) [426]
[652]    0.0    0.00    0.00       2         InteractionContainer::~InteractionContainer() [652]
                0.00    0.00       2/39273816     Serializable::~Serializable() <cycle 1> [119]
                0.00    0.00       2/4           std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::~vector() [1684]
-----------------------------------------------
                0.00    0.00       1/2           main [25]
                0.00    0.00       1/2           PointerHandler<boost::shared_ptr<Preferences> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [467]
[653]    0.0    0.00    0.00       2         boost::shared_ptr<Preferences>::~shared_ptr() [653]
                0.00    0.00       2/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                0.00    0.00       1/1           SerializableTypes::Type findType<PhysicalActionContainer>(boost::shared_ptr<PhysicalActionContainer>&, bool&, std::string&) [246]
[654]    0.0    0.00    0.00       1         PhysicalActionContainer::~PhysicalActionContainer() [654]
                0.00    0.00       1/39273816     std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::~vector() <cycle 1> [1733]
                0.00    0.00       1/39273816     Serializable::~Serializable() <cycle 1> [119]
-----------------------------------------------
                                                 <spontaneous>
[655]    0.0    0.00    0.00                 BodyContainer::~BodyContainer() [655]
                0.00    0.00       2/39273816     Serializable::~Serializable() <cycle 1> [119]
                0.00    0.00       2/5           std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::~vector() [1618]
-----------------------------------------------
                                                 <spontaneous>
[656]    0.0    0.00    0.00                 PhysicalActionContainer::~PhysicalActionContainer() [656]
                0.00    0.00       1/39273816     std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::~vector() <cycle 1> [1733]
                0.00    0.00       1/39273816     Serializable::~Serializable() <cycle 1> [119]
-----------------------------------------------
                0.00    0.00      11/11          __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >) [658]
[657]    0.0    0.00    0.00      11         __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >) [657]
                0.00    0.00      33/9807670     __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::base() const [131]
                0.00    0.00      11/57760905     __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::__normal_iterator(boost::shared_ptr<Body>* const&) [67]
                0.00    0.00      11/11          boost::shared_ptr<Body>* std::__copy_aux<boost::shared_ptr<Body>*, boost::shared_ptr<Body>*>(boost::shared_ptr<Body>*, boost::shared_ptr<Body>*, boost::shared_ptr<Body>*) [1449]
-----------------------------------------------
                0.00    0.00      11/11          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >) [58]
[658]    0.0    0.00    0.00      11         __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >) [658]
                0.00    0.00      11/11          __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >) [657]
-----------------------------------------------
                0.00    0.00       4/4           MetaBody::MetaBody() [423]
[659]    0.0    0.00    0.00       4         boost::shared_ptr<InteractionContainer>::shared_ptr() [659]
                0.00    0.00       6/3332741     boost::detail::shared_count::shared_count() [94]
-----------------------------------------------
                                                 <spontaneous>
[660]    0.0    0.00    0.00                 std::vector<int, std::allocator<int> >::erase(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >) [660]
                0.00    0.00      16/170         std::vector<int, std::allocator<int> >::end() [580]
                0.00    0.00       8/106         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::copy<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >) [608]
                0.00    0.00       8/233         std::_Vector_base<int, std::allocator<int> >::get_allocator() const [1106]
                0.00    0.00       8/17          void std::_Destroy<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, std::allocator<int>) [1358]
                0.00    0.00       8/251         std::allocator<int>::~allocator() [1101]
                0.00    0.00       8/8           __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::difference_type __gnu_cxx::operator-<int*, int*, std::vector<int, std::allocator<int> > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > const&, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > const&) [1510]
-----------------------------------------------
                0.00    0.00       5/5           __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >) [662]
[661]    0.0    0.00    0.00       5         __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >) [661]
                0.00    0.00      15/6495666     __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::base() const [122]
                0.00    0.00       5/20113806     __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::__normal_iterator(boost::shared_ptr<PhysicalAction>* const&) [114]
                0.00    0.00       5/5           boost::shared_ptr<PhysicalAction>* std::__copy_aux<boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*>(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*) [1619]
-----------------------------------------------
                0.00    0.00       5/5           std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >) [259]
[662]    0.0    0.00    0.00       5         __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >) [662]
                0.00    0.00       5/5           __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >) [661]
-----------------------------------------------
                0.00    0.00       1/1           Singleton<Omega>::instance() [148]
[663]    0.0    0.00    0.00       1         Omega::Omega() [663]
                0.00    0.00       1/30          boost::shared_ptr<MetaBody>::shared_ptr() [592]
                0.00    0.00       1/1           boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >::shared_ptr() [692]
                0.00    0.00       1/1           boost::shared_ptr<ThreadRunner>::shared_ptr() [691]
                0.00    0.00       1/1           boost::shared_ptr<Preferences>::shared_ptr() [690]
                0.00    0.00       3/3           boost::posix_time::ptime::ptime() [1705]
                0.00    0.00       2/667         log4cxx::helpers::ObjectPtrT<log4cxx::Logger>::operator->() [992]
                0.00    0.00       1/1           Singleton<Omega>::Singleton() [2055]
                0.00    0.00       1/1           SimulationFlow::SimulationFlow() [1925]
                0.00    0.00       1/1           std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::map() [2132]
                0.00    0.00       1/1           boost::posix_time::time_duration::time_duration() [1929]
                0.00    0.00       1/5           log4cxx::StringBuffer::StringBuffer() [1610]
                0.00    0.00       1/5           log4cxx::StringBuffer::str() const [1615]
                0.00    0.00       1/5           log4cxx::StringBuffer::~StringBuffer() [1611]
-----------------------------------------------
                0.00    0.00       2/4           SerializableTypes::Type findType<boost::shared_ptr<Engine> >(std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >&, bool&, std::string&) [424]
                0.00    0.00       2/4           std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::resize(unsigned int) [533]
[664]    0.0    0.00    0.00       4         boost::shared_ptr<Engine>::shared_ptr() [664]
                0.00    0.00       4/3332741     boost::detail::shared_count::shared_count() [94]
-----------------------------------------------
                0.00    0.00       1/1           CreateSharedStandAloneSimulator() [454]
[665]    0.0    0.00    0.00       1         boost::shared_ptr<Factorable>::shared_ptr<StandAloneSimulator>(boost::shared_ptr<StandAloneSimulator> const&) [665]
                0.00    0.00       1/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
-----------------------------------------------
                0.00    0.00       1/1           CreateSharedPhysicalActionContainer() [245]
[666]    0.0    0.00    0.00       1         boost::shared_ptr<Factorable>::shared_ptr<PhysicalActionContainer>(boost::shared_ptr<PhysicalActionContainer> const&) [666]
                0.00    0.00       1/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
-----------------------------------------------
                0.00    0.00       1/1           CreateSharedNullGUI() [531]
[667]    0.0    0.00    0.00       1         boost::shared_ptr<Factorable>::shared_ptr<NullGUI>(boost::shared_ptr<NullGUI> const&) [667]
                0.00    0.00       1/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
-----------------------------------------------
                0.00    0.00       1/1           CreateSharedFrontEnd() [532]
[668]    0.0    0.00    0.00       1         boost::shared_ptr<Factorable>::shared_ptr<FrontEnd>(boost::shared_ptr<FrontEnd> const&) [668]
                0.00    0.00       1/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
-----------------------------------------------
                0.00    0.00       1/1           boost::shared_ptr<FrontEnd> boost::dynamic_pointer_cast<FrontEnd, Factorable>(boost::shared_ptr<Factorable> const&) [670]
[669]    0.0    0.00    0.00       1         boost::shared_ptr<FrontEnd>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag) [669]
                0.00    0.00       1/34301986     boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [4]
-----------------------------------------------
                0.00    0.00       1/1           main [25]
[670]    0.0    0.00    0.00       1         boost::shared_ptr<FrontEnd> boost::dynamic_pointer_cast<FrontEnd, Factorable>(boost::shared_ptr<Factorable> const&) [670]
                0.00    0.00       1/1           boost::shared_ptr<FrontEnd>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag) [669]
-----------------------------------------------
                0.00    0.00       1/1           SerializableTypes::Type findType<Preferences>(boost::shared_ptr<Preferences>&, bool&, std::string&) [461]
[671]    0.0    0.00    0.00       1         Preferences::~Preferences() [671]
                0.00    0.00       1/39273816     Serializable::~Serializable() <cycle 1> [119]
                0.00    0.00       2/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       1/1           SerializableTypes::Type findType<BodyContainer>(boost::shared_ptr<BodyContainer>&, bool&, std::string&) [111]
[672]    0.0    0.00    0.00       1         BodyContainer::~BodyContainer() [672]
                0.00    0.00       1/39273816     Serializable::~Serializable() <cycle 1> [119]
                0.00    0.00       1/5           std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::~vector() [1618]
-----------------------------------------------
                0.00    0.00       1/1           SerializableTypes::Type findType<PhysicalAction>(boost::shared_ptr<PhysicalAction>&, bool&, std::string&) [435]
[673]    0.0    0.00    0.00       1         PhysicalAction::~PhysicalAction() [673]
                0.00    0.00       1/39273816     Serializable::~Serializable() <cycle 1> [119]
                0.00    0.00       1/78308024     data_start [697]
-----------------------------------------------
                0.00    0.00       1/1           CreateSharedStandAloneSimulator() [454]
[674]    0.0    0.00    0.00       1         boost::shared_ptr<StandAloneSimulator>::~shared_ptr() [674]
                0.00    0.00       1/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                0.00    0.00       1/1           CreateSharedNullGUI() [531]
[675]    0.0    0.00    0.00       1         boost::shared_ptr<NullGUI>::~shared_ptr() [675]
                0.00    0.00       1/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                0.00    0.00       1/1           CreateSharedFrontEnd() [532]
[676]    0.0    0.00    0.00       1         boost::shared_ptr<FrontEnd>::~shared_ptr() [676]
                0.00    0.00       1/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                0.00    0.00       1/1           Omega::init() [529]
[677]    0.0    0.00    0.00       1         boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >::~shared_ptr() [677]
                0.00    0.00       1/39273816     boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                0.00    0.00       5/5           std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >) [259]
[678]    0.0    0.00    0.00       5         __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&) [678]
                0.00    0.00      10/6495666     __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::base() const [122]
-----------------------------------------------
                0.00    0.00       1/1           boost::detail::sp_counted_impl_p<FrontEnd>::dispose() [680]
[679]    0.0    0.00    0.00       1         void boost::checked_delete<FrontEnd>(FrontEnd*) [679]
                0.00    0.00       1/1           FrontEnd::~FrontEnd() [681]
-----------------------------------------------
                0.00    0.00       1/1           boost::detail::sp_counted_base::release() <cycle 1> [5]
[680]    0.0    0.00    0.00       1         boost::detail::sp_counted_impl_p<FrontEnd>::dispose() [680]
                0.00    0.00       1/1           void boost::checked_delete<FrontEnd>(FrontEnd*) [679]
-----------------------------------------------
                0.00    0.00       1/1           void boost::checked_delete<FrontEnd>(FrontEnd*) [679]
[681]    0.0    0.00    0.00       1         FrontEnd::~FrontEnd() [681]
                0.00    0.00       1/798896      Factorable::~Factorable() [116]
-----------------------------------------------
                                                 <spontaneous>
[682]    0.0    0.00    0.00                 FrontEnd::~FrontEnd() [682]
                0.00    0.00       1/798896      Factorable::~Factorable() [116]
-----------------------------------------------
                0.00    0.00       2/2           MetaBody::MetaBody() [423]
[683]    0.0    0.00    0.00       2         boost::shared_ptr<BodyContainer>::shared_ptr() [683]
                0.00    0.00       2/3332741     boost::detail::shared_count::shared_count() [94]
-----------------------------------------------
                0.00    0.00       1/2           void IOFormatManager::loadFromFile<boost::shared_ptr<MetaBody> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<MetaBody>&) [346]
                0.00    0.00       1/2           void IOFormatManager::loadFromFile<boost::shared_ptr<Preferences> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<Preferences>&) [436]
[684]    0.0    0.00    0.00       2         boost::shared_ptr<IOFormatManager>::shared_ptr() [684]
                0.00    0.00       2/3332741     boost::detail::shared_count::shared_count() [94]
-----------------------------------------------
                0.00    0.00       2/2           MetaBody::MetaBody() [423]
[685]    0.0    0.00    0.00       2         boost::shared_ptr<PhysicalActionContainer>::shared_ptr() [685]
                0.00    0.00       2/3332741     boost::detail::shared_count::shared_count() [94]
-----------------------------------------------
                0.00    0.00      10/10          __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > std::copy<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >) [687]
[686]    0.0    0.00    0.00      10         __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >) [686]
                0.00    0.00      10/22103760     __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >::__normal_iterator(double* const&) [84]
                0.00    0.00      30/42          __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >::base() const [1219]
                0.00    0.00      10/10          double* std::__copy_aux<double*, double*>(double*, double*, double*) [1474]
-----------------------------------------------
                0.00    0.00       4/10          __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __true_type) [695]
                0.00    0.00       6/10          std::vector<double, std::allocator<double> >::erase(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >) [177]
[687]    0.0    0.00    0.00      10         __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > std::copy<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >) [687]
                0.00    0.00      10/10          __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >) [686]
-----------------------------------------------
                0.00    0.00       1/1           CreateSharedNullGUI() [531]
[688]    0.0    0.00    0.00       1         NullGUI::NullGUI() [688]
                0.00    0.00       1/1           FrontEnd::FrontEnd() [689]
-----------------------------------------------
                0.00    0.00       1/1           NullGUI::NullGUI() [688]
[689]    0.0    0.00    0.00       1         FrontEnd::FrontEnd() [689]
                0.00    0.00       2/805589      Factorable::Factorable() [168]
-----------------------------------------------
                0.00    0.00       1/1           Omega::Omega() [663]
[690]    0.0    0.00    0.00       1         boost::shared_ptr<Preferences>::shared_ptr() [690]
                0.00    0.00       1/3332741     boost::detail::shared_count::shared_count() [94]
-----------------------------------------------
                0.00    0.00       1/1           Omega::Omega() [663]
[691]    0.0    0.00    0.00       1         boost::shared_ptr<ThreadRunner>::shared_ptr() [691]
                0.00    0.00       1/3332741     boost::detail::shared_count::shared_count() [94]
-----------------------------------------------
                0.00    0.00       1/1           Omega::Omega() [663]
[692]    0.0    0.00    0.00       1         boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >::shared_ptr() [692]
                0.00    0.00       1/3332741     boost::detail::shared_count::shared_count() [94]
-----------------------------------------------
                0.00    0.00       1/1           CreateSharedFrontEnd() [532]
[693]    0.0    0.00    0.00       1         FrontEnd::FrontEnd() [693]
                0.00    0.00       1/805589      Factorable::Factorable() [168]
-----------------------------------------------
                0.00    0.00       4/4           __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, double>(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, std::allocator<double>) [696]
[694]    0.0    0.00    0.00       4         __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >) [694]
                0.00    0.00       4/4           __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __true_type) [695]
-----------------------------------------------
                0.00    0.00       4/4           __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >) [694]
[695]    0.0    0.00    0.00       4         __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __true_type) [695]
                0.00    0.00       4/10          __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > std::copy<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >) [687]
-----------------------------------------------
                                                 <spontaneous>
[696]    0.0    0.00    0.00                 __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, double>(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, std::allocator<double>) [696]
                0.00    0.00       4/4           __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >) [694]
-----------------------------------------------
                0.00    0.00       1/78308024     PhysicalAction::~PhysicalAction() [673]
                0.00    0.00       1/78308024     ClassFactory::ClassFactory() [1924]
                0.00    0.00       1/78308024     Singleton<SerializableSingleton>::instance() [839]
                0.00    0.00       1/78308024     boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(std::string const&, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >&) [300]
                0.00    0.00       1/78308024     boost::shared_ptr<Archive> Archive::create<std::vector<int, std::allocator<int> > >(std::string const&, std::vector<int, std::allocator<int> >&) [494]
                0.00    0.00       1/78308024     boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<MetaBody> >(std::string const&, boost::shared_ptr<MetaBody>&) [347]
                0.00    0.00       1/78308024     boost::shared_ptr<Archive> Archive::create<MetaBody>(std::string const&, MetaBody&) [493]
                0.00    0.00       1/78308024     PointerHandler<boost::shared_ptr<MetaBody> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [469]
                0.00    0.00       1/78308024     boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BodyContainer> >(std::string const&, boost::shared_ptr<BodyContainer>&) [110]
                0.00    0.00       1/78308024     boost::shared_ptr<Archive> Archive::create<BodyContainer>(std::string const&, BodyContainer&) [491]
                0.00    0.00       1/78308024     PointerHandler<boost::shared_ptr<BodyContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [64]
                0.00    0.00       1/78308024     boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalActionContainer> >(std::string const&, boost::shared_ptr<PhysicalActionContainer>&) [244]
                0.00    0.00       1/78308024     boost::shared_ptr<Archive> Archive::create<PhysicalActionContainer>(std::string const&, PhysicalActionContainer&) [492]
                0.00    0.00       1/78308024     PointerHandler<boost::shared_ptr<PhysicalActionContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [468]
                0.00    0.00       1/78308024     SerializableTypes::Type findType<PhysicalAction>(PhysicalAction&, bool&, std::string&) [1921]
                0.00    0.00       1/78308024     boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(std::string const&, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >&) [416]
                0.00    0.00       1/78308024     main [25]
                0.00    0.00       1/78308024     boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Preferences> >(std::string const&, boost::shared_ptr<Preferences>&) [440]
                0.00    0.00       1/78308024     boost::shared_ptr<Archive> Archive::create<Preferences>(std::string const&, Preferences&) [490]
                0.00    0.00       1/78308024     PointerHandler<boost::shared_ptr<Preferences> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [467]
                0.00    0.00       2/78308024     void boost::checked_delete<IOFormatManager>(IOFormatManager*) [1759]
                0.00    0.00       2/78308024     CreateSharedIOFormatManager() [501]
                0.00    0.00       2/78308024     BoundingVolume::~BoundingVolume() <cycle 1> [1748]
                0.00    0.00       2/78308024     SerializableTypes::Type findType<MetaBody>(MetaBody&, bool&, std::string&) [1746]
                0.00    0.00       2/78308024     __static_initialization_and_destruction_0(int, int) [1906]
                0.00    0.00       2/78308024     InteractionContainer::postProcessAttributes(bool) [2629]
                0.00    0.00       2/78308024     SerializableTypes::Type findType<Interaction>(Interaction&, bool&, std::string&) [1742]
                0.00    0.00       2/78308024     boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(std::string const&, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >&) [9]
                0.00    0.00       2/78308024     MetaBody::postProcessAttributes(bool) [3169]
                0.00    0.00       2/78308024     SerializableTypes::Type findType<BodyContainer>(BodyContainer&, bool&, std::string&) [1744]
                0.00    0.00       2/78308024     SerializableTypes::Type findType<PhysicalActionContainer>(PhysicalActionContainer&, bool&, std::string&) [1745]
                0.00    0.00       2/78308024     boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(std::string const&, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >&) [403]
                0.00    0.00       2/78308024     boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractionContainer> >(std::string const&, boost::shared_ptr<InteractionContainer>&) [405]
                0.00    0.00       2/78308024     boost::shared_ptr<Archive> Archive::create<InteractionContainer>(std::string const&, InteractionContainer&) [466]
                0.00    0.00       2/78308024     PointerHandler<boost::shared_ptr<InteractionContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [293]
                0.00    0.00       2/78308024     boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<EngineUnit> >(std::string const&, boost::shared_ptr<EngineUnit>&) [404]
                0.00    0.00       2/78308024     boost::shared_ptr<Archive> Archive::create<EngineUnit>(std::string const&, EngineUnit&) [465]
                0.00    0.00       2/78308024     PointerHandler<boost::shared_ptr<EngineUnit> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [428]
                0.00    0.00       2/78308024     SerializableTypes::Type findType<Preferences>(Preferences&, bool&, std::string&) [1743]
                0.00    0.00       3/78308024     __static_initialization_and_destruction_0(int, int) [1903]
                0.00    0.00       3/78308024     __static_initialization_and_destruction_0(int, int) [1907]
                0.00    0.00       3/78308024     __static_initialization_and_destruction_0(int, int) [1908]
                0.00    0.00       3/78308024     MetaDispatchingEngine::findFunctorArguments(std::string const&) [621]
                0.00    0.00       3/78308024     __static_initialization_and_destruction_0(int, int) [1915]
                0.00    0.00       3/78308024     __static_initialization_and_destruction_0(int, int) [1916]
                0.00    0.00       3/78308024     __static_initialization_and_destruction_0(int, int) [1918]
                0.00    0.00       4/78308024     SerializableTypes::Type findType<InteractionContainer>(InteractionContainer&, bool&, std::string&) [1621]
                0.00    0.00       4/78308024     void IOFormatManager::loadFromFile<boost::shared_ptr<MetaBody> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<MetaBody>&) [346]
                0.00    0.00       4/78308024     __static_initialization_and_destruction_0(int, int) [1920]
                0.00    0.00       4/78308024     void IOFormatManager::loadFromFile<boost::shared_ptr<Preferences> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<Preferences>&) [436]
                0.00    0.00       5/78308024     __static_initialization_and_destruction_0(int, int) [1904]
                0.00    0.00       5/78308024     __static_initialization_and_destruction_0(int, int) [1914]
                0.00    0.00       6/78308024     InteractingGeometry::~InteractingGeometry() <cycle 1> [1567]
                0.00    0.00       7/78308024     PhysicalAction::~PhysicalAction() <cycle 1> [1538]
                0.00    0.00       7/78308024     __static_initialization_and_destruction_0(int, int) [1909]
                0.00    0.00       8/78308024     PhysicalAction::PhysicalAction() [367]
                0.00    0.00       8/78308024     GeometricalModel::~GeometricalModel() <cycle 1> [1488]
                0.00    0.00       8/78308024     boost::shared_ptr<Archive> Archive::create<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(std::string const&, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&) [392]
                0.00    0.00       8/78308024     boost::shared_ptr<Archive> Archive::create<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >(std::string const&, std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >&) [350]
                0.00    0.00       8/78308024     PhysicalParameters::~PhysicalParameters() <cycle 1> [1489]
                0.00    0.00       9/78308024     __static_initialization_and_destruction_0(int, int) [157]
                0.00    0.00       9/78308024     __static_initialization_and_destruction_0(int, int) [1911]
                0.00    0.00      12/78308024     boost::any::any(boost::any const&) [201]
                0.00    0.00      12/78308024     SerializableTypes::Type findType<EngineUnit>(EngineUnit&, bool&, std::string&) [1423]
                0.00    0.00      13/78308024     __static_initialization_and_destruction_0(int, int) [1919]
                0.00    0.00      18/78308024     boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Engine> >(std::string const&, boost::shared_ptr<Engine>&) [326]
                0.00    0.00      18/78308024     boost::shared_ptr<Archive> Archive::create<Engine>(std::string const&, Engine&) [361]
                0.00    0.00      18/78308024     PointerHandler<boost::shared_ptr<Engine> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [333]
                0.00    0.00      18/78308024     boost::shared_ptr<Archive> Archive::create<std::vector<std::string, std::allocator<std::string> > >(std::string const&, std::vector<std::string, std::allocator<std::string> >&) [362]
                0.00    0.00      23/78308024     __static_initialization_and_destruction_0(int, int) [1901]
                0.00    0.00      25/78308024     __static_initialization_and_destruction_0(int, int) [1902]
                0.00    0.00      29/78308024     __static_initialization_and_destruction_0(int, int) [1917]
                0.00    0.00      31/78308024     __static_initialization_and_destruction_0(int, int) [1905]
                0.00    0.00      31/78308024     __static_initialization_and_destruction_0(int, int) [1913]
                0.00    0.00      33/78308024     __static_initialization_and_destruction_0(int, int) [1910]
                0.00    0.00      33/78308024     __static_initialization_and_destruction_0(int, int) [1912]
                0.00    0.00      38/78308024     SerializableTypes::Type findType<Engine>(Engine&, bool&, std::string&) [1232]
                0.00    0.00      41/78308024     TimeStepper::action(Body*) [1223]
                0.00    0.00      60/78308024     boost::shared_ptr<Archive> Archive::create<std::string>(std::string const&, std::string&) [325]
                0.00    0.00     406/78308024     boost::shared_ptr<Archive> Archive::create<GeometricalModel>(std::string const&, GeometricalModel&) [257]
                0.00    0.00     406/78308024     PointerHandler<boost::shared_ptr<GeometricalModel> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [241]
                0.00    0.00     406/78308024     boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Body> >(std::string const&, boost::shared_ptr<Body>&) [120]
                0.00    0.00     406/78308024     boost::shared_ptr<Archive> Archive::create<Body>(std::string const&, Body&) [258]
                0.00    0.00     406/78308024     PointerHandler<boost::shared_ptr<Body> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [34]
                0.00    0.00     407/78308024     GeometricalModel::~GeometricalModel() [397]
                0.00    0.00     407/78308024     InteractingGeometry::~InteractingGeometry() [399]
                0.00    0.00     407/78308024     BoundingVolume::~BoundingVolume() [396]
                0.00    0.00     407/78308024     PhysicalParameters::~PhysicalParameters() [398]
                0.00    0.00     407/78308024     boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalParameters> >(std::string const&, boost::shared_ptr<PhysicalParameters>&) [206]
                0.00    0.00     407/78308024     boost::shared_ptr<Archive> Archive::create<PhysicalParameters>(std::string const&, PhysicalParameters&) [255]
                0.00    0.00     407/78308024     PointerHandler<boost::shared_ptr<PhysicalParameters> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [240]
                0.00    0.00     407/78308024     boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<GeometricalModel> >(std::string const&, boost::shared_ptr<GeometricalModel>&) [224]
                0.00    0.00     407/78308024     boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractingGeometry> >(std::string const&, boost::shared_ptr<InteractingGeometry>&) [223]
                0.00    0.00     407/78308024     boost::shared_ptr<Archive> Archive::create<InteractingGeometry>(std::string const&, InteractingGeometry&) [256]
                0.00    0.00     407/78308024     PointerHandler<boost::shared_ptr<InteractingGeometry> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [138]
                0.00    0.00     407/78308024     boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BoundingVolume> >(std::string const&, boost::shared_ptr<BoundingVolume>&) [179]
                0.00    0.00     407/78308024     boost::shared_ptr<Archive> Archive::create<BoundingVolume>(std::string const&, BoundingVolume&) [254]
                0.00    0.00     407/78308024     PointerHandler<boost::shared_ptr<BoundingVolume> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [208]
                0.00    0.00     407/78308024     BodyContainer::postProcessAttributes(bool) [88]
                0.00    0.00     407/78308024     FundamentalHandler<Se3<double> >::creator(Archive&, boost::any&) [15]
                0.00    0.00     407/78308024     boost::shared_ptr<Archive> Archive::create<Se3<double> >(std::string const&, Se3<double>&) [128]
                0.00    0.00     409/78308024     BoundingVolume::BoundingVolume() [215]
                0.00    0.00     413/78308024     InteractingGeometry::InteractingGeometry() [234]
                0.00    0.00     415/78308024     PhysicalParameters::PhysicalParameters() [217]
                0.00    0.00     415/78308024     GeometricalModel::GeometricalModel() [233]
                0.00    0.00     417/78308024     boost::shared_ptr<Archive> Archive::create<unsigned int>(std::string const&, unsigned int&) [253]
                0.00    0.00     418/78308024     boost::shared_ptr<Archive> Archive::create<int>(std::string const&, int&) [252]
                0.00    0.00     813/78308024     SerializableTypes::Type findType<GeometricalModel>(GeometricalModel&, bool&, std::string&) [976]
                0.00    0.00     813/78308024     SerializableTypes::Type findType<Body>(Body&, bool&, std::string&) [977]
                0.00    0.00     813/78308024     FundamentalHandler<Wm3::Vector3<float> >::creator(Archive&, boost::any&) [247]
                0.00    0.00     813/78308024     boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<float> >(std::string const&, Wm3::Vector3<float>&) [239]
                0.00    0.00     814/78308024     SerializableTypes::Type findType<PhysicalParameters>(PhysicalParameters&, bool&, std::string&) [960]
                0.00    0.00     814/78308024     SerializableTypes::Type findType<InteractingGeometry>(InteractingGeometry&, bool&, std::string&) [961]
                0.00    0.00     814/78308024     SerializableTypes::Type findType<BoundingVolume>(BoundingVolume&, bool&, std::string&) [959]
                0.00    0.00     862/78308024     Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
                0.00    0.00    1636/78308024     boost::shared_ptr<Archive> Archive::create<bool>(std::string const&, bool&) [210]
                0.00    0.00    1641/78308024     FundamentalHandler<Wm3::Vector3<double> >::creator(Archive&, boost::any&) [227]
                0.00    0.00    1641/78308024     boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<double> >(std::string const&, Wm3::Vector3<double>&) [209]
                0.00    0.00    1821/78308024     Omega::scanPlugins() [27]
                0.00    0.00    2000/78308024     DeusExMachina::action(Body*) [892]
                0.00    0.00    7855/78308024     boost::any::~any() [762]
                0.00    0.00   11991/78308024     void boost::checked_delete<Archive>(Archive*) [790]
                0.00    0.00   15674/78308024     boost::any::type() const [150]
                0.00    0.00   30040/78308024     MetaBody::moveToNextTimeStep() [156]
                0.00    0.00  857454/78308024     boost::detail::sp_counted_base::destroy() [186]
                0.00    0.00  857454/78308024     boost::detail::sp_counted_base::release() <cycle 1> [5]
                0.00    0.00 4889458/78308024     BodyContainerIteratorPointer::operator++() [102]
                0.00    0.00 4901501/78308024     BodyContainerIteratorPointer::operator!=(BodyContainerIteratorPointer const&) [80]
                0.00    0.00 5689458/78308024     BodyContainerIteratorPointer::operator*() [82]
                0.00    0.00 18642671/78308024     InteractionContainerIteratorPointer::operator++() [55]
                0.00    0.00 18658711/78308024     InteractionContainerIteratorPointer::operator!=(InteractionContainerIteratorPointer const&) [23]
                0.00    0.00 23718390/78308024     InteractionContainerIteratorPointer::operator*() [41]
[697]    0.0    0.00    0.00 78308024         data_start [697]
-----------------------------------------------
                0.00    0.00 4901501/4901501     BodyContainerIteratorPointer::getRef() const [103]
[703]    0.0    0.00    0.00 4901501         boost::shared_ptr<BodyContainerIterator>::operator*() const [703]
-----------------------------------------------
                0.00    0.00 1625988/1625988     PhysicalParameters::getClassIndex() [160]
[704]    0.0    0.00    0.00 1625988         PhysicalParameters::getClassIndexStatic() [704]
-----------------------------------------------
                0.00    0.00  798894/1605701     std::allocator<std::_List_node<boost::shared_ptr<Archive> > >::~allocator() [718]
                0.00    0.00  806807/1605701     std::allocator<std::_List_node<boost::shared_ptr<Archive> > >::~allocator() [713]
[705]    0.0    0.00    0.00 1605701         __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > >::~new_allocator() [705]
-----------------------------------------------
                0.00    0.00   20087/825673      std::allocator<boost::shared_ptr<Archive> >::allocator<std::_List_node<boost::shared_ptr<Archive> > >(std::allocator<std::_List_node<boost::shared_ptr<Archive> > > const&) [768]
                0.00    0.00  805586/825673      std::allocator<boost::shared_ptr<Archive> >::allocator() [716]
[706]    0.0    0.00    0.00  825673         __gnu_cxx::new_allocator<boost::shared_ptr<Archive> >::new_allocator() [706]
-----------------------------------------------
                0.00    0.00  825673/825673      std::allocator<boost::shared_ptr<Archive> >::~allocator() [708]
[707]    0.0    0.00    0.00  825673         __gnu_cxx::new_allocator<boost::shared_ptr<Archive> >::~new_allocator() [707]
-----------------------------------------------
                0.00    0.00    9433/824452      std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_clear() <cycle 1> [153]
                0.00    0.00    9433/824452      std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_create_node(boost::shared_ptr<Archive> const&) [275]
                0.00    0.00  805586/824452      Serializable::Serializable() [105]
[708]    0.0    0.00    0.00  824452         std::allocator<boost::shared_ptr<Archive> >::~allocator() [708]
                0.00    0.00  825673/825673      __gnu_cxx::new_allocator<boost::shared_ptr<Archive> >::~new_allocator() [707]
-----------------------------------------------
                0.00    0.00  806807/806807      std::allocator<std::_List_node<boost::shared_ptr<Archive> > >::allocator(std::allocator<std::_List_node<boost::shared_ptr<Archive> > > const&) [712]
[709]    0.0    0.00    0.00  806807         __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > >::new_allocator(__gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > > const&) [709]
-----------------------------------------------
                0.00    0.00  806807/806807      std::allocator<std::_List_node<boost::shared_ptr<Archive> > >::allocator<boost::shared_ptr<Archive> >(std::allocator<boost::shared_ptr<Archive> > const&) [711]
[710]    0.0    0.00    0.00  806807         __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > >::new_allocator() [710]
-----------------------------------------------
                0.00    0.00  806807/806807      std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_List_base(std::allocator<boost::shared_ptr<Archive> > const&) [169]
[711]    0.0    0.00    0.00  806807         std::allocator<std::_List_node<boost::shared_ptr<Archive> > >::allocator<boost::shared_ptr<Archive> >(std::allocator<boost::shared_ptr<Archive> > const&) [711]
                0.00    0.00  806807/806807      __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > >::new_allocator() [710]
-----------------------------------------------
                0.00    0.00  806807/806807      std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_List_impl::_List_impl(std::allocator<std::_List_node<boost::shared_ptr<Archive> > > const&) [714]
[712]    0.0    0.00    0.00  806807         std::allocator<std::_List_node<boost::shared_ptr<Archive> > >::allocator(std::allocator<std::_List_node<boost::shared_ptr<Archive> > > const&) [712]
                0.00    0.00  806807/806807      __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > >::new_allocator(__gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > > const&) [709]
-----------------------------------------------
                0.00    0.00  806807/806807      std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_List_base(std::allocator<boost::shared_ptr<Archive> > const&) [169]
[713]    0.0    0.00    0.00  806807         std::allocator<std::_List_node<boost::shared_ptr<Archive> > >::~allocator() [713]
                0.00    0.00  806807/1605701     __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > >::~new_allocator() [705]
-----------------------------------------------
                0.00    0.00  806807/806807      std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_List_base(std::allocator<boost::shared_ptr<Archive> > const&) [169]
[714]    0.0    0.00    0.00  806807         std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_List_impl::_List_impl(std::allocator<std::_List_node<boost::shared_ptr<Archive> > > const&) [714]
                0.00    0.00  806807/806807      std::allocator<std::_List_node<boost::shared_ptr<Archive> > >::allocator(std::allocator<std::_List_node<boost::shared_ptr<Archive> > > const&) [712]
-----------------------------------------------
                0.00    0.00  806807/806807      std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_List_base(std::allocator<boost::shared_ptr<Archive> > const&) [169]
[715]    0.0    0.00    0.00  806807         std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_init() [715]
-----------------------------------------------
                0.00    0.00  805586/805586      Serializable::Serializable() [105]
[716]    0.0    0.00    0.00  805586         std::allocator<boost::shared_ptr<Archive> >::allocator() [716]
                0.00    0.00  805586/825673      __gnu_cxx::new_allocator<boost::shared_ptr<Archive> >::new_allocator() [706]
-----------------------------------------------
                0.00    0.00  800407/800407      Wm3::Quaternion<double>::FromAxisAngle(Wm3::Vector3<double> const&, double) [43]
[717]    0.0    0.00    0.00  800407         Wm3::Math<double>::Cos(double) [717]
-----------------------------------------------
                0.00    0.00  798894/798894      std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_List_impl::~_List_impl() [719]
[718]    0.0    0.00    0.00  798894         std::allocator<std::_List_node<boost::shared_ptr<Archive> > >::~allocator() [718]
                0.00    0.00  798894/1605701     __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > >::~new_allocator() [705]
-----------------------------------------------
                0.00    0.00  798894/798894      std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::~_List_base() <cycle 1> [154]
[719]    0.0    0.00    0.00  798894         std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_List_impl::~_List_impl() [719]
                0.00    0.00  798894/798894      std::allocator<std::_List_node<boost::shared_ptr<Archive> > >::~allocator() [718]
-----------------------------------------------
                              798894             Serializable::~Serializable() <cycle 1> [119]
[720]    0.0    0.00    0.00  798894         std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::~list() <cycle 1> [720]
                              798894             std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::~_List_base() <cycle 1> [154]
-----------------------------------------------
                0.00    0.00      51/168501      std::vector<std::string, std::allocator<std::string> >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&) [1341]
                0.00    0.00    5784/168501      __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::difference_type __gnu_cxx::operator-<std::string*, std::string*, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > const&, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > const&) [870]
                0.00    0.00    8676/168501      __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >) [871]
                0.00    0.00   41028/168501      std::vector<std::string, std::allocator<std::string> >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string const&) [809]
                0.00    0.00  112962/168501      bool __gnu_cxx::operator!=<std::string*, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > const&, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > const&) [731]
[721]    0.0    0.00    0.00  168501         __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::base() const [721]
-----------------------------------------------
                0.00    0.00       1/114089      boost::shared_ptr<MetaBody>** boost::any_cast<boost::shared_ptr<MetaBody>*>(boost::any*) [590]
                0.00    0.00       1/114089      boost::shared_ptr<BodyContainer>** boost::any_cast<boost::shared_ptr<BodyContainer>*>(boost::any*) [586]
                0.00    0.00       1/114089      boost::shared_ptr<PhysicalActionContainer>** boost::any_cast<boost::shared_ptr<PhysicalActionContainer>*>(boost::any*) [588]
                0.00    0.00       1/114089      SerializableTypes::Type findType<PhysicalAction>(PhysicalAction&, bool&, std::string&) [1921]
                0.00    0.00       1/114089      boost::shared_ptr<Preferences>** boost::any_cast<boost::shared_ptr<Preferences>*>(boost::any*) [584]
                0.00    0.00       2/114089      std::vector<int, std::allocator<int> >** boost::any_cast<std::vector<int, std::allocator<int> >*>(boost::any*) [570]
                0.00    0.00       2/114089      SerializableTypes::Type findType<MetaBody>(MetaBody&, bool&, std::string&) [1746]
                0.00    0.00       2/114089      SerializableTypes::Type findType<Interaction>(Interaction&, bool&, std::string&) [1742]
                0.00    0.00       2/114089      SerializableTypes::Type findType<BodyContainer>(BodyContainer&, bool&, std::string&) [1744]
                0.00    0.00       2/114089      boost::shared_ptr<InteractionContainer>** boost::any_cast<boost::shared_ptr<InteractionContainer>*>(boost::any*) [568]
                0.00    0.00       2/114089      SerializableTypes::Type findType<PhysicalActionContainer>(PhysicalActionContainer&, bool&, std::string&) [1745]
                0.00    0.00       2/114089      boost::shared_ptr<EngineUnit>** boost::any_cast<boost::shared_ptr<EngineUnit>*>(boost::any*) [566]
                0.00    0.00       2/114089      SerializableTypes::Type findType<Preferences>(Preferences&, bool&, std::string&) [1743]
                0.00    0.00       4/114089      SerializableTypes::Type findType<InteractionContainer>(InteractionContainer&, bool&, std::string&) [1621]
                0.00    0.00       4/114089      std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >** boost::any_cast<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>(boost::any*) [520]
                0.00    0.00      12/114089      SerializableTypes::Type findType<EngineUnit>(EngineUnit&, bool&, std::string&) [1423]
                0.00    0.00      17/114089      bool isFundamental<PhysicalAction>(PhysicalAction&) [1900]
                0.00    0.00      18/114089      boost::shared_ptr<Engine>** boost::any_cast<boost::shared_ptr<Engine>*>(boost::any*) [446]
                0.00    0.00      22/114089      std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >** boost::any_cast<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>(boost::any*) [430]
                0.00    0.00      31/114089      std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >** boost::any_cast<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>(boost::any*) [410]
                0.00    0.00      34/114089      bool isFundamental<MetaBody>(MetaBody&) [1741]
                0.00    0.00      34/114089      bool isFundamental<Interaction>(Interaction&) [1737]
                0.00    0.00      34/114089      bool isFundamental<BodyContainer>(BodyContainer&) [1739]
                0.00    0.00      34/114089      bool isFundamental<PhysicalActionContainer>(PhysicalActionContainer&) [1740]
                0.00    0.00      34/114089      bool isFundamental<Preferences>(Preferences&) [1738]
                0.00    0.00      38/114089      SerializableTypes::Type findType<Engine>(Engine&, bool&, std::string&) [1232]
                0.00    0.00      60/114089      std::string** boost::any_cast<std::string*>(boost::any*) [386]
                0.00    0.00      60/114089      FundamentalHandler<std::string>::creator(Archive&, boost::any&) [336]
                0.00    0.00      68/114089      bool isFundamental<InteractionContainer>(InteractionContainer&) [1620]
                0.00    0.00      86/114089      bool isFundamental<std::string>(std::string&) [1176]
                0.00    0.00      92/114089      std::vector<std::string, std::allocator<std::string> >** boost::any_cast<std::vector<std::string, std::allocator<std::string> >*>(boost::any*) [372]
                0.00    0.00     204/114089      bool isFundamental<EngineUnit>(EngineUnit&) [1422]
                0.00    0.00     406/114089      boost::shared_ptr<GeometricalModel>** boost::any_cast<boost::shared_ptr<GeometricalModel>*>(boost::any*) [319]
                0.00    0.00     406/114089      boost::shared_ptr<Body>** boost::any_cast<boost::shared_ptr<Body>*>(boost::any*) [321]
                0.00    0.00     407/114089      boost::shared_ptr<PhysicalParameters>** boost::any_cast<boost::shared_ptr<PhysicalParameters>*>(boost::any*) [315]
                0.00    0.00     407/114089      boost::shared_ptr<InteractingGeometry>** boost::any_cast<boost::shared_ptr<InteractingGeometry>*>(boost::any*) [317]
                0.00    0.00     407/114089      boost::shared_ptr<BoundingVolume>** boost::any_cast<boost::shared_ptr<BoundingVolume>*>(boost::any*) [313]
                0.00    0.00     407/114089      Se3<double>** boost::any_cast<Se3<double>*>(boost::any*) [311]
                0.00    0.00     407/114089      FundamentalHandler<Se3<double> >::creator(Archive&, boost::any&) [15]
                0.00    0.00     408/114089      std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >** boost::any_cast<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>(boost::any*) [309]
                0.00    0.00     417/114089      unsigned int** boost::any_cast<unsigned int*>(boost::any*) [307]
                0.00    0.00     417/114089      void lexical_copy<unsigned int>(Archive&, boost::any&) [270]
                0.00    0.00     418/114089      int** boost::any_cast<int*>(boost::any*) [305]
                0.00    0.00     418/114089      void lexical_copy<int>(Archive&, boost::any&) [265]
                0.00    0.00     646/114089      bool isFundamental<Engine>(Engine&) [1231]
                0.00    0.00     813/114089      SerializableTypes::Type findType<GeometricalModel>(GeometricalModel&, bool&, std::string&) [976]
                0.00    0.00     813/114089      SerializableTypes::Type findType<Body>(Body&, bool&, std::string&) [977]
                0.00    0.00     813/114089      Wm3::Vector3<float>** boost::any_cast<Wm3::Vector3<float>*>(boost::any*) [295]
                0.00    0.00     813/114089      FundamentalHandler<Wm3::Vector3<float> >::creator(Archive&, boost::any&) [247]
                0.00    0.00     814/114089      SerializableTypes::Type findType<PhysicalParameters>(PhysicalParameters&, bool&, std::string&) [960]
                0.00    0.00     814/114089      SerializableTypes::Type findType<InteractingGeometry>(InteractingGeometry&, bool&, std::string&) [961]
                0.00    0.00     814/114089      SerializableTypes::Type findType<BoundingVolume>(BoundingVolume&, bool&, std::string&) [959]
                0.00    0.00    1636/114089      bool** boost::any_cast<bool*>(boost::any*) [263]
                0.00    0.00    1636/114089      void lexical_copy<bool>(Archive&, boost::any&) [228]
                0.00    0.00    1641/114089      Wm3::Vector3<double>** boost::any_cast<Wm3::Vector3<double>*>(boost::any*) [261]
                0.00    0.00    1641/114089      FundamentalHandler<Wm3::Vector3<double> >::creator(Archive&, boost::any&) [227]
                0.00    0.00    3252/114089      bool isFundamental<Wm3::Vector3<float> >(Wm3::Vector3<float>&) [975]
                0.00    0.00    6919/114089      bool isFundamental<Se3<double> >(Se3<double>&) [133]
                0.00    0.00    7831/114089      std::string const** boost::any_cast<std::string const*>(boost::any*) [221]
                0.00    0.00    8205/114089      bool isFundamental<Wm3::Vector3<double> >(Wm3::Vector3<double>&) [906]
                0.00    0.00   13821/114089      bool isFundamental<GeometricalModel>(GeometricalModel&) [973]
                0.00    0.00   13821/114089      bool isFundamental<Body>(Body&) [974]
                0.00    0.00   13838/114089      bool isFundamental<PhysicalParameters>(PhysicalParameters&) [957]
                0.00    0.00   13838/114089      bool isFundamental<InteractingGeometry>(InteractingGeometry&) [958]
                0.00    0.00   13838/114089      bool isFundamental<BoundingVolume>(BoundingVolume&) [956]
[722]    0.0    0.00    0.00  114089         std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00      17/98157       std::vector<std::string, std::allocator<std::string> >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&) [1341]
                0.00    0.00     167/98157       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator-(int const&) const [1147]
                0.00    0.00    2892/98157       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >) [871]
                0.00    0.00   10650/98157       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator+(int const&) const [798]
                0.00    0.00   24042/98157       std::vector<std::string, std::allocator<std::string> >::begin() [763]
                0.00    0.00   29618/98157       std::vector<std::string, std::allocator<std::string> >::end() [751]
                0.00    0.00   30771/98157       std::vector<std::string, std::allocator<std::string> >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string const&) [809]
[723]    0.0    0.00    0.00   98157         __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::__normal_iterator(std::string* const&) [723]
-----------------------------------------------
                0.00    0.00      10/92006       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [1348]
                0.00    0.00      18/92006       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert_unique(std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [519]
                0.00    0.00   24044/92006       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
                0.00    0.00   67934/92006       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::lower_bound(SerializableTypes::Type const&) [175]
[724]    0.0    0.00    0.00   92006         std::less<SerializableTypes::Type>::operator()(SerializableTypes::Type const&, SerializableTypes::Type const&) const [724]
-----------------------------------------------
                0.00    0.00       1/91404       void IOFormatManager::loadFromFile<boost::shared_ptr<MetaBody> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<MetaBody>&) [346]
                0.00    0.00       1/91404       void IOFormatManager::loadFromFile<boost::shared_ptr<Preferences> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<Preferences>&) [436]
                0.00    0.00       8/91404       boost::shared_ptr<Archive> Archive::create<MetaBody>(std::string const&, MetaBody&) [493]
                0.00    0.00       8/91404       boost::shared_ptr<Archive> Archive::create<BodyContainer>(std::string const&, BodyContainer&) [491]
                0.00    0.00       8/91404       boost::shared_ptr<Archive> Archive::create<PhysicalActionContainer>(std::string const&, PhysicalActionContainer&) [492]
                0.00    0.00       8/91404       boost::shared_ptr<Archive> Archive::create<Preferences>(std::string const&, Preferences&) [490]
                0.00    0.00      10/91404       boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(std::string const&, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >&) [300]
                0.00    0.00      10/91404       boost::shared_ptr<Archive> Archive::create<std::vector<int, std::allocator<int> > >(std::string const&, std::vector<int, std::allocator<int> >&) [494]
                0.00    0.00      10/91404       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<MetaBody> >(std::string const&, boost::shared_ptr<MetaBody>&) [347]
                0.00    0.00      10/91404       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BodyContainer> >(std::string const&, boost::shared_ptr<BodyContainer>&) [110]
                0.00    0.00      10/91404       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalActionContainer> >(std::string const&, boost::shared_ptr<PhysicalActionContainer>&) [244]
                0.00    0.00      10/91404       boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(std::string const&, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >&) [416]
                0.00    0.00      10/91404       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Preferences> >(std::string const&, boost::shared_ptr<Preferences>&) [440]
                0.00    0.00      16/91404       boost::shared_ptr<Archive> Archive::create<InteractionContainer>(std::string const&, InteractionContainer&) [466]
                0.00    0.00      16/91404       boost::shared_ptr<Archive> Archive::create<EngineUnit>(std::string const&, EngineUnit&) [465]
                0.00    0.00      20/91404       boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(std::string const&, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >&) [9]
                0.00    0.00      20/91404       boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(std::string const&, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >&) [403]
                0.00    0.00      20/91404       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractionContainer> >(std::string const&, boost::shared_ptr<InteractionContainer>&) [405]
                0.00    0.00      20/91404       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<EngineUnit> >(std::string const&, boost::shared_ptr<EngineUnit>&) [404]
                0.00    0.00      80/91404       boost::shared_ptr<Archive> Archive::create<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(std::string const&, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&) [392]
                0.00    0.00      80/91404       boost::shared_ptr<Archive> Archive::create<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >(std::string const&, std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >&) [350]
                0.00    0.00     144/91404       boost::shared_ptr<Archive> Archive::create<Engine>(std::string const&, Engine&) [361]
                0.00    0.00     180/91404       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Engine> >(std::string const&, boost::shared_ptr<Engine>&) [326]
                0.00    0.00     180/91404       boost::shared_ptr<Archive> Archive::create<std::vector<std::string, std::allocator<std::string> > >(std::string const&, std::vector<std::string, std::allocator<std::string> >&) [362]
                0.00    0.00     600/91404       boost::shared_ptr<Archive> Archive::create<std::string>(std::string const&, std::string&) [325]
                0.00    0.00    3248/91404       boost::shared_ptr<Archive> Archive::create<GeometricalModel>(std::string const&, GeometricalModel&) [257]
                0.00    0.00    3248/91404       boost::shared_ptr<Archive> Archive::create<Body>(std::string const&, Body&) [258]
                0.00    0.00    3256/91404       boost::shared_ptr<Archive> Archive::create<PhysicalParameters>(std::string const&, PhysicalParameters&) [255]
                0.00    0.00    3256/91404       boost::shared_ptr<Archive> Archive::create<InteractingGeometry>(std::string const&, InteractingGeometry&) [256]
                0.00    0.00    3256/91404       boost::shared_ptr<Archive> Archive::create<BoundingVolume>(std::string const&, BoundingVolume&) [254]
                0.00    0.00    4060/91404       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Body> >(std::string const&, boost::shared_ptr<Body>&) [120]
                0.00    0.00    4070/91404       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalParameters> >(std::string const&, boost::shared_ptr<PhysicalParameters>&) [206]
                0.00    0.00    4070/91404       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<GeometricalModel> >(std::string const&, boost::shared_ptr<GeometricalModel>&) [224]
                0.00    0.00    4070/91404       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractingGeometry> >(std::string const&, boost::shared_ptr<InteractingGeometry>&) [223]
                0.00    0.00    4070/91404       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BoundingVolume> >(std::string const&, boost::shared_ptr<BoundingVolume>&) [179]
                0.00    0.00    4070/91404       boost::shared_ptr<Archive> Archive::create<Se3<double> >(std::string const&, Se3<double>&) [128]
                0.00    0.00    4170/91404       boost::shared_ptr<Archive> Archive::create<unsigned int>(std::string const&, unsigned int&) [253]
                0.00    0.00    4180/91404       boost::shared_ptr<Archive> Archive::create<int>(std::string const&, int&) [252]
                0.00    0.00    8130/91404       boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<float> >(std::string const&, Wm3::Vector3<float>&) [239]
                0.00    0.00   16360/91404       boost::shared_ptr<Archive> Archive::create<bool>(std::string const&, bool&) [210]
                0.00    0.00   16410/91404       boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<double> >(std::string const&, Wm3::Vector3<double>&) [209]
[725]    0.0    0.00    0.00   91404         boost::shared_ptr<Archive>::operator->() const [725]
-----------------------------------------------
                0.00    0.00   89855/89855       std::less<std::string>::operator()(std::string const&, std::string const&) const [786]
[726]    0.0    0.00    0.00   89855         bool std::operator< <char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) [726]
-----------------------------------------------
                0.00    0.00       6/68088       std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&) [560]
                0.00    0.00       8/68088       __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&) [1654]
                0.00    0.00      12/68088       __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >) [1675]
                0.00    0.00   68062/68088       bool __gnu_cxx::operator!=<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&) [746]
[727]    0.0    0.00    0.00   68088         __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::base() const [727]
-----------------------------------------------
                0.00    0.00      10/67990       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [1348]
                0.00    0.00      18/67990       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert_unique(std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [519]
                0.00    0.00      28/67990       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_key(std::_Rb_tree_node_base const*) [1262]
                0.00    0.00   67934/67990       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_key(std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > const*) [729]
[728]    0.0    0.00    0.00   67990         std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::operator()(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) const [728]
-----------------------------------------------
                0.00    0.00   67934/67934       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::lower_bound(SerializableTypes::Type const&) [175]
[729]    0.0    0.00    0.00   67934         std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_key(std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > const*) [729]
                0.00    0.00   67934/67934       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_value(std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > const*) [730]
                0.00    0.00   67934/67990       std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::operator()(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) const [728]
-----------------------------------------------
                0.00    0.00   67934/67934       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_key(std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > const*) [729]
[730]    0.0    0.00    0.00   67934         std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_value(std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > const*) [730]
-----------------------------------------------
                0.00    0.00      74/55386       ContainerHandler<std::vector<std::string, std::allocator<std::string> > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [302]
                0.00    0.00     191/55386       Omega::scanPlugins() [27]
                0.00    0.00   23861/55386       void std::__destroy_aux<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __false_type) [787]
                0.00    0.00   31260/55386       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __false_type) [766]
[731]    0.0    0.00    0.00   55386         bool __gnu_cxx::operator!=<std::string*, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > const&, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > const&) [731]
                0.00    0.00  112962/168501      __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::base() const [721]
-----------------------------------------------
                0.00    0.00       4/54121       MetaBody::postProcessAttributes(bool) [3169]
                0.00    0.00      18/54121       ContainerHandler<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [324]
                0.00    0.00      18/54121       void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&, __false_type) [565]
                0.00    0.00   54081/54121       MetaBody::moveToNextTimeStep() [156]
[732]    0.0    0.00    0.00   54121         __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::operator*() const [732]
-----------------------------------------------
                0.00    0.00       4/54085       MetaBody::postProcessAttributes(bool) [3169]
                0.00    0.00   54081/54085       MetaBody::moveToNextTimeStep() [156]
[733]    0.0    0.00    0.00   54085         boost::shared_ptr<Engine>::operator->() const [733]
-----------------------------------------------
                0.00    0.00       4/48134       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::begin() [1689]
                0.00    0.00       4/48134       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert_unique(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [1688]
                0.00    0.00      18/48134       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [1348]
                0.00    0.00   24054/48134       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::end() [756]
                0.00    0.00   24054/48134       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::lower_bound(SerializableTypes::Type const&) [175]
[734]    0.0    0.00    0.00   48134         std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::_Rb_tree_iterator(std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >*) [734]
-----------------------------------------------
                0.00    0.00   48098/48098       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
[735]    0.0    0.00    0.00   48098         std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::operator*() const [735]
-----------------------------------------------
                0.00    0.00   48000/48000       InteractingGeometry::getClassIndex() [2617]
[736]    0.0    0.00    0.00   48000         InteractingGeometry::getClassIndexStatic() [736]
-----------------------------------------------
                0.00    0.00   47974/47974       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::lower_bound(SerializableTypes::Type const&) [175]
[737]    0.0    0.00    0.00   47974         std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_left(std::_Rb_tree_node_base*) [737]
-----------------------------------------------
                0.00    0.00    3974/46539       std::allocator<std::string>::~allocator() [849]
                0.00    0.00   42565/46539       std::allocator<std::string>::~allocator() [741]
[738]    0.0    0.00    0.00   46539         __gnu_cxx::new_allocator<std::string>::~new_allocator() [738]
-----------------------------------------------
                0.00    0.00      56/43253       ContainerHandler<std::vector<std::string, std::allocator<std::string> > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [302]
                0.00    0.00      56/43253       void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string>(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&, __false_type) [1356]
                0.00    0.00     167/43253       std::vector<std::string, std::allocator<std::string> >::back() [1148]
                0.00    0.00     188/43253       Omega::scanPlugins() [27]
                0.00    0.00   10650/43253       std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) [801]
                0.00    0.00   10712/43253       void std::__destroy_aux<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __false_type) [787]
                0.00    0.00   21424/43253       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __false_type) [766]
[739]    0.0    0.00    0.00   43253         __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator*() const [739]
-----------------------------------------------
                0.00    0.00      56/42693       ContainerHandler<std::vector<std::string, std::allocator<std::string> > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [302]
                0.00    0.00      56/42693       void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string>(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&, __false_type) [1356]
                0.00    0.00     188/42693       Omega::scanPlugins() [27]
                0.00    0.00   10257/42693       std::vector<std::string, std::allocator<std::string> >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string const&) [809]
                0.00    0.00   10712/42693       void std::__destroy_aux<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __false_type) [787]
                0.00    0.00   21424/42693       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __false_type) [766]
[740]    0.0    0.00    0.00   42693         __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator++() [740]
-----------------------------------------------
                0.00    0.00       1/41808       FrontEnd::getBaseClassName(unsigned int) const [2117]
                0.00    0.00       1/41808       Omega::scanPlugins() [27]
                0.00    0.00       1/41808       boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::date_generator_formatter() [2045]
                0.00    0.00       1/41808       boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::special_values_formatter() [2048]
                0.00    0.00       1/41808       PhysicalActionContainer::getBaseClassName(unsigned int) const [2065]
                0.00    0.00       1/41808       StandAloneSimulator::getBaseClassName(unsigned int) const [2064]
                0.00    0.00       2/41808       BodyContainer::getBaseClassName(unsigned int) const [1808]
                0.00    0.00       2/41808       Engine::getBaseClassName(unsigned int) const [1835]
                0.00    0.00       2/41808       FrontEnd::getBaseClassNumber() [1795]
                0.00    0.00       2/41808       InteractionContainer::getBaseClassName(unsigned int) const [1809]
                0.00    0.00       2/41808       PhysicalActionContainer::getBaseClassNumber() [1751]
                0.00    0.00       2/41808       StandAloneSimulator::getBaseClassNumber() [1749]
                0.00    0.00       3/41808       TimeStepper::getBaseClassName(unsigned int) const [1723]
                0.00    0.00       4/41808       BodyContainer::getBaseClassNumber() [1622]
                0.00    0.00       4/41808       BoundingVolume::getBaseClassName(unsigned int) const [1655]
                0.00    0.00       4/41808       Engine::getBaseClassNumber() [1650]
                0.00    0.00       4/41808       InteractionContainer::getBaseClassNumber() [1623]
                0.00    0.00       4/41808       boost::date_time::date_facet<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::date_facet(char const*, boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >, boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >, boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >, unsigned int) [2025]
                0.00    0.00       5/41808       InteractionPhysics::getBaseClassName(unsigned int) const [1613]
                0.00    0.00       6/41808       BoundingVolume::getBaseClassNumber() [1565]
                0.00    0.00       6/41808       StandAloneEngine::getBaseClassName(unsigned int) const [1579]
                0.00    0.00       6/41808       Preferences::Preferences() [406]
                0.00    0.00       6/41808       TimeStepper::getBaseClassNumber() [1564]
                0.00    0.00       7/41808       InteractionGeometry::getBaseClassName(unsigned int) const [1551]
                0.00    0.00       7/41808       DeusExMachina::getBaseClassName(unsigned int) const [1550]
                0.00    0.00       8/41808       PhysicalAction::getBaseClassName(unsigned int) const [1512]
                0.00    0.00       8/41808       MetaEngine::getBaseClassName(unsigned int) const [1511]
                0.00    0.00       8/41808       SerializableTypes::Type findType<std::vector<std::string, std::allocator<std::string> > >(std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&, bool&, std::string&) [1485]
                0.00    0.00       8/41808       std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::resize(unsigned int) [1530]
                0.00    0.00      10/41808       InteractionPhysics::getBaseClassNumber() [1450]
                0.00    0.00      10/41808       InteractingGeometry::getBaseClassName(unsigned int) const [1470]
                0.00    0.00      12/41808       PhysicalAction::getBaseClassNumber() [1425]
                0.00    0.00      12/41808       StandAloneEngine::getBaseClassNumber() [1426]
                0.00    0.00      14/41808       InteractionGeometry::getBaseClassNumber() [1395]
                0.00    0.00      14/41808       DeusExMachina::getBaseClassNumber() [1393]
                0.00    0.00      14/41808       FileGenerator::getBaseClassName(unsigned int) const [1400]
                0.00    0.00      14/41808       PhysicalParameters::getBaseClassName(unsigned int) const [1401]
                0.00    0.00      15/41808       InteractingGeometry::getBaseClassNumber() [1387]
                0.00    0.00      16/41808       GeometricalModel::getBaseClassName(unsigned int) const [1368]
                0.00    0.00      16/41808       MetaEngine::getBaseClassNumber() [1359]
                0.00    0.00      21/41808       PhysicalParameters::getBaseClassNumber() [1288]
                0.00    0.00      24/41808       GeometricalModel::getBaseClassNumber() [1272]
                0.00    0.00      28/41808       FileGenerator::getBaseClassNumber() [1260]
                0.00    0.00      68/41808       std::vector<std::string, std::allocator<std::string> >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&) [1341]
                0.00    0.00      90/41808       std::vector<std::string, std::allocator<std::string> >::vector(std::vector<std::string, std::allocator<std::string> > const&) [1213]
                0.00    0.00     195/41808       std::set<std::string, std::less<std::string>, std::allocator<std::string> >::set() [1129]
                0.00    0.00     231/41808       std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_create_node(std::string const&) [1110]
                0.00    0.00     390/41808       std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_Rb_tree(std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> > const&) [1081]
                0.00    0.00     407/41808       FundamentalHandler<Se3<double> >::creator(Archive&, boost::any&) [15]
                0.00    0.00     813/41808       FundamentalHandler<Wm3::Vector3<float> >::creator(Archive&, boost::any&) [247]
                0.00    0.00    1641/41808       FundamentalHandler<Wm3::Vector3<double> >::creator(Archive&, boost::any&) [227]
                0.00    0.00    2892/41808       std::vector<std::string, std::allocator<std::string> >::erase(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >) [3555]
                0.00    0.00    3974/41808       std::vector<std::string, std::allocator<std::string> >::~vector() [862]
                0.00    0.00   30771/41808       std::vector<std::string, std::allocator<std::string> >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string const&) [809]
[741]    0.0    0.00    0.00   41808         std::allocator<std::string>::~allocator() [741]
                0.00    0.00   42565/46539       __gnu_cxx::new_allocator<std::string>::~new_allocator() [738]
-----------------------------------------------
                0.00    0.00    3999/41794       std::allocator<std::string>::allocator(std::allocator<std::string> const&) [844]
                0.00    0.00   37795/41794       std::allocator<std::string>::allocator(std::allocator<std::string> const&) [744]
[742]    0.0    0.00    0.00   41794         __gnu_cxx::new_allocator<std::string>::new_allocator(__gnu_cxx::new_allocator<std::string> const&) [742]
-----------------------------------------------
                0.00    0.00      68/37795       std::vector<std::string, std::allocator<std::string> >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&) [1341]
                0.00    0.00      90/37795       std::vector<std::string, std::allocator<std::string> >::vector(std::vector<std::string, std::allocator<std::string> > const&) [1213]
                0.00    0.00    2892/37795       std::vector<std::string, std::allocator<std::string> >::erase(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >) [3555]
                0.00    0.00    3974/37795       std::vector<std::string, std::allocator<std::string> >::~vector() [862]
                0.00    0.00   30771/37795       std::vector<std::string, std::allocator<std::string> >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string const&) [809]
[743]    0.0    0.00    0.00   37795         std::_Vector_base<std::string, std::allocator<std::string> >::get_allocator() const [743]
                0.00    0.00   37795/37795       std::allocator<std::string>::allocator(std::allocator<std::string> const&) [744]
-----------------------------------------------
                0.00    0.00   37795/37795       std::_Vector_base<std::string, std::allocator<std::string> >::get_allocator() const [743]
[744]    0.0    0.00    0.00   37795         std::allocator<std::string>::allocator(std::allocator<std::string> const&) [744]
                0.00    0.00   37795/41794       __gnu_cxx::new_allocator<std::string>::new_allocator(__gnu_cxx::new_allocator<std::string> const&) [742]
-----------------------------------------------
                0.00    0.00       2/36675       __gnu_cxx::new_allocator<boost::shared_ptr<EngineUnit> >::construct(boost::shared_ptr<EngineUnit>*, boost::shared_ptr<EngineUnit> const&) [646]
                0.00    0.00      15/36675       __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::construct(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> > const&) [1388]
                0.00    0.00      18/36675       __gnu_cxx::new_allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::construct(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >*, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [1321]
                0.00    0.00      18/36675       void std::_Construct<boost::shared_ptr<Engine>, boost::shared_ptr<Engine> >(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine> const&) [559]
                0.00    0.00      28/36675       void std::_Construct<std::vector<std::string, std::allocator<std::string> >, std::vector<std::string, std::allocator<std::string> > >(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> > const&) [1264]
                0.00    0.00     168/36675       __gnu_cxx::new_allocator<int>::construct(int*, int const&) [1146]
                0.00    0.00     195/36675       __gnu_cxx::new_allocator<std::pair<std::string const, DynlibDescriptor> >::construct(std::pair<std::string const, DynlibDescriptor>*, std::pair<std::string const, DynlibDescriptor> const&) [1124]
                0.00    0.00     406/36675       __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::construct(boost::shared_ptr<Body>*, boost::shared_ptr<Body> const&) [74]
                0.00    0.00     917/36675       void std::_Construct<boost::shared_ptr<Body>, boost::shared_ptr<Body> >(boost::shared_ptr<Body>*, boost::shared_ptr<Body> const&) [44]
                0.00    0.00    2757/36675       void std::_Construct<boost::shared_ptr<PhysicalAction>, boost::shared_ptr<PhysicalAction> >(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction> const&) [33]
                0.00    0.00    9433/36675       __gnu_cxx::new_allocator<boost::shared_ptr<Archive> >::construct(boost::shared_ptr<Archive>*, boost::shared_ptr<Archive> const&) [274]
                0.00    0.00   10836/36675       void std::_Construct<std::string, std::string>(std::string*, std::string const&) [797]
                0.00    0.00   11882/36675       __gnu_cxx::new_allocator<std::string>::construct(std::string*, std::string const&) [794]
[745]    0.0    0.00    0.00   36675         operator new(unsigned int, void*) [745]
-----------------------------------------------
                0.00    0.00       3/34031       MetaBody::postProcessAttributes(bool) [3169]
                0.00    0.00       4/34031       void std::__destroy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __false_type) [1692]
                0.00    0.00       4/34031       __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __false_type) [1696]
                0.00    0.00      20/34031       ContainerHandler<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [324]
                0.00    0.00   34000/34031       MetaBody::moveToNextTimeStep() [156]
[746]    0.0    0.00    0.00   34031         bool __gnu_cxx::operator!=<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&) [746]
                0.00    0.00   68062/68088       __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::base() const [727]
-----------------------------------------------
                0.00    0.00       2/32038       MetaBody::postProcessAttributes(bool) [3169]
                0.00    0.00      18/32038       ContainerHandler<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [324]
                0.00    0.00      18/32038       void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&, __false_type) [565]
                0.00    0.00   32000/32038       MetaBody::moveToNextTimeStep() [156]
[747]    0.0    0.00    0.00   32038         __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::operator++() [747]
-----------------------------------------------
                0.00    0.00     564/29726       bool __gnu_cxx::operator!=<std::string const*, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > > const&, __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > > const&) [1095]
                0.00    0.00   29162/29726       __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::difference_type __gnu_cxx::operator-<std::string const*, std::string const*, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > > const&, __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > > const&) [782]
[748]    0.0    0.00    0.00   29726         __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::base() const [748]
-----------------------------------------------
                0.00    0.00       2/29258       __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::operator+(int const&) const [1840]
                0.00    0.00   14627/29258       std::vector<std::string, std::allocator<std::string> >::end() const [781]
                0.00    0.00   14629/29258       std::vector<std::string, std::allocator<std::string> >::begin() const [780]
[749]    0.0    0.00    0.00   29258         __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::__normal_iterator(std::string const* const&) [749]
-----------------------------------------------
                0.00    0.00       3/28656       boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(std::string const&, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >&) [300]
                0.00    0.00       3/28656       boost::shared_ptr<Archive> Archive::create<std::vector<int, std::allocator<int> > >(std::string const&, std::vector<int, std::allocator<int> >&) [494]
                0.00    0.00       3/28656       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<MetaBody> >(std::string const&, boost::shared_ptr<MetaBody>&) [347]
                0.00    0.00       3/28656       boost::shared_ptr<Archive> Archive::create<MetaBody>(std::string const&, MetaBody&) [493]
                0.00    0.00       3/28656       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BodyContainer> >(std::string const&, boost::shared_ptr<BodyContainer>&) [110]
                0.00    0.00       3/28656       boost::shared_ptr<Archive> Archive::create<BodyContainer>(std::string const&, BodyContainer&) [491]
                0.00    0.00       3/28656       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalActionContainer> >(std::string const&, boost::shared_ptr<PhysicalActionContainer>&) [244]
                0.00    0.00       3/28656       boost::shared_ptr<Archive> Archive::create<PhysicalActionContainer>(std::string const&, PhysicalActionContainer&) [492]
                0.00    0.00       3/28656       boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(std::string const&, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >&) [416]
                0.00    0.00       3/28656       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Preferences> >(std::string const&, boost::shared_ptr<Preferences>&) [440]
                0.00    0.00       3/28656       boost::shared_ptr<Archive> Archive::create<Preferences>(std::string const&, Preferences&) [490]
                0.00    0.00       6/28656       boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(std::string const&, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >&) [9]
                0.00    0.00       6/28656       boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(std::string const&, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >&) [403]
                0.00    0.00       6/28656       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractionContainer> >(std::string const&, boost::shared_ptr<InteractionContainer>&) [405]
                0.00    0.00       6/28656       boost::shared_ptr<Archive> Archive::create<InteractionContainer>(std::string const&, InteractionContainer&) [466]
                0.00    0.00       6/28656       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<EngineUnit> >(std::string const&, boost::shared_ptr<EngineUnit>&) [404]
                0.00    0.00       6/28656       boost::shared_ptr<Archive> Archive::create<EngineUnit>(std::string const&, EngineUnit&) [465]
                0.00    0.00      24/28656       boost::shared_ptr<Archive> Archive::create<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(std::string const&, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&) [392]
                0.00    0.00      24/28656       boost::shared_ptr<Archive> Archive::create<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >(std::string const&, std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >&) [350]
                0.00    0.00      54/28656       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Engine> >(std::string const&, boost::shared_ptr<Engine>&) [326]
                0.00    0.00      54/28656       boost::shared_ptr<Archive> Archive::create<Engine>(std::string const&, Engine&) [361]
                0.00    0.00      54/28656       boost::shared_ptr<Archive> Archive::create<std::vector<std::string, std::allocator<std::string> > >(std::string const&, std::vector<std::string, std::allocator<std::string> >&) [362]
                0.00    0.00     180/28656       boost::shared_ptr<Archive> Archive::create<std::string>(std::string const&, std::string&) [325]
                0.00    0.00    1218/28656       boost::shared_ptr<Archive> Archive::create<GeometricalModel>(std::string const&, GeometricalModel&) [257]
                0.00    0.00    1218/28656       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Body> >(std::string const&, boost::shared_ptr<Body>&) [120]
                0.00    0.00    1218/28656       boost::shared_ptr<Archive> Archive::create<Body>(std::string const&, Body&) [258]
                0.00    0.00    1221/28656       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalParameters> >(std::string const&, boost::shared_ptr<PhysicalParameters>&) [206]
                0.00    0.00    1221/28656       boost::shared_ptr<Archive> Archive::create<PhysicalParameters>(std::string const&, PhysicalParameters&) [255]
                0.00    0.00    1221/28656       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<GeometricalModel> >(std::string const&, boost::shared_ptr<GeometricalModel>&) [224]
                0.00    0.00    1221/28656       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractingGeometry> >(std::string const&, boost::shared_ptr<InteractingGeometry>&) [223]
                0.00    0.00    1221/28656       boost::shared_ptr<Archive> Archive::create<InteractingGeometry>(std::string const&, InteractingGeometry&) [256]
                0.00    0.00    1221/28656       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BoundingVolume> >(std::string const&, boost::shared_ptr<BoundingVolume>&) [179]
                0.00    0.00    1221/28656       boost::shared_ptr<Archive> Archive::create<BoundingVolume>(std::string const&, BoundingVolume&) [254]
                0.00    0.00    1221/28656       boost::shared_ptr<Archive> Archive::create<Se3<double> >(std::string const&, Se3<double>&) [128]
                0.00    0.00    1251/28656       boost::shared_ptr<Archive> Archive::create<unsigned int>(std::string const&, unsigned int&) [253]
                0.00    0.00    1254/28656       boost::shared_ptr<Archive> Archive::create<int>(std::string const&, int&) [252]
                0.00    0.00    2439/28656       boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<float> >(std::string const&, Wm3::Vector3<float>&) [239]
                0.00    0.00    4908/28656       boost::shared_ptr<Archive> Archive::create<bool>(std::string const&, bool&) [210]
                0.00    0.00    4923/28656       boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<double> >(std::string const&, Wm3::Vector3<double>&) [209]
[750]    0.0    0.00    0.00   28656         Archive::getRecordType() [750]
-----------------------------------------------
                0.00    0.00       3/26521       Omega::scanPlugins() [27]
                0.00    0.00      17/26521       std::vector<std::string, std::allocator<std::string> >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&) [1341]
                0.00    0.00      18/26521       ContainerHandler<std::vector<std::string, std::allocator<std::string> > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [302]
                0.00    0.00      18/26521       std::vector<std::string, std::allocator<std::string> >::resize(unsigned int, std::string const&) [1344]
                0.00    0.00     167/26521       std::vector<std::string, std::allocator<std::string> >::back() [1148]
                0.00    0.00    5784/26521       std::vector<std::string, std::allocator<std::string> >::erase(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >) [3555]
                0.00    0.00   10257/26521       std::vector<std::string, std::allocator<std::string> >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string const&) [809]
                0.00    0.00   10257/26521       std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
[751]    0.0    0.00    0.00   26521         std::vector<std::string, std::allocator<std::string> >::end() [751]
                0.00    0.00   29618/98157       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::__normal_iterator(std::string* const&) [723]
-----------------------------------------------
                0.00    0.00       4/24090       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert_unique(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [1688]
                0.00    0.00      14/24090       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [1348]
                0.00    0.00      18/24090       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert_unique(std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [519]
                0.00    0.00   24054/24090       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::lower_bound(SerializableTypes::Type const&) [175]
[752]    0.0    0.00    0.00   24090         std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_end() [752]
-----------------------------------------------
                0.00    0.00       4/24058       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert_unique(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [1688]
                0.00    0.00   24054/24058       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
[753]    0.0    0.00    0.00   24058         std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::operator==(std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > const&) const [753]
-----------------------------------------------
                0.00    0.00       4/24058       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert_unique(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [1688]
                0.00    0.00   24054/24058       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::lower_bound(SerializableTypes::Type const&) [175]
[754]    0.0    0.00    0.00   24058         std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_begin() [754]
-----------------------------------------------
                0.00    0.00   24054/24054       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
[755]    0.0    0.00    0.00   24054         std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::end() [755]
                0.00    0.00   24054/24054       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::end() [756]
-----------------------------------------------
                0.00    0.00   24054/24054       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::end() [755]
[756]    0.0    0.00    0.00   24054         std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::end() [756]
                0.00    0.00   24054/48134       std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::_Rb_tree_iterator(std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >*) [734]
-----------------------------------------------
                0.00    0.00   24044/24044       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
[757]    0.0    0.00    0.00   24044         std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::key_comp() const [757]
                0.00    0.00   24044/24044       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::key_comp() const [758]
-----------------------------------------------
                0.00    0.00   24044/24044       std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::key_comp() const [757]
[758]    0.0    0.00    0.00   24044         std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::key_comp() const [758]
-----------------------------------------------
                0.00    0.00   22984/22984       std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::end() [823]
[759]    0.0    0.00    0.00   22984         std::_List_iterator<boost::shared_ptr<Archive> >::_List_iterator(std::_List_node_base*) [759]
-----------------------------------------------
                0.00    0.00   10712/22409       void std::__destroy_aux<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __false_type) [787]
                0.00    0.00   11697/22409       void std::__destroy_aux<std::string*>(std::string*, std::string*, __false_type) [846]
[760]    0.0    0.00    0.00   22409         void std::_Destroy<std::string>(std::string*) [760]
-----------------------------------------------
                0.00    0.00       2/22002       MetaBody::postProcessAttributes(bool) [3169]
                0.00    0.00   22000/22002       MetaBody::moveToNextTimeStep() [156]
[761]    0.0    0.00    0.00   22002         Engine::isActivated() [761]
-----------------------------------------------
                0.00    0.00       1/21571       boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(std::string const&, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >&) [300]
                0.00    0.00       1/21571       boost::shared_ptr<Archive> Archive::create<std::vector<int, std::allocator<int> > >(std::string const&, std::vector<int, std::allocator<int> >&) [494]
                0.00    0.00       1/21571       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<MetaBody> >(std::string const&, boost::shared_ptr<MetaBody>&) [347]
                0.00    0.00       1/21571       boost::shared_ptr<Archive> Archive::create<MetaBody>(std::string const&, MetaBody&) [493]
                0.00    0.00       1/21571       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BodyContainer> >(std::string const&, boost::shared_ptr<BodyContainer>&) [110]
                0.00    0.00       1/21571       boost::shared_ptr<Archive> Archive::create<BodyContainer>(std::string const&, BodyContainer&) [491]
                0.00    0.00       1/21571       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalActionContainer> >(std::string const&, boost::shared_ptr<PhysicalActionContainer>&) [244]
                0.00    0.00       1/21571       boost::shared_ptr<Archive> Archive::create<PhysicalActionContainer>(std::string const&, PhysicalActionContainer&) [492]
                0.00    0.00       1/21571       boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(std::string const&, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >&) [416]
                0.00    0.00       1/21571       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Preferences> >(std::string const&, boost::shared_ptr<Preferences>&) [440]
                0.00    0.00       1/21571       boost::shared_ptr<Archive> Archive::create<Preferences>(std::string const&, Preferences&) [490]
                0.00    0.00       2/21571       boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(std::string const&, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >&) [9]
                0.00    0.00       2/21571       boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(std::string const&, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >&) [403]
                0.00    0.00       2/21571       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractionContainer> >(std::string const&, boost::shared_ptr<InteractionContainer>&) [405]
                0.00    0.00       2/21571       boost::shared_ptr<Archive> Archive::create<InteractionContainer>(std::string const&, InteractionContainer&) [466]
                0.00    0.00       2/21571       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<EngineUnit> >(std::string const&, boost::shared_ptr<EngineUnit>&) [404]
                0.00    0.00       2/21571       boost::shared_ptr<Archive> Archive::create<EngineUnit>(std::string const&, EngineUnit&) [465]
                0.00    0.00       8/21571       boost::shared_ptr<Archive> Archive::create<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(std::string const&, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&) [392]
                0.00    0.00       8/21571       boost::shared_ptr<Archive> Archive::create<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >(std::string const&, std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >&) [350]
                0.00    0.00      18/21571       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Engine> >(std::string const&, boost::shared_ptr<Engine>&) [326]
                0.00    0.00      18/21571       boost::shared_ptr<Archive> Archive::create<Engine>(std::string const&, Engine&) [361]
                0.00    0.00      18/21571       boost::shared_ptr<Archive> Archive::create<std::vector<std::string, std::allocator<std::string> > >(std::string const&, std::vector<std::string, std::allocator<std::string> >&) [362]
                0.00    0.00      28/21571       ThreadWorker::~ThreadWorker() [1259]
                0.00    0.00      60/21571       boost::shared_ptr<Archive> Archive::create<std::string>(std::string const&, std::string&) [325]
                0.00    0.00     406/21571       boost::shared_ptr<Archive> Archive::create<GeometricalModel>(std::string const&, GeometricalModel&) [257]
                0.00    0.00     406/21571       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Body> >(std::string const&, boost::shared_ptr<Body>&) [120]
                0.00    0.00     406/21571       boost::shared_ptr<Archive> Archive::create<Body>(std::string const&, Body&) [258]
                0.00    0.00     407/21571       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalParameters> >(std::string const&, boost::shared_ptr<PhysicalParameters>&) [206]
                0.00    0.00     407/21571       boost::shared_ptr<Archive> Archive::create<PhysicalParameters>(std::string const&, PhysicalParameters&) [255]
                0.00    0.00     407/21571       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<GeometricalModel> >(std::string const&, boost::shared_ptr<GeometricalModel>&) [224]
                0.00    0.00     407/21571       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractingGeometry> >(std::string const&, boost::shared_ptr<InteractingGeometry>&) [223]
                0.00    0.00     407/21571       boost::shared_ptr<Archive> Archive::create<InteractingGeometry>(std::string const&, InteractingGeometry&) [256]
                0.00    0.00     407/21571       boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BoundingVolume> >(std::string const&, boost::shared_ptr<BoundingVolume>&) [179]
                0.00    0.00     407/21571       boost::shared_ptr<Archive> Archive::create<BoundingVolume>(std::string const&, BoundingVolume&) [254]
                0.00    0.00     407/21571       boost::shared_ptr<Archive> Archive::create<Se3<double> >(std::string const&, Se3<double>&) [128]
                0.00    0.00     417/21571       boost::shared_ptr<Archive> Archive::create<unsigned int>(std::string const&, unsigned int&) [253]
                0.00    0.00     418/21571       boost::shared_ptr<Archive> Archive::create<int>(std::string const&, int&) [252]
                0.00    0.00     813/21571       boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<float> >(std::string const&, Wm3::Vector3<float>&) [239]
                0.00    0.00    1636/21571       boost::shared_ptr<Archive> Archive::create<bool>(std::string const&, bool&) [210]
                0.00    0.00    1641/21571       boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<double> >(std::string const&, Wm3::Vector3<double>&) [209]
                0.00    0.00   11991/21571       boost::any::operator=(boost::any const&) [202]
[762]    0.0    0.00    0.00   21571         boost::any::~any() [762]
                0.00    0.00    7855/78308024     data_start [697]
                0.00    0.00    4118/4118        boost::any::holder<Serializable*>::~holder() [841]
                0.00    0.00    3282/3282        boost::any::holder<Wm3::Vector3<double>*>::~holder() [859]
                0.00    0.00    3272/3272        boost::any::holder<bool*>::~holder() [861]
                0.00    0.00    1626/1626        boost::any::holder<Wm3::Vector3<float>*>::~holder() [925]
                0.00    0.00     836/836         boost::any::holder<int*>::~holder() [952]
                0.00    0.00     834/834         boost::any::holder<unsigned int*>::~holder() [954]
                0.00    0.00     814/814         boost::any::holder<boost::shared_ptr<BoundingVolume>*>::~holder() [966]
                0.00    0.00     814/814         boost::any::holder<boost::shared_ptr<InteractingGeometry>*>::~holder() [972]
                0.00    0.00     814/814         boost::any::holder<boost::shared_ptr<GeometricalModel>*>::~holder() [968]
                0.00    0.00     814/814         boost::any::holder<boost::shared_ptr<PhysicalParameters>*>::~holder() [970]
                0.00    0.00     814/814         boost::any::holder<Se3<double>*>::~holder() [964]
                0.00    0.00     812/812         boost::any::holder<boost::shared_ptr<Body>*>::~holder() [985]
                0.00    0.00     120/120         boost::any::holder<std::string*>::~holder() [1157]
                0.00    0.00      36/36          boost::any::holder<boost::shared_ptr<Engine>*>::~holder() [1240]
                0.00    0.00      36/36          boost::any::holder<std::vector<std::string, std::allocator<std::string> >*>::~holder() [1242]
                0.00    0.00      16/16          boost::any::holder<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>::~holder() [1362]
                0.00    0.00      16/16          boost::any::holder<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>::~holder() [1364]
                0.00    0.00       4/4           boost::any::holder<boost::shared_ptr<InteractionContainer>*>::~holder() [1634]
                0.00    0.00       4/4           boost::any::holder<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>::~holder() [1638]
                0.00    0.00       4/4           boost::any::holder<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >*>::~holder() [1636]
                0.00    0.00       4/4           boost::any::holder<boost::shared_ptr<EngineUnit>*>::~holder() [1632]
                0.00    0.00       2/2           boost::any::holder<boost::shared_ptr<MetaBody>*>::~holder() [1775]
                0.00    0.00       2/2           boost::any::holder<boost::shared_ptr<PhysicalActionContainer>*>::~holder() [1773]
                0.00    0.00       2/2           boost::any::holder<boost::shared_ptr<BodyContainer>*>::~holder() [1771]
                0.00    0.00       2/2           boost::any::holder<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >*>::~holder() [1777]
                0.00    0.00       2/2           boost::any::holder<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>::~holder() [1779]
                0.00    0.00       2/2           boost::any::holder<std::vector<int, std::allocator<int> >*>::~holder() [1781]
                0.00    0.00       2/2           boost::any::holder<boost::shared_ptr<Preferences>*>::~holder() [1769]
-----------------------------------------------
                0.00    0.00       3/20945       Omega::scanPlugins() [27]
                0.00    0.00      17/20945       std::vector<std::string, std::allocator<std::string> >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&) [1341]
                0.00    0.00      18/20945       ContainerHandler<std::vector<std::string, std::allocator<std::string> > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [302]
                0.00    0.00   10257/20945       std::vector<std::string, std::allocator<std::string> >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string const&) [809]
                0.00    0.00   10650/20945       std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) [801]
[763]    0.0    0.00    0.00   20945         std::vector<std::string, std::allocator<std::string> >::begin() [763]
                0.00    0.00   24042/98157       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::__normal_iterator(std::string* const&) [723]
-----------------------------------------------
                0.00    0.00   20548/20548       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string>(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::allocator<std::string>) [765]
[764]    0.0    0.00    0.00   20548         __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >) [764]
                0.00    0.00   20548/20548       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __false_type) [766]
-----------------------------------------------
                0.00    0.00      34/20548       std::vector<std::string, std::allocator<std::string> >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&) [1341]
                0.00    0.00   20514/20548       std::vector<std::string, std::allocator<std::string> >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string const&) [809]
[765]    0.0    0.00    0.00   20548         __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string>(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::allocator<std::string>) [765]
                0.00    0.00   20548/20548       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >) [764]
-----------------------------------------------
                0.00    0.00   20548/20548       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >) [764]
[766]    0.0    0.00    0.00   20548         __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __false_type) [766]
                0.00    0.00   31260/55386       bool __gnu_cxx::operator!=<std::string*, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > const&, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > const&) [731]
                0.00    0.00   21424/43253       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator*() const [739]
                0.00    0.00   21424/42693       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator++() [740]
                0.00    0.00   10712/10836       void std::_Construct<std::string, std::string>(std::string*, std::string const&) [797]
-----------------------------------------------
                0.00    0.00    9433/20087       std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_clear() <cycle 1> [153]
                0.00    0.00   10654/20087       std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::get_allocator() const [820]
[767]    0.0    0.00    0.00   20087         std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::get_allocator() const [767]
                0.00    0.00   20087/20087       std::allocator<boost::shared_ptr<Archive> >::allocator<std::_List_node<boost::shared_ptr<Archive> > >(std::allocator<std::_List_node<boost::shared_ptr<Archive> > > const&) [768]
-----------------------------------------------
                0.00    0.00   20087/20087       std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::get_allocator() const [767]
[768]    0.0    0.00    0.00   20087         std::allocator<boost::shared_ptr<Archive> >::allocator<std::_List_node<boost::shared_ptr<Archive> > >(std::allocator<std::_List_node<boost::shared_ptr<Archive> > > const&) [768]
                0.00    0.00   20087/825673      __gnu_cxx::new_allocator<boost::shared_ptr<Archive> >::new_allocator() [706]
-----------------------------------------------
                0.00    0.00       2/19104       boost::any::holder<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>::holder(std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >* const&) [1778]
                0.00    0.00       2/19104       boost::any::holder<std::vector<int, std::allocator<int> >*>::holder(std::vector<int, std::allocator<int> >* const&) [1780]
                0.00    0.00       2/19104       boost::any::holder<boost::shared_ptr<MetaBody>*>::holder(boost::shared_ptr<MetaBody>* const&) [1774]
                0.00    0.00       2/19104       boost::any::holder<boost::shared_ptr<BodyContainer>*>::holder(boost::shared_ptr<BodyContainer>* const&) [1770]
                0.00    0.00       2/19104       boost::any::holder<boost::shared_ptr<PhysicalActionContainer>*>::holder(boost::shared_ptr<PhysicalActionContainer>* const&) [1772]
                0.00    0.00       2/19104       boost::any::holder<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >*>::holder(std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >* const&) [1776]
                0.00    0.00       2/19104       boost::any::holder<boost::shared_ptr<Preferences>*>::holder(boost::shared_ptr<Preferences>* const&) [1768]
                0.00    0.00       4/19104       boost::any::holder<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >*>::holder(std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >* const&) [1635]
                0.00    0.00       4/19104       boost::any::holder<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>::holder(std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >* const&) [1637]
                0.00    0.00       4/19104       boost::any::holder<boost::shared_ptr<InteractionContainer>*>::holder(boost::shared_ptr<InteractionContainer>* const&) [1633]
                0.00    0.00       4/19104       boost::any::holder<boost::shared_ptr<EngineUnit>*>::holder(boost::shared_ptr<EngineUnit>* const&) [1631]
                0.00    0.00      16/19104       boost::any::holder<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>::holder(std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >* const&) [1363]
                0.00    0.00      16/19104       boost::any::holder<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>::holder(std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >* const&) [1361]
                0.00    0.00      36/19104       boost::any::holder<boost::shared_ptr<Engine>*>::holder(boost::shared_ptr<Engine>* const&) [1239]
                0.00    0.00      36/19104       boost::any::holder<std::vector<std::string, std::allocator<std::string> >*>::holder(std::vector<std::string, std::allocator<std::string> >* const&) [1241]
                0.00    0.00     120/19104       boost::any::holder<std::string*>::holder(std::string* const&) [1156]
                0.00    0.00     812/19104       boost::any::holder<boost::shared_ptr<Body>*>::holder(boost::shared_ptr<Body>* const&) [171]
                0.00    0.00     814/19104       boost::any::holder<boost::shared_ptr<PhysicalParameters>*>::holder(boost::shared_ptr<PhysicalParameters>* const&) [969]
                0.00    0.00     814/19104       boost::any::holder<boost::shared_ptr<GeometricalModel>*>::holder(boost::shared_ptr<GeometricalModel>* const&) [967]
                0.00    0.00     814/19104       boost::any::holder<boost::shared_ptr<InteractingGeometry>*>::holder(boost::shared_ptr<InteractingGeometry>* const&) [971]
                0.00    0.00     814/19104       boost::any::holder<boost::shared_ptr<BoundingVolume>*>::holder(boost::shared_ptr<BoundingVolume>* const&) [965]
                0.00    0.00     814/19104       boost::any::holder<Se3<double>*>::holder(Se3<double>* const&) [963]
                0.00    0.00     834/19104       boost::any::holder<unsigned int*>::holder(unsigned int* const&) [953]
                0.00    0.00     836/19104       boost::any::holder<int*>::holder(int* const&) [951]
                0.00    0.00    1626/19104       boost::any::holder<Wm3::Vector3<float>*>::holder(Wm3::Vector3<float>* const&) [924]
                0.00    0.00    3272/19104       boost::any::holder<bool*>::holder(bool* const&) [860]
                0.00    0.00    3282/19104       boost::any::holder<Wm3::Vector3<double>*>::holder(Wm3::Vector3<double>* const&) [858]
                0.00    0.00    4118/19104       boost::any::holder<Serializable*>::holder(Serializable* const&) [840]
[769]    0.0    0.00    0.00   19104         boost::any::placeholder::placeholder() [769]
-----------------------------------------------
                0.00    0.00       2/19104       boost::any::holder<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>::~holder() [1779]
                0.00    0.00       2/19104       boost::any::holder<std::vector<int, std::allocator<int> >*>::~holder() [1781]
                0.00    0.00       2/19104       boost::any::holder<boost::shared_ptr<MetaBody>*>::~holder() [1775]
                0.00    0.00       2/19104       boost::any::holder<boost::shared_ptr<PhysicalActionContainer>*>::~holder() [1773]
                0.00    0.00       2/19104       boost::any::holder<boost::shared_ptr<BodyContainer>*>::~holder() [1771]
                0.00    0.00       2/19104       boost::any::holder<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >*>::~holder() [1777]
                0.00    0.00       2/19104       boost::any::holder<boost::shared_ptr<Preferences>*>::~holder() [1769]
                0.00    0.00       4/19104       boost::any::holder<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >*>::~holder() [1636]
                0.00    0.00       4/19104       boost::any::holder<boost::shared_ptr<InteractionContainer>*>::~holder() [1634]
                0.00    0.00       4/19104       boost::any::holder<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>::~holder() [1638]
                0.00    0.00       4/19104       boost::any::holder<boost::shared_ptr<EngineUnit>*>::~holder() [1632]
                0.00    0.00      16/19104       boost::any::holder<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>::~holder() [1362]
                0.00    0.00      16/19104       boost::any::holder<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>::~holder() [1364]
                0.00    0.00      36/19104       boost::any::holder<boost::shared_ptr<Engine>*>::~holder() [1240]
                0.00    0.00      36/19104       boost::any::holder<std::vector<std::string, std::allocator<std::string> >*>::~holder() [1242]
                0.00    0.00     120/19104       boost::any::holder<std::string*>::~holder() [1157]
                0.00    0.00     812/19104       boost::any::holder<boost::shared_ptr<Body>*>::~holder() [985]
                0.00    0.00     814/19104       boost::any::holder<boost::shared_ptr<BoundingVolume>*>::~holder() [966]
                0.00    0.00     814/19104       boost::any::holder<boost::shared_ptr<InteractingGeometry>*>::~holder() [972]
                0.00    0.00     814/19104       boost::any::holder<boost::shared_ptr<GeometricalModel>*>::~holder() [968]
                0.00    0.00     814/19104       boost::any::holder<boost::shared_ptr<PhysicalParameters>*>::~holder() [970]
                0.00    0.00     814/19104       boost::any::holder<Se3<double>*>::~holder() [964]
                0.00    0.00     834/19104       boost::any::holder<unsigned int*>::~holder() [954]
                0.00    0.00     836/19104       boost::any::holder<int*>::~holder() [952]
                0.00    0.00    1626/19104       boost::any::holder<Wm3::Vector3<float>*>::~holder() [925]
                0.00    0.00    3272/19104       boost::any::holder<bool*>::~holder() [861]
                0.00    0.00    3282/19104       boost::any::holder<Wm3::Vector3<double>*>::~holder() [859]
                0.00    0.00    4118/19104       boost::any::holder<Serializable*>::~holder() [841]
[770]    0.0    0.00    0.00   19104         boost::any::placeholder::~placeholder() [770]
-----------------------------------------------
                                9433             __gnu_cxx::new_allocator<boost::shared_ptr<Archive> >::destroy(boost::shared_ptr<Archive>*) <cycle 1> [816]
                0.00    0.00       1/39273816     void Serializable::registerAttribute<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(std::string const&, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >&) [298]
                0.00    0.00       1/39273816     void Serializable::registerAttribute<std::vector<int, std::allocator<int> > >(std::string const&, std::vector<int, std::allocator<int> >&) [488]
                0.00    0.00       1/39273816     PointerHandler<boost::shared_ptr<MetaBody> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [469]
                0.00    0.00       1/39273816     void Serializable::registerAttribute<boost::shared_ptr<BodyContainer> >(std::string const&, boost::shared_ptr<BodyContainer>&) [109]
                0.00    0.00       1/39273816     PointerHandler<boost::shared_ptr<BodyContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [64]
                0.00    0.00       1/39273816     void Serializable::registerAttribute<boost::shared_ptr<PhysicalActionContainer> >(std::string const&, boost::shared_ptr<PhysicalActionContainer>&) [243]
                0.00    0.00       1/39273816     PointerHandler<boost::shared_ptr<PhysicalActionContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [468]
                0.00    0.00       1/39273816     void IOFormatManager::loadFromFile<boost::shared_ptr<MetaBody> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<MetaBody>&) [346]
                0.00    0.00       1/39273816     void Serializable::registerAttribute<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(std::string const&, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >&) [414]
                0.00    0.00       1/39273816     void IOFormatManager::loadFromFile<boost::shared_ptr<Preferences> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<Preferences>&) [436]
                0.00    0.00       1/39273816     PointerHandler<boost::shared_ptr<Preferences> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [467]
                0.00    0.00       2/39273816     void Serializable::registerAttribute<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(std::string const&, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >&) [7]
                0.00    0.00       2/39273816     void Serializable::registerAttribute<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(std::string const&, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >&) [401]
                0.00    0.00       2/39273816     void Serializable::registerAttribute<boost::shared_ptr<InteractionContainer> >(std::string const&, boost::shared_ptr<InteractionContainer>&) [402]
                0.00    0.00       2/39273816     PointerHandler<boost::shared_ptr<InteractionContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [293]
                0.00    0.00       2/39273816     ContainerHandler<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [400]
                0.00    0.00       2/39273816     PointerHandler<boost::shared_ptr<EngineUnit> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [428]
                0.00    0.00       3/39273816     void Serializable::registerAttribute<std::vector<std::string, std::allocator<std::string> > >(std::string const&, std::vector<std::string, std::allocator<std::string> >&) [437]
                0.00    0.00       4/39273816     void Serializable::registerAttribute<std::string>(std::string const&, std::string&) [417]
                0.00    0.00       8/39273816     void Serializable::registerAttribute<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(std::string const&, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&) [390]
                0.00    0.00       8/39273816     void Serializable::registerAttribute<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >(std::string const&, std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >&) [349]
                0.00    0.00      15/39273816     ContainerHandler<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [352]
                0.00    0.00      18/39273816     ContainerHandler<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [324]
                0.00    0.00      18/39273816     PointerHandler<boost::shared_ptr<Engine> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [333]
                0.00    0.00      56/39273816     ContainerHandler<std::vector<std::string, std::allocator<std::string> > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [302]
                0.00    0.00     406/39273816     PointerHandler<boost::shared_ptr<GeometricalModel> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [241]
                0.00    0.00     406/39273816     ContainerHandler<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [91]
                0.00    0.00     406/39273816     PointerHandler<boost::shared_ptr<Body> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [34]
                0.00    0.00     407/39273816     void Serializable::registerAttribute<boost::shared_ptr<PhysicalParameters> >(std::string const&, boost::shared_ptr<PhysicalParameters>&) [205]
                0.00    0.00     407/39273816     PointerHandler<boost::shared_ptr<PhysicalParameters> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [240]
                0.00    0.00     407/39273816     void Serializable::registerAttribute<boost::shared_ptr<GeometricalModel> >(std::string const&, boost::shared_ptr<GeometricalModel>&) [220]
                0.00    0.00     407/39273816     void Serializable::registerAttribute<boost::shared_ptr<InteractingGeometry> >(std::string const&, boost::shared_ptr<InteractingGeometry>&) [219]
                0.00    0.00     407/39273816     PointerHandler<boost::shared_ptr<InteractingGeometry> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [138]
                0.00    0.00     407/39273816     void Serializable::registerAttribute<boost::shared_ptr<BoundingVolume> >(std::string const&, boost::shared_ptr<BoundingVolume>&) [178]
                0.00    0.00     407/39273816     PointerHandler<boost::shared_ptr<BoundingVolume> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [208]
                0.00    0.00     407/39273816     void Serializable::registerAttribute<Se3<double> >(std::string const&, Se3<double>&) [126]
                0.00    0.00     417/39273816     void Serializable::registerAttribute<unsigned int>(std::string const&, unsigned int&) [250]
                0.00    0.00     418/39273816     void Serializable::registerAttribute<int>(std::string const&, int&) [249]
                0.00    0.00     813/39273816     void Serializable::registerAttribute<Wm3::Vector3<float> >(std::string const&, Wm3::Vector3<float>&) [232]
                0.00    0.00    1636/39273816     void Serializable::registerAttribute<bool>(std::string const&, bool&) [183]
                0.00    0.00    1641/39273816     void Serializable::registerAttribute<Wm3::Vector3<double> >(std::string const&, Wm3::Vector3<double>&) [180]
[771]    0.0    0.00    0.00   18985         boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
                               25644             boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                0.00    0.00       1/18174       boost::shared_ptr<MetaBody>::shared_ptr<MetaBody>(MetaBody*) [537]
                0.00    0.00       1/18174       boost::shared_ptr<FrontEnd>::shared_ptr<FrontEnd>(FrontEnd*) [536]
                0.00    0.00       1/18174       boost::shared_ptr<NullGUI>::shared_ptr<NullGUI>(NullGUI*) [535]
                0.00    0.00       1/18174       boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >(std::basic_ofstream<char, std::char_traits<char> >*) [538]
                0.00    0.00       1/18174       boost::shared_ptr<StandAloneSimulator>::shared_ptr<StandAloneSimulator>(StandAloneSimulator*) [534]
                0.00    0.00       2/18174       boost::shared_ptr<IOFormatManager>::shared_ptr<IOFormatManager>(IOFormatManager*) [504]
                0.00    0.00       2/18174       boost::shared_ptr<PhysicalActionContainer>::shared_ptr<PhysicalActionContainer>(PhysicalActionContainer*) [505]
                0.00    0.00       2/18174       boost::shared_ptr<EngineUnit>::shared_ptr<EngineUnit>(EngineUnit*) [502]
                0.00    0.00       2/18174       boost::shared_ptr<Preferences>::shared_ptr<Preferences>(Preferences*) [503]
                0.00    0.00       3/18174       boost::shared_ptr<BodyContainer>::shared_ptr<BodyContainer>(BodyContainer*) [483]
                0.00    0.00       3/18174       boost::shared_ptr<TimeStepper>::shared_ptr<TimeStepper>(TimeStepper*) [482]
                0.00    0.00       4/18174       boost::shared_ptr<InteractionContainer>::shared_ptr<InteractionContainer>(InteractionContainer*) [475]
                0.00    0.00       4/18174       boost::shared_ptr<PhysicalAction>::shared_ptr<PhysicalAction>(PhysicalAction*) [474]
                0.00    0.00       5/18174       boost::shared_ptr<InteractionPhysics>::shared_ptr<InteractionPhysics>(InteractionPhysics*) [470]
                0.00    0.00       6/18174       boost::shared_ptr<StandAloneEngine>::shared_ptr<StandAloneEngine>(StandAloneEngine*) [455]
                0.00    0.00       7/18174       boost::shared_ptr<InteractionGeometry>::shared_ptr<InteractionGeometry>(InteractionGeometry*) [449]
                0.00    0.00       7/18174       boost::shared_ptr<DeusExMachina>::shared_ptr<DeusExMachina>(DeusExMachina*) [448]
                0.00    0.00       8/18174       boost::shared_ptr<MetaEngine>::shared_ptr<MetaEngine>(MetaEngine*) [441]
                0.00    0.00      14/18174       boost::shared_ptr<FileGenerator>::shared_ptr<FileGenerator>(FileGenerator*) [407]
                0.00    0.00      20/18174       boost::shared_ptr<Engine>::shared_ptr<Engine>(Engine*) [393]
                0.00    0.00     406/18174       boost::shared_ptr<Body>::shared_ptr<Body>(Body*) [290]
                0.00    0.00     409/18174       boost::shared_ptr<BoundingVolume>::shared_ptr<BoundingVolume>(BoundingVolume*) [287]
                0.00    0.00     412/18174       boost::shared_ptr<InteractingGeometry>::shared_ptr<InteractingGeometry>(InteractingGeometry*) [284]
                0.00    0.00     414/18174       boost::shared_ptr<GeometricalModel>::shared_ptr<GeometricalModel>(GeometricalModel*) [278]
                0.00    0.00     414/18174       boost::shared_ptr<PhysicalParameters>::shared_ptr<PhysicalParameters>(PhysicalParameters*) [279]
                0.00    0.00    4034/18174       boost::shared_ptr<Interaction>::shared_ptr<Interaction>(Interaction*) [213]
                0.00    0.00   11991/18174       boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [146]
[772]    0.0    0.00    0.00   18174         boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...) [772]
-----------------------------------------------
                0.00    0.00       1/15200       boost::detail::lexical_stream<int, char*>::lexical_stream() [1991]
                0.00    0.00       1/15200       boost::detail::lexical_stream<long, char*>::lexical_stream() [1995]
                0.00    0.00       1/15200       boost::detail::lexical_stream<double, char*>::lexical_stream() [1987]
                0.00    0.00       1/15200       Omega::init() [529]
                0.00    0.00       1/15200       boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, boost::posix_time::ptime const&) const [2088]
                0.00    0.00      60/15200       boost::detail::lexical_stream<std::string, std::string>::lexical_stream() [1189]
                0.00    0.00     418/15200       boost::detail::lexical_stream<int, std::string>::lexical_stream() [1032]
                0.00    0.00     431/15200       boost::detail::lexical_stream<unsigned int, std::string>::lexical_stream() [1021]
                0.00    0.00    1636/15200       boost::detail::lexical_stream<bool, std::string>::lexical_stream() [918]
                0.00    0.00    2439/15200       boost::detail::lexical_stream<float, std::string>::lexical_stream() [877]
                0.00    0.00   10211/15200       boost::detail::lexical_stream<double, std::string>::lexical_stream() [810]
[773]    0.0    0.00    0.00   15200         std::operator|(std::_Ios_Openmode, std::_Ios_Openmode) [773]
-----------------------------------------------
                0.00    0.00       1/15198       boost::detail::lexical_stream<int, char*>::lexical_stream() [1991]
                0.00    0.00       1/15198       boost::detail::lexical_stream<long, char*>::lexical_stream() [1995]
                0.00    0.00       1/15198       boost::detail::lexical_stream<double, char*>::lexical_stream() [1987]
                0.00    0.00      60/15198       boost::detail::lexical_stream<std::string, std::string>::lexical_stream() [1189]
                0.00    0.00     418/15198       boost::detail::lexical_stream<int, std::string>::lexical_stream() [1032]
                0.00    0.00     431/15198       boost::detail::lexical_stream<unsigned int, std::string>::lexical_stream() [1021]
                0.00    0.00    1636/15198       boost::detail::lexical_stream<bool, std::string>::lexical_stream() [918]
                0.00    0.00    2439/15198       boost::detail::lexical_stream<float, std::string>::lexical_stream() [877]
                0.00    0.00   10211/15198       boost::detail::lexical_stream<double, std::string>::lexical_stream() [810]
[774]    0.0    0.00    0.00   15198         std::ios_base::unsetf(std::_Ios_Fmtflags) [774]
                0.00    0.00   15198/15198       std::operator~(std::_Ios_Fmtflags) [777]
                0.00    0.00   15198/15198       std::operator&=(std::_Ios_Fmtflags&, std::_Ios_Fmtflags) [775]
-----------------------------------------------
                0.00    0.00   15198/15198       std::ios_base::unsetf(std::_Ios_Fmtflags) [774]
[775]    0.0    0.00    0.00   15198         std::operator&=(std::_Ios_Fmtflags&, std::_Ios_Fmtflags) [775]
                0.00    0.00   15198/15198       std::operator&(std::_Ios_Fmtflags, std::_Ios_Fmtflags) [776]
-----------------------------------------------
                0.00    0.00   15198/15198       std::operator&=(std::_Ios_Fmtflags&, std::_Ios_Fmtflags) [775]
[776]    0.0    0.00    0.00   15198         std::operator&(std::_Ios_Fmtflags, std::_Ios_Fmtflags) [776]
-----------------------------------------------
                0.00    0.00   15198/15198       std::ios_base::unsetf(std::_Ios_Fmtflags) [774]
[777]    0.0    0.00    0.00   15198         std::operator~(std::_Ios_Fmtflags) [777]
-----------------------------------------------
                0.00    0.00       1/15171       bool boost::detail::lexical_stream<int, char*>::operator>><int>(int&) [1994]
                0.00    0.00       1/15171       bool boost::detail::lexical_stream<long, char*>::operator>><long>(long&) [1998]
                0.00    0.00       1/15171       bool boost::detail::lexical_stream<double, char*>::operator>><double>(double&) [1990]
                0.00    0.00       1/15171       std::ostreambuf_iterator<char, std::char_traits<char> >::operator=(char) [1390]
                0.00    0.00      16/15171       std::char_traits<char>::not_eof(int const&) [1376]
                0.00    0.00      16/15171       log4cxx::stringbuf::overflow(int) [3164]
                0.00    0.00     418/15171       bool boost::detail::lexical_stream<int, std::string>::operator>><int>(int&) [1035]
                0.00    0.00     431/15171       bool boost::detail::lexical_stream<unsigned int, std::string>::operator>><unsigned int>(unsigned int&) [1024]
                0.00    0.00    1636/15171       bool boost::detail::lexical_stream<bool, std::string>::operator>><bool>(bool&) [921]
                0.00    0.00    2439/15171       bool boost::detail::lexical_stream<float, std::string>::operator>><float>(float&) [880]
                0.00    0.00   10211/15171       bool boost::detail::lexical_stream<double, std::string>::operator>><double>(double&) [813]
[778]    0.0    0.00    0.00   15171         std::char_traits<char>::eof() [778]
-----------------------------------------------
                0.00    0.00       1/15138       boost::detail::lexical_stream<int, char*>::lexical_stream() [1991]
                0.00    0.00       1/15138       boost::detail::lexical_stream<long, char*>::lexical_stream() [1995]
                0.00    0.00       1/15138       boost::detail::lexical_stream<double, char*>::lexical_stream() [1987]
                0.00    0.00     418/15138       boost::detail::lexical_stream<int, std::string>::lexical_stream() [1032]
                0.00    0.00     431/15138       boost::detail::lexical_stream<unsigned int, std::string>::lexical_stream() [1021]
                0.00    0.00    1636/15138       boost::detail::lexical_stream<bool, std::string>::lexical_stream() [918]
                0.00    0.00    2439/15138       boost::detail::lexical_stream<float, std::string>::lexical_stream() [877]
                0.00    0.00   10211/15138       boost::detail::lexical_stream<double, std::string>::lexical_stream() [810]
[779]    0.0    0.00    0.00   15138         std::ios_base::precision(int) [779]
-----------------------------------------------
                0.00    0.00       1/14629       Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
                0.00    0.00       2/14629       std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) const [1848]
                0.00    0.00      45/14629       std::vector<std::string, std::allocator<std::string> >::vector(std::vector<std::string, std::allocator<std::string> > const&) [1213]
                0.00    0.00   14581/14629       std::vector<std::string, std::allocator<std::string> >::size() const [796]
[780]    0.0    0.00    0.00   14629         std::vector<std::string, std::allocator<std::string> >::begin() const [780]
                0.00    0.00   14629/29258       __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::__normal_iterator(std::string const* const&) [749]
-----------------------------------------------
                0.00    0.00       1/14627       Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
                0.00    0.00      45/14627       std::vector<std::string, std::allocator<std::string> >::vector(std::vector<std::string, std::allocator<std::string> > const&) [1213]
                0.00    0.00   14581/14627       std::vector<std::string, std::allocator<std::string> >::size() const [796]
[781]    0.0    0.00    0.00   14627         std::vector<std::string, std::allocator<std::string> >::end() const [781]
                0.00    0.00   14627/29258       __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::__normal_iterator(std::string const* const&) [749]
-----------------------------------------------
                0.00    0.00   14581/14581       std::vector<std::string, std::allocator<std::string> >::size() const [796]
[782]    0.0    0.00    0.00   14581         __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::difference_type __gnu_cxx::operator-<std::string const*, std::string const*, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > > const&, __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > > const&) [782]
                0.00    0.00   29162/29726       __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::base() const [748]
-----------------------------------------------
                0.00    0.00      17/14248       std::vector<std::string, std::allocator<std::string> >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&) [1341]
                0.00    0.00    3974/14248       std::_Vector_base<std::string, std::allocator<std::string> >::~_Vector_base() [851]
                0.00    0.00   10257/14248       std::vector<std::string, std::allocator<std::string> >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string const&) [809]
[783]    0.0    0.00    0.00   14248         std::_Vector_base<std::string, std::allocator<std::string> >::_M_deallocate(std::string*, unsigned int) [783]
                0.00    0.00   10299/10299       __gnu_cxx::new_allocator<std::string>::deallocate(std::string*, unsigned int) [805]
-----------------------------------------------
                0.00    0.00    6830/13660       std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::begin() const [831]
                0.00    0.00    6830/13660       std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::end() const [830]
[784]    0.0    0.00    0.00   13660         __gnu_cxx::__normal_iterator<boost::shared_ptr<Body> const*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::__normal_iterator(boost::shared_ptr<Body> const* const&) [784]
-----------------------------------------------
                0.00    0.00   13660/13660       __gnu_cxx::__normal_iterator<boost::shared_ptr<Body> const*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<Body> const*, boost::shared_ptr<Body> const*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body> const*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body> const*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&) [829]
[785]    0.0    0.00    0.00   13660         __gnu_cxx::__normal_iterator<boost::shared_ptr<Body> const*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::base() const [785]
-----------------------------------------------
                0.00    0.00      36/13437       std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::string const&) [1111]
                0.00    0.00     126/13437       std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<std::string const, DynlibDescriptor> const&) [1137]
                0.00    0.00     377/13437       std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::insert_unique(std::string const&) [1089]
                0.00    0.00     378/13437       std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >, std::pair<std::string const, DynlibDescriptor> const&) [1135]
                0.00    0.00     557/13437       std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::find(std::string const&) [1092]
                0.00    0.00    1481/13437       std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::operator[](std::string const&) [932]
                0.00    0.00   10482/13437       std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::lower_bound(std::string const&) [933]
[786]    0.0    0.00    0.00   13437         std::less<std::string>::operator()(std::string const&, std::string const&) const [786]
                0.00    0.00   89855/89855       bool std::operator< <char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) [726]
-----------------------------------------------
                0.00    0.00   13149/13149       void std::_Destroy<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >) [788]
[787]    0.0    0.00    0.00   13149         void std::__destroy_aux<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __false_type) [787]
                0.00    0.00   23861/55386       bool __gnu_cxx::operator!=<std::string*, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > const&, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > const&) [731]
                0.00    0.00   10712/43253       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator*() const [739]
                0.00    0.00   10712/22409       void std::_Destroy<std::string>(std::string*) [760]
                0.00    0.00   10712/42693       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator++() [740]
-----------------------------------------------
                0.00    0.00   13149/13149       void std::_Destroy<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string>(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::allocator<std::string>) [789]
[788]    0.0    0.00    0.00   13149         void std::_Destroy<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >) [788]
                0.00    0.00   13149/13149       void std::__destroy_aux<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __false_type) [787]
-----------------------------------------------
                0.00    0.00    2892/13149       std::vector<std::string, std::allocator<std::string> >::erase(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >) [3555]
                0.00    0.00   10257/13149       std::vector<std::string, std::allocator<std::string> >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string const&) [809]
[789]    0.0    0.00    0.00   13149         void std::_Destroy<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string>(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::allocator<std::string>) [789]
                0.00    0.00   13149/13149       void std::_Destroy<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >) [788]
-----------------------------------------------
                0.00    0.00   11991/11991       boost::detail::sp_counted_impl_p<Archive>::dispose() [792]
[790]    0.0    0.00    0.00   11991         void boost::checked_delete<Archive>(Archive*) [790]
                0.00    0.00   11991/78308024     data_start [697]
-----------------------------------------------
                0.00    0.00   11991/11991       boost::any::operator=(boost::any const&) [202]
[791]    0.0    0.00    0.00   11991         boost::any::swap(boost::any&) [791]
                0.00    0.00   11991/11991       void std::swap<boost::any::placeholder*>(boost::any::placeholder*&, boost::any::placeholder*&) [793]
-----------------------------------------------
                0.00    0.00   11991/11991       boost::detail::sp_counted_base::release() <cycle 1> [5]
[792]    0.0    0.00    0.00   11991         boost::detail::sp_counted_impl_p<Archive>::dispose() [792]
                0.00    0.00   11991/11991       void boost::checked_delete<Archive>(Archive*) [790]
-----------------------------------------------
                0.00    0.00   11991/11991       boost::any::swap(boost::any&) [791]
[793]    0.0    0.00    0.00   11991         void std::swap<boost::any::placeholder*>(boost::any::placeholder*&, boost::any::placeholder*&) [793]
-----------------------------------------------
                0.00    0.00     231/11882       std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_create_node(std::string const&) [1110]
                0.00    0.00    1394/11882       std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00   10257/11882       std::vector<std::string, std::allocator<std::string> >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string const&) [809]
[794]    0.0    0.00    0.00   11882         __gnu_cxx::new_allocator<std::string>::construct(std::string*, std::string const&) [794]
                0.00    0.00   11882/36675       operator new(unsigned int, void*) [745]
-----------------------------------------------
                0.00    0.00     126/11490       std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<std::string const, DynlibDescriptor> const&) [1137]
                0.00    0.00     378/11490       std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >, std::pair<std::string const, DynlibDescriptor> const&) [1135]
                0.00    0.00     504/11490       std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_key(std::_Rb_tree_node_base const*) [1017]
                0.00    0.00   10482/11490       std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_key(std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > const*) [799]
[795]    0.0    0.00    0.00   11490         std::_Select1st<std::pair<std::string const, DynlibDescriptor> >::operator()(std::pair<std::string const, DynlibDescriptor> const&) const [795]
-----------------------------------------------
                0.00    0.00       1/11188       boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put_special(std::ostreambuf_iterator<char, std::char_traits<char> >, boost::date_time::special_values const&) const [2102]
                0.00    0.00       2/11188       FrontEnd::getBaseClassNumber() [1795]
                0.00    0.00       2/11188       PhysicalActionContainer::getBaseClassNumber() [1751]
                0.00    0.00       2/11188       StandAloneSimulator::getBaseClassNumber() [1749]
                0.00    0.00       4/11188       BodyContainer::getBaseClassNumber() [1622]
                0.00    0.00       4/11188       Engine::getBaseClassNumber() [1650]
                0.00    0.00       4/11188       InteractionContainer::getBaseClassNumber() [1623]
                0.00    0.00       4/11188       boost::date_time::date_facet<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::do_put_tm(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, tm const&, std::string) const [2086]
                0.00    0.00       6/11188       BoundingVolume::getBaseClassNumber() [1565]
                0.00    0.00       6/11188       TimeStepper::getBaseClassNumber() [1564]
                0.00    0.00      10/11188       InteractionPhysics::getBaseClassNumber() [1450]
                0.00    0.00      12/11188       PhysicalAction::getBaseClassNumber() [1425]
                0.00    0.00      12/11188       StandAloneEngine::getBaseClassNumber() [1426]
                0.00    0.00      14/11188       InteractionGeometry::getBaseClassNumber() [1395]
                0.00    0.00      14/11188       DeusExMachina::getBaseClassNumber() [1393]
                0.00    0.00      15/11188       InteractingGeometry::getBaseClassNumber() [1387]
                0.00    0.00      16/11188       MetaEngine::getBaseClassNumber() [1359]
                0.00    0.00      17/11188       std::vector<std::string, std::allocator<std::string> >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&) [1341]
                0.00    0.00      21/11188       PhysicalParameters::getBaseClassNumber() [1288]
                0.00    0.00      24/11188       GeometricalModel::getBaseClassNumber() [1272]
                0.00    0.00      28/11188       FileGenerator::getBaseClassNumber() [1260]
                0.00    0.00      36/11188       std::vector<std::string, std::allocator<std::string> >::resize(unsigned int, std::string const&) [1344]
                0.00    0.00      45/11188       std::vector<std::string, std::allocator<std::string> >::vector(std::vector<std::string, std::allocator<std::string> > const&) [1213]
                0.00    0.00      56/11188       ContainerHandler<std::vector<std::string, std::allocator<std::string> > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [302]
                0.00    0.00     169/11188       Omega::scanPlugins() [27]
                0.00    0.00     407/11188       FundamentalHandler<Se3<double> >::creator(Archive&, boost::any&) [15]
                0.00    0.00   10257/11188       std::vector<std::string, std::allocator<std::string> >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string const&) [809]
[796]    0.0    0.00    0.00   11188         std::vector<std::string, std::allocator<std::string> >::size() const [796]
                0.00    0.00   14581/14629       std::vector<std::string, std::allocator<std::string> >::begin() const [780]
                0.00    0.00   14581/14627       std::vector<std::string, std::allocator<std::string> >::end() const [781]
                0.00    0.00   14581/14581       __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::difference_type __gnu_cxx::operator-<std::string const*, std::string const*, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > > const&, __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > > const&) [782]
-----------------------------------------------
                0.00    0.00      56/10836       void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string>(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&, __false_type) [1356]
                0.00    0.00      68/10836       std::string* std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*>(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*, __false_type) [1216]
                0.00    0.00   10712/10836       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __false_type) [766]
[797]    0.0    0.00    0.00   10836         void std::_Construct<std::string, std::string>(std::string*, std::string const&) [797]
                0.00    0.00   10836/36675       operator new(unsigned int, void*) [745]
-----------------------------------------------
                0.00    0.00   10650/10650       std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) [801]
[798]    0.0    0.00    0.00   10650         __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator+(int const&) const [798]
                0.00    0.00   10650/98157       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::__normal_iterator(std::string* const&) [723]
-----------------------------------------------
                0.00    0.00   10482/10482       std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::lower_bound(std::string const&) [933]
[799]    0.0    0.00    0.00   10482         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_key(std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > const*) [799]
                0.00    0.00   10482/10482       std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_value(std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > const*) [800]
                0.00    0.00   10482/11490       std::_Select1st<std::pair<std::string const, DynlibDescriptor> >::operator()(std::pair<std::string const, DynlibDescriptor> const&) const [795]
-----------------------------------------------
                0.00    0.00   10482/10482       std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_key(std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > const*) [799]
[800]    0.0    0.00    0.00   10482         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_value(std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > const*) [800]
-----------------------------------------------
                0.00    0.00       1/10322       FrontEnd::getBaseClassName(unsigned int) const [2117]
                0.00    0.00       1/10322       PhysicalActionContainer::getBaseClassName(unsigned int) const [2065]
                0.00    0.00       1/10322       StandAloneSimulator::getBaseClassName(unsigned int) const [2064]
                0.00    0.00       2/10322       BodyContainer::getBaseClassName(unsigned int) const [1808]
                0.00    0.00       2/10322       Engine::getBaseClassName(unsigned int) const [1835]
                0.00    0.00       2/10322       InteractionContainer::getBaseClassName(unsigned int) const [1809]
                0.00    0.00       3/10322       TimeStepper::getBaseClassName(unsigned int) const [1723]
                0.00    0.00       4/10322       BoundingVolume::getBaseClassName(unsigned int) const [1655]
                0.00    0.00       5/10322       InteractionPhysics::getBaseClassName(unsigned int) const [1613]
                0.00    0.00       6/10322       StandAloneEngine::getBaseClassName(unsigned int) const [1579]
                0.00    0.00       7/10322       InteractionGeometry::getBaseClassName(unsigned int) const [1551]
                0.00    0.00       7/10322       DeusExMachina::getBaseClassName(unsigned int) const [1550]
                0.00    0.00       8/10322       PhysicalAction::getBaseClassName(unsigned int) const [1512]
                0.00    0.00       8/10322       MetaEngine::getBaseClassName(unsigned int) const [1511]
                0.00    0.00      10/10322       InteractingGeometry::getBaseClassName(unsigned int) const [1470]
                0.00    0.00      14/10322       FileGenerator::getBaseClassName(unsigned int) const [1400]
                0.00    0.00      14/10322       PhysicalParameters::getBaseClassName(unsigned int) const [1401]
                0.00    0.00      16/10322       GeometricalModel::getBaseClassName(unsigned int) const [1368]
                0.00    0.00    2439/10322       FundamentalHandler<Wm3::Vector3<float> >::creator(Archive&, boost::any&) [247]
                0.00    0.00    2849/10322       FundamentalHandler<Se3<double> >::creator(Archive&, boost::any&) [15]
                0.00    0.00    4923/10322       FundamentalHandler<Wm3::Vector3<double> >::creator(Archive&, boost::any&) [227]
[801]    0.0    0.00    0.00   10322         std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) [801]
                0.00    0.00   10650/20945       std::vector<std::string, std::allocator<std::string> >::begin() [763]
                0.00    0.00   10650/10650       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator+(int const&) const [798]
                0.00    0.00   10650/43253       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator*() const [739]
-----------------------------------------------
                0.00    0.00   10319/10319       std::_Vector_base<std::string, std::allocator<std::string> >::_M_allocate(unsigned int) [804]
[802]    0.0    0.00    0.00   10319         __gnu_cxx::new_allocator<std::string>::allocate(unsigned int, void const*) [802]
                0.00    0.00   10319/10319       __gnu_cxx::new_allocator<std::string>::max_size() const [803]
-----------------------------------------------
                0.00    0.00   10319/10319       __gnu_cxx::new_allocator<std::string>::allocate(unsigned int, void const*) [802]
[803]    0.0    0.00    0.00   10319         __gnu_cxx::new_allocator<std::string>::max_size() const [803]
-----------------------------------------------
                0.00    0.00      17/10319       std::vector<std::string, std::allocator<std::string> >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&) [1341]
                0.00    0.00      45/10319       std::_Vector_base<std::string, std::allocator<std::string> >::_Vector_base(unsigned int, std::allocator<std::string> const&) [1211]
                0.00    0.00   10257/10319       std::vector<std::string, std::allocator<std::string> >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string const&) [809]
[804]    0.0    0.00    0.00   10319         std::_Vector_base<std::string, std::allocator<std::string> >::_M_allocate(unsigned int) [804]
                0.00    0.00   10319/10319       __gnu_cxx::new_allocator<std::string>::allocate(unsigned int, void const*) [802]
-----------------------------------------------
                0.00    0.00   10299/10299       std::_Vector_base<std::string, std::allocator<std::string> >::_M_deallocate(std::string*, unsigned int) [783]
[805]    0.0    0.00    0.00   10299         __gnu_cxx::new_allocator<std::string>::deallocate(std::string*, unsigned int) [805]
-----------------------------------------------
                0.00    0.00   10284/10284       std::iterator_traits<char const*>::difference_type std::distance<char const*>(char const*, char const*) [1897]
[806]    0.0    0.00    0.00   10284         std::iterator_traits<char const*>::difference_type std::__distance<char const*>(char const*, char const*, std::random_access_iterator_tag) [806]
-----------------------------------------------
                0.00    0.00   10284/10284       std::iterator_traits<char const*>::difference_type std::distance<char const*>(char const*, char const*) [1897]
[807]    0.0    0.00    0.00   10284         std::iterator_traits<char const*>::iterator_category std::__iterator_category<char const*>(char const* const&) [807]
-----------------------------------------------
                0.00    0.00      17/10274       std::vector<std::string, std::allocator<std::string> >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&) [1341]
                0.00    0.00   10257/10274       std::vector<std::string, std::allocator<std::string> >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string const&) [809]
[808]    0.0    0.00    0.00   10274         std::vector<std::string, std::allocator<std::string> >::max_size() const [808]
-----------------------------------------------
                0.00    0.00   10257/10257       std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
[809]    0.0    0.00    0.00   10257         std::vector<std::string, std::allocator<std::string> >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string const&) [809]
                0.00    0.00   41028/168501      __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::base() const [721]
                0.00    0.00   30771/98157       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::__normal_iterator(std::string* const&) [723]
                0.00    0.00   30771/37795       std::_Vector_base<std::string, std::allocator<std::string> >::get_allocator() const [743]
                0.00    0.00   30771/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00   20514/20548       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string>(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::allocator<std::string>) [765]
                0.00    0.00   10257/11188       std::vector<std::string, std::allocator<std::string> >::size() const [796]
                0.00    0.00   10257/10274       std::vector<std::string, std::allocator<std::string> >::max_size() const [808]
                0.00    0.00   10257/10319       std::_Vector_base<std::string, std::allocator<std::string> >::_M_allocate(unsigned int) [804]
                0.00    0.00   10257/11882       __gnu_cxx::new_allocator<std::string>::construct(std::string*, std::string const&) [794]
                0.00    0.00   10257/42693       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator++() [740]
                0.00    0.00   10257/26521       std::vector<std::string, std::allocator<std::string> >::end() [751]
                0.00    0.00   10257/20945       std::vector<std::string, std::allocator<std::string> >::begin() [763]
                0.00    0.00   10257/13149       void std::_Destroy<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string>(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::allocator<std::string>) [789]
                0.00    0.00   10257/14248       std::_Vector_base<std::string, std::allocator<std::string> >::_M_deallocate(std::string*, unsigned int) [783]
-----------------------------------------------
                0.00    0.00   10211/10211       double boost::lexical_cast<double, std::string>(std::string const&) [826]
[810]    0.0    0.00    0.00   10211         boost::detail::lexical_stream<double, std::string>::lexical_stream() [810]
                0.00    0.00   10211/15200       std::operator|(std::_Ios_Openmode, std::_Ios_Openmode) [773]
                0.00    0.00   10211/15198       std::ios_base::unsetf(std::_Ios_Fmtflags) [774]
                0.00    0.00   10211/15138       std::ios_base::precision(int) [779]
-----------------------------------------------
                0.00    0.00   10211/10211       double boost::lexical_cast<double, std::string>(std::string const&) [826]
[811]    0.0    0.00    0.00   10211         boost::detail::lexical_stream<double, std::string>::~lexical_stream() [811]
-----------------------------------------------
                0.00    0.00   10211/10211       double boost::lexical_cast<double, std::string>(std::string const&) [826]
[812]    0.0    0.00    0.00   10211         boost::detail::lexical_stream<double, std::string>::operator<<(std::string const&) [812]
-----------------------------------------------
                0.00    0.00   10211/10211       double boost::lexical_cast<double, std::string>(std::string const&) [826]
[813]    0.0    0.00    0.00   10211         bool boost::detail::lexical_stream<double, std::string>::operator>><double>(double&) [813]
                0.00    0.00   10211/15171       std::char_traits<char>::eof() [778]
-----------------------------------------------
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(std::string const&, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >&) [300]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<std::vector<int, std::allocator<int> > >(std::string const&, std::vector<int, std::allocator<int> >&) [494]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<MetaBody> >(std::string const&, boost::shared_ptr<MetaBody>&) [347]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<MetaBody>(std::string const&, MetaBody&) [493]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BodyContainer> >(std::string const&, boost::shared_ptr<BodyContainer>&) [110]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<BodyContainer>(std::string const&, BodyContainer&) [491]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalActionContainer> >(std::string const&, boost::shared_ptr<PhysicalActionContainer>&) [244]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<PhysicalActionContainer>(std::string const&, PhysicalActionContainer&) [492]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(std::string const&, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >&) [416]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Preferences> >(std::string const&, boost::shared_ptr<Preferences>&) [440]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<Preferences>(std::string const&, Preferences&) [490]
                0.00    0.00       2/9552        boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(std::string const&, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >&) [9]
                0.00    0.00       2/9552        boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(std::string const&, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >&) [403]
                0.00    0.00       2/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractionContainer> >(std::string const&, boost::shared_ptr<InteractionContainer>&) [405]
                0.00    0.00       2/9552        boost::shared_ptr<Archive> Archive::create<InteractionContainer>(std::string const&, InteractionContainer&) [466]
                0.00    0.00       2/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<EngineUnit> >(std::string const&, boost::shared_ptr<EngineUnit>&) [404]
                0.00    0.00       2/9552        boost::shared_ptr<Archive> Archive::create<EngineUnit>(std::string const&, EngineUnit&) [465]
                0.00    0.00       8/9552        boost::shared_ptr<Archive> Archive::create<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(std::string const&, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&) [392]
                0.00    0.00       8/9552        boost::shared_ptr<Archive> Archive::create<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >(std::string const&, std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >&) [350]
                0.00    0.00      18/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Engine> >(std::string const&, boost::shared_ptr<Engine>&) [326]
                0.00    0.00      18/9552        boost::shared_ptr<Archive> Archive::create<Engine>(std::string const&, Engine&) [361]
                0.00    0.00      18/9552        boost::shared_ptr<Archive> Archive::create<std::vector<std::string, std::allocator<std::string> > >(std::string const&, std::vector<std::string, std::allocator<std::string> >&) [362]
                0.00    0.00      60/9552        boost::shared_ptr<Archive> Archive::create<std::string>(std::string const&, std::string&) [325]
                0.00    0.00     406/9552        boost::shared_ptr<Archive> Archive::create<GeometricalModel>(std::string const&, GeometricalModel&) [257]
                0.00    0.00     406/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Body> >(std::string const&, boost::shared_ptr<Body>&) [120]
                0.00    0.00     406/9552        boost::shared_ptr<Archive> Archive::create<Body>(std::string const&, Body&) [258]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalParameters> >(std::string const&, boost::shared_ptr<PhysicalParameters>&) [206]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<PhysicalParameters>(std::string const&, PhysicalParameters&) [255]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<GeometricalModel> >(std::string const&, boost::shared_ptr<GeometricalModel>&) [224]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractingGeometry> >(std::string const&, boost::shared_ptr<InteractingGeometry>&) [223]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<InteractingGeometry>(std::string const&, InteractingGeometry&) [256]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BoundingVolume> >(std::string const&, boost::shared_ptr<BoundingVolume>&) [179]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<BoundingVolume>(std::string const&, BoundingVolume&) [254]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<Se3<double> >(std::string const&, Se3<double>&) [128]
                0.00    0.00     417/9552        boost::shared_ptr<Archive> Archive::create<unsigned int>(std::string const&, unsigned int&) [253]
                0.00    0.00     418/9552        boost::shared_ptr<Archive> Archive::create<int>(std::string const&, int&) [252]
                0.00    0.00     813/9552        boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<float> >(std::string const&, Wm3::Vector3<float>&) [239]
                0.00    0.00    1636/9552        boost::shared_ptr<Archive> Archive::create<bool>(std::string const&, bool&) [210]
                0.00    0.00    1641/9552        boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<double> >(std::string const&, Wm3::Vector3<double>&) [209]
[814]    0.0    0.00    0.00    9552         Archive::setRecordType(SerializableTypes::Type) [814]
-----------------------------------------------
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(std::string const&, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >&) [300]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<std::vector<int, std::allocator<int> > >(std::string const&, std::vector<int, std::allocator<int> >&) [494]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<MetaBody> >(std::string const&, boost::shared_ptr<MetaBody>&) [347]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<MetaBody>(std::string const&, MetaBody&) [493]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BodyContainer> >(std::string const&, boost::shared_ptr<BodyContainer>&) [110]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<BodyContainer>(std::string const&, BodyContainer&) [491]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalActionContainer> >(std::string const&, boost::shared_ptr<PhysicalActionContainer>&) [244]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<PhysicalActionContainer>(std::string const&, PhysicalActionContainer&) [492]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(std::string const&, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >&) [416]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Preferences> >(std::string const&, boost::shared_ptr<Preferences>&) [440]
                0.00    0.00       1/9552        boost::shared_ptr<Archive> Archive::create<Preferences>(std::string const&, Preferences&) [490]
                0.00    0.00       2/9552        boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(std::string const&, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >&) [9]
                0.00    0.00       2/9552        boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(std::string const&, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >&) [403]
                0.00    0.00       2/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractionContainer> >(std::string const&, boost::shared_ptr<InteractionContainer>&) [405]
                0.00    0.00       2/9552        boost::shared_ptr<Archive> Archive::create<InteractionContainer>(std::string const&, InteractionContainer&) [466]
                0.00    0.00       2/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<EngineUnit> >(std::string const&, boost::shared_ptr<EngineUnit>&) [404]
                0.00    0.00       2/9552        boost::shared_ptr<Archive> Archive::create<EngineUnit>(std::string const&, EngineUnit&) [465]
                0.00    0.00       8/9552        boost::shared_ptr<Archive> Archive::create<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(std::string const&, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&) [392]
                0.00    0.00       8/9552        boost::shared_ptr<Archive> Archive::create<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >(std::string const&, std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >&) [350]
                0.00    0.00      18/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Engine> >(std::string const&, boost::shared_ptr<Engine>&) [326]
                0.00    0.00      18/9552        boost::shared_ptr<Archive> Archive::create<Engine>(std::string const&, Engine&) [361]
                0.00    0.00      18/9552        boost::shared_ptr<Archive> Archive::create<std::vector<std::string, std::allocator<std::string> > >(std::string const&, std::vector<std::string, std::allocator<std::string> >&) [362]
                0.00    0.00      60/9552        boost::shared_ptr<Archive> Archive::create<std::string>(std::string const&, std::string&) [325]
                0.00    0.00     406/9552        boost::shared_ptr<Archive> Archive::create<GeometricalModel>(std::string const&, GeometricalModel&) [257]
                0.00    0.00     406/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Body> >(std::string const&, boost::shared_ptr<Body>&) [120]
                0.00    0.00     406/9552        boost::shared_ptr<Archive> Archive::create<Body>(std::string const&, Body&) [258]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalParameters> >(std::string const&, boost::shared_ptr<PhysicalParameters>&) [206]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<PhysicalParameters>(std::string const&, PhysicalParameters&) [255]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<GeometricalModel> >(std::string const&, boost::shared_ptr<GeometricalModel>&) [224]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractingGeometry> >(std::string const&, boost::shared_ptr<InteractingGeometry>&) [223]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<InteractingGeometry>(std::string const&, InteractingGeometry&) [256]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BoundingVolume> >(std::string const&, boost::shared_ptr<BoundingVolume>&) [179]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<BoundingVolume>(std::string const&, BoundingVolume&) [254]
                0.00    0.00     407/9552        boost::shared_ptr<Archive> Archive::create<Se3<double> >(std::string const&, Se3<double>&) [128]
                0.00    0.00     417/9552        boost::shared_ptr<Archive> Archive::create<unsigned int>(std::string const&, unsigned int&) [253]
                0.00    0.00     418/9552        boost::shared_ptr<Archive> Archive::create<int>(std::string const&, int&) [252]
                0.00    0.00     813/9552        boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<float> >(std::string const&, Wm3::Vector3<float>&) [239]
                0.00    0.00    1636/9552        boost::shared_ptr<Archive> Archive::create<bool>(std::string const&, bool&) [210]
                0.00    0.00    1641/9552        boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<double> >(std::string const&, Wm3::Vector3<double>&) [209]
[815]    0.0    0.00    0.00    9552         Archive::setFundamental(bool) [815]
-----------------------------------------------
                                9433             std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_clear() <cycle 1> [153]
[816]    0.0    0.00    0.00    9433         __gnu_cxx::new_allocator<boost::shared_ptr<Archive> >::destroy(boost::shared_ptr<Archive>*) <cycle 1> [816]
                                9433             boost::shared_ptr<Archive>::~shared_ptr() <cycle 1> [771]
-----------------------------------------------
                0.00    0.00    9433/9433        std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_put_node(std::_List_node<boost::shared_ptr<Archive> >*) [822]
[817]    0.0    0.00    0.00    9433         __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > >::deallocate(std::_List_node<boost::shared_ptr<Archive> >*, unsigned int) [817]
-----------------------------------------------
                0.00    0.00    9433/9433        std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_get_node() [821]
[818]    0.0    0.00    0.00    9433         __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > >::allocate(unsigned int, void const*) [818]
                0.00    0.00    9433/9433        __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > >::max_size() const [819]
-----------------------------------------------
                0.00    0.00    9433/9433        __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > >::allocate(unsigned int, void const*) [818]
[819]    0.0    0.00    0.00    9433         __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > >::max_size() const [819]
-----------------------------------------------
                0.00    0.00    9433/9433        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_create_node(boost::shared_ptr<Archive> const&) [275]
[820]    0.0    0.00    0.00    9433         std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::get_allocator() const [820]
                0.00    0.00   10654/20087       std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::get_allocator() const [767]
-----------------------------------------------
                0.00    0.00    9433/9433        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_create_node(boost::shared_ptr<Archive> const&) [275]
[821]    0.0    0.00    0.00    9433         std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_get_node() [821]
                0.00    0.00    9433/9433        __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > >::allocate(unsigned int, void const*) [818]
-----------------------------------------------
                0.00    0.00    9433/9433        std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_clear() <cycle 1> [153]
[822]    0.0    0.00    0.00    9433         std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_put_node(std::_List_node<boost::shared_ptr<Archive> >*) [822]
                0.00    0.00    9433/9433        __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > >::deallocate(std::_List_node<boost::shared_ptr<Archive> >*, unsigned int) [817]
-----------------------------------------------
                0.00    0.00    9433/9433        std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::push_back(boost::shared_ptr<Archive> const&) [277]
[823]    0.0    0.00    0.00    9433         std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::end() [823]
                0.00    0.00   22984/22984       std::_List_iterator<boost::shared_ptr<Archive> >::_List_iterator(std::_List_node_base*) [759]
-----------------------------------------------
                0.00    0.00    4257/8514        std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::begin() const [869]
                0.00    0.00    4257/8514        std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::end() const [868]
[824]    0.0    0.00    0.00    8514         __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction> const*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::__normal_iterator(boost::shared_ptr<PhysicalAction> const* const&) [824]
-----------------------------------------------
                0.00    0.00       1/8010        ContainerHandler<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::resize(Archive&, unsigned long) [59]
                0.00    0.00       1/8010        ContainerHandler<std::vector<int, std::allocator<int> > >::resize(Archive&, unsigned long) [581]
                0.00    0.00       1/8010        ContainerHandler<std::vector<int, std::allocator<int> > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [583]
                0.00    0.00       1/8010        PointerHandler<boost::shared_ptr<MetaBody> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [469]
                0.00    0.00       1/8010        PointerHandler<boost::shared_ptr<BodyContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [64]
                0.00    0.00       1/8010        PointerHandler<boost::shared_ptr<PhysicalActionContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [468]
                0.00    0.00       1/8010        ContainerHandler<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >::resize(Archive&, unsigned long) [574]
                0.00    0.00       1/8010        PointerHandler<boost::shared_ptr<Preferences> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [467]
                0.00    0.00       2/8010        PointerHandler<boost::shared_ptr<InteractionContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [293]
                0.00    0.00       2/8010        ContainerHandler<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::resize(Archive&, unsigned long) [516]
                0.00    0.00       2/8010        PointerHandler<boost::shared_ptr<EngineUnit> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [428]
                0.00    0.00       3/8010        ContainerHandler<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [400]
                0.00    0.00       8/8010        ContainerHandler<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::resize(Archive&, unsigned long) [480]
                0.00    0.00      18/8010        PointerHandler<boost::shared_ptr<Engine> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [333]
                0.00    0.00      18/8010        ContainerHandler<std::vector<std::string, std::allocator<std::string> > >::resize(Archive&, unsigned long) [445]
                0.00    0.00      20/8010        ContainerHandler<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [324]
                0.00    0.00      23/8010        ContainerHandler<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [352]
                0.00    0.00      60/8010        FundamentalHandler<std::string>::creator(Archive&, boost::any&) [336]
                0.00    0.00      74/8010        ContainerHandler<std::vector<std::string, std::allocator<std::string> > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [302]
                0.00    0.00     406/8010        PointerHandler<boost::shared_ptr<GeometricalModel> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [241]
                0.00    0.00     406/8010        PointerHandler<boost::shared_ptr<Body> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [34]
                0.00    0.00     407/8010        PointerHandler<boost::shared_ptr<PhysicalParameters> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [240]
                0.00    0.00     407/8010        PointerHandler<boost::shared_ptr<InteractingGeometry> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [138]
                0.00    0.00     407/8010        PointerHandler<boost::shared_ptr<BoundingVolume> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [208]
                0.00    0.00     407/8010        ContainerHandler<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [91]
                0.00    0.00     407/8010        FundamentalHandler<Se3<double> >::creator(Archive&, boost::any&) [15]
                0.00    0.00     417/8010        void lexical_copy<unsigned int>(Archive&, boost::any&) [270]
                0.00    0.00     418/8010        void lexical_copy<int>(Archive&, boost::any&) [265]
                0.00    0.00     813/8010        FundamentalHandler<Wm3::Vector3<float> >::creator(Archive&, boost::any&) [247]
                0.00    0.00    1636/8010        void lexical_copy<bool>(Archive&, boost::any&) [228]
                0.00    0.00    1641/8010        FundamentalHandler<Wm3::Vector3<double> >::creator(Archive&, boost::any&) [227]
[825]    0.0    0.00    0.00    8010         Archive::getAddress() [825]
-----------------------------------------------
                0.00    0.00    2849/7772        FundamentalHandler<Se3<double> >::creator(Archive&, boost::any&) [15]
                0.00    0.00    4923/7772        FundamentalHandler<Wm3::Vector3<double> >::creator(Archive&, boost::any&) [227]
[826]    0.0    0.00    0.00    7772         double boost::lexical_cast<double, std::string>(std::string const&) [826]
                0.00    0.00   10211/10211       boost::detail::lexical_stream<double, std::string>::lexical_stream() [810]
                0.00    0.00   10211/10211       boost::detail::lexical_stream<double, std::string>::operator<<(std::string const&) [812]
                0.00    0.00   10211/10211       bool boost::detail::lexical_stream<double, std::string>::operator>><double>(double&) [813]
                0.00    0.00   10211/10211       boost::detail::lexical_stream<double, std::string>::~lexical_stream() [811]
-----------------------------------------------
                0.00    0.00    1318/7317        std::allocator<boost::shared_ptr<PhysicalAction> >::~allocator() [938]
                0.00    0.00    5999/7317        std::allocator<boost::shared_ptr<PhysicalAction> >::~allocator() [865]
[827]    0.0    0.00    0.00    7317         __gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> >::~new_allocator() [827]
-----------------------------------------------
                0.00    0.00    1726/7312        std::allocator<boost::shared_ptr<PhysicalAction> >::allocator(std::allocator<boost::shared_ptr<PhysicalAction> > const&) [898]
                0.00    0.00    5586/7312        std::allocator<boost::shared_ptr<PhysicalAction> >::allocator(std::allocator<boost::shared_ptr<PhysicalAction> > const&) [834]
[828]    0.0    0.00    0.00    7312         __gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> >::new_allocator(__gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> > const&) [828]
-----------------------------------------------
                0.00    0.00    6830/6830        std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::size() const [1027]
[829]    0.0    0.00    0.00    6830         __gnu_cxx::__normal_iterator<boost::shared_ptr<Body> const*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<Body> const*, boost::shared_ptr<Body> const*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body> const*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body> const*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&) [829]
                0.00    0.00   13660/13660       __gnu_cxx::__normal_iterator<boost::shared_ptr<Body> const*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::base() const [785]
-----------------------------------------------
                0.00    0.00    6830/6830        std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::size() const [1027]
[830]    0.0    0.00    0.00    6830         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::end() const [830]
                0.00    0.00    6830/13660       __gnu_cxx::__normal_iterator<boost::shared_ptr<Body> const*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::__normal_iterator(boost::shared_ptr<Body> const* const&) [784]
-----------------------------------------------
                0.00    0.00    6830/6830        std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::size() const [1027]
[831]    0.0    0.00    0.00    6830         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::begin() const [831]
                0.00    0.00    6830/13660       __gnu_cxx::__normal_iterator<boost::shared_ptr<Body> const*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::__normal_iterator(boost::shared_ptr<Body> const* const&) [784]
-----------------------------------------------
                0.00    0.00     184/6030        std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >, std::pair<std::string const, DynlibDescriptor> const&) [1135]
                0.00    0.00    5846/6030        std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::lower_bound(std::string const&) [933]
[832]    0.0    0.00    0.00    6030         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_right(std::_Rb_tree_node_base*) [832]
-----------------------------------------------
                0.00    0.00    5888/5888        __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction> const*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<PhysicalAction> const*, boost::shared_ptr<PhysicalAction> const*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction> const*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction> const*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&) [867]
[833]    0.0    0.00    0.00    5888         __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction> const*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::base() const [833]
-----------------------------------------------
                0.00    0.00    5586/5586        std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::get_allocator() const [866]
[834]    0.0    0.00    0.00    5586         std::allocator<boost::shared_ptr<PhysicalAction> >::allocator(std::allocator<boost::shared_ptr<PhysicalAction> > const&) [834]
                0.00    0.00    5586/7312        __gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> >::new_allocator(__gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> > const&) [828]
-----------------------------------------------
                0.00    0.00     621/4770        std::allocator<std::string>::allocator<std::_Rb_tree_node<std::string> >(std::allocator<std::_Rb_tree_node<std::string> > const&) [1003]
                0.00    0.00    4149/4770        std::allocator<std::string>::allocator() [856]
[835]    0.0    0.00    0.00    4770         __gnu_cxx::new_allocator<std::string>::new_allocator() [835]
-----------------------------------------------
                0.00    0.00    4636/4636        std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::lower_bound(std::string const&) [933]
[836]    0.0    0.00    0.00    4636         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_left(std::_Rb_tree_node_base*) [836]
-----------------------------------------------
                0.00    0.00       1/4365        PointerHandler<boost::shared_ptr<MetaBody> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [469]
                0.00    0.00       1/4365        PointerHandler<boost::shared_ptr<BodyContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [64]
                0.00    0.00       1/4365        PointerHandler<boost::shared_ptr<PhysicalActionContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [468]
                0.00    0.00       1/4365        void IOFormatManager::loadFromFile<boost::shared_ptr<MetaBody> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<MetaBody>&) [346]
                0.00    0.00       1/4365        main [25]
                0.00    0.00       1/4365        void IOFormatManager::loadFromFile<boost::shared_ptr<Preferences> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<Preferences>&) [436]
                0.00    0.00       1/4365        PointerHandler<boost::shared_ptr<Preferences> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [467]
                0.00    0.00       2/4365        __static_initialization_and_destruction_0(int, int) [1903]
                0.00    0.00       2/4365        __static_initialization_and_destruction_0(int, int) [1906]
                0.00    0.00       2/4365        __static_initialization_and_destruction_0(int, int) [1907]
                0.00    0.00       2/4365        __static_initialization_and_destruction_0(int, int) [1908]
                0.00    0.00       2/4365        PointerHandler<boost::shared_ptr<InteractionContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [293]
                0.00    0.00       2/4365        PointerHandler<boost::shared_ptr<EngineUnit> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [428]
                0.00    0.00       2/4365        __static_initialization_and_destruction_0(int, int) [1915]
                0.00    0.00       2/4365        __static_initialization_and_destruction_0(int, int) [1916]
                0.00    0.00       2/4365        __static_initialization_and_destruction_0(int, int) [1918]
                0.00    0.00       3/4365        __static_initialization_and_destruction_0(int, int) [1904]
                0.00    0.00       3/4365        __static_initialization_and_destruction_0(int, int) [1914]
                0.00    0.00       3/4365        __static_initialization_and_destruction_0(int, int) [1920]
                0.00    0.00       4/4365        __static_initialization_and_destruction_0(int, int) [1909]
                0.00    0.00       5/4365        __static_initialization_and_destruction_0(int, int) [157]
                0.00    0.00       5/4365        __static_initialization_and_destruction_0(int, int) [1911]
                0.00    0.00       7/4365        __static_initialization_and_destruction_0(int, int) [1919]
                0.00    0.00      12/4365        __static_initialization_and_destruction_0(int, int) [1901]
                0.00    0.00      13/4365        __static_initialization_and_destruction_0(int, int) [1902]
                0.00    0.00      15/4365        __static_initialization_and_destruction_0(int, int) [1917]
                0.00    0.00      16/4365        __static_initialization_and_destruction_0(int, int) [1905]
                0.00    0.00      16/4365        __static_initialization_and_destruction_0(int, int) [1913]
                0.00    0.00      17/4365        __static_initialization_and_destruction_0(int, int) [1910]
                0.00    0.00      18/4365        PointerHandler<boost::shared_ptr<Engine> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [333]
                0.00    0.00      18/4365        __static_initialization_and_destruction_0(int, int) [1912]
                0.00    0.00     331/4365        Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
                0.00    0.00     406/4365        PointerHandler<boost::shared_ptr<GeometricalModel> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [241]
                0.00    0.00     406/4365        PointerHandler<boost::shared_ptr<Body> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [34]
                0.00    0.00     407/4365        PointerHandler<boost::shared_ptr<PhysicalParameters> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [240]
                0.00    0.00     407/4365        PointerHandler<boost::shared_ptr<InteractingGeometry> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [138]
                0.00    0.00     407/4365        PointerHandler<boost::shared_ptr<BoundingVolume> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [208]
                0.00    0.00    1821/4365        Omega::scanPlugins() [27]
[837]    0.0    0.00    0.00    4365         Singleton<ClassFactory>::instance() [837]
                0.00    0.00       1/3           boost::detail::thread::scoped_lock<boost::mutex>::scoped_lock(boost::mutex&, bool) [1712]
                0.00    0.00       1/1           ClassFactory::ClassFactory() [1924]
                0.00    0.00       1/3           boost::detail::thread::scoped_lock<boost::mutex>::~scoped_lock() [1713]
-----------------------------------------------
                0.00    0.00     654/4263        boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::operator->() const [79]
                0.00    0.00    3609/4263        boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::operator*() const [855]
[838]    0.0    0.00    0.00    4263         boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::derived() const [838]
-----------------------------------------------
                0.00    0.00       1/4259        __static_initialization_and_destruction_0(int, int) [1903]
                0.00    0.00       1/4259        __static_initialization_and_destruction_0(int, int) [1907]
                0.00    0.00       1/4259        __static_initialization_and_destruction_0(int, int) [1908]
                0.00    0.00       1/4259        SerializableTypes::Type findType<PhysicalAction>(PhysicalAction&, bool&, std::string&) [1921]
                0.00    0.00       1/4259        __static_initialization_and_destruction_0(int, int) [1915]
                0.00    0.00       1/4259        __static_initialization_and_destruction_0(int, int) [1916]
                0.00    0.00       1/4259        __static_initialization_and_destruction_0(int, int) [1918]
                0.00    0.00       1/4259        __static_initialization_and_destruction_0(int, int) [1920]
                0.00    0.00       2/4259        __static_initialization_and_destruction_0(int, int) [1904]
                0.00    0.00       2/4259        SerializableTypes::Type findType<MetaBody>(MetaBody&, bool&, std::string&) [1746]
                0.00    0.00       2/4259        SerializableTypes::Type findType<Interaction>(Interaction&, bool&, std::string&) [1742]
                0.00    0.00       2/4259        SerializableTypes::Type findType<BodyContainer>(BodyContainer&, bool&, std::string&) [1744]
                0.00    0.00       2/4259        SerializableTypes::Type findType<PhysicalActionContainer>(PhysicalActionContainer&, bool&, std::string&) [1745]
                0.00    0.00       2/4259        __static_initialization_and_destruction_0(int, int) [1914]
                0.00    0.00       2/4259        SerializableTypes::Type findType<Preferences>(Preferences&, bool&, std::string&) [1743]
                0.00    0.00       3/4259        __static_initialization_and_destruction_0(int, int) [1909]
                0.00    0.00       4/4259        __static_initialization_and_destruction_0(int, int) [157]
                0.00    0.00       4/4259        SerializableTypes::Type findType<InteractionContainer>(InteractionContainer&, bool&, std::string&) [1621]
                0.00    0.00       4/4259        __static_initialization_and_destruction_0(int, int) [1911]
                0.00    0.00       6/4259        __static_initialization_and_destruction_0(int, int) [1919]
                0.00    0.00      11/4259        __static_initialization_and_destruction_0(int, int) [1901]
                0.00    0.00      12/4259        __static_initialization_and_destruction_0(int, int) [1902]
                0.00    0.00      12/4259        SerializableTypes::Type findType<EngineUnit>(EngineUnit&, bool&, std::string&) [1423]
                0.00    0.00      14/4259        __static_initialization_and_destruction_0(int, int) [1917]
                0.00    0.00      15/4259        __static_initialization_and_destruction_0(int, int) [1905]
                0.00    0.00      15/4259        __static_initialization_and_destruction_0(int, int) [1912]
                0.00    0.00      15/4259        __static_initialization_and_destruction_0(int, int) [1913]
                0.00    0.00      16/4259        __static_initialization_and_destruction_0(int, int) [1910]
                0.00    0.00      38/4259        SerializableTypes::Type findType<Engine>(Engine&, bool&, std::string&) [1232]
                0.00    0.00     813/4259        SerializableTypes::Type findType<GeometricalModel>(GeometricalModel&, bool&, std::string&) [976]
                0.00    0.00     813/4259        SerializableTypes::Type findType<Body>(Body&, bool&, std::string&) [977]
                0.00    0.00     814/4259        SerializableTypes::Type findType<PhysicalParameters>(PhysicalParameters&, bool&, std::string&) [960]
                0.00    0.00     814/4259        SerializableTypes::Type findType<InteractingGeometry>(InteractingGeometry&, bool&, std::string&) [961]
                0.00    0.00     814/4259        SerializableTypes::Type findType<BoundingVolume>(BoundingVolume&, bool&, std::string&) [959]
[839]    0.0    0.00    0.00    4259         Singleton<SerializableSingleton>::instance() [839]
                0.00    0.00       1/3           boost::detail::thread::scoped_lock<boost::mutex>::scoped_lock(boost::mutex&, bool) [1712]
                0.00    0.00       1/78308024     data_start [697]
                0.00    0.00       1/3           boost::detail::thread::scoped_lock<boost::mutex>::~scoped_lock() [1713]
-----------------------------------------------
                0.00    0.00    2059/4118        boost::any::any<Serializable*>(Serializable* const&) [886]
                0.00    0.00    2059/4118        boost::any::holder<Serializable*>::clone() const [888]
[840]    0.0    0.00    0.00    4118         boost::any::holder<Serializable*>::holder(Serializable* const&) [840]
                0.00    0.00    4118/19104       boost::any::placeholder::placeholder() [769]
-----------------------------------------------
                0.00    0.00    4118/4118        boost::any::~any() [762]
[841]    0.0    0.00    0.00    4118         boost::any::holder<Serializable*>::~holder() [841]
                0.00    0.00    4118/19104       boost::any::placeholder::~placeholder() [770]
-----------------------------------------------
                0.00    0.00       2/4034        std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&) [560]
                0.00    0.00       4/4034        __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >) [1675]
                0.00    0.00    2009/4034        std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::begin() [890]
                0.00    0.00    2019/4034        std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::end() [889]
[842]    0.0    0.00    0.00    4034         __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::__normal_iterator(boost::shared_ptr<Engine>* const&) [842]
-----------------------------------------------
                0.00    0.00    4021/4021        NullGUI::loop() [121]
[843]    0.0    0.00    0.00    4021         Omega::getCurrentIteration() [843]
-----------------------------------------------
                0.00    0.00    3999/3999        std::_Vector_base<std::string, std::allocator<std::string> >::_Vector_impl::_Vector_impl(std::allocator<std::string> const&) [845]
[844]    0.0    0.00    0.00    3999         std::allocator<std::string>::allocator(std::allocator<std::string> const&) [844]
                0.00    0.00    3999/41794       __gnu_cxx::new_allocator<std::string>::new_allocator(__gnu_cxx::new_allocator<std::string> const&) [742]
-----------------------------------------------
                0.00    0.00      45/3999        std::_Vector_base<std::string, std::allocator<std::string> >::_Vector_base(unsigned int, std::allocator<std::string> const&) [1211]
                0.00    0.00    3954/3999        std::_Vector_base<std::string, std::allocator<std::string> >::_Vector_base(std::allocator<std::string> const&) [852]
[845]    0.0    0.00    0.00    3999         std::_Vector_base<std::string, std::allocator<std::string> >::_Vector_impl::_Vector_impl(std::allocator<std::string> const&) [845]
                0.00    0.00    3999/3999        std::allocator<std::string>::allocator(std::allocator<std::string> const&) [844]
-----------------------------------------------
                0.00    0.00    3991/3991        void std::_Destroy<std::string*>(std::string*, std::string*) [847]
[846]    0.0    0.00    0.00    3991         void std::__destroy_aux<std::string*>(std::string*, std::string*, __false_type) [846]
                0.00    0.00   11697/22409       void std::_Destroy<std::string>(std::string*) [760]
-----------------------------------------------
                0.00    0.00    3991/3991        void std::_Destroy<std::string*, std::string>(std::string*, std::string*, std::allocator<std::string>) [848]
[847]    0.0    0.00    0.00    3991         void std::_Destroy<std::string*>(std::string*, std::string*) [847]
                0.00    0.00    3991/3991        void std::__destroy_aux<std::string*>(std::string*, std::string*, __false_type) [846]
-----------------------------------------------
                0.00    0.00      17/3991        std::vector<std::string, std::allocator<std::string> >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&) [1341]
                0.00    0.00    3974/3991        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
[848]    0.0    0.00    0.00    3991         void std::_Destroy<std::string*, std::string>(std::string*, std::string*, std::allocator<std::string>) [848]
                0.00    0.00    3991/3991        void std::_Destroy<std::string*>(std::string*, std::string*) [847]
-----------------------------------------------
                0.00    0.00    3974/3974        std::_Vector_base<std::string, std::allocator<std::string> >::_Vector_impl::~_Vector_impl() [850]
[849]    0.0    0.00    0.00    3974         std::allocator<std::string>::~allocator() [849]
                0.00    0.00    3974/46539       __gnu_cxx::new_allocator<std::string>::~new_allocator() [738]
-----------------------------------------------
                0.00    0.00    3974/3974        std::_Vector_base<std::string, std::allocator<std::string> >::~_Vector_base() [851]
[850]    0.0    0.00    0.00    3974         std::_Vector_base<std::string, std::allocator<std::string> >::_Vector_impl::~_Vector_impl() [850]
                0.00    0.00    3974/3974        std::allocator<std::string>::~allocator() [849]
-----------------------------------------------
                0.00    0.00    3974/3974        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
[851]    0.0    0.00    0.00    3974         std::_Vector_base<std::string, std::allocator<std::string> >::~_Vector_base() [851]
                0.00    0.00    3974/14248       std::_Vector_base<std::string, std::allocator<std::string> >::_M_deallocate(std::string*, unsigned int) [783]
                0.00    0.00    3974/3974        std::_Vector_base<std::string, std::allocator<std::string> >::_Vector_impl::~_Vector_impl() [850]
-----------------------------------------------
                0.00    0.00    3954/3954        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
[852]    0.0    0.00    0.00    3954         std::_Vector_base<std::string, std::allocator<std::string> >::_Vector_base(std::allocator<std::string> const&) [852]
                0.00    0.00    3954/3999        std::_Vector_base<std::string, std::allocator<std::string> >::_Vector_impl::_Vector_impl(std::allocator<std::string> const&) [845]
-----------------------------------------------
                0.00    0.00    3609/3609        boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::operator*() const [855]
[853]    0.0    0.00    0.00    3609         boost::filesystem::directory_iterator::reference boost::iterator_core_access::dereference<boost::filesystem::directory_iterator>(boost::filesystem::directory_iterator const&) [853]
                0.00    0.00    3609/3609        boost::filesystem::directory_iterator::dereference() const [854]
-----------------------------------------------
                0.00    0.00    3609/3609        boost::filesystem::directory_iterator::reference boost::iterator_core_access::dereference<boost::filesystem::directory_iterator>(boost::filesystem::directory_iterator const&) [853]
[854]    0.0    0.00    0.00    3609         boost::filesystem::directory_iterator::dereference() const [854]
-----------------------------------------------
                0.00    0.00     654/3609        boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::operator->() const [79]
                0.00    0.00    2955/3609        Omega::scanPlugins() [27]
[855]    0.0    0.00    0.00    3609         boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::operator*() const [855]
                0.00    0.00    3609/4263        boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::derived() const [838]
                0.00    0.00    3609/3609        boost::filesystem::directory_iterator::reference boost::iterator_core_access::dereference<boost::filesystem::directory_iterator>(boost::filesystem::directory_iterator const&) [853]
-----------------------------------------------
                0.00    0.00       1/3392        FrontEnd::getBaseClassName(unsigned int) const [2117]
                0.00    0.00       1/3392        Omega::scanPlugins() [27]
                0.00    0.00       1/3392        boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::date_generator_formatter() [2045]
                0.00    0.00       1/3392        boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::special_values_formatter() [2048]
                0.00    0.00       1/3392        PhysicalActionContainer::getBaseClassName(unsigned int) const [2065]
                0.00    0.00       1/3392        StandAloneSimulator::getBaseClassName(unsigned int) const [2064]
                0.00    0.00       2/3392        BodyContainer::getBaseClassName(unsigned int) const [1808]
                0.00    0.00       2/3392        Engine::getBaseClassName(unsigned int) const [1835]
                0.00    0.00       2/3392        FrontEnd::getBaseClassNumber() [1795]
                0.00    0.00       2/3392        InteractionContainer::getBaseClassName(unsigned int) const [1809]
                0.00    0.00       2/3392        PhysicalActionContainer::getBaseClassNumber() [1751]
                0.00    0.00       2/3392        StandAloneSimulator::getBaseClassNumber() [1749]
                0.00    0.00       3/3392        TimeStepper::getBaseClassName(unsigned int) const [1723]
                0.00    0.00       4/3392        BodyContainer::getBaseClassNumber() [1622]
                0.00    0.00       4/3392        BoundingVolume::getBaseClassName(unsigned int) const [1655]
                0.00    0.00       4/3392        Engine::getBaseClassNumber() [1650]
                0.00    0.00       4/3392        InteractionContainer::getBaseClassNumber() [1623]
                0.00    0.00       4/3392        boost::date_time::date_facet<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::date_facet(char const*, boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >, boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >, boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >, unsigned int) [2025]
                0.00    0.00       5/3392        InteractionPhysics::getBaseClassName(unsigned int) const [1613]
                0.00    0.00       6/3392        BoundingVolume::getBaseClassNumber() [1565]
                0.00    0.00       6/3392        StandAloneEngine::getBaseClassName(unsigned int) const [1579]
                0.00    0.00       6/3392        Preferences::Preferences() [406]
                0.00    0.00       6/3392        TimeStepper::getBaseClassNumber() [1564]
                0.00    0.00       7/3392        InteractionGeometry::getBaseClassName(unsigned int) const [1551]
                0.00    0.00       7/3392        DeusExMachina::getBaseClassName(unsigned int) const [1550]
                0.00    0.00       8/3392        PhysicalAction::getBaseClassName(unsigned int) const [1512]
                0.00    0.00       8/3392        MetaEngine::getBaseClassName(unsigned int) const [1511]
                0.00    0.00       8/3392        SerializableTypes::Type findType<std::vector<std::string, std::allocator<std::string> > >(std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&, bool&, std::string&) [1485]
                0.00    0.00       8/3392        std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::resize(unsigned int) [1530]
                0.00    0.00      10/3392        InteractionPhysics::getBaseClassNumber() [1450]
                0.00    0.00      10/3392        InteractingGeometry::getBaseClassName(unsigned int) const [1470]
                0.00    0.00      12/3392        PhysicalAction::getBaseClassNumber() [1425]
                0.00    0.00      12/3392        StandAloneEngine::getBaseClassNumber() [1426]
                0.00    0.00      14/3392        InteractionGeometry::getBaseClassNumber() [1395]
                0.00    0.00      14/3392        DeusExMachina::getBaseClassNumber() [1393]
                0.00    0.00      14/3392        FileGenerator::getBaseClassName(unsigned int) const [1400]
                0.00    0.00      14/3392        PhysicalParameters::getBaseClassName(unsigned int) const [1401]
                0.00    0.00      15/3392        InteractingGeometry::getBaseClassNumber() [1387]
                0.00    0.00      16/3392        GeometricalModel::getBaseClassName(unsigned int) const [1368]
                0.00    0.00      16/3392        MetaEngine::getBaseClassNumber() [1359]
                0.00    0.00      21/3392        PhysicalParameters::getBaseClassNumber() [1288]
                0.00    0.00      24/3392        GeometricalModel::getBaseClassNumber() [1272]
                0.00    0.00      28/3392        FileGenerator::getBaseClassNumber() [1260]
                0.00    0.00     195/3392        std::set<std::string, std::less<std::string>, std::allocator<std::string> >::set() [1129]
                0.00    0.00     407/3392        FundamentalHandler<Se3<double> >::creator(Archive&, boost::any&) [15]
                0.00    0.00     813/3392        FundamentalHandler<Wm3::Vector3<float> >::creator(Archive&, boost::any&) [247]
                0.00    0.00    1641/3392        FundamentalHandler<Wm3::Vector3<double> >::creator(Archive&, boost::any&) [227]
[856]    0.0    0.00    0.00    3392         std::allocator<std::string>::allocator() [856]
                0.00    0.00    4149/4770        __gnu_cxx::new_allocator<std::string>::new_allocator() [835]
-----------------------------------------------
                0.00    0.00     403/3369        Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
                0.00    0.00    2966/3369        std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::operator[](std::string const&) [932]
[857]    0.0    0.00    0.00    3369         std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::operator*() const [857]
-----------------------------------------------
                0.00    0.00    1641/3282        boost::any::any<Wm3::Vector3<double>*>(Wm3::Vector3<double>* const&) [911]
                0.00    0.00    1641/3282        boost::any::holder<Wm3::Vector3<double>*>::clone() const [913]
[858]    0.0    0.00    0.00    3282         boost::any::holder<Wm3::Vector3<double>*>::holder(Wm3::Vector3<double>* const&) [858]
                0.00    0.00    3282/19104       boost::any::placeholder::placeholder() [769]
-----------------------------------------------
                0.00    0.00    3282/3282        boost::any::~any() [762]
[859]    0.0    0.00    0.00    3282         boost::any::holder<Wm3::Vector3<double>*>::~holder() [859]
                0.00    0.00    3282/19104       boost::any::placeholder::~placeholder() [770]
-----------------------------------------------
                0.00    0.00    1636/3272        boost::any::any<bool*>(bool* const&) [917]
                0.00    0.00    1636/3272        boost::any::holder<bool*>::clone() const [923]
[860]    0.0    0.00    0.00    3272         boost::any::holder<bool*>::holder(bool* const&) [860]
                0.00    0.00    3272/19104       boost::any::placeholder::placeholder() [769]
-----------------------------------------------
                0.00    0.00    3272/3272        boost::any::~any() [762]
[861]    0.0    0.00    0.00    3272         boost::any::holder<bool*>::~holder() [861]
                0.00    0.00    3272/19104       boost::any::placeholder::~placeholder() [770]
-----------------------------------------------
                0.00    0.00       1/3219        FrontEnd::getBaseClassName(unsigned int) const [2117]
                0.00    0.00       1/3219        Omega::scanPlugins() [27]
                0.00    0.00       1/3219        boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::~special_values_formatter() [2049]
                0.00    0.00       1/3219        boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::~date_generator_formatter() [2046]
                0.00    0.00       1/3219        PhysicalActionContainer::getBaseClassName(unsigned int) const [2065]
                0.00    0.00       1/3219        StandAloneSimulator::getBaseClassName(unsigned int) const [2064]
                0.00    0.00       2/3219        BodyContainer::getBaseClassName(unsigned int) const [1808]
                0.00    0.00       2/3219        Engine::getBaseClassName(unsigned int) const [1835]
                0.00    0.00       2/3219        FrontEnd::getBaseClassNumber() [1795]
                0.00    0.00       2/3219        InteractionContainer::getBaseClassName(unsigned int) const [1809]
                0.00    0.00       2/3219        PhysicalActionContainer::getBaseClassNumber() [1751]
                0.00    0.00       2/3219        Preferences::~Preferences() <cycle 1> [1923]
                0.00    0.00       2/3219        Preferences::~Preferences() [671]
                0.00    0.00       2/3219        StandAloneSimulator::getBaseClassNumber() [1749]
                0.00    0.00       3/3219        TimeStepper::getBaseClassName(unsigned int) const [1723]
                0.00    0.00       4/3219        BodyContainer::getBaseClassNumber() [1622]
                0.00    0.00       4/3219        BoundingVolume::getBaseClassName(unsigned int) const [1655]
                0.00    0.00       4/3219        Engine::getBaseClassNumber() [1650]
                0.00    0.00       4/3219        InteractionContainer::getBaseClassNumber() [1623]
                0.00    0.00       5/3219        InteractionPhysics::getBaseClassName(unsigned int) const [1613]
                0.00    0.00       6/3219        BoundingVolume::getBaseClassNumber() [1565]
                0.00    0.00       6/3219        StandAloneEngine::getBaseClassName(unsigned int) const [1579]
                0.00    0.00       6/3219        TimeStepper::getBaseClassNumber() [1564]
                0.00    0.00       7/3219        InteractionGeometry::getBaseClassName(unsigned int) const [1551]
                0.00    0.00       7/3219        DeusExMachina::getBaseClassName(unsigned int) const [1550]
                0.00    0.00       8/3219        PhysicalAction::getBaseClassName(unsigned int) const [1512]
                0.00    0.00       8/3219        MetaEngine::getBaseClassName(unsigned int) const [1511]
                0.00    0.00       8/3219        SerializableTypes::Type findType<std::vector<std::string, std::allocator<std::string> > >(std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&, bool&, std::string&) [1485]
                0.00    0.00       8/3219        std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::resize(unsigned int) [1530]
                0.00    0.00      10/3219        InteractionPhysics::getBaseClassNumber() [1450]
                0.00    0.00      10/3219        InteractingGeometry::getBaseClassName(unsigned int) const [1470]
                0.00    0.00      12/3219        PhysicalAction::getBaseClassNumber() [1425]
                0.00    0.00      12/3219        StandAloneEngine::getBaseClassNumber() [1426]
                0.00    0.00      14/3219        InteractionGeometry::getBaseClassNumber() [1395]
                0.00    0.00      14/3219        DeusExMachina::getBaseClassNumber() [1393]
                0.00    0.00      14/3219        FileGenerator::getBaseClassName(unsigned int) const [1400]
                0.00    0.00      14/3219        PhysicalParameters::getBaseClassName(unsigned int) const [1401]
                0.00    0.00      15/3219        InteractingGeometry::getBaseClassNumber() [1387]
                0.00    0.00      16/3219        GeometricalModel::getBaseClassName(unsigned int) const [1368]
                0.00    0.00      16/3219        MetaEngine::getBaseClassNumber() [1359]
                0.00    0.00      21/3219        PhysicalParameters::getBaseClassNumber() [1288]
                0.00    0.00      24/3219        GeometricalModel::getBaseClassNumber() [1272]
                0.00    0.00      28/3219        FileGenerator::getBaseClassNumber() [1260]
                0.00    0.00      28/3219        void std::_Destroy<std::vector<std::string, std::allocator<std::string> > >(std::vector<std::string, std::allocator<std::string> >*) [1265]
                0.00    0.00     407/3219        FundamentalHandler<Se3<double> >::creator(Archive&, boost::any&) [15]
                0.00    0.00     813/3219        FundamentalHandler<Wm3::Vector3<float> >::creator(Archive&, boost::any&) [247]
                0.00    0.00    1641/3219        FundamentalHandler<Wm3::Vector3<double> >::creator(Archive&, boost::any&) [227]
[862]    0.0    0.00    0.00    3219         std::vector<std::string, std::allocator<std::string> >::~vector() [862]
                0.00    0.00    3974/37795       std::_Vector_base<std::string, std::allocator<std::string> >::get_allocator() const [743]
                0.00    0.00    3974/3991        void std::_Destroy<std::string*, std::string>(std::string*, std::string*, std::allocator<std::string>) [848]
                0.00    0.00    3974/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00    3974/3974        std::_Vector_base<std::string, std::allocator<std::string> >::~_Vector_base() [851]
-----------------------------------------------
                0.00    0.00       1/3197        FrontEnd::getBaseClassName(unsigned int) const [2117]
                0.00    0.00       1/3197        Omega::scanPlugins() [27]
                0.00    0.00       1/3197        boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::date_generator_formatter() [2045]
                0.00    0.00       1/3197        boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::special_values_formatter() [2048]
                0.00    0.00       1/3197        PhysicalActionContainer::getBaseClassName(unsigned int) const [2065]
                0.00    0.00       1/3197        StandAloneSimulator::getBaseClassName(unsigned int) const [2064]
                0.00    0.00       2/3197        BodyContainer::getBaseClassName(unsigned int) const [1808]
                0.00    0.00       2/3197        Engine::getBaseClassName(unsigned int) const [1835]
                0.00    0.00       2/3197        FrontEnd::getBaseClassNumber() [1795]
                0.00    0.00       2/3197        InteractionContainer::getBaseClassName(unsigned int) const [1809]
                0.00    0.00       2/3197        PhysicalActionContainer::getBaseClassNumber() [1751]
                0.00    0.00       2/3197        StandAloneSimulator::getBaseClassNumber() [1749]
                0.00    0.00       3/3197        TimeStepper::getBaseClassName(unsigned int) const [1723]
                0.00    0.00       4/3197        BodyContainer::getBaseClassNumber() [1622]
                0.00    0.00       4/3197        BoundingVolume::getBaseClassName(unsigned int) const [1655]
                0.00    0.00       4/3197        Engine::getBaseClassNumber() [1650]
                0.00    0.00       4/3197        InteractionContainer::getBaseClassNumber() [1623]
                0.00    0.00       4/3197        boost::date_time::date_facet<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::date_facet(char const*, boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >, boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >, boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >, unsigned int) [2025]
                0.00    0.00       5/3197        InteractionPhysics::getBaseClassName(unsigned int) const [1613]
                0.00    0.00       6/3197        BoundingVolume::getBaseClassNumber() [1565]
                0.00    0.00       6/3197        StandAloneEngine::getBaseClassName(unsigned int) const [1579]
                0.00    0.00       6/3197        Preferences::Preferences() [406]
                0.00    0.00       6/3197        TimeStepper::getBaseClassNumber() [1564]
                0.00    0.00       7/3197        InteractionGeometry::getBaseClassName(unsigned int) const [1551]
                0.00    0.00       7/3197        DeusExMachina::getBaseClassName(unsigned int) const [1550]
                0.00    0.00       8/3197        PhysicalAction::getBaseClassName(unsigned int) const [1512]
                0.00    0.00       8/3197        MetaEngine::getBaseClassName(unsigned int) const [1511]
                0.00    0.00       8/3197        SerializableTypes::Type findType<std::vector<std::string, std::allocator<std::string> > >(std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&, bool&, std::string&) [1485]
                0.00    0.00       8/3197        std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::resize(unsigned int) [1530]
                0.00    0.00      10/3197        InteractionPhysics::getBaseClassNumber() [1450]
                0.00    0.00      10/3197        InteractingGeometry::getBaseClassName(unsigned int) const [1470]
                0.00    0.00      12/3197        PhysicalAction::getBaseClassNumber() [1425]
                0.00    0.00      12/3197        StandAloneEngine::getBaseClassNumber() [1426]
                0.00    0.00      14/3197        InteractionGeometry::getBaseClassNumber() [1395]
                0.00    0.00      14/3197        DeusExMachina::getBaseClassNumber() [1393]
                0.00    0.00      14/3197        FileGenerator::getBaseClassName(unsigned int) const [1400]
                0.00    0.00      14/3197        PhysicalParameters::getBaseClassName(unsigned int) const [1401]
                0.00    0.00      15/3197        InteractingGeometry::getBaseClassNumber() [1387]
                0.00    0.00      16/3197        GeometricalModel::getBaseClassName(unsigned int) const [1368]
                0.00    0.00      16/3197        MetaEngine::getBaseClassNumber() [1359]
                0.00    0.00      21/3197        PhysicalParameters::getBaseClassNumber() [1288]
                0.00    0.00      24/3197        GeometricalModel::getBaseClassNumber() [1272]
                0.00    0.00      28/3197        FileGenerator::getBaseClassNumber() [1260]
                0.00    0.00     407/3197        FundamentalHandler<Se3<double> >::creator(Archive&, boost::any&) [15]
                0.00    0.00     813/3197        FundamentalHandler<Wm3::Vector3<float> >::creator(Archive&, boost::any&) [247]
                0.00    0.00    1641/3197        FundamentalHandler<Wm3::Vector3<double> >::creator(Archive&, boost::any&) [227]
[863]    0.0    0.00    0.00    3197         std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00    3954/3954        std::_Vector_base<std::string, std::allocator<std::string> >::_Vector_base(std::allocator<std::string> const&) [852]
-----------------------------------------------
                0.00    0.00       1/3169        std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert_unique(std::pair<std::string const, DynlibDescriptor> const&) [2140]
                0.00    0.00       2/3169        std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::begin() [1883]
                0.00    0.00     195/3169        std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<std::string const, DynlibDescriptor> const&) [1137]
                0.00    0.00    1485/3169        std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::lower_bound(std::string const&) [933]
                0.00    0.00    1486/3169        std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::end() [929]
[864]    0.0    0.00    0.00    3169         std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::_Rb_tree_iterator(std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> >*) [864]
-----------------------------------------------
                0.00    0.00       2/2955        PhysicalActionContainer::PhysicalActionContainer() [225]
                0.00    0.00       2/2955        PhysicalActionContainer::PhysicalActionContainer() [226]
                0.00    0.00       5/2955        std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >) [259]
                0.00    0.00    1318/2955        std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::~vector() <cycle 1> [1733]
                0.00    0.00    1628/2955        std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&) [20]
[865]    0.0    0.00    0.00    2955         std::allocator<boost::shared_ptr<PhysicalAction> >::~allocator() [865]
                0.00    0.00    5999/7317        __gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> >::~new_allocator() [827]
-----------------------------------------------
                0.00    0.00       5/2951        std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >) [259]
                0.00    0.00    1318/2951        std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::~vector() <cycle 1> [1733]
                0.00    0.00    1628/2951        std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&) [20]
[866]    0.0    0.00    0.00    2951         std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::get_allocator() const [866]
                0.00    0.00    5586/5586        std::allocator<boost::shared_ptr<PhysicalAction> >::allocator(std::allocator<boost::shared_ptr<PhysicalAction> > const&) [834]
-----------------------------------------------
                0.00    0.00    2944/2944        std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::size() const [943]
[867]    0.0    0.00    0.00    2944         __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction> const*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<PhysicalAction> const*, boost::shared_ptr<PhysicalAction> const*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction> const*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction> const*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&) [867]
                0.00    0.00    5888/5888        __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction> const*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::base() const [833]
-----------------------------------------------
                0.00    0.00    2944/2944        std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::size() const [943]
[868]    0.0    0.00    0.00    2944         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::end() const [868]
                0.00    0.00    4257/8514        __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction> const*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::__normal_iterator(boost::shared_ptr<PhysicalAction> const* const&) [824]
-----------------------------------------------
                0.00    0.00    2944/2944        std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::size() const [943]
[869]    0.0    0.00    0.00    2944         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::begin() const [869]
                0.00    0.00    4257/8514        __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction> const*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::__normal_iterator(boost::shared_ptr<PhysicalAction> const* const&) [824]
-----------------------------------------------
                0.00    0.00    2892/2892        std::vector<std::string, std::allocator<std::string> >::erase(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >) [3555]
[870]    0.0    0.00    0.00    2892         __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::difference_type __gnu_cxx::operator-<std::string*, std::string*, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > const&, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > const&) [870]
                0.00    0.00    5784/168501      __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::base() const [721]
-----------------------------------------------
                0.00    0.00    2892/2892        __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::copy<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >) [874]
[871]    0.0    0.00    0.00    2892         __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >) [871]
                0.00    0.00    8676/168501      __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::base() const [721]
                0.00    0.00    2892/2892        std::string* std::__copy_aux<std::string*, std::string*>(std::string*, std::string*, std::string*) [873]
                0.00    0.00    2892/98157       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::__normal_iterator(std::string* const&) [723]
-----------------------------------------------
                0.00    0.00    2892/2892        std::string* std::__copy_aux<std::string*, std::string*>(std::string*, std::string*, std::string*) [873]
[872]    0.0    0.00    0.00    2892         std::string* std::__copy<false, std::random_access_iterator_tag>::copy<std::string*, std::string*>(std::string*, std::string*, std::string*) [872]
-----------------------------------------------
                0.00    0.00    2892/2892        __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >) [871]
[873]    0.0    0.00    0.00    2892         std::string* std::__copy_aux<std::string*, std::string*>(std::string*, std::string*, std::string*) [873]
                0.00    0.00    2892/2892        std::string* std::__copy<false, std::random_access_iterator_tag>::copy<std::string*, std::string*>(std::string*, std::string*, std::string*) [872]
-----------------------------------------------
                0.00    0.00    2892/2892        std::vector<std::string, std::allocator<std::string> >::erase(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >) [3555]
[874]    0.0    0.00    0.00    2892         __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::copy<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >) [874]
                0.00    0.00    2892/2892        __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >) [871]
-----------------------------------------------
                0.00    0.00       1/2556        PointerHandler<boost::shared_ptr<MetaBody> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [469]
                0.00    0.00       1/2556        PointerHandler<boost::shared_ptr<BodyContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [64]
                0.00    0.00       1/2556        PointerHandler<boost::shared_ptr<PhysicalActionContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [468]
                0.00    0.00       1/2556        PointerHandler<boost::shared_ptr<Preferences> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [467]
                0.00    0.00       2/2556        PointerHandler<boost::shared_ptr<InteractionContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [293]
                0.00    0.00       2/2556        ContainerHandler<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [400]
                0.00    0.00       2/2556        PointerHandler<boost::shared_ptr<EngineUnit> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [428]
                0.00    0.00      15/2556        ContainerHandler<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [352]
                0.00    0.00      18/2556        ContainerHandler<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [324]
                0.00    0.00      18/2556        PointerHandler<boost::shared_ptr<Engine> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [333]
                0.00    0.00      56/2556        ContainerHandler<std::vector<std::string, std::allocator<std::string> > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [302]
                0.00    0.00     406/2556        PointerHandler<boost::shared_ptr<GeometricalModel> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [241]
                0.00    0.00     406/2556        ContainerHandler<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [91]
                0.00    0.00     406/2556        PointerHandler<boost::shared_ptr<Body> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [34]
                0.00    0.00     407/2556        PointerHandler<boost::shared_ptr<PhysicalParameters> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [240]
                0.00    0.00     407/2556        PointerHandler<boost::shared_ptr<InteractingGeometry> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [138]
                0.00    0.00     407/2556        PointerHandler<boost::shared_ptr<BoundingVolume> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [208]
[875]    0.0    0.00    0.00    2556         Archive::getName() [875]
-----------------------------------------------
                0.00    0.00    2439/2439        FundamentalHandler<Wm3::Vector3<float> >::creator(Archive&, boost::any&) [247]
[876]    0.0    0.00    0.00    2439         float boost::lexical_cast<float, std::string>(std::string const&) [876]
                0.00    0.00    2439/2439        boost::detail::lexical_stream<float, std::string>::lexical_stream() [877]
                0.00    0.00    2439/2439        boost::detail::lexical_stream<float, std::string>::operator<<(std::string const&) [879]
                0.00    0.00    2439/2439        bool boost::detail::lexical_stream<float, std::string>::operator>><float>(float&) [880]
                0.00    0.00    2439/2439        boost::detail::lexical_stream<float, std::string>::~lexical_stream() [878]
-----------------------------------------------
                0.00    0.00    2439/2439        float boost::lexical_cast<float, std::string>(std::string const&) [876]
[877]    0.0    0.00    0.00    2439         boost::detail::lexical_stream<float, std::string>::lexical_stream() [877]
                0.00    0.00    2439/15200       std::operator|(std::_Ios_Openmode, std::_Ios_Openmode) [773]
                0.00    0.00    2439/15198       std::ios_base::unsetf(std::_Ios_Fmtflags) [774]
                0.00    0.00    2439/15138       std::ios_base::precision(int) [779]
-----------------------------------------------
                0.00    0.00    2439/2439        float boost::lexical_cast<float, std::string>(std::string const&) [876]
[878]    0.0    0.00    0.00    2439         boost::detail::lexical_stream<float, std::string>::~lexical_stream() [878]
-----------------------------------------------
                0.00    0.00    2439/2439        float boost::lexical_cast<float, std::string>(std::string const&) [876]
[879]    0.0    0.00    0.00    2439         boost::detail::lexical_stream<float, std::string>::operator<<(std::string const&) [879]
-----------------------------------------------
                0.00    0.00    2439/2439        float boost::lexical_cast<float, std::string>(std::string const&) [876]
[880]    0.0    0.00    0.00    2439         bool boost::detail::lexical_stream<float, std::string>::operator>><float>(float&) [880]
                0.00    0.00    2439/15171       std::char_traits<char>::eof() [778]
-----------------------------------------------
                                2239             Interaction::~Interaction() <cycle 1> [883]
                0.00    0.00       2/39273816     Interaction::~Interaction() [618]
                0.00    0.00       7/39273816     CreateSharedInteractionGeometry() [364]
[881]    0.0    0.00    0.00    2248         boost::shared_ptr<InteractionGeometry>::~shared_ptr() <cycle 1> [881]
                                2248             boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                                2239             Interaction::~Interaction() <cycle 1> [883]
                0.00    0.00       2/39273816     Interaction::~Interaction() [618]
                0.00    0.00       5/39273816     CreateSharedInteractionPhysics() [380]
[882]    0.0    0.00    0.00    2246         boost::shared_ptr<InteractionPhysics>::~shared_ptr() <cycle 1> [882]
                                2246             boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                                2239             void boost::checked_delete<Interaction>(Interaction*) <cycle 1> [884]
[883]    0.0    0.00    0.00    2239         Interaction::~Interaction() <cycle 1> [883]
                                2239             boost::shared_ptr<InteractionPhysics>::~shared_ptr() <cycle 1> [882]
                                2239             boost::shared_ptr<InteractionGeometry>::~shared_ptr() <cycle 1> [881]
                                2239             Serializable::~Serializable() <cycle 1> [119]
-----------------------------------------------
                                2239             boost::detail::sp_counted_impl_p<Interaction>::dispose() <cycle 1> [885]
[884]    0.0    0.00    0.00    2239         void boost::checked_delete<Interaction>(Interaction*) <cycle 1> [884]
                                2239             Interaction::~Interaction() <cycle 1> [883]
-----------------------------------------------
                                2239             boost::detail::sp_counted_base::release() <cycle 1> [5]
[885]    0.0    0.00    0.00    2239         boost::detail::sp_counted_impl_p<Interaction>::dispose() <cycle 1> [885]
                                2239             void boost::checked_delete<Interaction>(Interaction*) <cycle 1> [884]
-----------------------------------------------
                0.00    0.00       1/2059        boost::shared_ptr<Archive> Archive::create<MetaBody>(std::string const&, MetaBody&) [493]
                0.00    0.00       1/2059        boost::shared_ptr<Archive> Archive::create<BodyContainer>(std::string const&, BodyContainer&) [491]
                0.00    0.00       1/2059        boost::shared_ptr<Archive> Archive::create<PhysicalActionContainer>(std::string const&, PhysicalActionContainer&) [492]
                0.00    0.00       1/2059        boost::shared_ptr<Archive> Archive::create<Preferences>(std::string const&, Preferences&) [490]
                0.00    0.00       2/2059        boost::shared_ptr<Archive> Archive::create<InteractionContainer>(std::string const&, InteractionContainer&) [466]
                0.00    0.00       2/2059        boost::shared_ptr<Archive> Archive::create<EngineUnit>(std::string const&, EngineUnit&) [465]
                0.00    0.00      18/2059        boost::shared_ptr<Archive> Archive::create<Engine>(std::string const&, Engine&) [361]
                0.00    0.00     406/2059        boost::shared_ptr<Archive> Archive::create<GeometricalModel>(std::string const&, GeometricalModel&) [257]
                0.00    0.00     406/2059        boost::shared_ptr<Archive> Archive::create<Body>(std::string const&, Body&) [258]
                0.00    0.00     407/2059        boost::shared_ptr<Archive> Archive::create<PhysicalParameters>(std::string const&, PhysicalParameters&) [255]
                0.00    0.00     407/2059        boost::shared_ptr<Archive> Archive::create<InteractingGeometry>(std::string const&, InteractingGeometry&) [256]
                0.00    0.00     407/2059        boost::shared_ptr<Archive> Archive::create<BoundingVolume>(std::string const&, BoundingVolume&) [254]
[886]    0.0    0.00    0.00    2059         boost::any::any<Serializable*>(Serializable* const&) [886]
                0.00    0.00    2059/4118        boost::any::holder<Serializable*>::holder(Serializable* const&) [840]
-----------------------------------------------
                0.00    0.00    2059/2059        boost::any::type() const [150]
[887]    0.0    0.00    0.00    2059         boost::any::holder<Serializable*>::type() const [887]
-----------------------------------------------
                0.00    0.00    2059/2059        boost::any::any(boost::any const&) [201]
[888]    0.0    0.00    0.00    2059         boost::any::holder<Serializable*>::clone() const [888]
                0.00    0.00    2059/4118        boost::any::holder<Serializable*>::holder(Serializable* const&) [840]
-----------------------------------------------
                0.00    0.00       1/2019        MetaBody::postProcessAttributes(bool) [3169]
                0.00    0.00       2/2019        ContainerHandler<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [324]
                0.00    0.00       2/2019        std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&) [560]
                0.00    0.00       2/2019        std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::resize(unsigned int, boost::shared_ptr<Engine> const&) [562]
                0.00    0.00       4/2019        std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::clear() [1685]
                0.00    0.00       8/2019        std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >) [1686]
                0.00    0.00    2000/2019        MetaBody::moveToNextTimeStep() [156]
[889]    0.0    0.00    0.00    2019         std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::end() [889]
                0.00    0.00    2019/4034        __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::__normal_iterator(boost::shared_ptr<Engine>* const&) [842]
-----------------------------------------------
                0.00    0.00       1/2009        MetaBody::postProcessAttributes(bool) [3169]
                0.00    0.00       2/2009        ContainerHandler<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [324]
                0.00    0.00       2/2009        std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&) [560]
                0.00    0.00       4/2009        std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::clear() [1685]
                0.00    0.00    2000/2009        MetaBody::moveToNextTimeStep() [156]
[890]    0.0    0.00    0.00    2009         std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::begin() [890]
                0.00    0.00    2009/4034        __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::__normal_iterator(boost::shared_ptr<Engine>* const&) [842]
-----------------------------------------------
                0.00    0.00       1/2001        Omega::loadSimulation() [345]
                0.00    0.00    2000/2001        NullGUI::loop() [121]
[891]    0.0    0.00    0.00    2001         boost::shared_ptr<MetaBody>::operator->() const [891]
-----------------------------------------------
                0.00    0.00    2000/2000        MetaBody::moveToNextTimeStep() [156]
[892]    0.0    0.00    0.00    2000         DeusExMachina::action(Body*) [892]
                0.00    0.00    2000/78308024     data_start [697]
-----------------------------------------------
                0.00    0.00    2000/2000        NullGUI::loop() [121]
[893]    0.0    0.00    0.00    2000         Omega::getRootBody() [893]
-----------------------------------------------
                0.00    0.00    2000/2000        NullGUI::loop() [121]
[894]    0.0    0.00    0.00    2000         Omega::incrementSimulationTime() [894]
-----------------------------------------------
                0.00    0.00    2000/2000        NullGUI::loop() [121]
[895]    0.0    0.00    0.00    2000         Omega::incrementCurrentIteration() [895]
-----------------------------------------------
                0.00    0.00     231/1819        std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::string const&) [1111]
                0.00    0.00     234/1819        std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::begin() [1105]
                0.00    0.00     330/1819        std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::find(std::string const&) [1092]
                0.00    0.00     379/1819        std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::insert_unique(std::string const&) [1089]
                0.00    0.00     645/1819        std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::end() [1000]
[896]    0.0    0.00    0.00    1819         std::_Rb_tree_iterator<std::string>::_Rb_tree_iterator(std::_Rb_tree_node<std::string>*) [896]
-----------------------------------------------
                0.00    0.00       1/1808        std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert_unique(std::pair<std::string const, DynlibDescriptor> const&) [2140]
                0.00    0.00     127/1808        std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<std::string const, DynlibDescriptor> const&) [1137]
                0.00    0.00     195/1808        std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >, std::pair<std::string const, DynlibDescriptor> const&) [1135]
                0.00    0.00    1485/1808        std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::lower_bound(std::string const&) [933]
[897]    0.0    0.00    0.00    1808         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_end() [897]
-----------------------------------------------
                0.00    0.00    1726/1726        std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_Vector_impl::_Vector_impl(std::allocator<boost::shared_ptr<PhysicalAction> > const&) [1045]
[898]    0.0    0.00    0.00    1726         std::allocator<boost::shared_ptr<PhysicalAction> >::allocator(std::allocator<boost::shared_ptr<PhysicalAction> > const&) [898]
                0.00    0.00    1726/7312        __gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> >::new_allocator(__gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> > const&) [828]
-----------------------------------------------
                0.00    0.00     407/1725        std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&) [20]
                0.00    0.00    1318/1725        std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::~_Vector_base() [940]
[899]    0.0    0.00    0.00    1725         std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_deallocate(boost::shared_ptr<PhysicalAction>*, unsigned int) [899]
                0.00    0.00    1316/1316        __gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> >::deallocate(boost::shared_ptr<PhysicalAction>*, unsigned int) [941]
-----------------------------------------------
                                1725             void std::_Destroy<boost::shared_ptr<PhysicalAction>*>(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*) <cycle 1> [901]
[900]    0.0    0.00    0.00    1725         void std::__destroy_aux<boost::shared_ptr<PhysicalAction>*>(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*, __false_type) <cycle 1> [900]
                                1536             void std::_Destroy<boost::shared_ptr<PhysicalAction> >(boost::shared_ptr<PhysicalAction>*) <cycle 1> [926]
-----------------------------------------------
                                1725             void std::_Destroy<boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction> >(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*, std::allocator<boost::shared_ptr<PhysicalAction> >) <cycle 1> [902]
[901]    0.0    0.00    0.00    1725         void std::_Destroy<boost::shared_ptr<PhysicalAction>*>(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*) <cycle 1> [901]
                                1725             void std::__destroy_aux<boost::shared_ptr<PhysicalAction>*>(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*, __false_type) <cycle 1> [900]
-----------------------------------------------
                                1318             std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::~vector() <cycle 1> [1733]
                0.00    0.00     407/39273816     std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&) [20]
[902]    0.0    0.00    0.00    1725         void std::_Destroy<boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction> >(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*, std::allocator<boost::shared_ptr<PhysicalAction> >) <cycle 1> [902]
                                1725             void std::_Destroy<boost::shared_ptr<PhysicalAction>*>(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*) <cycle 1> [901]
-----------------------------------------------
                0.00    0.00    1723/1723        std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_allocate(unsigned int) [1067]
[903]    0.0    0.00    0.00    1723         __gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> >::allocate(unsigned int, void const*) [903]
                0.00    0.00    1723/1723        __gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> >::max_size() const [904]
-----------------------------------------------
                0.00    0.00    1723/1723        __gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> >::allocate(unsigned int, void const*) [903]
[904]    0.0    0.00    0.00    1723         __gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> >::max_size() const [904]
-----------------------------------------------
                0.00    0.00     407/1665        Se3<double>::Se3(Wm3::Vector3<double>, Wm3::Quaternion<double>) [68]
                0.00    0.00     407/1665        FundamentalHandler<Se3<double> >::creator(Archive&, boost::any&) [15]
                0.00    0.00     851/1665        Se3<double>::Se3() [248]
[905]    0.0    0.00    0.00    1665         Wm3::Quaternion<double>::Quaternion() [905]
-----------------------------------------------
                0.00    0.00    1641/1641        SerializableTypes::Type findType<Wm3::Vector3<double> >(Wm3::Vector3<double>&, bool&, std::string&) [907]
[906]    0.0    0.00    0.00    1641         bool isFundamental<Wm3::Vector3<double> >(Wm3::Vector3<double>&) [906]
                0.00    0.00    8205/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00    1641/1641        boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<double> >(std::string const&, Wm3::Vector3<double>&) [209]
[907]    0.0    0.00    0.00    1641         SerializableTypes::Type findType<Wm3::Vector3<double> >(Wm3::Vector3<double>&, bool&, std::string&) [907]
                0.00    0.00    1641/1641        bool isFundamental<Wm3::Vector3<double> >(Wm3::Vector3<double>&) [906]
-----------------------------------------------
                0.00    0.00    1641/1641        FundamentalHandler<Wm3::Vector3<double> >::creator(Archive&, boost::any&) [227]
[908]    0.0    0.00    0.00    1641         Wm3::Vector3<double>::X() [908]
-----------------------------------------------
                0.00    0.00    1641/1641        FundamentalHandler<Wm3::Vector3<double> >::creator(Archive&, boost::any&) [227]
[909]    0.0    0.00    0.00    1641         Wm3::Vector3<double>::Y() [909]
-----------------------------------------------
                0.00    0.00    1641/1641        FundamentalHandler<Wm3::Vector3<double> >::creator(Archive&, boost::any&) [227]
[910]    0.0    0.00    0.00    1641         Wm3::Vector3<double>::Z() [910]
-----------------------------------------------
                0.00    0.00    1641/1641        boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<double> >(std::string const&, Wm3::Vector3<double>&) [209]
[911]    0.0    0.00    0.00    1641         boost::any::any<Wm3::Vector3<double>*>(Wm3::Vector3<double>* const&) [911]
                0.00    0.00    1641/3282        boost::any::holder<Wm3::Vector3<double>*>::holder(Wm3::Vector3<double>* const&) [858]
-----------------------------------------------
                0.00    0.00    1641/1641        boost::any::type() const [150]
[912]    0.0    0.00    0.00    1641         boost::any::holder<Wm3::Vector3<double>*>::type() const [912]
-----------------------------------------------
                0.00    0.00    1641/1641        boost::any::any(boost::any const&) [201]
[913]    0.0    0.00    0.00    1641         boost::any::holder<Wm3::Vector3<double>*>::clone() const [913]
                0.00    0.00    1641/3282        boost::any::holder<Wm3::Vector3<double>*>::holder(Wm3::Vector3<double>* const&) [858]
-----------------------------------------------
                0.00    0.00    1636/1636        SerializableTypes::Type findType<bool>(bool&, bool&, std::string&) [915]
[914]    0.0    0.00    0.00    1636         bool isFundamental<bool>(bool&) [914]
-----------------------------------------------
                0.00    0.00    1636/1636        boost::shared_ptr<Archive> Archive::create<bool>(std::string const&, bool&) [210]
[915]    0.0    0.00    0.00    1636         SerializableTypes::Type findType<bool>(bool&, bool&, std::string&) [915]
                0.00    0.00    1636/1636        bool isFundamental<bool>(bool&) [914]
-----------------------------------------------
                0.00    0.00    1636/1636        void lexical_copy<bool>(Archive&, boost::any&) [228]
[916]    0.0    0.00    0.00    1636         bool boost::lexical_cast<bool, std::string>(std::string const&) [916]
                0.00    0.00    1636/1636        boost::detail::lexical_stream<bool, std::string>::lexical_stream() [918]
                0.00    0.00    1636/1636        boost::detail::lexical_stream<bool, std::string>::operator<<(std::string const&) [920]
                0.00    0.00    1636/1636        bool boost::detail::lexical_stream<bool, std::string>::operator>><bool>(bool&) [921]
                0.00    0.00    1636/1636        boost::detail::lexical_stream<bool, std::string>::~lexical_stream() [919]
-----------------------------------------------
                0.00    0.00    1636/1636        boost::shared_ptr<Archive> Archive::create<bool>(std::string const&, bool&) [210]
[917]    0.0    0.00    0.00    1636         boost::any::any<bool*>(bool* const&) [917]
                0.00    0.00    1636/3272        boost::any::holder<bool*>::holder(bool* const&) [860]
-----------------------------------------------
                0.00    0.00    1636/1636        bool boost::lexical_cast<bool, std::string>(std::string const&) [916]
[918]    0.0    0.00    0.00    1636         boost::detail::lexical_stream<bool, std::string>::lexical_stream() [918]
                0.00    0.00    1636/15200       std::operator|(std::_Ios_Openmode, std::_Ios_Openmode) [773]
                0.00    0.00    1636/15198       std::ios_base::unsetf(std::_Ios_Fmtflags) [774]
                0.00    0.00    1636/15138       std::ios_base::precision(int) [779]
-----------------------------------------------
                0.00    0.00    1636/1636        bool boost::lexical_cast<bool, std::string>(std::string const&) [916]
[919]    0.0    0.00    0.00    1636         boost::detail::lexical_stream<bool, std::string>::~lexical_stream() [919]
-----------------------------------------------
                0.00    0.00    1636/1636        bool boost::lexical_cast<bool, std::string>(std::string const&) [916]
[920]    0.0    0.00    0.00    1636         boost::detail::lexical_stream<bool, std::string>::operator<<(std::string const&) [920]
-----------------------------------------------
                0.00    0.00    1636/1636        bool boost::lexical_cast<bool, std::string>(std::string const&) [916]
[921]    0.0    0.00    0.00    1636         bool boost::detail::lexical_stream<bool, std::string>::operator>><bool>(bool&) [921]
                0.00    0.00    1636/15171       std::char_traits<char>::eof() [778]
-----------------------------------------------
                0.00    0.00    1636/1636        boost::any::type() const [150]
[922]    0.0    0.00    0.00    1636         boost::any::holder<bool*>::type() const [922]
-----------------------------------------------
                0.00    0.00    1636/1636        boost::any::any(boost::any const&) [201]
[923]    0.0    0.00    0.00    1636         boost::any::holder<bool*>::clone() const [923]
                0.00    0.00    1636/3272        boost::any::holder<bool*>::holder(bool* const&) [860]
-----------------------------------------------
                0.00    0.00     813/1626        boost::any::any<Wm3::Vector3<float>*>(Wm3::Vector3<float>* const&) [982]
                0.00    0.00     813/1626        boost::any::holder<Wm3::Vector3<float>*>::clone() const [984]
[924]    0.0    0.00    0.00    1626         boost::any::holder<Wm3::Vector3<float>*>::holder(Wm3::Vector3<float>* const&) [924]
                0.00    0.00    1626/19104       boost::any::placeholder::placeholder() [769]
-----------------------------------------------
                0.00    0.00    1626/1626        boost::any::~any() [762]
[925]    0.0    0.00    0.00    1626         boost::any::holder<Wm3::Vector3<float>*>::~holder() [925]
                0.00    0.00    1626/19104       boost::any::placeholder::~placeholder() [770]
-----------------------------------------------
                                1536             void std::__destroy_aux<boost::shared_ptr<PhysicalAction>*>(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*, __false_type) <cycle 1> [900]
                0.00    0.00       3/39273816     void std::__destroy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __false_type) [267]
[926]    0.0    0.00    0.00    1539         void std::_Destroy<boost::shared_ptr<PhysicalAction> >(boost::shared_ptr<PhysicalAction>*) <cycle 1> [926]
                                1539             boost::shared_ptr<PhysicalAction>::~shared_ptr() <cycle 1> [139]
-----------------------------------------------
                0.00    0.00       1/1486        std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert_unique(std::pair<std::string const, DynlibDescriptor> const&) [2140]
                0.00    0.00    1485/1486        std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::operator[](std::string const&) [932]
[927]    0.0    0.00    0.00    1486         std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::operator==(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> > const&) const [927]
-----------------------------------------------
                0.00    0.00       1/1486        Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
                0.00    0.00    1485/1486        std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::operator[](std::string const&) [932]
[928]    0.0    0.00    0.00    1486         std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::end() [928]
                0.00    0.00    1486/1486        std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::end() [929]
-----------------------------------------------
                0.00    0.00    1486/1486        std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::end() [928]
[929]    0.0    0.00    0.00    1486         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::end() [929]
                0.00    0.00    1486/3169        std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::_Rb_tree_iterator(std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> >*) [864]
-----------------------------------------------
                0.00    0.00       1/1486        std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert_unique(std::pair<std::string const, DynlibDescriptor> const&) [2140]
                0.00    0.00    1485/1486        std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::lower_bound(std::string const&) [933]
[930]    0.0    0.00    0.00    1486         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_begin() [930]
-----------------------------------------------
                0.00    0.00    1485/1485        std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::operator[](std::string const&) [932]
[931]    0.0    0.00    0.00    1485         std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::lower_bound(std::string const&) [931]
                0.00    0.00    1485/1485        std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::lower_bound(std::string const&) [933]
-----------------------------------------------
                0.00    0.00     660/1485        Omega::isInheritingFrom(std::string const&, std::string const&) [2724]
                0.00    0.00     825/1485        Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[932]    0.0    0.00    0.00    1485         std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::operator[](std::string const&) [932]
                0.00    0.00    2966/3369        std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::operator*() const [857]
                0.00    0.00    1485/1485        std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::lower_bound(std::string const&) [931]
                0.00    0.00    1485/1486        std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::end() [928]
                0.00    0.00    1485/1486        std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::operator==(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> > const&) const [927]
                0.00    0.00    1481/1481        std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::key_comp() const [934]
                0.00    0.00    1481/13437       std::less<std::string>::operator()(std::string const&, std::string const&) const [786]
                0.00    0.00     195/195         DynlibDescriptor::DynlibDescriptor() [1122]
                0.00    0.00     195/195         std::pair<std::string const, DynlibDescriptor>::pair(std::string const&, DynlibDescriptor const&) [1131]
                0.00    0.00     195/195         std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >, std::pair<std::string const, DynlibDescriptor> const&) [1128]
                0.00    0.00     195/195         std::pair<std::string const, DynlibDescriptor>::~pair() [1132]
                0.00    0.00     195/390         DynlibDescriptor::~DynlibDescriptor() [1074]
-----------------------------------------------
                0.00    0.00    1485/1485        std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::lower_bound(std::string const&) [931]
[933]    0.0    0.00    0.00    1485         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::lower_bound(std::string const&) [933]
                0.00    0.00   10482/10482       std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_key(std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > const*) [799]
                0.00    0.00   10482/13437       std::less<std::string>::operator()(std::string const&, std::string const&) const [786]
                0.00    0.00    5846/6030        std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_right(std::_Rb_tree_node_base*) [832]
                0.00    0.00    4636/4636        std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_left(std::_Rb_tree_node_base*) [836]
                0.00    0.00    1485/1486        std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_begin() [930]
                0.00    0.00    1485/1808        std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_end() [897]
                0.00    0.00    1485/3169        std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::_Rb_tree_iterator(std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> >*) [864]
-----------------------------------------------
                0.00    0.00    1481/1481        std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::operator[](std::string const&) [932]
[934]    0.0    0.00    0.00    1481         std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::key_comp() const [934]
                0.00    0.00    1481/1481        std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::key_comp() const [935]
-----------------------------------------------
                0.00    0.00    1481/1481        std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::key_comp() const [934]
[935]    0.0    0.00    0.00    1481         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::key_comp() const [935]
-----------------------------------------------
                0.00    0.00      36/1383        std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::string const&) [1111]
                0.00    0.00     377/1383        std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::insert_unique(std::string const&) [1089]
                0.00    0.00     419/1383        std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_key(std::_Rb_tree_node_base const*) [1028]
                0.00    0.00     551/1383        std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_key(std::_Rb_tree_node<std::string> const*) [1013]
[936]    0.0    0.00    0.00    1383         std::_Identity<std::string>::operator()(std::string const&) const [936]
-----------------------------------------------
                0.00    0.00    1334/1334        bool boost::operator==<boost::filesystem::detail::dir_itr_imp, boost::filesystem::detail::dir_itr_imp>(boost::shared_ptr<boost::filesystem::detail::dir_itr_imp> const&, boost::shared_ptr<boost::filesystem::detail::dir_itr_imp> const&) [990]
[937]    0.0    0.00    0.00    1334         boost::shared_ptr<boost::filesystem::detail::dir_itr_imp>::get() const [937]
-----------------------------------------------
                0.00    0.00    1318/1318        std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_Vector_impl::~_Vector_impl() [939]
[938]    0.0    0.00    0.00    1318         std::allocator<boost::shared_ptr<PhysicalAction> >::~allocator() [938]
                0.00    0.00    1318/7317        __gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> >::~new_allocator() [827]
-----------------------------------------------
                0.00    0.00    1318/1318        std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::~_Vector_base() [940]
[939]    0.0    0.00    0.00    1318         std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_Vector_impl::~_Vector_impl() [939]
                0.00    0.00    1318/1318        std::allocator<boost::shared_ptr<PhysicalAction> >::~allocator() [938]
-----------------------------------------------
                0.00    0.00    1318/1318        std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::~vector() <cycle 1> [1733]
[940]    0.0    0.00    0.00    1318         std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::~_Vector_base() [940]
                0.00    0.00    1318/1725        std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_deallocate(boost::shared_ptr<PhysicalAction>*, unsigned int) [899]
                0.00    0.00    1318/1318        std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_Vector_impl::~_Vector_impl() [939]
-----------------------------------------------
                0.00    0.00    1316/1316        std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_deallocate(boost::shared_ptr<PhysicalAction>*, unsigned int) [899]
[941]    0.0    0.00    0.00    1316         __gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> >::deallocate(boost::shared_ptr<PhysicalAction>*, unsigned int) [941]
-----------------------------------------------
                0.00    0.00    1314/1314        boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::operator++() [995]
[942]    0.0    0.00    0.00    1314         boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::derived() [942]
-----------------------------------------------
                0.00    0.00     407/1221        std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&) [20]
                0.00    0.00     814/1221        std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::resize(unsigned int, boost::shared_ptr<PhysicalAction> const&) [19]
[943]    0.0    0.00    0.00    1221         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::size() const [943]
                0.00    0.00    2944/2944        std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::begin() const [869]
                0.00    0.00    2944/2944        std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::end() const [868]
                0.00    0.00    2944/2944        __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction> const*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<PhysicalAction> const*, boost::shared_ptr<PhysicalAction> const*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction> const*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction> const*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&) [867]
-----------------------------------------------
                0.00    0.00     330/1099        std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::find(std::string const&) [1092]
                0.00    0.00     379/1099        std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::insert_unique(std::string const&) [1089]
                0.00    0.00     390/1099        std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::~_Rb_tree() [1082]
[944]    0.0    0.00    0.00    1099         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_begin() [944]
-----------------------------------------------
                0.00    0.00    1056/1056        std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) [2150]
[945]    0.0    0.00    0.00    1056         std::char_traits<char>::length(char const*) [945]
-----------------------------------------------
                0.00    0.00    1018/1018        Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[946]    0.0    0.00    0.00    1018         boost::shared_ptr<Factorable>::operator->() const [946]
-----------------------------------------------
                0.00    0.00       1/991         Omega::loadSimulation() [345]
                0.00    0.00     336/991         Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
                0.00    0.00     654/991         Omega::scanPlugins() [27]
[947]    0.0    0.00    0.00     991         bool std::operator!=<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*) [947]
-----------------------------------------------
                0.00    0.00     390/975         std::allocator<std::_Rb_tree_node<std::string> >::~allocator() [1076]
                0.00    0.00     585/975         std::allocator<std::_Rb_tree_node<std::string> >::~allocator() [1009]
[948]    0.0    0.00    0.00     975         __gnu_cxx::new_allocator<std::_Rb_tree_node<std::string> >::~new_allocator() [948]
-----------------------------------------------
                0.00    0.00       1/956         NullGUI::run(int, char**) [113]
                0.00    0.00       2/956         Omega::loadSimulation() [345]
                0.00    0.00     953/956         Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[949]    0.0    0.00    0.00     956         bool std::operator==<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*) [949]
-----------------------------------------------
                0.00    0.00     231/940         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::string const&) [1111]
                0.00    0.00     330/940         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::find(std::string const&) [1092]
                0.00    0.00     379/940         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::insert_unique(std::string const&) [1089]
[950]    0.0    0.00    0.00     940         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_end() [950]
-----------------------------------------------
                0.00    0.00     418/836         boost::any::any<int*>(int* const&) [1031]
                0.00    0.00     418/836         boost::any::holder<int*>::clone() const [1037]
[951]    0.0    0.00    0.00     836         boost::any::holder<int*>::holder(int* const&) [951]
                0.00    0.00     836/19104       boost::any::placeholder::placeholder() [769]
-----------------------------------------------
                0.00    0.00     836/836         boost::any::~any() [762]
[952]    0.0    0.00    0.00     836         boost::any::holder<int*>::~holder() [952]
                0.00    0.00     836/19104       boost::any::placeholder::~placeholder() [770]
-----------------------------------------------
                0.00    0.00     417/834         boost::any::any<unsigned int*>(unsigned int* const&) [1041]
                0.00    0.00     417/834         boost::any::holder<unsigned int*>::clone() const [1043]
[953]    0.0    0.00    0.00     834         boost::any::holder<unsigned int*>::holder(unsigned int* const&) [953]
                0.00    0.00     834/19104       boost::any::placeholder::placeholder() [769]
-----------------------------------------------
                0.00    0.00     834/834         boost::any::~any() [762]
[954]    0.0    0.00    0.00     834         boost::any::holder<unsigned int*>::~holder() [954]
                0.00    0.00     834/19104       boost::any::placeholder::~placeholder() [770]
-----------------------------------------------
                0.00    0.00     413/828         InteractingGeometry::InteractingGeometry() [234]
                0.00    0.00     415/828         GeometricalModel::GeometricalModel() [233]
[955]    0.0    0.00    0.00     828         Wm3::Vector3<float>::Vector3() [955]
-----------------------------------------------
                0.00    0.00     814/814         SerializableTypes::Type findType<BoundingVolume>(BoundingVolume&, bool&, std::string&) [959]
[956]    0.0    0.00    0.00     814         bool isFundamental<BoundingVolume>(BoundingVolume&) [956]
                0.00    0.00   13838/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00     814/814         SerializableTypes::Type findType<PhysicalParameters>(PhysicalParameters&, bool&, std::string&) [960]
[957]    0.0    0.00    0.00     814         bool isFundamental<PhysicalParameters>(PhysicalParameters&) [957]
                0.00    0.00   13838/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00     814/814         SerializableTypes::Type findType<InteractingGeometry>(InteractingGeometry&, bool&, std::string&) [961]
[958]    0.0    0.00    0.00     814         bool isFundamental<InteractingGeometry>(InteractingGeometry&) [958]
                0.00    0.00   13838/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00     407/814         SerializableTypes::Type findType<BoundingVolume>(boost::shared_ptr<BoundingVolume>&, bool&, std::string&) [214]
                0.00    0.00     407/814         boost::shared_ptr<Archive> Archive::create<BoundingVolume>(std::string const&, BoundingVolume&) [254]
[959]    0.0    0.00    0.00     814         SerializableTypes::Type findType<BoundingVolume>(BoundingVolume&, bool&, std::string&) [959]
                0.00    0.00     814/814         bool isFundamental<BoundingVolume>(BoundingVolume&) [956]
                0.00    0.00     814/114089      std::type_info::operator==(std::type_info const&) const [722]
                0.00    0.00     814/4259        Singleton<SerializableSingleton>::instance() [839]
                0.00    0.00     814/78308024     data_start [697]
-----------------------------------------------
                0.00    0.00     407/814         SerializableTypes::Type findType<PhysicalParameters>(boost::shared_ptr<PhysicalParameters>&, bool&, std::string&) [218]
                0.00    0.00     407/814         boost::shared_ptr<Archive> Archive::create<PhysicalParameters>(std::string const&, PhysicalParameters&) [255]
[960]    0.0    0.00    0.00     814         SerializableTypes::Type findType<PhysicalParameters>(PhysicalParameters&, bool&, std::string&) [960]
                0.00    0.00     814/814         bool isFundamental<PhysicalParameters>(PhysicalParameters&) [957]
                0.00    0.00     814/114089      std::type_info::operator==(std::type_info const&) const [722]
                0.00    0.00     814/4259        Singleton<SerializableSingleton>::instance() [839]
                0.00    0.00     814/78308024     data_start [697]
-----------------------------------------------
                0.00    0.00     407/814         SerializableTypes::Type findType<InteractingGeometry>(boost::shared_ptr<InteractingGeometry>&, bool&, std::string&) [235]
                0.00    0.00     407/814         boost::shared_ptr<Archive> Archive::create<InteractingGeometry>(std::string const&, InteractingGeometry&) [256]
[961]    0.0    0.00    0.00     814         SerializableTypes::Type findType<InteractingGeometry>(InteractingGeometry&, bool&, std::string&) [961]
                0.00    0.00     814/814         bool isFundamental<InteractingGeometry>(InteractingGeometry&) [958]
                0.00    0.00     814/114089      std::type_info::operator==(std::type_info const&) const [722]
                0.00    0.00     814/4259        Singleton<SerializableSingleton>::instance() [839]
                0.00    0.00     814/78308024     data_start [697]
-----------------------------------------------
                0.00    0.00     407/814         Se3<double>::Se3(Wm3::Vector3<double>, Wm3::Quaternion<double>) [68]
                0.00    0.00     407/814         Se3<double>::operator=(Se3<double> const&) [69]
[962]    0.0    0.00    0.00     814         Wm3::Quaternion<double>::operator=(Wm3::Quaternion<double> const&) [962]
-----------------------------------------------
                0.00    0.00     407/814         boost::any::any<Se3<double>*>(Se3<double>* const&) [1048]
                0.00    0.00     407/814         boost::any::holder<Se3<double>*>::clone() const [1058]
[963]    0.0    0.00    0.00     814         boost::any::holder<Se3<double>*>::holder(Se3<double>* const&) [963]
                0.00    0.00     814/19104       boost::any::placeholder::placeholder() [769]
-----------------------------------------------
                0.00    0.00     814/814         boost::any::~any() [762]
[964]    0.0    0.00    0.00     814         boost::any::holder<Se3<double>*>::~holder() [964]
                0.00    0.00     814/19104       boost::any::placeholder::~placeholder() [770]
-----------------------------------------------
                0.00    0.00     407/814         boost::any::any<boost::shared_ptr<BoundingVolume>*>(boost::shared_ptr<BoundingVolume>* const&) [1049]
                0.00    0.00     407/814         boost::any::holder<boost::shared_ptr<BoundingVolume>*>::clone() const [1060]
[965]    0.0    0.00    0.00     814         boost::any::holder<boost::shared_ptr<BoundingVolume>*>::holder(boost::shared_ptr<BoundingVolume>* const&) [965]
                0.00    0.00     814/19104       boost::any::placeholder::placeholder() [769]
-----------------------------------------------
                0.00    0.00     814/814         boost::any::~any() [762]
[966]    0.0    0.00    0.00     814         boost::any::holder<boost::shared_ptr<BoundingVolume>*>::~holder() [966]
                0.00    0.00     814/19104       boost::any::placeholder::~placeholder() [770]
-----------------------------------------------
                0.00    0.00     407/814         boost::any::any<boost::shared_ptr<GeometricalModel>*>(boost::shared_ptr<GeometricalModel>* const&) [1050]
                0.00    0.00     407/814         boost::any::holder<boost::shared_ptr<GeometricalModel>*>::clone() const [1061]
[967]    0.0    0.00    0.00     814         boost::any::holder<boost::shared_ptr<GeometricalModel>*>::holder(boost::shared_ptr<GeometricalModel>* const&) [967]
                0.00    0.00     814/19104       boost::any::placeholder::placeholder() [769]
-----------------------------------------------
                0.00    0.00     814/814         boost::any::~any() [762]
[968]    0.0    0.00    0.00     814         boost::any::holder<boost::shared_ptr<GeometricalModel>*>::~holder() [968]
                0.00    0.00     814/19104       boost::any::placeholder::~placeholder() [770]
-----------------------------------------------
                0.00    0.00     407/814         boost::any::any<boost::shared_ptr<PhysicalParameters>*>(boost::shared_ptr<PhysicalParameters>* const&) [1051]
                0.00    0.00     407/814         boost::any::holder<boost::shared_ptr<PhysicalParameters>*>::clone() const [1063]
[969]    0.0    0.00    0.00     814         boost::any::holder<boost::shared_ptr<PhysicalParameters>*>::holder(boost::shared_ptr<PhysicalParameters>* const&) [969]
                0.00    0.00     814/19104       boost::any::placeholder::placeholder() [769]
-----------------------------------------------
                0.00    0.00     814/814         boost::any::~any() [762]
[970]    0.0    0.00    0.00     814         boost::any::holder<boost::shared_ptr<PhysicalParameters>*>::~holder() [970]
                0.00    0.00     814/19104       boost::any::placeholder::~placeholder() [770]
-----------------------------------------------
                0.00    0.00     407/814         boost::any::any<boost::shared_ptr<InteractingGeometry>*>(boost::shared_ptr<InteractingGeometry>* const&) [1052]
                0.00    0.00     407/814         boost::any::holder<boost::shared_ptr<InteractingGeometry>*>::clone() const [1065]
[971]    0.0    0.00    0.00     814         boost::any::holder<boost::shared_ptr<InteractingGeometry>*>::holder(boost::shared_ptr<InteractingGeometry>* const&) [971]
                0.00    0.00     814/19104       boost::any::placeholder::placeholder() [769]
-----------------------------------------------
                0.00    0.00     814/814         boost::any::~any() [762]
[972]    0.0    0.00    0.00     814         boost::any::holder<boost::shared_ptr<InteractingGeometry>*>::~holder() [972]
                0.00    0.00     814/19104       boost::any::placeholder::~placeholder() [770]
-----------------------------------------------
                0.00    0.00     813/813         SerializableTypes::Type findType<GeometricalModel>(GeometricalModel&, bool&, std::string&) [976]
[973]    0.0    0.00    0.00     813         bool isFundamental<GeometricalModel>(GeometricalModel&) [973]
                0.00    0.00   13821/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00     813/813         SerializableTypes::Type findType<Body>(Body&, bool&, std::string&) [977]
[974]    0.0    0.00    0.00     813         bool isFundamental<Body>(Body&) [974]
                0.00    0.00   13821/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00     813/813         SerializableTypes::Type findType<Wm3::Vector3<float> >(Wm3::Vector3<float>&, bool&, std::string&) [978]
[975]    0.0    0.00    0.00     813         bool isFundamental<Wm3::Vector3<float> >(Wm3::Vector3<float>&) [975]
                0.00    0.00    3252/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00     406/813         boost::shared_ptr<Archive> Archive::create<GeometricalModel>(std::string const&, GeometricalModel&) [257]
                0.00    0.00     407/813         SerializableTypes::Type findType<GeometricalModel>(boost::shared_ptr<GeometricalModel>&, bool&, std::string&) [236]
[976]    0.0    0.00    0.00     813         SerializableTypes::Type findType<GeometricalModel>(GeometricalModel&, bool&, std::string&) [976]
                0.00    0.00     813/813         bool isFundamental<GeometricalModel>(GeometricalModel&) [973]
                0.00    0.00     813/114089      std::type_info::operator==(std::type_info const&) const [722]
                0.00    0.00     813/4259        Singleton<SerializableSingleton>::instance() [839]
                0.00    0.00     813/78308024     data_start [697]
-----------------------------------------------
                0.00    0.00     406/813         boost::shared_ptr<Archive> Archive::create<Body>(std::string const&, Body&) [258]
                0.00    0.00     407/813         SerializableTypes::Type findType<Body>(boost::shared_ptr<Body>&, bool&, std::string&) [129]
[977]    0.0    0.00    0.00     813         SerializableTypes::Type findType<Body>(Body&, bool&, std::string&) [977]
                0.00    0.00     813/813         bool isFundamental<Body>(Body&) [974]
                0.00    0.00     813/114089      std::type_info::operator==(std::type_info const&) const [722]
                0.00    0.00     813/4259        Singleton<SerializableSingleton>::instance() [839]
                0.00    0.00     813/78308024     data_start [697]
-----------------------------------------------
                0.00    0.00     813/813         boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<float> >(std::string const&, Wm3::Vector3<float>&) [239]
[978]    0.0    0.00    0.00     813         SerializableTypes::Type findType<Wm3::Vector3<float> >(Wm3::Vector3<float>&, bool&, std::string&) [978]
                0.00    0.00     813/813         bool isFundamental<Wm3::Vector3<float> >(Wm3::Vector3<float>&) [975]
-----------------------------------------------
                0.00    0.00     813/813         FundamentalHandler<Wm3::Vector3<float> >::creator(Archive&, boost::any&) [247]
[979]    0.0    0.00    0.00     813         Wm3::Vector3<float>::X() [979]
-----------------------------------------------
                0.00    0.00     813/813         FundamentalHandler<Wm3::Vector3<float> >::creator(Archive&, boost::any&) [247]
[980]    0.0    0.00    0.00     813         Wm3::Vector3<float>::Y() [980]
-----------------------------------------------
                0.00    0.00     813/813         FundamentalHandler<Wm3::Vector3<float> >::creator(Archive&, boost::any&) [247]
[981]    0.0    0.00    0.00     813         Wm3::Vector3<float>::Z() [981]
-----------------------------------------------
                0.00    0.00     813/813         boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<float> >(std::string const&, Wm3::Vector3<float>&) [239]
[982]    0.0    0.00    0.00     813         boost::any::any<Wm3::Vector3<float>*>(Wm3::Vector3<float>* const&) [982]
                0.00    0.00     813/1626        boost::any::holder<Wm3::Vector3<float>*>::holder(Wm3::Vector3<float>* const&) [924]
-----------------------------------------------
                0.00    0.00     813/813         boost::any::type() const [150]
[983]    0.0    0.00    0.00     813         boost::any::holder<Wm3::Vector3<float>*>::type() const [983]
-----------------------------------------------
                0.00    0.00     813/813         boost::any::any(boost::any const&) [201]
[984]    0.0    0.00    0.00     813         boost::any::holder<Wm3::Vector3<float>*>::clone() const [984]
                0.00    0.00     813/1626        boost::any::holder<Wm3::Vector3<float>*>::holder(Wm3::Vector3<float>* const&) [924]
-----------------------------------------------
                0.00    0.00     812/812         boost::any::~any() [762]
[985]    0.0    0.00    0.00     812         boost::any::holder<boost::shared_ptr<Body>*>::~holder() [985]
                0.00    0.00     812/19104       boost::any::placeholder::~placeholder() [770]
-----------------------------------------------
                0.00    0.00     330/715         Omega::isInheritingFrom(std::string const&, std::string const&) [2724]
                0.00    0.00     385/715         Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[986]    0.0    0.00    0.00     715         std::_Rb_tree_const_iterator<std::string>::operator!=(std::_Rb_tree_const_iterator<std::string> const&) const [986]
-----------------------------------------------
                0.00    0.00     330/709         std::set<std::string, std::less<std::string>, std::allocator<std::string> >::find(std::string const&) [1091]
                0.00    0.00     379/709         std::set<std::string, std::less<std::string>, std::allocator<std::string> >::insert(std::string const&) [1086]
[987]    0.0    0.00    0.00     709         std::_Rb_tree_const_iterator<std::string>::_Rb_tree_const_iterator(std::_Rb_tree_iterator<std::string> const&) [987]
-----------------------------------------------
                0.00    0.00     186/702         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::begin() const [1142]
                0.00    0.00     516/702         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::end() const [1016]
[988]    0.0    0.00    0.00     702         std::_Rb_tree_const_iterator<std::string>::_Rb_tree_const_iterator(std::_Rb_tree_node<std::string> const*) [988]
-----------------------------------------------
                0.00    0.00     667/667         boost::detail::enable_if_interoperable<boost::filesystem::directory_iterator, boost::filesystem::directory_iterator, boost::mpl::apply2<boost::detail::always_bool2, boost::filesystem::directory_iterator, boost::filesystem::directory_iterator>::type>::type boost::operator!=<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int, boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>(boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int> const&, boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int> const&) [991]
[989]    0.0    0.00    0.00     667         bool boost::iterator_core_access::equal<boost::filesystem::directory_iterator, boost::filesystem::directory_iterator>(boost::filesystem::directory_iterator const&, boost::filesystem::directory_iterator const&, mpl_::bool_<true>) [989]
                0.00    0.00     667/667         boost::filesystem::directory_iterator::equal(boost::filesystem::directory_iterator const&) const [993]
-----------------------------------------------
                0.00    0.00     667/667         boost::filesystem::directory_iterator::equal(boost::filesystem::directory_iterator const&) const [993]
[990]    0.0    0.00    0.00     667         bool boost::operator==<boost::filesystem::detail::dir_itr_imp, boost::filesystem::detail::dir_itr_imp>(boost::shared_ptr<boost::filesystem::detail::dir_itr_imp> const&, boost::shared_ptr<boost::filesystem::detail::dir_itr_imp> const&) [990]
                0.00    0.00    1334/1334        boost::shared_ptr<boost::filesystem::detail::dir_itr_imp>::get() const [937]
-----------------------------------------------
                0.00    0.00     667/667         Omega::scanPlugins() [27]
[991]    0.0    0.00    0.00     667         boost::detail::enable_if_interoperable<boost::filesystem::directory_iterator, boost::filesystem::directory_iterator, boost::mpl::apply2<boost::detail::always_bool2, boost::filesystem::directory_iterator, boost::filesystem::directory_iterator>::type>::type boost::operator!=<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int, boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>(boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int> const&, boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int> const&) [991]
                0.00    0.00     667/667         bool boost::iterator_core_access::equal<boost::filesystem::directory_iterator, boost::filesystem::directory_iterator>(boost::filesystem::directory_iterator const&, boost::filesystem::directory_iterator const&, mpl_::bool_<true>) [989]
-----------------------------------------------
                0.00    0.00       2/667         Omega::Omega() [663]
                0.00    0.00       8/667         main [25]
                0.00    0.00     657/667         Omega::scanPlugins() [27]
[992]    0.0    0.00    0.00     667         log4cxx::helpers::ObjectPtrT<log4cxx::Logger>::operator->() [992]
-----------------------------------------------
                0.00    0.00     667/667         bool boost::iterator_core_access::equal<boost::filesystem::directory_iterator, boost::filesystem::directory_iterator>(boost::filesystem::directory_iterator const&, boost::filesystem::directory_iterator const&, mpl_::bool_<true>) [989]
[993]    0.0    0.00    0.00     667         boost::filesystem::directory_iterator::equal(boost::filesystem::directory_iterator const&) const [993]
                0.00    0.00     667/667         bool boost::operator==<boost::filesystem::detail::dir_itr_imp, boost::filesystem::detail::dir_itr_imp>(boost::shared_ptr<boost::filesystem::detail::dir_itr_imp> const&, boost::shared_ptr<boost::filesystem::detail::dir_itr_imp> const&) [990]
-----------------------------------------------
                0.00    0.00     657/657         void boost::iterator_core_access::increment<boost::filesystem::directory_iterator>(boost::filesystem::directory_iterator&) [996]
[994]    0.0    0.00    0.00     657         boost::filesystem::directory_iterator::increment() [994]
-----------------------------------------------
                0.00    0.00     657/657         Omega::scanPlugins() [27]
[995]    0.0    0.00    0.00     657         boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::operator++() [995]
                0.00    0.00    1314/1314        boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::derived() [942]
                0.00    0.00     657/657         void boost::iterator_core_access::increment<boost::filesystem::directory_iterator>(boost::filesystem::directory_iterator&) [996]
-----------------------------------------------
                0.00    0.00     657/657         boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::operator++() [995]
[996]    0.0    0.00    0.00     657         void boost::iterator_core_access::increment<boost::filesystem::directory_iterator>(boost::filesystem::directory_iterator&) [996]
                0.00    0.00     657/657         boost::filesystem::directory_iterator::increment() [994]
-----------------------------------------------
                0.00    0.00       3/657         MetaDispatchingEngine::findFunctorArguments(std::string const&) [621]
                0.00    0.00     654/657         Omega::scanPlugins() [27]
[997]    0.0    0.00    0.00     657         bool std::operator==<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) [997]
-----------------------------------------------
                0.00    0.00     654/654         boost::detail::operator_arrow_result<boost::filesystem::path, boost::filesystem::path&, boost::filesystem::path*>::make(boost::filesystem::path&) [999]
[998]    0.0    0.00    0.00     654         boost::filesystem::path* boost::implicit_cast<boost::filesystem::path*>(boost::mpl::identity<boost::filesystem::path*>::type) [998]
-----------------------------------------------
                0.00    0.00     654/654         boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::operator->() const [79]
[999]    0.0    0.00    0.00     654         boost::detail::operator_arrow_result<boost::filesystem::path, boost::filesystem::path&, boost::filesystem::path*>::make(boost::filesystem::path&) [999]
                0.00    0.00     654/654         boost::filesystem::path* boost::implicit_cast<boost::filesystem::path*>(boost::mpl::identity<boost::filesystem::path*>::type) [998]
-----------------------------------------------
                0.00    0.00     645/645         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::find(std::string const&) [1092]
[1000]   0.0    0.00    0.00     645         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::end() [1000]
                0.00    0.00     645/1819        std::_Rb_tree_iterator<std::string>::_Rb_tree_iterator(std::_Rb_tree_node<std::string>*) [896]
-----------------------------------------------
                0.00    0.00     318/636         std::vector<int, std::allocator<int> >::begin() const [1099]
                0.00    0.00     318/636         std::vector<int, std::allocator<int> >::end() const [1098]
[1001]   0.0    0.00    0.00     636         __gnu_cxx::__normal_iterator<int const*, std::vector<int, std::allocator<int> > >::__normal_iterator(int const* const&) [1001]
-----------------------------------------------
                0.00    0.00     231/621         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_create_node(std::string const&) [1110]
                0.00    0.00     390/621         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_Rb_tree(std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> > const&) [1081]
[1002]   0.0    0.00    0.00     621         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::get_allocator() const [1002]
                0.00    0.00     621/621         std::allocator<std::string>::allocator<std::_Rb_tree_node<std::string> >(std::allocator<std::_Rb_tree_node<std::string> > const&) [1003]
-----------------------------------------------
                0.00    0.00     621/621         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::get_allocator() const [1002]
[1003]   0.0    0.00    0.00     621         std::allocator<std::string>::allocator<std::_Rb_tree_node<std::string> >(std::allocator<std::_Rb_tree_node<std::string> > const&) [1003]
                0.00    0.00     621/4770        __gnu_cxx::new_allocator<std::string>::new_allocator() [835]
-----------------------------------------------
                0.00    0.00       1/617         FrontEnd::getBaseClassName(unsigned int) const [2117]
                0.00    0.00       1/617         PhysicalActionContainer::getBaseClassName(unsigned int) const [2065]
                0.00    0.00       1/617         StandAloneSimulator::getBaseClassName(unsigned int) const [2064]
                0.00    0.00       2/617         BodyContainer::getBaseClassName(unsigned int) const [1808]
                0.00    0.00       2/617         Engine::getBaseClassName(unsigned int) const [1835]
                0.00    0.00       2/617         FrontEnd::getBaseClassNumber() [1795]
                0.00    0.00       2/617         InteractionContainer::getBaseClassName(unsigned int) const [1809]
                0.00    0.00       2/617         PhysicalActionContainer::getBaseClassNumber() [1751]
                0.00    0.00       2/617         StandAloneSimulator::getBaseClassNumber() [1749]
                0.00    0.00       3/617         std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >::operator=(std::string const&) [1730]
                0.00    0.00       3/617         TimeStepper::getBaseClassName(unsigned int) const [1723]
                0.00    0.00       4/617         BodyContainer::getBaseClassNumber() [1622]
                0.00    0.00       4/617         Engine::getBaseClassNumber() [1650]
                0.00    0.00       4/617         InteractionContainer::getBaseClassNumber() [1623]
                0.00    0.00       5/617         InteractionPhysics::getBaseClassName(unsigned int) const [1613]
                0.00    0.00       6/617         StandAloneEngine::getBaseClassName(unsigned int) const [1579]
                0.00    0.00       6/617         TimeStepper::getBaseClassNumber() [1564]
                0.00    0.00       7/617         InteractionGeometry::getBaseClassName(unsigned int) const [1551]
                0.00    0.00       7/617         DeusExMachina::getBaseClassName(unsigned int) const [1550]
                0.00    0.00       8/617         BoundingVolume::getBaseClassName(unsigned int) const [1655]
                0.00    0.00       8/617         MetaEngine::getBaseClassName(unsigned int) const [1511]
                0.00    0.00       9/617         boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::date_generator_formatter() [2045]
                0.00    0.00      10/617         InteractionPhysics::getBaseClassNumber() [1450]
                0.00    0.00      12/617         BoundingVolume::getBaseClassNumber() [1565]
                0.00    0.00      12/617         StandAloneEngine::getBaseClassNumber() [1426]
                0.00    0.00      14/617         InteractionGeometry::getBaseClassNumber() [1395]
                0.00    0.00      14/617         DeusExMachina::getBaseClassNumber() [1393]
                0.00    0.00      14/617         FileGenerator::getBaseClassName(unsigned int) const [1400]
                0.00    0.00      16/617         PhysicalAction::getBaseClassName(unsigned int) const [1512]
                0.00    0.00      16/617         MetaEngine::getBaseClassNumber() [1359]
                0.00    0.00      20/617         InteractingGeometry::getBaseClassName(unsigned int) const [1470]
                0.00    0.00      24/617         PhysicalAction::getBaseClassNumber() [1425]
                0.00    0.00      28/617         FileGenerator::getBaseClassNumber() [1260]
                0.00    0.00      28/617         PhysicalParameters::getBaseClassName(unsigned int) const [1401]
                0.00    0.00      30/617         InteractingGeometry::getBaseClassNumber() [1387]
                0.00    0.00      32/617         GeometricalModel::getBaseClassName(unsigned int) const [1368]
                0.00    0.00      42/617         PhysicalParameters::getBaseClassNumber() [1288]
                0.00    0.00      48/617         GeometricalModel::getBaseClassNumber() [1272]
                0.00    0.00     168/617         Omega::scanPlugins() [27]
[1004]   0.0    0.00    0.00     617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00   10257/26521       std::vector<std::string, std::allocator<std::string> >::end() [751]
                0.00    0.00   10257/10257       std::vector<std::string, std::allocator<std::string> >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string const&) [809]
                0.00    0.00    1394/11882       __gnu_cxx::new_allocator<std::string>::construct(std::string*, std::string const&) [794]
-----------------------------------------------
                0.00    0.00     585/585         std::allocator<std::_Rb_tree_node<std::string> >::allocator(std::allocator<std::_Rb_tree_node<std::string> > const&) [1008]
[1005]   0.0    0.00    0.00     585         __gnu_cxx::new_allocator<std::_Rb_tree_node<std::string> >::new_allocator(__gnu_cxx::new_allocator<std::_Rb_tree_node<std::string> > const&) [1005]
-----------------------------------------------
                0.00    0.00     585/585         std::allocator<std::_Rb_tree_node<std::string> >::allocator<std::string>(std::allocator<std::string> const&) [1007]
[1006]   0.0    0.00    0.00     585         __gnu_cxx::new_allocator<std::_Rb_tree_node<std::string> >::new_allocator() [1006]
-----------------------------------------------
                0.00    0.00     195/585         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_Rb_tree(std::less<std::string> const&, std::allocator<std::string> const&) [1133]
                0.00    0.00     390/585         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_Rb_tree(std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> > const&) [1081]
[1007]   0.0    0.00    0.00     585         std::allocator<std::_Rb_tree_node<std::string> >::allocator<std::string>(std::allocator<std::string> const&) [1007]
                0.00    0.00     585/585         __gnu_cxx::new_allocator<std::_Rb_tree_node<std::string> >::new_allocator() [1006]
-----------------------------------------------
                0.00    0.00     585/585         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_Rb_tree_impl<std::less<std::string>, false>::_Rb_tree_impl(std::allocator<std::_Rb_tree_node<std::string> > const&, std::less<std::string> const&) [1010]
[1008]   0.0    0.00    0.00     585         std::allocator<std::_Rb_tree_node<std::string> >::allocator(std::allocator<std::_Rb_tree_node<std::string> > const&) [1008]
                0.00    0.00     585/585         __gnu_cxx::new_allocator<std::_Rb_tree_node<std::string> >::new_allocator(__gnu_cxx::new_allocator<std::_Rb_tree_node<std::string> > const&) [1005]
-----------------------------------------------
                0.00    0.00     195/585         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_Rb_tree(std::less<std::string> const&, std::allocator<std::string> const&) [1133]
                0.00    0.00     390/585         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_Rb_tree(std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> > const&) [1081]
[1009]   0.0    0.00    0.00     585         std::allocator<std::_Rb_tree_node<std::string> >::~allocator() [1009]
                0.00    0.00     585/975         __gnu_cxx::new_allocator<std::_Rb_tree_node<std::string> >::~new_allocator() [948]
-----------------------------------------------
                0.00    0.00     195/585         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_Rb_tree(std::less<std::string> const&, std::allocator<std::string> const&) [1133]
                0.00    0.00     390/585         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_Rb_tree(std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> > const&) [1081]
[1010]   0.0    0.00    0.00     585         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_Rb_tree_impl<std::less<std::string>, false>::_Rb_tree_impl(std::allocator<std::_Rb_tree_node<std::string> > const&, std::less<std::string> const&) [1010]
                0.00    0.00     585/585         std::allocator<std::_Rb_tree_node<std::string> >::allocator(std::allocator<std::_Rb_tree_node<std::string> > const&) [1008]
-----------------------------------------------
                0.00    0.00     234/564         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::insert_unique(std::string const&) [1089]
                0.00    0.00     330/564         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::find(std::string const&) [1092]
[1011]   0.0    0.00    0.00     564         std::_Rb_tree_iterator<std::string>::operator==(std::_Rb_tree_iterator<std::string> const&) const [1011]
-----------------------------------------------
                0.00    0.00     560/560         __gnu_cxx::__normal_iterator<int const*, std::vector<int, std::allocator<int> > >::difference_type __gnu_cxx::operator-<int const*, int const*, std::vector<int, std::allocator<int> > >(__gnu_cxx::__normal_iterator<int const*, std::vector<int, std::allocator<int> > > const&, __gnu_cxx::__normal_iterator<int const*, std::vector<int, std::allocator<int> > > const&) [1097]
[1012]   0.0    0.00    0.00     560         __gnu_cxx::__normal_iterator<int const*, std::vector<int, std::allocator<int> > >::base() const [1012]
-----------------------------------------------
                0.00    0.00     221/551         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::insert_unique(std::string const&) [1089]
                0.00    0.00     330/551         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::find(std::string const&) [1092]
[1013]   0.0    0.00    0.00     551         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_key(std::_Rb_tree_node<std::string> const*) [1013]
                0.00    0.00     551/551         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_value(std::_Rb_tree_node<std::string> const*) [1014]
                0.00    0.00     551/1383        std::_Identity<std::string>::operator()(std::string const&) const [936]
-----------------------------------------------
                0.00    0.00     551/551         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_key(std::_Rb_tree_node<std::string> const*) [1013]
[1014]   0.0    0.00    0.00     551         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_value(std::_Rb_tree_node<std::string> const*) [1014]
-----------------------------------------------
                0.00    0.00     186/516         Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
                0.00    0.00     330/516         Omega::isInheritingFrom(std::string const&, std::string const&) [2724]
[1015]   0.0    0.00    0.00     516         std::set<std::string, std::less<std::string>, std::allocator<std::string> >::end() const [1015]
                0.00    0.00     516/516         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::end() const [1016]
-----------------------------------------------
                0.00    0.00     516/516         std::set<std::string, std::less<std::string>, std::allocator<std::string> >::end() const [1015]
[1016]   0.0    0.00    0.00     516         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::end() const [1016]
                0.00    0.00     516/702         std::_Rb_tree_const_iterator<std::string>::_Rb_tree_const_iterator(std::_Rb_tree_node<std::string> const*) [988]
-----------------------------------------------
                0.00    0.00     126/504         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<std::string const, DynlibDescriptor> const&) [1137]
                0.00    0.00     378/504         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >, std::pair<std::string const, DynlibDescriptor> const&) [1135]
[1017]   0.0    0.00    0.00     504         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_key(std::_Rb_tree_node_base const*) [1017]
                0.00    0.00     504/504         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_value(std::_Rb_tree_node_base const*) [1018]
                0.00    0.00     504/11490       std::_Select1st<std::pair<std::string const, DynlibDescriptor> >::operator()(std::pair<std::string const, DynlibDescriptor> const&) const [795]
-----------------------------------------------
                0.00    0.00     504/504         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_key(std::_Rb_tree_node_base const*) [1017]
[1018]   0.0    0.00    0.00     504         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_value(std::_Rb_tree_node_base const*) [1018]
-----------------------------------------------
                0.00    0.00       2/492         bool __gnu_cxx::operator!=<int*, std::vector<int, std::allocator<int> > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > const&, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > const&) [2063]
                0.00    0.00      16/492         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::difference_type __gnu_cxx::operator-<int*, int*, std::vector<int, std::allocator<int> > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > const&, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > const&) [1510]
                0.00    0.00      36/492         std::vector<int, std::allocator<int> >::_M_insert_aux(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int const&) [628]
                0.00    0.00     120/492         std::vector<int, std::allocator<int> >::_M_fill_insert(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [522]
                0.00    0.00     318/492         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >) [607]
[1019]   0.0    0.00    0.00     492         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::base() const [1019]
-----------------------------------------------
                0.00    0.00       1/477         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&) [62]
                0.00    0.00       2/477         std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&) [560]
                0.00    0.00       2/477         std::_Deque_base<char, std::allocator<char> >::_M_initialize_map(unsigned int) [1860]
                0.00    0.00       8/477         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&) [1528]
                0.00    0.00      17/477         std::vector<std::string, std::allocator<std::string> >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&) [1341]
                0.00    0.00      40/477         std::vector<int, std::allocator<int> >::_M_fill_insert(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [522]
                0.00    0.00     407/477         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&) [20]
[1020]   0.0    0.00    0.00     477         unsigned int const& std::max<unsigned int>(unsigned int const&, unsigned int const&) [1020]
-----------------------------------------------
                0.00    0.00     431/431         unsigned int boost::lexical_cast<unsigned int, std::string>(std::string const&) [1040]
[1021]   0.0    0.00    0.00     431         boost::detail::lexical_stream<unsigned int, std::string>::lexical_stream() [1021]
                0.00    0.00     431/15200       std::operator|(std::_Ios_Openmode, std::_Ios_Openmode) [773]
                0.00    0.00     431/15198       std::ios_base::unsetf(std::_Ios_Fmtflags) [774]
                0.00    0.00     431/15138       std::ios_base::precision(int) [779]
-----------------------------------------------
                0.00    0.00     431/431         unsigned int boost::lexical_cast<unsigned int, std::string>(std::string const&) [1040]
[1022]   0.0    0.00    0.00     431         boost::detail::lexical_stream<unsigned int, std::string>::~lexical_stream() [1022]
-----------------------------------------------
                0.00    0.00     431/431         unsigned int boost::lexical_cast<unsigned int, std::string>(std::string const&) [1040]
[1023]   0.0    0.00    0.00     431         boost::detail::lexical_stream<unsigned int, std::string>::operator<<(std::string const&) [1023]
-----------------------------------------------
                0.00    0.00     431/431         unsigned int boost::lexical_cast<unsigned int, std::string>(std::string const&) [1040]
[1024]   0.0    0.00    0.00     431         bool boost::detail::lexical_stream<unsigned int, std::string>::operator>><unsigned int>(unsigned int&) [1024]
                0.00    0.00     431/15171       std::char_traits<char>::eof() [778]
-----------------------------------------------
                0.00    0.00     419/419         SerializableTypes::Type findType<int>(int&, bool&, std::string&) [1026]
[1025]   0.0    0.00    0.00     419         bool isFundamental<int>(int&) [1025]
-----------------------------------------------
                0.00    0.00       1/419         SerializableTypes::Type findType<int>(std::vector<int, std::allocator<int> >&, bool&, std::string&) [1922]
                0.00    0.00     418/419         boost::shared_ptr<Archive> Archive::create<int>(std::string const&, int&) [252]
[1026]   0.0    0.00    0.00     419         SerializableTypes::Type findType<int>(int&, bool&, std::string&) [1026]
                0.00    0.00     419/419         bool isFundamental<int>(int&) [1025]
-----------------------------------------------
                0.00    0.00       1/419         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&) [62]
                0.00    0.00       2/419         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::resize(unsigned int, boost::shared_ptr<Body> const&) [61]
                0.00    0.00      10/419         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> const&) [24]
                0.00    0.00     406/419         ContainerHandler<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [91]
[1027]   0.0    0.00    0.00     419         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::size() const [1027]
                0.00    0.00    6830/6830        std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::begin() const [831]
                0.00    0.00    6830/6830        std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::end() const [830]
                0.00    0.00    6830/6830        __gnu_cxx::__normal_iterator<boost::shared_ptr<Body> const*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<Body> const*, boost::shared_ptr<Body> const*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body> const*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body> const*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&) [829]
-----------------------------------------------
                0.00    0.00      36/419         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::string const&) [1111]
                0.00    0.00     156/419         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::insert_unique(std::string const&) [1089]
                0.00    0.00     227/419         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::find(std::string const&) [1092]
[1028]   0.0    0.00    0.00     419         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_key(std::_Rb_tree_node_base const*) [1028]
                0.00    0.00     419/419         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_value(std::_Rb_tree_node_base const*) [1029]
                0.00    0.00     419/1383        std::_Identity<std::string>::operator()(std::string const&) const [936]
-----------------------------------------------
                0.00    0.00     419/419         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_key(std::_Rb_tree_node_base const*) [1028]
[1029]   0.0    0.00    0.00     419         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_value(std::_Rb_tree_node_base const*) [1029]
-----------------------------------------------
                0.00    0.00     418/418         void lexical_copy<int>(Archive&, boost::any&) [265]
[1030]   0.0    0.00    0.00     418         int boost::lexical_cast<int, std::string>(std::string const&) [1030]
                0.00    0.00     418/418         boost::detail::lexical_stream<int, std::string>::lexical_stream() [1032]
                0.00    0.00     418/418         boost::detail::lexical_stream<int, std::string>::operator<<(std::string const&) [1034]
                0.00    0.00     418/418         bool boost::detail::lexical_stream<int, std::string>::operator>><int>(int&) [1035]
                0.00    0.00     418/418         boost::detail::lexical_stream<int, std::string>::~lexical_stream() [1033]
-----------------------------------------------
                0.00    0.00     418/418         boost::shared_ptr<Archive> Archive::create<int>(std::string const&, int&) [252]
[1031]   0.0    0.00    0.00     418         boost::any::any<int*>(int* const&) [1031]
                0.00    0.00     418/836         boost::any::holder<int*>::holder(int* const&) [951]
-----------------------------------------------
                0.00    0.00     418/418         int boost::lexical_cast<int, std::string>(std::string const&) [1030]
[1032]   0.0    0.00    0.00     418         boost::detail::lexical_stream<int, std::string>::lexical_stream() [1032]
                0.00    0.00     418/15200       std::operator|(std::_Ios_Openmode, std::_Ios_Openmode) [773]
                0.00    0.00     418/15198       std::ios_base::unsetf(std::_Ios_Fmtflags) [774]
                0.00    0.00     418/15138       std::ios_base::precision(int) [779]
-----------------------------------------------
                0.00    0.00     418/418         int boost::lexical_cast<int, std::string>(std::string const&) [1030]
[1033]   0.0    0.00    0.00     418         boost::detail::lexical_stream<int, std::string>::~lexical_stream() [1033]
-----------------------------------------------
                0.00    0.00     418/418         int boost::lexical_cast<int, std::string>(std::string const&) [1030]
[1034]   0.0    0.00    0.00     418         boost::detail::lexical_stream<int, std::string>::operator<<(std::string const&) [1034]
-----------------------------------------------
                0.00    0.00     418/418         int boost::lexical_cast<int, std::string>(std::string const&) [1030]
[1035]   0.0    0.00    0.00     418         bool boost::detail::lexical_stream<int, std::string>::operator>><int>(int&) [1035]
                0.00    0.00     418/15171       std::char_traits<char>::eof() [778]
-----------------------------------------------
                0.00    0.00     418/418         boost::any::type() const [150]
[1036]   0.0    0.00    0.00     418         boost::any::holder<int*>::type() const [1036]
-----------------------------------------------
                0.00    0.00     418/418         boost::any::any(boost::any const&) [201]
[1037]   0.0    0.00    0.00     418         boost::any::holder<int*>::clone() const [1037]
                0.00    0.00     418/836         boost::any::holder<int*>::holder(int* const&) [951]
-----------------------------------------------
                0.00    0.00     417/417         SerializableTypes::Type findType<unsigned int>(unsigned int&, bool&, std::string&) [1039]
[1038]   0.0    0.00    0.00     417         bool isFundamental<unsigned int>(unsigned int&) [1038]
-----------------------------------------------
                0.00    0.00     417/417         boost::shared_ptr<Archive> Archive::create<unsigned int>(std::string const&, unsigned int&) [253]
[1039]   0.0    0.00    0.00     417         SerializableTypes::Type findType<unsigned int>(unsigned int&, bool&, std::string&) [1039]
                0.00    0.00     417/417         bool isFundamental<unsigned int>(unsigned int&) [1038]
-----------------------------------------------
                0.00    0.00     417/417         void lexical_copy<unsigned int>(Archive&, boost::any&) [270]
[1040]   0.0    0.00    0.00     417         unsigned int boost::lexical_cast<unsigned int, std::string>(std::string const&) [1040]
                0.00    0.00     431/431         boost::detail::lexical_stream<unsigned int, std::string>::lexical_stream() [1021]
                0.00    0.00     431/431         boost::detail::lexical_stream<unsigned int, std::string>::operator<<(std::string const&) [1023]
                0.00    0.00     431/431         bool boost::detail::lexical_stream<unsigned int, std::string>::operator>><unsigned int>(unsigned int&) [1024]
                0.00    0.00     431/431         boost::detail::lexical_stream<unsigned int, std::string>::~lexical_stream() [1022]
-----------------------------------------------
                0.00    0.00     417/417         boost::shared_ptr<Archive> Archive::create<unsigned int>(std::string const&, unsigned int&) [253]
[1041]   0.0    0.00    0.00     417         boost::any::any<unsigned int*>(unsigned int* const&) [1041]
                0.00    0.00     417/834         boost::any::holder<unsigned int*>::holder(unsigned int* const&) [953]
-----------------------------------------------
                0.00    0.00     417/417         boost::any::type() const [150]
[1042]   0.0    0.00    0.00     417         boost::any::holder<unsigned int*>::type() const [1042]
-----------------------------------------------
                0.00    0.00     417/417         boost::any::any(boost::any const&) [201]
[1043]   0.0    0.00    0.00     417         boost::any::holder<unsigned int*>::clone() const [1043]
                0.00    0.00     417/834         boost::any::holder<unsigned int*>::holder(unsigned int* const&) [953]
-----------------------------------------------
                0.00    0.00     413/413         std::allocator<boost::shared_ptr<PhysicalAction> >::allocator() [1667]
[1044]   0.0    0.00    0.00     413         __gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> >::new_allocator() [1044]
-----------------------------------------------
                0.00    0.00     413/413         std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_Vector_base(std::allocator<boost::shared_ptr<PhysicalAction> > const&) [1046]
[1045]   0.0    0.00    0.00     413         std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_Vector_impl::_Vector_impl(std::allocator<boost::shared_ptr<PhysicalAction> > const&) [1045]
                0.00    0.00    1726/1726        std::allocator<boost::shared_ptr<PhysicalAction> >::allocator(std::allocator<boost::shared_ptr<PhysicalAction> > const&) [898]
-----------------------------------------------
                0.00    0.00     413/413         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::vector(std::allocator<boost::shared_ptr<PhysicalAction> > const&) [191]
[1046]   0.0    0.00    0.00     413         std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_Vector_base(std::allocator<boost::shared_ptr<PhysicalAction> > const&) [1046]
                0.00    0.00     413/413         std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_Vector_impl::_Vector_impl(std::allocator<boost::shared_ptr<PhysicalAction> > const&) [1045]
-----------------------------------------------
                0.00    0.00     408/408         boost::any::type() const [150]
[1047]   0.0    0.00    0.00     408         boost::any::holder<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>::type() const [1047]
-----------------------------------------------
                0.00    0.00     407/407         boost::shared_ptr<Archive> Archive::create<Se3<double> >(std::string const&, Se3<double>&) [128]
[1048]   0.0    0.00    0.00     407         boost::any::any<Se3<double>*>(Se3<double>* const&) [1048]
                0.00    0.00     407/814         boost::any::holder<Se3<double>*>::holder(Se3<double>* const&) [963]
-----------------------------------------------
                0.00    0.00     407/407         boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BoundingVolume> >(std::string const&, boost::shared_ptr<BoundingVolume>&) [179]
[1049]   0.0    0.00    0.00     407         boost::any::any<boost::shared_ptr<BoundingVolume>*>(boost::shared_ptr<BoundingVolume>* const&) [1049]
                0.00    0.00     407/814         boost::any::holder<boost::shared_ptr<BoundingVolume>*>::holder(boost::shared_ptr<BoundingVolume>* const&) [965]
-----------------------------------------------
                0.00    0.00     407/407         boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<GeometricalModel> >(std::string const&, boost::shared_ptr<GeometricalModel>&) [224]
[1050]   0.0    0.00    0.00     407         boost::any::any<boost::shared_ptr<GeometricalModel>*>(boost::shared_ptr<GeometricalModel>* const&) [1050]
                0.00    0.00     407/814         boost::any::holder<boost::shared_ptr<GeometricalModel>*>::holder(boost::shared_ptr<GeometricalModel>* const&) [967]
-----------------------------------------------
                0.00    0.00     407/407         boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalParameters> >(std::string const&, boost::shared_ptr<PhysicalParameters>&) [206]
[1051]   0.0    0.00    0.00     407         boost::any::any<boost::shared_ptr<PhysicalParameters>*>(boost::shared_ptr<PhysicalParameters>* const&) [1051]
                0.00    0.00     407/814         boost::any::holder<boost::shared_ptr<PhysicalParameters>*>::holder(boost::shared_ptr<PhysicalParameters>* const&) [969]
-----------------------------------------------
                0.00    0.00     407/407         boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractingGeometry> >(std::string const&, boost::shared_ptr<InteractingGeometry>&) [223]
[1052]   0.0    0.00    0.00     407         boost::any::any<boost::shared_ptr<InteractingGeometry>*>(boost::shared_ptr<InteractingGeometry>* const&) [1052]
                0.00    0.00     407/814         boost::any::holder<boost::shared_ptr<InteractingGeometry>*>::holder(boost::shared_ptr<InteractingGeometry>* const&) [971]
-----------------------------------------------
                0.00    0.00     407/407         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&) [20]
[1053]   0.0    0.00    0.00     407         __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::operator+=(int const&) [1053]
-----------------------------------------------
                0.00    0.00     407/407         PointerHandler<boost::shared_ptr<BoundingVolume> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [208]
[1054]   0.0    0.00    0.00     407         boost::shared_ptr<BoundingVolume>::operator*() const [1054]
-----------------------------------------------
                0.00    0.00     407/407         PointerHandler<boost::shared_ptr<PhysicalParameters> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [240]
[1055]   0.0    0.00    0.00     407         boost::shared_ptr<PhysicalParameters>::operator*() const [1055]
-----------------------------------------------
                0.00    0.00     407/407         PointerHandler<boost::shared_ptr<InteractingGeometry> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [138]
[1056]   0.0    0.00    0.00     407         boost::shared_ptr<InteractingGeometry>::operator*() const [1056]
-----------------------------------------------
                0.00    0.00     407/407         boost::any::type() const [150]
[1057]   0.0    0.00    0.00     407         boost::any::holder<Se3<double>*>::type() const [1057]
-----------------------------------------------
                0.00    0.00     407/407         boost::any::any(boost::any const&) [201]
[1058]   0.0    0.00    0.00     407         boost::any::holder<Se3<double>*>::clone() const [1058]
                0.00    0.00     407/814         boost::any::holder<Se3<double>*>::holder(Se3<double>* const&) [963]
-----------------------------------------------
                0.00    0.00     407/407         boost::any::type() const [150]
[1059]   0.0    0.00    0.00     407         boost::any::holder<boost::shared_ptr<BoundingVolume>*>::type() const [1059]
-----------------------------------------------
                0.00    0.00     407/407         boost::any::any(boost::any const&) [201]
[1060]   0.0    0.00    0.00     407         boost::any::holder<boost::shared_ptr<BoundingVolume>*>::clone() const [1060]
                0.00    0.00     407/814         boost::any::holder<boost::shared_ptr<BoundingVolume>*>::holder(boost::shared_ptr<BoundingVolume>* const&) [965]
-----------------------------------------------
                0.00    0.00     407/407         boost::any::any(boost::any const&) [201]
[1061]   0.0    0.00    0.00     407         boost::any::holder<boost::shared_ptr<GeometricalModel>*>::clone() const [1061]
                0.00    0.00     407/814         boost::any::holder<boost::shared_ptr<GeometricalModel>*>::holder(boost::shared_ptr<GeometricalModel>* const&) [967]
-----------------------------------------------
                0.00    0.00     407/407         boost::any::type() const [150]
[1062]   0.0    0.00    0.00     407         boost::any::holder<boost::shared_ptr<PhysicalParameters>*>::type() const [1062]
-----------------------------------------------
                0.00    0.00     407/407         boost::any::any(boost::any const&) [201]
[1063]   0.0    0.00    0.00     407         boost::any::holder<boost::shared_ptr<PhysicalParameters>*>::clone() const [1063]
                0.00    0.00     407/814         boost::any::holder<boost::shared_ptr<PhysicalParameters>*>::holder(boost::shared_ptr<PhysicalParameters>* const&) [969]
-----------------------------------------------
                0.00    0.00     407/407         boost::any::type() const [150]
[1064]   0.0    0.00    0.00     407         boost::any::holder<boost::shared_ptr<InteractingGeometry>*>::type() const [1064]
-----------------------------------------------
                0.00    0.00     407/407         boost::any::any(boost::any const&) [201]
[1065]   0.0    0.00    0.00     407         boost::any::holder<boost::shared_ptr<InteractingGeometry>*>::clone() const [1065]
                0.00    0.00     407/814         boost::any::holder<boost::shared_ptr<InteractingGeometry>*>::holder(boost::shared_ptr<InteractingGeometry>* const&) [971]
-----------------------------------------------
                0.00    0.00     407/407         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&) [20]
[1066]   0.0    0.00    0.00     407         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::max_size() const [1066]
-----------------------------------------------
                0.00    0.00     407/407         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&) [20]
[1067]   0.0    0.00    0.00     407         std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_allocate(unsigned int) [1067]
                0.00    0.00    1723/1723        __gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> >::allocate(unsigned int, void const*) [903]
-----------------------------------------------
                0.00    0.00     406/406         PointerHandler<boost::shared_ptr<GeometricalModel> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [241]
[1068]   0.0    0.00    0.00     406         boost::shared_ptr<GeometricalModel>::operator*() const [1068]
-----------------------------------------------
                0.00    0.00     406/406         PointerHandler<boost::shared_ptr<Body> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [34]
[1069]   0.0    0.00    0.00     406         boost::shared_ptr<Body>::operator*() const [1069]
-----------------------------------------------
                0.00    0.00     406/406         boost::any::type() const [150]
[1070]   0.0    0.00    0.00     406         boost::any::holder<boost::shared_ptr<GeometricalModel>*>::type() const [1070]
-----------------------------------------------
                0.00    0.00     406/406         boost::any::type() const [150]
[1071]   0.0    0.00    0.00     406         boost::any::holder<boost::shared_ptr<Body>*>::type() const [1071]
-----------------------------------------------
                0.00    0.00      24/396         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&) [1528]
                0.00    0.00      32/396         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::difference_type __gnu_cxx::operator-<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&) [1367]
                0.00    0.00      48/396         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >) [1377]
                0.00    0.00      52/396         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::vector<std::string, std::allocator<std::string> > const&) [1421]
                0.00    0.00     240/396         bool __gnu_cxx::operator!=<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&) [1158]
[1072]   0.0    0.00    0.00     396         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::base() const [1072]
-----------------------------------------------
                0.00    0.00     195/390         std::pair<std::string const, DynlibDescriptor>::pair(std::string const&, DynlibDescriptor const&) [1131]
                0.00    0.00     195/390         std::pair<std::string const, DynlibDescriptor>::pair(std::pair<std::string const, DynlibDescriptor> const&) [1130]
[1073]   0.0    0.00    0.00     390         DynlibDescriptor::DynlibDescriptor(DynlibDescriptor const&) [1073]
                0.00    0.00     390/390         std::set<std::string, std::less<std::string>, std::allocator<std::string> >::set(std::set<std::string, std::less<std::string>, std::allocator<std::string> > const&) [1077]
-----------------------------------------------
                0.00    0.00     195/390         std::pair<std::string const, DynlibDescriptor>::~pair() [1132]
                0.00    0.00     195/390         std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::operator[](std::string const&) [932]
[1074]   0.0    0.00    0.00     390         DynlibDescriptor::~DynlibDescriptor() [1074]
                0.00    0.00     390/390         std::set<std::string, std::less<std::string>, std::allocator<std::string> >::~set() [1078]
-----------------------------------------------
                0.00    0.00     390/390         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_Rb_tree(std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> > const&) [1081]
[1075]   0.0    0.00    0.00     390         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_root() const [1075]
-----------------------------------------------
                0.00    0.00     390/390         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_Rb_tree_impl<std::less<std::string>, false>::~_Rb_tree_impl() [1079]
[1076]   0.0    0.00    0.00     390         std::allocator<std::_Rb_tree_node<std::string> >::~allocator() [1076]
                0.00    0.00     390/975         __gnu_cxx::new_allocator<std::_Rb_tree_node<std::string> >::~new_allocator() [948]
-----------------------------------------------
                0.00    0.00     390/390         DynlibDescriptor::DynlibDescriptor(DynlibDescriptor const&) [1073]
[1077]   0.0    0.00    0.00     390         std::set<std::string, std::less<std::string>, std::allocator<std::string> >::set(std::set<std::string, std::less<std::string>, std::allocator<std::string> > const&) [1077]
                0.00    0.00     390/390         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_Rb_tree(std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> > const&) [1081]
-----------------------------------------------
                0.00    0.00     390/390         DynlibDescriptor::~DynlibDescriptor() [1074]
[1078]   0.0    0.00    0.00     390         std::set<std::string, std::less<std::string>, std::allocator<std::string> >::~set() [1078]
                0.00    0.00     390/390         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::~_Rb_tree() [1082]
-----------------------------------------------
                0.00    0.00     390/390         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::~_Rb_tree() [1082]
[1079]   0.0    0.00    0.00     390         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_Rb_tree_impl<std::less<std::string>, false>::~_Rb_tree_impl() [1079]
                0.00    0.00     390/390         std::allocator<std::_Rb_tree_node<std::string> >::~allocator() [1076]
-----------------------------------------------
                0.00    0.00     390/390         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::~_Rb_tree() [1082]
[1080]   0.0    0.00    0.00     390         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_erase(std::_Rb_tree_node<std::string>*) [1080]
-----------------------------------------------
                0.00    0.00     390/390         std::set<std::string, std::less<std::string>, std::allocator<std::string> >::set(std::set<std::string, std::less<std::string>, std::allocator<std::string> > const&) [1077]
[1081]   0.0    0.00    0.00     390         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_Rb_tree(std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> > const&) [1081]
                0.00    0.00     390/621         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::get_allocator() const [1002]
                0.00    0.00     390/585         std::allocator<std::_Rb_tree_node<std::string> >::allocator<std::string>(std::allocator<std::string> const&) [1007]
                0.00    0.00     390/585         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_Rb_tree_impl<std::less<std::string>, false>::_Rb_tree_impl(std::allocator<std::_Rb_tree_node<std::string> > const&, std::less<std::string> const&) [1010]
                0.00    0.00     390/585         std::allocator<std::_Rb_tree_node<std::string> >::~allocator() [1009]
                0.00    0.00     390/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00     390/390         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_root() const [1075]
-----------------------------------------------
                0.00    0.00     390/390         std::set<std::string, std::less<std::string>, std::allocator<std::string> >::~set() [1078]
[1082]   0.0    0.00    0.00     390         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::~_Rb_tree() [1082]
                0.00    0.00     390/1099        std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_begin() [944]
                0.00    0.00     390/390         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_erase(std::_Rb_tree_node<std::string>*) [1080]
                0.00    0.00     390/390         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_Rb_tree_impl<std::less<std::string>, false>::~_Rb_tree_impl() [1079]
-----------------------------------------------
                0.00    0.00      79/388         std::allocator<int>::allocator(std::allocator<int> const&) [1179]
                0.00    0.00     309/388         std::allocator<int>::allocator(std::allocator<int> const&) [1094]
[1083]   0.0    0.00    0.00     388         __gnu_cxx::new_allocator<int>::new_allocator(__gnu_cxx::new_allocator<int> const&) [1083]
-----------------------------------------------
                0.00    0.00      38/388         std::allocator<int>::~allocator() [1234]
                0.00    0.00     350/388         std::allocator<int>::~allocator() [1101]
[1084]   0.0    0.00    0.00     388         __gnu_cxx::new_allocator<int>::~new_allocator() [1084]
-----------------------------------------------
                0.00    0.00       8/382         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&) [1528]
                0.00    0.00      16/382         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >) [1377]
                0.00    0.00      39/382         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::vector<std::string, std::allocator<std::string> > const&) [1421]
                0.00    0.00      88/382         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::operator+(int const&) const [3393]
                0.00    0.00      98/382         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::end() [1165]
                0.00    0.00     133/382         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::begin() [1212]
[1085]   0.0    0.00    0.00     382         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::__normal_iterator(std::vector<std::string, std::allocator<std::string> >* const&) [1085]
-----------------------------------------------
                0.00    0.00     379/379         Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1086]   0.0    0.00    0.00     379         std::set<std::string, std::less<std::string>, std::allocator<std::string> >::insert(std::string const&) [1086]
                0.00    0.00     379/379         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::insert_unique(std::string const&) [1089]
                0.00    0.00     379/709         std::_Rb_tree_const_iterator<std::string>::_Rb_tree_const_iterator(std::_Rb_tree_iterator<std::string> const&) [987]
                0.00    0.00     379/379         std::pair<std::_Rb_tree_const_iterator<std::string>, bool>::pair(std::_Rb_tree_const_iterator<std::string> const&, bool const&) [1088]
-----------------------------------------------
                0.00    0.00     379/379         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::insert_unique(std::string const&) [1089]
[1087]   0.0    0.00    0.00     379         std::pair<std::_Rb_tree_iterator<std::string>, bool>::pair(std::_Rb_tree_iterator<std::string> const&, bool const&) [1087]
-----------------------------------------------
                0.00    0.00     379/379         std::set<std::string, std::less<std::string>, std::allocator<std::string> >::insert(std::string const&) [1086]
[1088]   0.0    0.00    0.00     379         std::pair<std::_Rb_tree_const_iterator<std::string>, bool>::pair(std::_Rb_tree_const_iterator<std::string> const&, bool const&) [1088]
-----------------------------------------------
                0.00    0.00     379/379         std::set<std::string, std::less<std::string>, std::allocator<std::string> >::insert(std::string const&) [1086]
[1089]   0.0    0.00    0.00     379         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::insert_unique(std::string const&) [1089]
                0.00    0.00     379/1099        std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_begin() [944]
                0.00    0.00     379/940         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_end() [950]
                0.00    0.00     379/1819        std::_Rb_tree_iterator<std::string>::_Rb_tree_iterator(std::_Rb_tree_node<std::string>*) [896]
                0.00    0.00     379/379         std::pair<std::_Rb_tree_iterator<std::string>, bool>::pair(std::_Rb_tree_iterator<std::string> const&, bool const&) [1087]
                0.00    0.00     377/1383        std::_Identity<std::string>::operator()(std::string const&) const [936]
                0.00    0.00     377/13437       std::less<std::string>::operator()(std::string const&, std::string const&) const [786]
                0.00    0.00     234/234         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::begin() [1105]
                0.00    0.00     234/564         std::_Rb_tree_iterator<std::string>::operator==(std::_Rb_tree_iterator<std::string> const&) const [1011]
                0.00    0.00     231/231         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::string const&) [1111]
                0.00    0.00     221/551         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_key(std::_Rb_tree_node<std::string> const*) [1013]
                0.00    0.00     167/270         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_right(std::_Rb_tree_node_base*) [1100]
                0.00    0.00     156/419         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_key(std::_Rb_tree_node_base const*) [1028]
                0.00    0.00      54/281         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_left(std::_Rb_tree_node_base*) [1096]
                0.00    0.00      11/11          std::_Rb_tree_iterator<std::string>::operator--() [1447]
-----------------------------------------------
                0.00    0.00       1/350         main [25]
                0.00    0.00       3/350         Omega::loadSimulation() [345]
                0.00    0.00     346/350         Omega::scanPlugins() [27]
[1090]   0.0    0.00    0.00     350         boost::filesystem::path::~path() [1090]
-----------------------------------------------
                0.00    0.00     330/330         Omega::isInheritingFrom(std::string const&, std::string const&) [2724]
[1091]   0.0    0.00    0.00     330         std::set<std::string, std::less<std::string>, std::allocator<std::string> >::find(std::string const&) [1091]
                0.00    0.00     330/330         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::find(std::string const&) [1092]
                0.00    0.00     330/709         std::_Rb_tree_const_iterator<std::string>::_Rb_tree_const_iterator(std::_Rb_tree_iterator<std::string> const&) [987]
-----------------------------------------------
                0.00    0.00     330/330         std::set<std::string, std::less<std::string>, std::allocator<std::string> >::find(std::string const&) [1091]
[1092]   0.0    0.00    0.00     330         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::find(std::string const&) [1092]
                0.00    0.00     645/645         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::end() [1000]
                0.00    0.00     557/13437       std::less<std::string>::operator()(std::string const&, std::string const&) const [786]
                0.00    0.00     330/1099        std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_begin() [944]
                0.00    0.00     330/940         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_end() [950]
                0.00    0.00     330/551         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_key(std::_Rb_tree_node<std::string> const*) [1013]
                0.00    0.00     330/1819        std::_Rb_tree_iterator<std::string>::_Rb_tree_iterator(std::_Rb_tree_node<std::string>*) [896]
                0.00    0.00     330/564         std::_Rb_tree_iterator<std::string>::operator==(std::_Rb_tree_iterator<std::string> const&) const [1011]
                0.00    0.00     227/281         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_left(std::_Rb_tree_node_base*) [1096]
                0.00    0.00     227/419         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_key(std::_Rb_tree_node_base const*) [1028]
                0.00    0.00     103/270         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_right(std::_Rb_tree_node_base*) [1100]
-----------------------------------------------
                0.00    0.00       9/315         std::vector<int, std::allocator<int> >::_M_insert_aux(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int const&) [628]
                0.00    0.00     306/315         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::__fill_n<true>::fill_n<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [553]
[1093]   0.0    0.00    0.00     315         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::operator++() [1093]
-----------------------------------------------
                0.00    0.00     309/309         std::_Vector_base<int, std::allocator<int> >::get_allocator() const [1106]
[1094]   0.0    0.00    0.00     309         std::allocator<int>::allocator(std::allocator<int> const&) [1094]
                0.00    0.00     309/388         __gnu_cxx::new_allocator<int>::new_allocator(__gnu_cxx::new_allocator<int> const&) [1083]
-----------------------------------------------
                0.00    0.00     113/282         std::string* std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*>(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*, __false_type) [1216]
                0.00    0.00     169/282         Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1095]   0.0    0.00    0.00     282         bool __gnu_cxx::operator!=<std::string const*, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > > const&, __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > > const&) [1095]
                0.00    0.00     564/29726       __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::base() const [748]
-----------------------------------------------
                0.00    0.00      54/281         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::insert_unique(std::string const&) [1089]
                0.00    0.00     227/281         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::find(std::string const&) [1092]
[1096]   0.0    0.00    0.00     281         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_left(std::_Rb_tree_node_base*) [1096]
-----------------------------------------------
                0.00    0.00     280/280         std::vector<int, std::allocator<int> >::size() const [1102]
[1097]   0.0    0.00    0.00     280         __gnu_cxx::__normal_iterator<int const*, std::vector<int, std::allocator<int> > >::difference_type __gnu_cxx::operator-<int const*, int const*, std::vector<int, std::allocator<int> > >(__gnu_cxx::__normal_iterator<int const*, std::vector<int, std::allocator<int> > > const&, __gnu_cxx::__normal_iterator<int const*, std::vector<int, std::allocator<int> > > const&) [1097]
                0.00    0.00     560/560         __gnu_cxx::__normal_iterator<int const*, std::vector<int, std::allocator<int> > >::base() const [1012]
-----------------------------------------------
                0.00    0.00     280/280         std::vector<int, std::allocator<int> >::size() const [1102]
[1098]   0.0    0.00    0.00     280         std::vector<int, std::allocator<int> >::end() const [1098]
                0.00    0.00     318/636         __gnu_cxx::__normal_iterator<int const*, std::vector<int, std::allocator<int> > >::__normal_iterator(int const* const&) [1001]
-----------------------------------------------
                0.00    0.00     280/280         std::vector<int, std::allocator<int> >::size() const [1102]
[1099]   0.0    0.00    0.00     280         std::vector<int, std::allocator<int> >::begin() const [1099]
                0.00    0.00     318/636         __gnu_cxx::__normal_iterator<int const*, std::vector<int, std::allocator<int> > >::__normal_iterator(int const* const&) [1001]
-----------------------------------------------
                0.00    0.00     103/270         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::find(std::string const&) [1092]
                0.00    0.00     167/270         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::insert_unique(std::string const&) [1089]
[1100]   0.0    0.00    0.00     270         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_right(std::_Rb_tree_node_base*) [1100]
-----------------------------------------------
                0.00    0.00       1/251         Omega::scanPlugins() [27]
                0.00    0.00       7/251         DeusExMachina::DeusExMachina() [377]
                0.00    0.00       8/251         std::vector<int, std::allocator<int> >::erase(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >) [660]
                0.00    0.00      10/251         DeusExMachina::DeusExMachina() [354]
                0.00    0.00      27/251         std::vector<int, std::allocator<int> >::_M_insert_aux(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int const&) [628]
                0.00    0.00      38/251         std::vector<int, std::allocator<int> >::~vector() [1533]
                0.00    0.00     160/251         std::vector<int, std::allocator<int> >::_M_fill_insert(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [522]
[1101]   0.0    0.00    0.00     251         std::allocator<int>::~allocator() [1101]
                0.00    0.00     350/388         __gnu_cxx::new_allocator<int>::~new_allocator() [1084]
-----------------------------------------------
                0.00    0.00       1/240         Omega::scanPlugins() [27]
                0.00    0.00       9/240         std::vector<int, std::allocator<int> >::_M_insert_aux(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int const&) [628]
                0.00    0.00      40/240         std::vector<int, std::allocator<int> >::_M_fill_insert(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [522]
                0.00    0.00     190/240         std::vector<int, std::allocator<int> >::resize(unsigned int, int const&) [514]
[1102]   0.0    0.00    0.00     240         std::vector<int, std::allocator<int> >::size() const [1102]
                0.00    0.00     280/280         std::vector<int, std::allocator<int> >::begin() const [1099]
                0.00    0.00     280/280         std::vector<int, std::allocator<int> >::end() const [1098]
                0.00    0.00     280/280         __gnu_cxx::__normal_iterator<int const*, std::vector<int, std::allocator<int> > >::difference_type __gnu_cxx::operator-<int const*, int const*, std::vector<int, std::allocator<int> > >(__gnu_cxx::__normal_iterator<int const*, std::vector<int, std::allocator<int> > > const&, __gnu_cxx::__normal_iterator<int const*, std::vector<int, std::allocator<int> > > const&) [1097]
-----------------------------------------------
                0.00    0.00       2/238         std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) const [1848]
                0.00    0.00      68/238         std::string* std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*>(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*, __false_type) [1216]
                0.00    0.00     168/238         Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1103]   0.0    0.00    0.00     238         __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::operator*() const [1103]
-----------------------------------------------
                0.00    0.00      68/236         std::string* std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*>(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*, __false_type) [1216]
                0.00    0.00     168/236         Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1104]   0.0    0.00    0.00     236         __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::operator++() [1104]
-----------------------------------------------
                0.00    0.00     234/234         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::insert_unique(std::string const&) [1089]
[1105]   0.0    0.00    0.00     234         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::begin() [1105]
                0.00    0.00     234/1819        std::_Rb_tree_iterator<std::string>::_Rb_tree_iterator(std::_Rb_tree_node<std::string>*) [896]
-----------------------------------------------
                0.00    0.00       8/233         std::vector<int, std::allocator<int> >::erase(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >) [660]
                0.00    0.00      27/233         std::vector<int, std::allocator<int> >::_M_insert_aux(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int const&) [628]
                0.00    0.00      38/233         std::vector<int, std::allocator<int> >::~vector() [1533]
                0.00    0.00     160/233         std::vector<int, std::allocator<int> >::_M_fill_insert(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [522]
[1106]   0.0    0.00    0.00     233         std::_Vector_base<int, std::allocator<int> >::get_allocator() const [1106]
                0.00    0.00     309/309         std::allocator<int>::allocator(std::allocator<int> const&) [1094]
-----------------------------------------------
                0.00    0.00     231/231         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_get_node() [1109]
[1107]   0.0    0.00    0.00     231         __gnu_cxx::new_allocator<std::_Rb_tree_node<std::string> >::allocate(unsigned int, void const*) [1107]
                0.00    0.00     231/231         __gnu_cxx::new_allocator<std::_Rb_tree_node<std::string> >::max_size() const [1108]
-----------------------------------------------
                0.00    0.00     231/231         __gnu_cxx::new_allocator<std::_Rb_tree_node<std::string> >::allocate(unsigned int, void const*) [1107]
[1108]   0.0    0.00    0.00     231         __gnu_cxx::new_allocator<std::_Rb_tree_node<std::string> >::max_size() const [1108]
-----------------------------------------------
                0.00    0.00     231/231         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_create_node(std::string const&) [1110]
[1109]   0.0    0.00    0.00     231         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_get_node() [1109]
                0.00    0.00     231/231         __gnu_cxx::new_allocator<std::_Rb_tree_node<std::string> >::allocate(unsigned int, void const*) [1107]
-----------------------------------------------
                0.00    0.00     231/231         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::string const&) [1111]
[1110]   0.0    0.00    0.00     231         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_create_node(std::string const&) [1110]
                0.00    0.00     231/231         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_get_node() [1109]
                0.00    0.00     231/621         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::get_allocator() const [1002]
                0.00    0.00     231/11882       __gnu_cxx::new_allocator<std::string>::construct(std::string*, std::string const&) [794]
                0.00    0.00     231/41808       std::allocator<std::string>::~allocator() [741]
-----------------------------------------------
                0.00    0.00     231/231         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::insert_unique(std::string const&) [1089]
[1111]   0.0    0.00    0.00     231         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::string const&) [1111]
                0.00    0.00     231/940         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_end() [950]
                0.00    0.00     231/231         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_create_node(std::string const&) [1110]
                0.00    0.00     231/1819        std::_Rb_tree_iterator<std::string>::_Rb_tree_iterator(std::_Rb_tree_node<std::string>*) [896]
                0.00    0.00      36/419         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_key(std::_Rb_tree_node_base const*) [1028]
                0.00    0.00      36/1383        std::_Identity<std::string>::operator()(std::string const&) const [936]
                0.00    0.00      36/13437       std::less<std::string>::operator()(std::string const&, std::string const&) const [786]
-----------------------------------------------
                0.00    0.00       1/211         std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> >::allocator() [2126]
                0.00    0.00     210/211         std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> >::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >(std::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > > const&) [1114]
[1112]   0.0    0.00    0.00     211         __gnu_cxx::new_allocator<std::pair<std::string const, ClassFactory::FactorableCreators> >::new_allocator() [1112]
-----------------------------------------------
                0.00    0.00     211/211         std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> >::~allocator() [2127]
[1113]   0.0    0.00    0.00     211         __gnu_cxx::new_allocator<std::pair<std::string const, ClassFactory::FactorableCreators> >::~new_allocator() [1113]
-----------------------------------------------
                0.00    0.00     210/210         std::_Rb_tree<std::string, std::pair<std::string const, ClassFactory::FactorableCreators>, std::_Select1st<std::pair<std::string const, ClassFactory::FactorableCreators> >, std::less<std::string>, std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > >::get_allocator() const [3422]
[1114]   0.0    0.00    0.00     210         std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> >::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >(std::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > > const&) [1114]
                0.00    0.00     210/211         __gnu_cxx::new_allocator<std::pair<std::string const, ClassFactory::FactorableCreators> >::new_allocator() [1112]
-----------------------------------------------
                0.00    0.00     205/205         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >, std::pair<std::string const, DynlibDescriptor> const&) [1135]
[1115]   0.0    0.00    0.00     205         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_leftmost() [1115]
-----------------------------------------------
                0.00    0.00       6/204         __gnu_cxx::__normal_iterator<char*, std::string> std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) [1868]
                0.00    0.00      16/204         bool __gnu_cxx::operator==<char*, std::string>(__gnu_cxx::__normal_iterator<char*, std::string> const&, __gnu_cxx::__normal_iterator<char*, std::string> const&) [1509]
                0.00    0.00     182/204         bool __gnu_cxx::operator!=<char*, std::string>(__gnu_cxx::__normal_iterator<char*, std::string> const&, __gnu_cxx::__normal_iterator<char*, std::string> const&) [1171]
[1116]   0.0    0.00    0.00     204         __gnu_cxx::__normal_iterator<char*, std::string>::base() const [1116]
-----------------------------------------------
                0.00    0.00     199/199         Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1117]   0.0    0.00    0.00     199         std::_Rb_tree_const_iterator<std::string>::operator*() const [1117]
-----------------------------------------------
                0.00    0.00     199/199         Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1118]   0.0    0.00    0.00     199         std::_Rb_tree_const_iterator<std::string>::operator++() [1118]
-----------------------------------------------
                0.00    0.00       1/196         std::allocator<std::pair<std::string const, DynlibDescriptor> >::allocator() [2125]
                0.00    0.00     195/196         std::allocator<std::pair<std::string const, DynlibDescriptor> >::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >(std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > > const&) [1127]
[1119]   0.0    0.00    0.00     196         __gnu_cxx::new_allocator<std::pair<std::string const, DynlibDescriptor> >::new_allocator() [1119]
-----------------------------------------------
                0.00    0.00     196/196         std::allocator<std::pair<std::string const, DynlibDescriptor> >::~allocator() [1121]
[1120]   0.0    0.00    0.00     196         __gnu_cxx::new_allocator<std::pair<std::string const, DynlibDescriptor> >::~new_allocator() [1120]
-----------------------------------------------
                0.00    0.00       1/196         std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::map() [2132]
                0.00    0.00     195/196         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_create_node(std::pair<std::string const, DynlibDescriptor> const&) [1136]
[1121]   0.0    0.00    0.00     196         std::allocator<std::pair<std::string const, DynlibDescriptor> >::~allocator() [1121]
                0.00    0.00     196/196         __gnu_cxx::new_allocator<std::pair<std::string const, DynlibDescriptor> >::~new_allocator() [1120]
-----------------------------------------------
                0.00    0.00     195/195         std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::operator[](std::string const&) [932]
[1122]   0.0    0.00    0.00     195         DynlibDescriptor::DynlibDescriptor() [1122]
                0.00    0.00     195/195         std::set<std::string, std::less<std::string>, std::allocator<std::string> >::set() [1129]
-----------------------------------------------
                0.00    0.00     195/195         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_get_node() [1134]
[1123]   0.0    0.00    0.00     195         __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::allocate(unsigned int, void const*) [1123]
                0.00    0.00     195/195         __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::max_size() const [1125]
-----------------------------------------------
                0.00    0.00     195/195         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_create_node(std::pair<std::string const, DynlibDescriptor> const&) [1136]
[1124]   0.0    0.00    0.00     195         __gnu_cxx::new_allocator<std::pair<std::string const, DynlibDescriptor> >::construct(std::pair<std::string const, DynlibDescriptor>*, std::pair<std::string const, DynlibDescriptor> const&) [1124]
                0.00    0.00     195/36675       operator new(unsigned int, void*) [745]
                0.00    0.00     195/195         std::pair<std::string const, DynlibDescriptor>::pair(std::pair<std::string const, DynlibDescriptor> const&) [1130]
-----------------------------------------------
                0.00    0.00     195/195         __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::allocate(unsigned int, void const*) [1123]
[1125]   0.0    0.00    0.00     195         __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::max_size() const [1125]
-----------------------------------------------
                0.00    0.00     195/195         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_create_node(std::pair<std::string const, DynlibDescriptor> const&) [1136]
[1126]   0.0    0.00    0.00     195         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::get_allocator() const [1126]
                0.00    0.00     195/195         std::allocator<std::pair<std::string const, DynlibDescriptor> >::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >(std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > > const&) [1127]
-----------------------------------------------
                0.00    0.00     195/195         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::get_allocator() const [1126]
[1127]   0.0    0.00    0.00     195         std::allocator<std::pair<std::string const, DynlibDescriptor> >::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >(std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > > const&) [1127]
                0.00    0.00     195/196         __gnu_cxx::new_allocator<std::pair<std::string const, DynlibDescriptor> >::new_allocator() [1119]
-----------------------------------------------
                0.00    0.00     195/195         std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::operator[](std::string const&) [932]
[1128]   0.0    0.00    0.00     195         std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >, std::pair<std::string const, DynlibDescriptor> const&) [1128]
                0.00    0.00     195/195         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >, std::pair<std::string const, DynlibDescriptor> const&) [1135]
-----------------------------------------------
                0.00    0.00     195/195         DynlibDescriptor::DynlibDescriptor() [1122]
[1129]   0.0    0.00    0.00     195         std::set<std::string, std::less<std::string>, std::allocator<std::string> >::set() [1129]
                0.00    0.00     195/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00     195/195         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_Rb_tree(std::less<std::string> const&, std::allocator<std::string> const&) [1133]
                0.00    0.00     195/41808       std::allocator<std::string>::~allocator() [741]
-----------------------------------------------
                0.00    0.00     195/195         __gnu_cxx::new_allocator<std::pair<std::string const, DynlibDescriptor> >::construct(std::pair<std::string const, DynlibDescriptor>*, std::pair<std::string const, DynlibDescriptor> const&) [1124]
[1130]   0.0    0.00    0.00     195         std::pair<std::string const, DynlibDescriptor>::pair(std::pair<std::string const, DynlibDescriptor> const&) [1130]
                0.00    0.00     195/390         DynlibDescriptor::DynlibDescriptor(DynlibDescriptor const&) [1073]
-----------------------------------------------
                0.00    0.00     195/195         std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::operator[](std::string const&) [932]
[1131]   0.0    0.00    0.00     195         std::pair<std::string const, DynlibDescriptor>::pair(std::string const&, DynlibDescriptor const&) [1131]
                0.00    0.00     195/390         DynlibDescriptor::DynlibDescriptor(DynlibDescriptor const&) [1073]
-----------------------------------------------
                0.00    0.00     195/195         std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::operator[](std::string const&) [932]
[1132]   0.0    0.00    0.00     195         std::pair<std::string const, DynlibDescriptor>::~pair() [1132]
                0.00    0.00     195/390         DynlibDescriptor::~DynlibDescriptor() [1074]
-----------------------------------------------
                0.00    0.00     195/195         std::set<std::string, std::less<std::string>, std::allocator<std::string> >::set() [1129]
[1133]   0.0    0.00    0.00     195         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_Rb_tree(std::less<std::string> const&, std::allocator<std::string> const&) [1133]
                0.00    0.00     195/585         std::allocator<std::_Rb_tree_node<std::string> >::allocator<std::string>(std::allocator<std::string> const&) [1007]
                0.00    0.00     195/585         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_Rb_tree_impl<std::less<std::string>, false>::_Rb_tree_impl(std::allocator<std::_Rb_tree_node<std::string> > const&, std::less<std::string> const&) [1010]
                0.00    0.00     195/585         std::allocator<std::_Rb_tree_node<std::string> >::~allocator() [1009]
-----------------------------------------------
                0.00    0.00     195/195         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_create_node(std::pair<std::string const, DynlibDescriptor> const&) [1136]
[1134]   0.0    0.00    0.00     195         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_get_node() [1134]
                0.00    0.00     195/195         __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::allocate(unsigned int, void const*) [1123]
-----------------------------------------------
                0.00    0.00     195/195         std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >, std::pair<std::string const, DynlibDescriptor> const&) [1128]
[1135]   0.0    0.00    0.00     195         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >, std::pair<std::string const, DynlibDescriptor> const&) [1135]
                0.00    0.00     378/11490       std::_Select1st<std::pair<std::string const, DynlibDescriptor> >::operator()(std::pair<std::string const, DynlibDescriptor> const&) const [795]
                0.00    0.00     378/504         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_key(std::_Rb_tree_node_base const*) [1017]
                0.00    0.00     378/13437       std::less<std::string>::operator()(std::string const&, std::string const&) const [786]
                0.00    0.00     205/205         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_leftmost() [1115]
                0.00    0.00     195/1808        std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_end() [897]
                0.00    0.00     194/195         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<std::string const, DynlibDescriptor> const&) [1137]
                0.00    0.00     184/184         std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::operator--() [1144]
                0.00    0.00     184/6030        std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_right(std::_Rb_tree_node_base*) [832]
                0.00    0.00       6/6           std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_rightmost() [1596]
                0.00    0.00       4/4           std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::size() const [1665]
                0.00    0.00       1/1           std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert_unique(std::pair<std::string const, DynlibDescriptor> const&) [2140]
-----------------------------------------------
                0.00    0.00     195/195         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<std::string const, DynlibDescriptor> const&) [1137]
[1136]   0.0    0.00    0.00     195         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_create_node(std::pair<std::string const, DynlibDescriptor> const&) [1136]
                0.00    0.00     195/195         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_get_node() [1134]
                0.00    0.00     195/195         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::get_allocator() const [1126]
                0.00    0.00     195/195         __gnu_cxx::new_allocator<std::pair<std::string const, DynlibDescriptor> >::construct(std::pair<std::string const, DynlibDescriptor>*, std::pair<std::string const, DynlibDescriptor> const&) [1124]
                0.00    0.00     195/196         std::allocator<std::pair<std::string const, DynlibDescriptor> >::~allocator() [1121]
-----------------------------------------------
                0.00    0.00       1/195         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert_unique(std::pair<std::string const, DynlibDescriptor> const&) [2140]
                0.00    0.00     194/195         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >, std::pair<std::string const, DynlibDescriptor> const&) [1135]
[1137]   0.0    0.00    0.00     195         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<std::string const, DynlibDescriptor> const&) [1137]
                0.00    0.00     195/195         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_create_node(std::pair<std::string const, DynlibDescriptor> const&) [1136]
                0.00    0.00     195/3169        std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::_Rb_tree_iterator(std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> >*) [864]
                0.00    0.00     127/1808        std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_end() [897]
                0.00    0.00     126/504         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_key(std::_Rb_tree_node_base const*) [1017]
                0.00    0.00     126/11490       std::_Select1st<std::pair<std::string const, DynlibDescriptor> >::operator()(std::pair<std::string const, DynlibDescriptor> const&) const [795]
                0.00    0.00     126/13437       std::less<std::string>::operator()(std::string const&, std::string const&) const [786]
-----------------------------------------------
                0.00    0.00      95/190         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::begin() const [1169]
                0.00    0.00      95/190         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::end() const [1168]
[1138]   0.0    0.00    0.00     190         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::__normal_iterator(std::vector<std::string, std::allocator<std::string> > const* const&) [1138]
-----------------------------------------------
                0.00    0.00     190/190         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::difference_type __gnu_cxx::operator-<std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&) [1167]
[1139]   0.0    0.00    0.00     190         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::base() const [1139]
-----------------------------------------------
                0.00    0.00     187/187         Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1140]   0.0    0.00    0.00     187         std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::operator!=(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> > const&) const [1140]
-----------------------------------------------
                0.00    0.00     186/186         Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1141]   0.0    0.00    0.00     186         std::set<std::string, std::less<std::string>, std::allocator<std::string> >::begin() const [1141]
                0.00    0.00     186/186         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::begin() const [1142]
-----------------------------------------------
                0.00    0.00     186/186         std::set<std::string, std::less<std::string>, std::allocator<std::string> >::begin() const [1141]
[1142]   0.0    0.00    0.00     186         std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::begin() const [1142]
                0.00    0.00     186/702         std::_Rb_tree_const_iterator<std::string>::_Rb_tree_const_iterator(std::_Rb_tree_node<std::string> const*) [988]
-----------------------------------------------
                0.00    0.00     186/186         Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1143]   0.0    0.00    0.00     186         std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::operator++() [1143]
-----------------------------------------------
                0.00    0.00     184/184         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >, std::pair<std::string const, DynlibDescriptor> const&) [1135]
[1144]   0.0    0.00    0.00     184         std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::operator--() [1144]
-----------------------------------------------
                0.00    0.00     168/168         Omega::scanPlugins() [27]
[1145]   0.0    0.00    0.00     168         boost::filesystem::path::operator=(boost::filesystem::path const&) [1145]
-----------------------------------------------
                0.00    0.00       9/168         std::vector<int, std::allocator<int> >::_M_insert_aux(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int const&) [628]
                0.00    0.00     159/168         std::vector<int, std::allocator<int> >::push_back(int const&) [626]
[1146]   0.0    0.00    0.00     168         __gnu_cxx::new_allocator<int>::construct(int*, int const&) [1146]
                0.00    0.00     168/36675       operator new(unsigned int, void*) [745]
-----------------------------------------------
                0.00    0.00     167/167         std::vector<std::string, std::allocator<std::string> >::back() [1148]
[1147]   0.0    0.00    0.00     167         __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator-(int const&) const [1147]
                0.00    0.00     167/98157       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::__normal_iterator(std::string* const&) [723]
-----------------------------------------------
                0.00    0.00     167/167         Omega::scanPlugins() [27]
[1148]   0.0    0.00    0.00     167         std::vector<std::string, std::allocator<std::string> >::back() [1148]
                0.00    0.00     167/26521       std::vector<std::string, std::allocator<std::string> >::end() [751]
                0.00    0.00     167/167         __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator-(int const&) const [1147]
                0.00    0.00     167/43253       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator*() const [739]
-----------------------------------------------
                0.00    0.00     167/167         Omega::scanPlugins() [27]
[1149]   0.0    0.00    0.00     167         bool std::operator!=<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) [1149]
-----------------------------------------------
                0.00    0.00     159/159         Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1150]   0.0    0.00    0.00     159         boost::shared_ptr<Factorable>::operator Factorable* boost::shared_ptr<Factorable>::*() const [1150]
-----------------------------------------------
                0.00    0.00     159/159         Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1151]   0.0    0.00    0.00     159         boost::shared_ptr<Serializable>::operator Serializable* boost::shared_ptr<Serializable>::*() const [1151]
-----------------------------------------------
                0.00    0.00     159/159         Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1152]   0.0    0.00    0.00     159         boost::shared_ptr<Indexable>::operator Indexable* boost::shared_ptr<Indexable>::*() const [1152]
-----------------------------------------------
                0.00    0.00      13/134         std::allocator<std::vector<std::string, std::allocator<std::string> > >::~allocator() [1417]
                0.00    0.00     121/134         std::allocator<std::vector<std::string, std::allocator<std::string> > >::~allocator() [1159]
[1153]   0.0    0.00    0.00     134         __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::~new_allocator() [1153]
-----------------------------------------------
                0.00    0.00       2/130         std::ostreambuf_iterator<char, std::char_traits<char> > std::__copy_normal<true, false>::copy_n<__gnu_cxx::__normal_iterator<char const*, std::string>, std::ostreambuf_iterator<char, std::char_traits<char> > >(__gnu_cxx::__normal_iterator<char const*, std::string>, __gnu_cxx::__normal_iterator<char const*, std::string>, std::ostreambuf_iterator<char, std::char_traits<char> >) [2129]
                0.00    0.00      48/130         bool __gnu_cxx::operator!=<char const*, std::string>(__gnu_cxx::__normal_iterator<char const*, std::string> const&, __gnu_cxx::__normal_iterator<char const*, std::string> const&) [1276]
                0.00    0.00      80/130         bool __gnu_cxx::operator==<char const*, std::string>(__gnu_cxx::__normal_iterator<char const*, std::string> const&, __gnu_cxx::__normal_iterator<char const*, std::string> const&) [1229]
[1154]   0.0    0.00    0.00     130         __gnu_cxx::__normal_iterator<char const*, std::string>::base() const [1154]
-----------------------------------------------
                0.00    0.00      21/121         std::allocator<std::vector<std::string, std::allocator<std::string> > >::allocator(std::allocator<std::vector<std::string, std::allocator<std::string> > > const&) [1295]
                0.00    0.00     100/121         std::allocator<std::vector<std::string, std::allocator<std::string> > >::allocator(std::allocator<std::vector<std::string, std::allocator<std::string> > > const&) [1164]
[1155]   0.0    0.00    0.00     121         __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::new_allocator(__gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > > const&) [1155]
-----------------------------------------------
                0.00    0.00      60/120         boost::any::any<std::string*>(std::string* const&) [1188]
                0.00    0.00      60/120         boost::any::holder<std::string*>::clone() const [1194]
[1156]   0.0    0.00    0.00     120         boost::any::holder<std::string*>::holder(std::string* const&) [1156]
                0.00    0.00     120/19104       boost::any::placeholder::placeholder() [769]
-----------------------------------------------
                0.00    0.00     120/120         boost::any::~any() [762]
[1157]   0.0    0.00    0.00     120         boost::any::holder<std::string*>::~holder() [1157]
                0.00    0.00     120/19104       boost::any::placeholder::~placeholder() [770]
-----------------------------------------------
                0.00    0.00      23/120         ContainerHandler<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [352]
                0.00    0.00      42/120         void std::__destroy_aux<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __false_type) [1256]
                0.00    0.00      55/120         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __false_type) [1222]
[1158]   0.0    0.00    0.00     120         bool __gnu_cxx::operator!=<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&) [1158]
                0.00    0.00     240/396         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::base() const [1072]
-----------------------------------------------
                0.00    0.00      13/116         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::~vector() [1532]
                0.00    0.00      16/116         MetaDispatchingEngine::MetaDispatchingEngine() [338]
                0.00    0.00      16/116         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::erase(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >) [1382]
                0.00    0.00      32/116         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&) [1528]
                0.00    0.00      39/116         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::vector<std::string, std::allocator<std::string> > const&) [1421]
[1159]   0.0    0.00    0.00     116         std::allocator<std::vector<std::string, std::allocator<std::string> > >::~allocator() [1159]
                0.00    0.00     121/134         __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::~new_allocator() [1153]
-----------------------------------------------
                0.00    0.00     106/106         int* std::__copy_aux<int*, int*>(int*, int*, int*) [1161]
[1160]   0.0    0.00    0.00     106         int* std::__copy<true, std::random_access_iterator_tag>::copy<int>(int const*, int const*, int*) [1160]
-----------------------------------------------
                0.00    0.00     106/106         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >) [607]
[1161]   0.0    0.00    0.00     106         int* std::__copy_aux<int*, int*>(int*, int*, int*) [1161]
                0.00    0.00     106/106         int* std::__copy<true, std::random_access_iterator_tag>::copy<int>(int const*, int const*, int*) [1160]
-----------------------------------------------
                0.00    0.00       1/104         boost::date_time::int_adapter<long long>::operator<(int const&) const [2093]
                0.00    0.00      10/104         boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::time_duration(int, int, int, long long) [1464]
                0.00    0.00      13/104         boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::counted_time_rep(boost::gregorian::date const&, boost::posix_time::time_duration const&) [1502]
                0.00    0.00      22/104         boost::date_time::int_adapter<long long>::neg_infinity() [1283]
                0.00    0.00      22/104         boost::date_time::int_adapter<long long>::pos_infinity() [1284]
                0.00    0.00      36/104         boost::date_time::int_adapter<long long>::not_a_number() [1243]
[1162]   0.0    0.00    0.00     104         boost::date_time::int_adapter<long long>::int_adapter(long long) [1162]
-----------------------------------------------
                0.00    0.00      13/100         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::~vector() [1532]
                0.00    0.00      16/100         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::erase(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >) [1382]
                0.00    0.00      32/100         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&) [1528]
                0.00    0.00      39/100         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::vector<std::string, std::allocator<std::string> > const&) [1421]
[1163]   0.0    0.00    0.00     100         std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::get_allocator() const [1163]
                0.00    0.00     100/100         std::allocator<std::vector<std::string, std::allocator<std::string> > >::allocator(std::allocator<std::vector<std::string, std::allocator<std::string> > > const&) [1164]
-----------------------------------------------
                0.00    0.00     100/100         std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::get_allocator() const [1163]
[1164]   0.0    0.00    0.00     100         std::allocator<std::vector<std::string, std::allocator<std::string> > >::allocator(std::allocator<std::vector<std::string, std::allocator<std::string> > > const&) [1164]
                0.00    0.00     100/121         __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::new_allocator(__gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > > const&) [1155]
-----------------------------------------------
                0.00    0.00       8/98          ContainerHandler<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [352]
                0.00    0.00       8/98          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&) [1528]
                0.00    0.00       8/98          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::resize(unsigned int, std::vector<std::string, std::allocator<std::string> > const&) [1531]
                0.00    0.00      13/98          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::vector<std::string, std::allocator<std::string> > const&) [1421]
                0.00    0.00      13/98          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::push_back(std::vector<std::string, std::allocator<std::string> > const&) [3553]
                0.00    0.00      16/98          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::clear() [1381]
                0.00    0.00      32/98          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::erase(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >) [1382]
[1165]   0.0    0.00    0.00      98         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::end() [1165]
                0.00    0.00      98/382         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::__normal_iterator(std::vector<std::string, std::allocator<std::string> >* const&) [1085]
-----------------------------------------------
                0.00    0.00       1/96          boost::date_time::int_adapter<long long>::is_neg_inf(long long) [2031]
                0.00    0.00       1/96          boost::date_time::int_adapter<long long>::is_pos_inf(long long) [2032]
                0.00    0.00       1/96          boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::subtract_times(boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&, boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&) [1719]
                0.00    0.00       1/96          boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::is_not_a_date_time() const [2099]
                0.00    0.00       1/96          boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::is_neg_infinity() const [2097]
                0.00    0.00       1/96          boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::is_pos_infinity() const [2098]
                0.00    0.00       3/96          boost::date_time::int_adapter<long long>::is_not_a_number(long long) [1717]
                0.00    0.00      20/96          boost::date_time::time_resolution_traits_adapted64_impl::as_number(boost::date_time::int_adapter<long long>) [1307]
                0.00    0.00      25/96          boost::date_time::int_adapter<long long>::is_nan() const [1270]
                0.00    0.00      42/96          boost::date_time::int_adapter<long long>::is_infinity() const [1292]
[1166]   0.0    0.00    0.00      96         boost::date_time::int_adapter<long long>::as_number() const [1166]
-----------------------------------------------
                0.00    0.00      95/95          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::size() const [1198]
[1167]   0.0    0.00    0.00      95         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::difference_type __gnu_cxx::operator-<std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&) [1167]
                0.00    0.00     190/190         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::base() const [1139]
-----------------------------------------------
                0.00    0.00      95/95          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::size() const [1198]
[1168]   0.0    0.00    0.00      95         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::end() const [1168]
                0.00    0.00      95/190         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::__normal_iterator(std::vector<std::string, std::allocator<std::string> > const* const&) [1138]
-----------------------------------------------
                0.00    0.00      95/95          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::size() const [1198]
[1169]   0.0    0.00    0.00      95         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::begin() const [1169]
                0.00    0.00      95/190         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::__normal_iterator(std::vector<std::string, std::allocator<std::string> > const* const&) [1138]
-----------------------------------------------
                0.00    0.00      92/92          boost::any::type() const [150]
[1170]   0.0    0.00    0.00      92         boost::any::holder<std::vector<std::string, std::allocator<std::string> >*>::type() const [1170]
-----------------------------------------------
                0.00    0.00      45/91          boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const [1824]
                0.00    0.00      46/91          boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const [1823]
[1171]   0.0    0.00    0.00      91         bool __gnu_cxx::operator!=<char*, std::string>(__gnu_cxx::__normal_iterator<char*, std::string> const&, __gnu_cxx::__normal_iterator<char*, std::string> const&) [1171]
                0.00    0.00     182/204         __gnu_cxx::__normal_iterator<char*, std::string>::base() const [1116]
-----------------------------------------------
                0.00    0.00      24/88          __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > const&) [1428]
                0.00    0.00      28/88          bool __gnu_cxx::operator!=<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > const&) [1399]
                0.00    0.00      36/88          __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >) [1430]
[1172]   0.0    0.00    0.00      88         __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >::base() const [1172]
-----------------------------------------------
                0.00    0.00      87/87          std::_Vector_base<int, std::allocator<int> >::_M_allocate(unsigned int) [1205]
[1173]   0.0    0.00    0.00      87         __gnu_cxx::new_allocator<int>::allocate(unsigned int, void const*) [1173]
                0.00    0.00      87/87          __gnu_cxx::new_allocator<int>::max_size() const [1174]
-----------------------------------------------
                0.00    0.00      87/87          __gnu_cxx::new_allocator<int>::allocate(unsigned int, void const*) [1173]
[1174]   0.0    0.00    0.00      87         __gnu_cxx::new_allocator<int>::max_size() const [1174]
-----------------------------------------------
                0.00    0.00       9/87          std::vector<int, std::allocator<int> >::_M_insert_aux(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int const&) [628]
                0.00    0.00      38/87          std::_Vector_base<int, std::allocator<int> >::~_Vector_base() [1236]
                0.00    0.00      40/87          std::vector<int, std::allocator<int> >::_M_fill_insert(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [522]
[1175]   0.0    0.00    0.00      87         std::_Vector_base<int, std::allocator<int> >::_M_deallocate(int*, unsigned int) [1175]
                0.00    0.00      47/47          __gnu_cxx::new_allocator<int>::deallocate(int*, unsigned int) [1208]
-----------------------------------------------
                0.00    0.00      86/86          SerializableTypes::Type findType<std::string>(std::string&, bool&, std::string&) [1177]
[1176]   0.0    0.00    0.00      86         bool isFundamental<std::string>(std::string&) [1176]
                0.00    0.00      86/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00      26/86          SerializableTypes::Type findType<std::string>(std::vector<std::string, std::allocator<std::string> >&, bool&, std::string&) [1267]
                0.00    0.00      60/86          boost::shared_ptr<Archive> Archive::create<std::string>(std::string const&, std::string&) [325]
[1177]   0.0    0.00    0.00      86         SerializableTypes::Type findType<std::string>(std::string&, bool&, std::string&) [1177]
                0.00    0.00      86/86          bool isFundamental<std::string>(std::string&) [1176]
-----------------------------------------------
                0.00    0.00      13/82          void std::__destroy_aux<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __false_type) [1256]
                0.00    0.00      13/82          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::vector<std::string, std::allocator<std::string> > const&) [1421]
                0.00    0.00      15/82          ContainerHandler<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [352]
                0.00    0.00      15/82          void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&, __false_type) [1536]
                0.00    0.00      26/82          __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __false_type) [1222]
[1178]   0.0    0.00    0.00      82         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::operator++() [1178]
-----------------------------------------------
                0.00    0.00      79/79          std::_Vector_base<int, std::allocator<int> >::_Vector_impl::_Vector_impl(std::allocator<int> const&) [1225]
[1179]   0.0    0.00    0.00      79         std::allocator<int>::allocator(std::allocator<int> const&) [1179]
                0.00    0.00      79/388         __gnu_cxx::new_allocator<int>::new_allocator(__gnu_cxx::new_allocator<int> const&) [1083]
-----------------------------------------------
                0.00    0.00      78/78          void std::_Destroy<int*>(int*, int*) [1181]
[1180]   0.0    0.00    0.00      78         void std::__destroy_aux<int*>(int*, int*, __true_type) [1180]
-----------------------------------------------
                0.00    0.00      78/78          void std::_Destroy<int*, int>(int*, int*, std::allocator<int>) [1182]
[1181]   0.0    0.00    0.00      78         void std::_Destroy<int*>(int*, int*) [1181]
                0.00    0.00      78/78          void std::__destroy_aux<int*>(int*, int*, __true_type) [1180]
-----------------------------------------------
                0.00    0.00      38/78          std::vector<int, std::allocator<int> >::~vector() [1533]
                0.00    0.00      40/78          std::vector<int, std::allocator<int> >::_M_fill_insert(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [522]
[1182]   0.0    0.00    0.00      78         void std::_Destroy<int*, int>(int*, int*, std::allocator<int>) [1182]
                0.00    0.00      78/78          void std::_Destroy<int*>(int*, int*) [1181]
-----------------------------------------------
                                   6             StandAloneEngine::~StandAloneEngine() <cycle 1> [1566]
                                   7             DeusExMachina::~DeusExMachina() <cycle 1> [1537]
                                   8             MetaEngine::~MetaEngine() <cycle 1> [1486]
                                  47             StandAloneEngine::~StandAloneEngine() <cycle 1> [1703]
                0.00    0.00       8/39273816     MetaEngine::~MetaEngine() [595]
[1183]   0.0    0.00    0.00      76         Engine::~Engine() <cycle 1> [1183]
                                  85             Serializable::~Serializable() <cycle 1> [119]
-----------------------------------------------
                0.00    0.00      13/69          void std::__destroy_aux<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __false_type) [1256]
                0.00    0.00      15/69          ContainerHandler<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [352]
                0.00    0.00      15/69          void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&, __false_type) [1536]
                0.00    0.00      26/69          __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __false_type) [1222]
[1184]   0.0    0.00    0.00      69         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::operator*() const [1184]
-----------------------------------------------
                0.00    0.00       6/65          std::allocator<boost::shared_ptr<Body> >::~allocator() [1588]
                0.00    0.00      59/65          std::allocator<boost::shared_ptr<Body> >::~allocator() [1197]
[1185]   0.0    0.00    0.00      65         __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::~new_allocator() [1185]
-----------------------------------------------
                0.00    0.00      12/64          __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >) [1430]
                0.00    0.00      14/64          std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::begin() [1404]
                0.00    0.00      38/64          std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::end() [1238]
[1186]   0.0    0.00    0.00      64         __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >::__normal_iterator(boost::shared_ptr<Interaction>* const&) [1186]
-----------------------------------------------
                0.00    0.00      60/60          FundamentalHandler<std::string>::creator(Archive&, boost::any&) [336]
[1187]   0.0    0.00    0.00      60         std::string boost::lexical_cast<std::string, std::string>(std::string const&) [1187]
                0.00    0.00      60/60          boost::detail::lexical_stream<std::string, std::string>::lexical_stream() [1189]
                0.00    0.00      60/60          boost::detail::lexical_stream<std::string, std::string>::operator<<(std::string const&) [1191]
                0.00    0.00      60/60          boost::detail::lexical_stream<std::string, std::string>::operator>>(std::string&) [1192]
                0.00    0.00      60/60          boost::detail::lexical_stream<std::string, std::string>::~lexical_stream() [1190]
-----------------------------------------------
                0.00    0.00      60/60          boost::shared_ptr<Archive> Archive::create<std::string>(std::string const&, std::string&) [325]
[1188]   0.0    0.00    0.00      60         boost::any::any<std::string*>(std::string* const&) [1188]
                0.00    0.00      60/120         boost::any::holder<std::string*>::holder(std::string* const&) [1156]
-----------------------------------------------
                0.00    0.00      60/60          std::string boost::lexical_cast<std::string, std::string>(std::string const&) [1187]
[1189]   0.0    0.00    0.00      60         boost::detail::lexical_stream<std::string, std::string>::lexical_stream() [1189]
                0.00    0.00      60/15200       std::operator|(std::_Ios_Openmode, std::_Ios_Openmode) [773]
                0.00    0.00      60/15198       std::ios_base::unsetf(std::_Ios_Fmtflags) [774]
-----------------------------------------------
                0.00    0.00      60/60          std::string boost::lexical_cast<std::string, std::string>(std::string const&) [1187]
[1190]   0.0    0.00    0.00      60         boost::detail::lexical_stream<std::string, std::string>::~lexical_stream() [1190]
-----------------------------------------------
                0.00    0.00      60/60          std::string boost::lexical_cast<std::string, std::string>(std::string const&) [1187]
[1191]   0.0    0.00    0.00      60         boost::detail::lexical_stream<std::string, std::string>::operator<<(std::string const&) [1191]
-----------------------------------------------
                0.00    0.00      60/60          std::string boost::lexical_cast<std::string, std::string>(std::string const&) [1187]
[1192]   0.0    0.00    0.00      60         boost::detail::lexical_stream<std::string, std::string>::operator>>(std::string&) [1192]
-----------------------------------------------
                0.00    0.00      60/60          boost::any::type() const [150]
[1193]   0.0    0.00    0.00      60         boost::any::holder<std::string*>::type() const [1193]
-----------------------------------------------
                0.00    0.00      60/60          boost::any::any(boost::any const&) [201]
[1194]   0.0    0.00    0.00      60         boost::any::holder<std::string*>::clone() const [1194]
                0.00    0.00      60/120         boost::any::holder<std::string*>::holder(std::string* const&) [1156]
-----------------------------------------------
                0.00    0.00       8/59          std::allocator<boost::shared_ptr<Body> >::allocator(std::allocator<boost::shared_ptr<Body> > const&) [1518]
                0.00    0.00      51/59          std::allocator<boost::shared_ptr<Body> >::allocator(std::allocator<boost::shared_ptr<Body> > const&) [1201]
[1195]   0.0    0.00    0.00      59         __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::new_allocator(__gnu_cxx::new_allocator<boost::shared_ptr<Body> > const&) [1195]
-----------------------------------------------
                0.00    0.00      22/58          boost::date_time::int_adapter<long long>::pos_infinity() [1284]
                0.00    0.00      36/58          boost::date_time::int_adapter<long long>::not_a_number() [1243]
[1196]   0.0    0.00    0.00      58         std::numeric_limits<long long>::max() [1196]
-----------------------------------------------
                0.00    0.00       3/57          BodyContainer::BodyContainer() [76]
                0.00    0.00       3/57          BodyContainer::BodyContainer() [77]
                0.00    0.00       4/57          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&) [62]
                0.00    0.00       6/57          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::~vector() [1618]
                0.00    0.00      11/57          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >) [58]
                0.00    0.00      30/57          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> const&) [24]
[1197]   0.0    0.00    0.00      57         std::allocator<boost::shared_ptr<Body> >::~allocator() [1197]
                0.00    0.00      59/65          __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::~new_allocator() [1185]
-----------------------------------------------
                0.00    0.00       8/52          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&) [1528]
                0.00    0.00      13/52          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::vector<std::string, std::allocator<std::string> > const&) [1421]
                0.00    0.00      15/52          ContainerHandler<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [352]
                0.00    0.00      16/52          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::resize(unsigned int, std::vector<std::string, std::allocator<std::string> > const&) [1531]
[1198]   0.0    0.00    0.00      52         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::size() const [1198]
                0.00    0.00      95/95          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::begin() const [1169]
                0.00    0.00      95/95          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::end() const [1168]
                0.00    0.00      95/95          __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::difference_type __gnu_cxx::operator-<std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&) [1167]
-----------------------------------------------
                0.00    0.00       2/51          boost::date_time::date_facet<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::do_put_tm(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, tm const&, std::string) const [2086]
                0.00    0.00      24/51          boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const [1823]
                0.00    0.00      25/51          boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const [1824]
[1199]   0.0    0.00    0.00      51         __gnu_cxx::__normal_iterator<char*, std::string>::operator*() const [1199]
-----------------------------------------------
                0.00    0.00       4/51          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&) [62]
                0.00    0.00       6/51          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::~vector() [1618]
                0.00    0.00      11/51          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >) [58]
                0.00    0.00      30/51          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> const&) [24]
[1200]   0.0    0.00    0.00      51         std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::get_allocator() const [1200]
                0.00    0.00      51/51          std::allocator<boost::shared_ptr<Body> >::allocator(std::allocator<boost::shared_ptr<Body> > const&) [1201]
-----------------------------------------------
                0.00    0.00      51/51          std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::get_allocator() const [1200]
[1201]   0.0    0.00    0.00      51         std::allocator<boost::shared_ptr<Body> >::allocator(std::allocator<boost::shared_ptr<Body> > const&) [1201]
                0.00    0.00      51/59          __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::new_allocator(__gnu_cxx::new_allocator<boost::shared_ptr<Body> > const&) [1195]
-----------------------------------------------
                0.00    0.00      24/49          boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const [1823]
                0.00    0.00      25/49          boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const [1824]
[1202]   0.0    0.00    0.00      49         __gnu_cxx::__normal_iterator<char*, std::string>::operator++() [1202]
-----------------------------------------------
                0.00    0.00      24/49          boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const [1823]
                0.00    0.00      25/49          boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const [1824]
[1203]   0.0    0.00    0.00      49         bool boost::algorithm::is_equal::operator()<char, char>(char const&, char const&) const [1203]
-----------------------------------------------
                0.00    0.00       9/49          std::vector<int, std::allocator<int> >::_M_insert_aux(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int const&) [628]
                0.00    0.00      40/49          std::vector<int, std::allocator<int> >::_M_fill_insert(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [522]
[1204]   0.0    0.00    0.00      49         std::vector<int, std::allocator<int> >::max_size() const [1204]
-----------------------------------------------
                0.00    0.00       9/49          std::vector<int, std::allocator<int> >::_M_insert_aux(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int const&) [628]
                0.00    0.00      40/49          std::vector<int, std::allocator<int> >::_M_fill_insert(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [522]
[1205]   0.0    0.00    0.00      49         std::_Vector_base<int, std::allocator<int> >::_M_allocate(unsigned int) [1205]
                0.00    0.00      87/87          __gnu_cxx::new_allocator<int>::allocate(unsigned int, void const*) [1173]
-----------------------------------------------
                0.00    0.00      24/48          std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::begin() const [1280]
                0.00    0.00      24/48          std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::end() const [1278]
[1206]   0.0    0.00    0.00      48         __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine> const*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::__normal_iterator(boost::shared_ptr<Engine> const* const&) [1206]
-----------------------------------------------
                0.00    0.00      48/48          __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine> const*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<Engine> const*, boost::shared_ptr<Engine> const*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine> const*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine> const*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&) [1275]
[1207]   0.0    0.00    0.00      48         __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine> const*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::base() const [1207]
-----------------------------------------------
                0.00    0.00      47/47          std::_Vector_base<int, std::allocator<int> >::_M_deallocate(int*, unsigned int) [1175]
[1208]   0.0    0.00    0.00      47         __gnu_cxx::new_allocator<int>::deallocate(int*, unsigned int) [1208]
-----------------------------------------------
                0.00    0.00       1/45          boost::range_const_iterator<boost::iterator_range<char const*> >::type boost::range_detail::boost_range_end<boost::iterator_range<char const*> >(boost::iterator_range<char const*> const&) [1938]
                0.00    0.00       1/45          boost::iterator_range<char const*>::operator=(boost::iterator_range<char const*> const&) [1948]
                0.00    0.00      43/45          boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const [1824]
[1209]   0.0    0.00    0.00      45         boost::iterator_range<char const*>::end() const [1209]
-----------------------------------------------
                0.00    0.00      45/45          log4cxx::stringbuf::seekpos(std::fpos<__mbstate_t>, std::_Ios_Openmode) [3163]
[1210]   0.0    0.00    0.00      45         std::fpos<__mbstate_t>::operator long long() const [1210]
-----------------------------------------------
                0.00    0.00      45/45          std::vector<std::string, std::allocator<std::string> >::vector(std::vector<std::string, std::allocator<std::string> > const&) [1213]
[1211]   0.0    0.00    0.00      45         std::_Vector_base<std::string, std::allocator<std::string> >::_Vector_base(unsigned int, std::allocator<std::string> const&) [1211]
                0.00    0.00      45/3999        std::_Vector_base<std::string, std::allocator<std::string> >::_Vector_impl::_Vector_impl(std::allocator<std::string> const&) [845]
                0.00    0.00      45/10319       std::_Vector_base<std::string, std::allocator<std::string> >::_M_allocate(unsigned int) [804]
-----------------------------------------------
                0.00    0.00       8/45          ContainerHandler<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [352]
                0.00    0.00       8/45          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&) [1528]
                0.00    0.00      13/45          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::vector<std::string, std::allocator<std::string> > const&) [1421]
                0.00    0.00      16/45          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::clear() [1381]
[1212]   0.0    0.00    0.00      45         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::begin() [1212]
                0.00    0.00     133/382         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::__normal_iterator(std::vector<std::string, std::allocator<std::string> >* const&) [1085]
-----------------------------------------------
                0.00    0.00       1/45          boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::date_generator_formatter(boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > > const&) [2044]
                0.00    0.00       1/45          boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::special_values_formatter(boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > > const&) [2047]
                0.00    0.00      15/45          __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::construct(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> > const&) [1388]
                0.00    0.00      28/45          void std::_Construct<std::vector<std::string, std::allocator<std::string> >, std::vector<std::string, std::allocator<std::string> > >(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> > const&) [1264]
[1213]   0.0    0.00    0.00      45         std::vector<std::string, std::allocator<std::string> >::vector(std::vector<std::string, std::allocator<std::string> > const&) [1213]
                0.00    0.00      90/37795       std::_Vector_base<std::string, std::allocator<std::string> >::get_allocator() const [743]
                0.00    0.00      90/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00      45/11188       std::vector<std::string, std::allocator<std::string> >::size() const [796]
                0.00    0.00      45/45          std::_Vector_base<std::string, std::allocator<std::string> >::_Vector_base(unsigned int, std::allocator<std::string> const&) [1211]
                0.00    0.00      45/14627       std::vector<std::string, std::allocator<std::string> >::end() const [781]
                0.00    0.00      45/14629       std::vector<std::string, std::allocator<std::string> >::begin() const [780]
                0.00    0.00      45/45          std::string* std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*, std::string>(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*, std::allocator<std::string>) [1215]
-----------------------------------------------
                0.00    0.00      45/45          std::string* std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*, std::string>(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*, std::allocator<std::string>) [1215]
[1214]   0.0    0.00    0.00      45         std::string* std::uninitialized_copy<__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*>(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*) [1214]
                0.00    0.00      45/45          std::string* std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*>(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*, __false_type) [1216]
-----------------------------------------------
                0.00    0.00      45/45          std::vector<std::string, std::allocator<std::string> >::vector(std::vector<std::string, std::allocator<std::string> > const&) [1213]
[1215]   0.0    0.00    0.00      45         std::string* std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*, std::string>(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*, std::allocator<std::string>) [1215]
                0.00    0.00      45/45          std::string* std::uninitialized_copy<__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*>(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*) [1214]
-----------------------------------------------
                0.00    0.00      45/45          std::string* std::uninitialized_copy<__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*>(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*) [1214]
[1216]   0.0    0.00    0.00      45         std::string* std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*>(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*, __false_type) [1216]
                0.00    0.00     113/282         bool __gnu_cxx::operator!=<std::string const*, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > > const&, __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > > const&) [1095]
                0.00    0.00      68/238         __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::operator*() const [1103]
                0.00    0.00      68/10836       void std::_Construct<std::string, std::string>(std::string*, std::string const&) [797]
                0.00    0.00      68/236         __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::operator++() [1104]
-----------------------------------------------
                0.00    0.00      44/44          boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const [1823]
[1217]   0.0    0.00    0.00      44         boost::iterator_range<__gnu_cxx::__normal_iterator<char const*, std::string> >::end() const [1217]
-----------------------------------------------
                0.00    0.00       1/42          boost::date_time::int_adapter<unsigned long> boost::date_time::int_adapter<unsigned long>::operator-<unsigned long>(boost::date_time::int_adapter<unsigned long> const&) const [2090]
                0.00    0.00       2/42          boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::operator-(boost::gregorian::date const&) const [2108]
                0.00    0.00       3/42          boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::day_count() const [1726]
                0.00    0.00      11/42          boost::date_time::int_adapter<unsigned long>::neg_infinity() [1439]
                0.00    0.00      11/42          boost::date_time::int_adapter<unsigned long>::pos_infinity() [1440]
                0.00    0.00      14/42          boost::date_time::int_adapter<unsigned long>::not_a_number() [1398]
[1218]   0.0    0.00    0.00      42         boost::date_time::int_adapter<unsigned long>::int_adapter(unsigned long) [1218]
-----------------------------------------------
                0.00    0.00      12/42          __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >::difference_type __gnu_cxx::operator-<double*, double*, std::vector<double, std::allocator<double> > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > const&, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > const&) [1578]
                0.00    0.00      30/42          __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >) [686]
[1219]   0.0    0.00    0.00      42         __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >::base() const [1219]
-----------------------------------------------
                0.00    0.00      42/42          __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::allocator<std::vector<std::string, std::allocator<std::string> > >) [1221]
[1220]   0.0    0.00    0.00      42         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >) [1220]
                0.00    0.00      42/42          __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __false_type) [1222]
-----------------------------------------------
                0.00    0.00      16/42          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&) [1528]
                0.00    0.00      26/42          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::vector<std::string, std::allocator<std::string> > const&) [1421]
[1221]   0.0    0.00    0.00      42         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::allocator<std::vector<std::string, std::allocator<std::string> > >) [1221]
                0.00    0.00      42/42          __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >) [1220]
-----------------------------------------------
                0.00    0.00      42/42          __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >) [1220]
[1222]   0.0    0.00    0.00      42         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __false_type) [1222]
                0.00    0.00      55/120         bool __gnu_cxx::operator!=<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&) [1158]
                0.00    0.00      26/69          __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::operator*() const [1184]
                0.00    0.00      26/82          __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::operator++() [1178]
                0.00    0.00      13/28          void std::_Construct<std::vector<std::string, std::allocator<std::string> >, std::vector<std::string, std::allocator<std::string> > >(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> > const&) [1264]
-----------------------------------------------
                0.00    0.00      41/41          MetaBody::moveToNextTimeStep() [156]
[1223]   0.0    0.00    0.00      41         TimeStepper::action(Body*) [1223]
                0.00    0.00      41/78308024     data_start [697]
-----------------------------------------------
                0.00    0.00      41/41          std::allocator<int>::allocator() [1336]
[1224]   0.0    0.00    0.00      41         __gnu_cxx::new_allocator<int>::new_allocator() [1224]
-----------------------------------------------
                0.00    0.00      41/41          std::_Vector_base<int, std::allocator<int> >::_Vector_base(std::allocator<int> const&) [1226]
[1225]   0.0    0.00    0.00      41         std::_Vector_base<int, std::allocator<int> >::_Vector_impl::_Vector_impl(std::allocator<int> const&) [1225]
                0.00    0.00      79/79          std::allocator<int>::allocator(std::allocator<int> const&) [1179]
-----------------------------------------------
                0.00    0.00      41/41          std::vector<int, std::allocator<int> >::vector(std::allocator<int> const&) [1345]
[1226]   0.0    0.00    0.00      41         std::_Vector_base<int, std::allocator<int> >::_Vector_base(std::allocator<int> const&) [1226]
                0.00    0.00      41/41          std::_Vector_base<int, std::allocator<int> >::_Vector_impl::_Vector_impl(std::allocator<int> const&) [1225]
-----------------------------------------------
                0.00    0.00      40/40          std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::~allocator() [1335]
[1227]   0.0    0.00    0.00      40         __gnu_cxx::new_allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::~new_allocator() [1227]
-----------------------------------------------
                0.00    0.00      40/40          std::vector<int, std::allocator<int> >::_M_fill_insert(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&) [522]
[1228]   0.0    0.00    0.00      40         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::operator+=(int const&) [1228]
-----------------------------------------------
                0.00    0.00      20/40          boost::iterator_range<__gnu_cxx::__normal_iterator<char const*, std::string> >::empty() const [1310]
                0.00    0.00      20/40          boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const [1823]
[1229]   0.0    0.00    0.00      40         bool __gnu_cxx::operator==<char const*, std::string>(__gnu_cxx::__normal_iterator<char const*, std::string> const&, __gnu_cxx::__normal_iterator<char const*, std::string> const&) [1229]
                0.00    0.00      80/130         __gnu_cxx::__normal_iterator<char const*, std::string>::base() const [1154]
-----------------------------------------------
                0.00    0.00       7/39          std::allocator<double>::~allocator() [1556]
                0.00    0.00      32/39          std::allocator<double>::~allocator() [1418]
[1230]   0.0    0.00    0.00      39         __gnu_cxx::new_allocator<double>::~new_allocator() [1230]
-----------------------------------------------
                0.00    0.00      38/38          SerializableTypes::Type findType<Engine>(Engine&, bool&, std::string&) [1232]
[1231]   0.0    0.00    0.00      38         bool isFundamental<Engine>(Engine&) [1231]
                0.00    0.00     646/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00      18/38          boost::shared_ptr<Archive> Archive::create<Engine>(std::string const&, Engine&) [361]
                0.00    0.00      20/38          SerializableTypes::Type findType<Engine>(boost::shared_ptr<Engine>&, bool&, std::string&) [331]
[1232]   0.0    0.00    0.00      38         SerializableTypes::Type findType<Engine>(Engine&, bool&, std::string&) [1232]
                0.00    0.00      38/38          bool isFundamental<Engine>(Engine&) [1231]
                0.00    0.00      38/114089      std::type_info::operator==(std::type_info const&) const [722]
                0.00    0.00      38/4259        Singleton<SerializableSingleton>::instance() [839]
                0.00    0.00      38/78308024     data_start [697]
-----------------------------------------------
                0.00    0.00       1/38          boost::date_time::int_adapter<unsigned long>::is_pos_inf(unsigned long) [2030]
                0.00    0.00       1/38          boost::date_time::int_adapter<unsigned long>::is_neg_inf(unsigned long) [2029]
                0.00    0.00       1/38          boost::date_time::int_adapter<unsigned long> boost::date_time::int_adapter<unsigned long>::operator-<unsigned long>(boost::date_time::int_adapter<unsigned long> const&) const [2090]
                0.00    0.00       1/38          boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::operator-(boost::gregorian::date const&) const [2108]
                0.00    0.00       2/38          boost::date_time::int_adapter<unsigned long>::is_nan() const [1827]
                0.00    0.00       3/38          boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::date(boost::date_time::int_adapter<unsigned long>) [1720]
                0.00    0.00       4/38          boost::date_time::int_adapter<unsigned long>::is_infinity() const [1826]
                0.00    0.00       9/38          boost::date_time::int_adapter<unsigned long>::is_not_a_number(unsigned long) [1478]
                0.00    0.00      16/38          boost::date_time::int_adapter<unsigned long>::is_inf(unsigned long) [1499]
[1233]   0.0    0.00    0.00      38         boost::date_time::int_adapter<unsigned long>::as_number() const [1233]
-----------------------------------------------
                0.00    0.00      38/38          std::_Vector_base<int, std::allocator<int> >::_Vector_impl::~_Vector_impl() [1235]
[1234]   0.0    0.00    0.00      38         std::allocator<int>::~allocator() [1234]
                0.00    0.00      38/388         __gnu_cxx::new_allocator<int>::~new_allocator() [1084]
-----------------------------------------------
                0.00    0.00      38/38          std::_Vector_base<int, std::allocator<int> >::~_Vector_base() [1236]
[1235]   0.0    0.00    0.00      38         std::_Vector_base<int, std::allocator<int> >::_Vector_impl::~_Vector_impl() [1235]
                0.00    0.00      38/38          std::allocator<int>::~allocator() [1234]
-----------------------------------------------
                0.00    0.00      38/38          std::vector<int, std::allocator<int> >::~vector() [1533]
[1236]   0.0    0.00    0.00      38         std::_Vector_base<int, std::allocator<int> >::~_Vector_base() [1236]
                0.00    0.00      38/87          std::_Vector_base<int, std::allocator<int> >::_M_deallocate(int*, unsigned int) [1175]
                0.00    0.00      38/38          std::_Vector_base<int, std::allocator<int> >::_Vector_impl::~_Vector_impl() [1235]
-----------------------------------------------
                0.00    0.00       2/38          std::deque<char, std::allocator<char> >::end() [1875]
                0.00    0.00       2/38          std::_Deque_iterator<char, char&, char*> std::__copy<false, std::random_access_iterator_tag>::copy<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>) [1879]
                0.00    0.00       2/38          std::_Deque_iterator<char, char&, char*> std::__copy_aux<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>) [1885]
                0.00    0.00       2/38          std::_Deque_iterator<char, char&, char*> std::__copy_normal<false, false>::copy_n<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>) [1867]
                0.00    0.00       2/38          std::_Deque_iterator<char, char&, char*> std::copy<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>) [1894]
                0.00    0.00       2/38          std::_Deque_iterator<char, char&, char*> std::__uninitialized_copy_aux<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>, __true_type) [1892]
                0.00    0.00       2/38          std::_Deque_iterator<char, char&, char*> std::uninitialized_copy<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>) [1889]
                0.00    0.00       2/38          std::_Deque_iterator<char, char&, char*> std::__uninitialized_copy_a<char const*, std::_Deque_iterator<char, char&, char*>, char>(char const*, char const*, std::_Deque_iterator<char, char&, char*>, std::allocator<char>) [1891]
                0.00    0.00       2/38          void std::deque<char, std::allocator<char> >::_M_range_insert_aux<char const*>(std::_Deque_iterator<char, char&, char*>, char const*, char const*, std::forward_iterator_tag) [1873]
                0.00    0.00       2/38          void std::deque<char, std::allocator<char> >::_M_insert_dispatch<char const*>(std::_Deque_iterator<char, char&, char*>, char const*, char const*, __false_type) [1872]
                0.00    0.00       2/38          void std::deque<char, std::allocator<char> >::insert<char const*>(std::_Deque_iterator<char, char&, char*>, char const*, char const*) [1876]
                0.00    0.00       4/38          void std::_Destroy<std::_Deque_iterator<char, char&, char*> >(std::_Deque_iterator<char, char&, char*>, std::_Deque_iterator<char, char&, char*>) [1895]
                0.00    0.00       4/38          void std::_Destroy<std::_Deque_iterator<char, char&, char*>, char>(std::_Deque_iterator<char, char&, char*>, std::_Deque_iterator<char, char&, char*>, std::allocator<char>) [1896]
                0.00    0.00       4/38          std::deque<char, std::allocator<char> >::~deque() [1878]
                0.00    0.00       4/38          std::_Deque_iterator<char, char&, char*>::operator-(int) const [1842]
[1237]   0.0    0.00    0.00      38         std::_Deque_iterator<char, char&, char*>::_Deque_iterator(std::_Deque_iterator<char, char&, char*> const&) [1237]
-----------------------------------------------
                0.00    0.00       2/38          InteractionContainer::postProcessAttributes(bool) [2629]
                0.00    0.00      12/38          std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::clear() [1527]
                0.00    0.00      24/38          std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >) [1432]
[1238]   0.0    0.00    0.00      38         std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::end() [1238]
                0.00    0.00      38/64          __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >::__normal_iterator(boost::shared_ptr<Interaction>* const&) [1186]
-----------------------------------------------
                0.00    0.00      18/36          boost::any::any<boost::shared_ptr<Engine>*>(boost::shared_ptr<Engine>* const&) [1313]
                0.00    0.00      18/36          boost::any::holder<boost::shared_ptr<Engine>*>::clone() const [1326]
[1239]   0.0    0.00    0.00      36         boost::any::holder<boost::shared_ptr<Engine>*>::holder(boost::shared_ptr<Engine>* const&) [1239]
                0.00    0.00      36/19104       boost::any::placeholder::placeholder() [769]
-----------------------------------------------
                0.00    0.00      36/36          boost::any::~any() [762]
[1240]   0.0    0.00    0.00      36         boost::any::holder<boost::shared_ptr<Engine>*>::~holder() [1240]
                0.00    0.00      36/19104       boost::any::placeholder::~placeholder() [770]
-----------------------------------------------
                0.00    0.00      18/36          boost::any::any<std::vector<std::string, std::allocator<std::string> >*>(std::vector<std::string, std::allocator<std::string> >* const&) [1314]
                0.00    0.00      18/36          boost::any::holder<std::vector<std::string, std::allocator<std::string> >*>::clone() const [1327]
[1241]   0.0    0.00    0.00      36         boost::any::holder<std::vector<std::string, std::allocator<std::string> >*>::holder(std::vector<std::string, std::allocator<std::string> >* const&) [1241]
                0.00    0.00      36/19104       boost::any::placeholder::placeholder() [769]
-----------------------------------------------
                0.00    0.00      36/36          boost::any::~any() [762]
[1242]   0.0    0.00    0.00      36         boost::any::holder<std::vector<std::string, std::allocator<std::string> >*>::~holder() [1242]
                0.00    0.00      36/19104       boost::any::placeholder::~placeholder() [770]
-----------------------------------------------
                0.00    0.00       1/36          boost::date_time::int_adapter<long long> boost::date_time::int_adapter<long long>::operator-<long long>(boost::date_time::int_adapter<long long> const&) const [2094]
                0.00    0.00       3/36          boost::date_time::int_adapter<long long> boost::date_time::int_adapter<long long>::operator+<unsigned long>(boost::date_time::int_adapter<unsigned long> const&) const [1725]
                0.00    0.00       3/36          boost::date_time::int_adapter<long long>::is_not_a_number(long long) [1717]
                0.00    0.00       4/36          boost::date_time::int_adapter<long long>::from_special(boost::date_time::special_values) [1645]
                0.00    0.00      25/36          boost::date_time::int_adapter<long long>::is_nan() const [1270]
[1243]   0.0    0.00    0.00      36         boost::date_time::int_adapter<long long>::not_a_number() [1243]
                0.00    0.00      36/58          std::numeric_limits<long long>::max() [1196]
                0.00    0.00      36/104         boost::date_time::int_adapter<long long>::int_adapter(long long) [1162]
-----------------------------------------------
                0.00    0.00      36/36          std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::allocator<std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >(std::allocator<std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > > const&) [1245]
[1244]   0.0    0.00    0.00      36         __gnu_cxx::new_allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::new_allocator() [1244]
-----------------------------------------------
                0.00    0.00      36/36          std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::get_allocator() const [1331]
[1245]   0.0    0.00    0.00      36         std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::allocator<std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >(std::allocator<std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > > const&) [1245]
                0.00    0.00      36/36          __gnu_cxx::new_allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::new_allocator() [1244]
-----------------------------------------------
                0.00    0.00      17/35          std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::begin() [1352]
                0.00    0.00      18/35          std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::end() [1338]
[1246]   0.0    0.00    0.00      35         std::_List_iterator<boost::shared_ptr<EngineUnit> >::_List_iterator(std::_List_node_base*) [1246]
-----------------------------------------------
                0.00    0.00      11/34          PhysicalParameters::incrementMaxCurrentlyUsedClassIndex() [2616]
                0.00    0.00      23/34          PhysicalParameters::getMaxCurrentlyUsedClassIndex() const [3270]
[1247]   0.0    0.00    0.00      34         PhysicalParameters::getMaxCurrentlyUsedIndexStatic() [1247]
-----------------------------------------------
                0.00    0.00       8/34          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&) [1528]
                0.00    0.00      13/34          std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::~_Vector_base() [1420]
                0.00    0.00      13/34          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::vector<std::string, std::allocator<std::string> > const&) [1421]
[1248]   0.0    0.00    0.00      34         std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_deallocate(std::vector<std::string, std::allocator<std::string> >*, unsigned int) [1248]
                0.00    0.00      13/13          __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::deallocate(std::vector<std::string, std::allocator<std::string> >*, unsigned int) [1413]
-----------------------------------------------
                0.00    0.00       6/32          std::allocator<boost::shared_ptr<Interaction> >::~allocator() [1586]
                0.00    0.00      26/32          std::allocator<boost::shared_ptr<Interaction> >::~allocator() [1286]
[1249]   0.0    0.00    0.00      32         __gnu_cxx::new_allocator<boost::shared_ptr<Interaction> >::~new_allocator() [1249]
-----------------------------------------------
                0.00    0.00      16/32          std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::clear() [1378]
                0.00    0.00      16/32          std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_List_base(std::allocator<boost::shared_ptr<EngineUnit> > const&) [1375]
[1250]   0.0    0.00    0.00      32         std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_init() [1250]
-----------------------------------------------
                0.00    0.00       9/31          std::allocator<double>::allocator(std::allocator<double> const&) [1481]
                0.00    0.00      22/31          std::allocator<double>::allocator(std::allocator<double> const&) [1296]
[1251]   0.0    0.00    0.00      31         __gnu_cxx::new_allocator<double>::new_allocator(__gnu_cxx::new_allocator<double> const&) [1251]
-----------------------------------------------
                0.00    0.00      31/31          boost::any::type() const [150]
[1252]   0.0    0.00    0.00      31         boost::any::holder<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>::type() const [1252]
-----------------------------------------------
                                  14             FileGenerator::~FileGenerator() <cycle 1> [1394]
                0.00    0.00       1/39273816     PointerHandler<boost::shared_ptr<MetaBody> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [469]
                0.00    0.00       1/39273816     Omega::freeRootBody() [625]
                0.00    0.00      14/39273816     FileGenerator::~FileGenerator() [526]
[1253]   0.0    0.00    0.00      30         boost::shared_ptr<MetaBody>::~shared_ptr() <cycle 1> [1253]
                                  31             boost::detail::shared_count::~shared_count() <cycle 1> [70]
-----------------------------------------------
                0.00    0.00       1/29          SimulationFlow::SimulationFlow() [1925]
                0.00    0.00      14/29          FileGenerator::FileGenerator() [339]
                0.00    0.00      14/29          FileGenerator::FileGenerator() [340]
[1254]   0.0    0.00    0.00      29         ThreadWorker::ThreadWorker() [1254]
                0.00    0.00      29/29          boost::any::any() [1255]
-----------------------------------------------
                0.00    0.00      29/29          ThreadWorker::ThreadWorker() [1254]
[1255]   0.0    0.00    0.00      29         boost::any::any() [1255]
-----------------------------------------------
                0.00    0.00      29/29          void std::_Destroy<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >) [1257]
[1256]   0.0    0.00    0.00      29         void std::__destroy_aux<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __false_type) [1256]
                0.00    0.00      42/120         bool __gnu_cxx::operator!=<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&) [1158]
                0.00    0.00      13/69          __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::operator*() const [1184]
                0.00    0.00      13/28          void std::_Destroy<std::vector<std::string, std::allocator<std::string> > >(std::vector<std::string, std::allocator<std::string> >*) [1265]
                0.00    0.00      13/82          __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::operator++() [1178]
-----------------------------------------------
                0.00    0.00      29/29          void std::_Destroy<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::allocator<std::vector<std::string, std::allocator<std::string> > >) [1258]
[1257]   0.0    0.00    0.00      29         void std::_Destroy<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >) [1257]
                0.00    0.00      29/29          void std::__destroy_aux<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __false_type) [1256]
-----------------------------------------------
                0.00    0.00      13/29          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::vector<std::string, std::allocator<std::string> > const&) [1421]
                0.00    0.00      16/29          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::erase(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >) [1382]
[1258]   0.0    0.00    0.00      29         void std::_Destroy<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::allocator<std::vector<std::string, std::allocator<std::string> > >) [1258]
                0.00    0.00      29/29          void std::_Destroy<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >) [1257]
-----------------------------------------------
                0.00    0.00      14/28          FileGenerator::~FileGenerator() <cycle 1> [1394]
                0.00    0.00      14/28          FileGenerator::~FileGenerator() [526]
[1259]   0.0    0.00    0.00      28         ThreadWorker::~ThreadWorker() [1259]
                0.00    0.00      28/21571       boost::any::~any() [762]
-----------------------------------------------
                0.00    0.00      28/28          Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1260]   0.0    0.00    0.00      28         FileGenerator::getBaseClassNumber() [1260]
                0.00    0.00      28/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00      28/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00      28/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00      28/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00      28/11188       std::vector<std::string, std::allocator<std::string> >::size() const [796]
                0.00    0.00      28/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       5/28          InteractingGeometry::incrementMaxCurrentlyUsedClassIndex() [2619]
                0.00    0.00      23/28          InteractingGeometry::getMaxCurrentlyUsedClassIndex() const [3274]
[1261]   0.0    0.00    0.00      28         InteractingGeometry::getMaxCurrentlyUsedIndexStatic() [1261]
-----------------------------------------------
                0.00    0.00      10/28          std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [1348]
                0.00    0.00      18/28          std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert_unique(std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [519]
[1262]   0.0    0.00    0.00      28         std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_key(std::_Rb_tree_node_base const*) [1262]
                0.00    0.00      28/28          std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_value(std::_Rb_tree_node_base const*) [1263]
                0.00    0.00      28/67990       std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::operator()(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) const [728]
-----------------------------------------------
                0.00    0.00      28/28          std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_key(std::_Rb_tree_node_base const*) [1262]
[1263]   0.0    0.00    0.00      28         std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_value(std::_Rb_tree_node_base const*) [1263]
-----------------------------------------------
                0.00    0.00      13/28          __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __false_type) [1222]
                0.00    0.00      15/28          void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&, __false_type) [1536]
[1264]   0.0    0.00    0.00      28         void std::_Construct<std::vector<std::string, std::allocator<std::string> >, std::vector<std::string, std::allocator<std::string> > >(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> > const&) [1264]
                0.00    0.00      28/36675       operator new(unsigned int, void*) [745]
                0.00    0.00      28/45          std::vector<std::string, std::allocator<std::string> >::vector(std::vector<std::string, std::allocator<std::string> > const&) [1213]
-----------------------------------------------
                0.00    0.00      13/28          void std::__destroy_aux<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __false_type) [1256]
                0.00    0.00      15/28          void std::__destroy_aux<std::vector<std::string, std::allocator<std::string> >*>(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*, __false_type) [1300]
[1265]   0.0    0.00    0.00      28         void std::_Destroy<std::vector<std::string, std::allocator<std::string> > >(std::vector<std::string, std::allocator<std::string> >*) [1265]
                0.00    0.00      28/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       1/27          boost::date_time::microsec_clock<boost::posix_time::ptime>::create_time(boost::date_time::microsec_clock<boost::posix_time::ptime>::TZ_FOR_CREATE) [2036]
                0.00    0.00       8/27          boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::ticks_per_second() [1500]
                0.00    0.00       8/27          boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::frac_sec_per_day() [1501]
                0.00    0.00      10/27          boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int>::to_tick_count(int, int, int, long long) [1466]
[1266]   0.0    0.00    0.00      27         boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int>::res_adjust() [1266]
-----------------------------------------------
                0.00    0.00       8/26          SerializableTypes::Type findType<std::vector<std::string, std::allocator<std::string> > >(std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&, bool&, std::string&) [1485]
                0.00    0.00      18/26          boost::shared_ptr<Archive> Archive::create<std::vector<std::string, std::allocator<std::string> > >(std::string const&, std::vector<std::string, std::allocator<std::string> >&) [362]
[1267]   0.0    0.00    0.00      26         SerializableTypes::Type findType<std::string>(std::vector<std::string, std::allocator<std::string> >&, bool&, std::string&) [1267]
                0.00    0.00      26/86          SerializableTypes::Type findType<std::string>(std::string&, bool&, std::string&) [1177]
-----------------------------------------------
                0.00    0.00       8/26          std::allocator<boost::shared_ptr<Interaction> >::allocator(std::allocator<boost::shared_ptr<Interaction> > const&) [1517]
                0.00    0.00      18/26          std::allocator<boost::shared_ptr<Interaction> >::allocator(std::allocator<boost::shared_ptr<Interaction> > const&) [1333]
[1268]   0.0    0.00    0.00      26         __gnu_cxx::new_allocator<boost::shared_ptr<Interaction> >::new_allocator(__gnu_cxx::new_allocator<boost::shared_ptr<Interaction> > const&) [1268]
-----------------------------------------------
                0.00    0.00       9/25          GeometricalModel::incrementMaxCurrentlyUsedClassIndex() [2513]
                0.00    0.00      16/25          GeometricalModel::getMaxCurrentlyUsedClassIndex() const [3264]
[1269]   0.0    0.00    0.00      25         GeometricalModel::getMaxCurrentlyUsedIndexStatic() [1269]
-----------------------------------------------
                0.00    0.00       1/25          boost::date_time::int_adapter<long long> boost::date_time::int_adapter<long long>::operator-<long long>(boost::date_time::int_adapter<long long> const&) const [2094]
                0.00    0.00       3/25          boost::date_time::int_adapter<long long> boost::date_time::int_adapter<long long>::operator+<unsigned long>(boost::date_time::int_adapter<unsigned long> const&) const [1725]
                0.00    0.00      21/25          boost::date_time::int_adapter<long long>::is_special() const [1291]
[1270]   0.0    0.00    0.00      25         boost::date_time::int_adapter<long long>::is_nan() const [1270]
                0.00    0.00      25/36          boost::date_time::int_adapter<long long>::not_a_number() [1243]
                0.00    0.00      25/96          boost::date_time::int_adapter<long long>::as_number() const [1166]
-----------------------------------------------
                0.00    0.00      11/25          boost::date_time::int_adapter<unsigned long>::pos_infinity() [1440]
                0.00    0.00      14/25          boost::date_time::int_adapter<unsigned long>::not_a_number() [1398]
[1271]   0.0    0.00    0.00      25         std::numeric_limits<unsigned long>::max() [1271]
-----------------------------------------------
                0.00    0.00      24/24          Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1272]   0.0    0.00    0.00      24         GeometricalModel::getBaseClassNumber() [1272]
                0.00    0.00      48/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00      24/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00      24/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00      24/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00      24/11188       std::vector<std::string, std::allocator<std::string> >::size() const [796]
                0.00    0.00      24/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00      24/24          log4cxx::StringBuffer::~StringBuffer() [1611]
[1273]   0.0    0.00    0.00      24         log4cxx::stringbuf::~stringbuf() [1273]
                0.00    0.00       9/11          __gnu_cxx::new_allocator<char>::deallocate(char*, unsigned int) [1442]
-----------------------------------------------
                0.00    0.00       8/24          std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::~allocator() [1519]
                0.00    0.00      16/24          std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::~allocator() [1372]
[1274]   0.0    0.00    0.00      24         __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::~new_allocator() [1274]
-----------------------------------------------
                0.00    0.00      24/24          std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::size() const [1279]
[1275]   0.0    0.00    0.00      24         __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine> const*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<Engine> const*, boost::shared_ptr<Engine> const*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine> const*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine> const*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&) [1275]
                0.00    0.00      48/48          __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine> const*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::base() const [1207]
-----------------------------------------------
                0.00    0.00      24/24          boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const [1823]
[1276]   0.0    0.00    0.00      24         bool __gnu_cxx::operator!=<char const*, std::string>(__gnu_cxx::__normal_iterator<char const*, std::string> const&, __gnu_cxx::__normal_iterator<char const*, std::string> const&) [1276]
                0.00    0.00      48/130         __gnu_cxx::__normal_iterator<char const*, std::string>::base() const [1154]
-----------------------------------------------
                0.00    0.00      24/24          boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const [1823]
[1277]   0.0    0.00    0.00      24         __gnu_cxx::__normal_iterator<char const*, std::string>::operator*() const [1277]
-----------------------------------------------
                0.00    0.00      24/24          std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::size() const [1279]
[1278]   0.0    0.00    0.00      24         std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::end() const [1278]
                0.00    0.00      24/48          __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine> const*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::__normal_iterator(boost::shared_ptr<Engine> const* const&) [1206]
-----------------------------------------------
                0.00    0.00       2/24          std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&) [560]
                0.00    0.00       4/24          std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::resize(unsigned int, boost::shared_ptr<Engine> const&) [562]
                0.00    0.00      18/24          ContainerHandler<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [324]
[1279]   0.0    0.00    0.00      24         std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::size() const [1279]
                0.00    0.00      24/24          std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::begin() const [1280]
                0.00    0.00      24/24          std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::end() const [1278]
                0.00    0.00      24/24          __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine> const*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<Engine> const*, boost::shared_ptr<Engine> const*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine> const*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine> const*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&) [1275]
-----------------------------------------------
                0.00    0.00      24/24          std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::size() const [1279]
[1280]   0.0    0.00    0.00      24         std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::begin() const [1280]
                0.00    0.00      24/48          __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine> const*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::__normal_iterator(boost::shared_ptr<Engine> const* const&) [1206]
-----------------------------------------------
                0.00    0.00       8/24          std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::~_List_base() [1521]
                0.00    0.00      16/24          std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::clear() [1378]
[1281]   0.0    0.00    0.00      24         std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_clear() [1281]
-----------------------------------------------
                0.00    0.00       1/23          boost::gregorian::to_tm(boost::gregorian::date const&) [2053]
                0.00    0.00       2/23          boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::day_of_week(boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day> const&) [2043]
                0.00    0.00       6/23          boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::end_of_month_day(boost::gregorian::greg_year, boost::gregorian::greg_month) [1574]
                0.00    0.00      14/23          boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::day_number(boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day> const&) [1547]
[1282]   0.0    0.00    0.00      23         boost::gregorian::greg_month::operator unsigned short() const [1282]
-----------------------------------------------
                0.00    0.00       1/22          boost::date_time::int_adapter<long long>::is_neg_inf(long long) [2031]
                0.00    0.00      21/22          boost::date_time::int_adapter<long long>::is_infinity() const [1292]
[1283]   0.0    0.00    0.00      22         boost::date_time::int_adapter<long long>::neg_infinity() [1283]
                0.00    0.00      22/22          std::numeric_limits<long long>::min() [1287]
                0.00    0.00      22/104         boost::date_time::int_adapter<long long>::int_adapter(long long) [1162]
-----------------------------------------------
                0.00    0.00       1/22          boost::date_time::int_adapter<long long>::is_pos_inf(long long) [2032]
                0.00    0.00      21/22          boost::date_time::int_adapter<long long>::is_infinity() const [1292]
[1284]   0.0    0.00    0.00      22         boost::date_time::int_adapter<long long>::pos_infinity() [1284]
                0.00    0.00      22/58          std::numeric_limits<long long>::max() [1196]
                0.00    0.00      22/104         boost::date_time::int_adapter<long long>::int_adapter(long long) [1162]
-----------------------------------------------
                0.00    0.00      22/22          boost::any::type() const [150]
[1285]   0.0    0.00    0.00      22         boost::any::holder<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>::type() const [1285]
-----------------------------------------------
                0.00    0.00       4/22          InteractionContainer::InteractionContainer() [391]
                0.00    0.00       6/22          std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::~vector() [1684]
                0.00    0.00      12/22          std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >) [1432]
[1286]   0.0    0.00    0.00      22         std::allocator<boost::shared_ptr<Interaction> >::~allocator() [1286]
                0.00    0.00      26/32          __gnu_cxx::new_allocator<boost::shared_ptr<Interaction> >::~new_allocator() [1249]
-----------------------------------------------
                0.00    0.00      22/22          boost::date_time::int_adapter<long long>::neg_infinity() [1283]
[1287]   0.0    0.00    0.00      22         std::numeric_limits<long long>::min() [1287]
-----------------------------------------------
                0.00    0.00      21/21          Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1288]   0.0    0.00    0.00      21         PhysicalParameters::getBaseClassNumber() [1288]
                0.00    0.00      42/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00      21/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00      21/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00      21/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00      21/11188       std::vector<std::string, std::allocator<std::string> >::size() const [796]
                0.00    0.00      21/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00      21/21          std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_allocate(unsigned int) [1297]
[1289]   0.0    0.00    0.00      21         __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::allocate(unsigned int, void const*) [1289]
                0.00    0.00      21/21          __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::max_size() const [1293]
-----------------------------------------------
                0.00    0.00      21/21          std::allocator<std::vector<std::string, std::allocator<std::string> > >::allocator() [1373]
[1290]   0.0    0.00    0.00      21         __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::new_allocator() [1290]
-----------------------------------------------
                0.00    0.00       1/21          boost::date_time::int_adapter<long long> boost::date_time::int_adapter<long long>::operator-<long long>(boost::date_time::int_adapter<long long> const&) const [2094]
                0.00    0.00       1/21          boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::date() const [2100]
                0.00    0.00       2/21          boost::date_time::int_adapter<long long>::compare(boost::date_time::int_adapter<long long> const&) const [2092]
                0.00    0.00       3/21          boost::date_time::int_adapter<long long> boost::date_time::int_adapter<long long>::operator+<unsigned long>(boost::date_time::int_adapter<unsigned long> const&) const [1725]
                0.00    0.00       7/21          boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::is_special() const [1552]
                0.00    0.00       7/21          boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::is_special() const [1553]
[1291]   0.0    0.00    0.00      21         boost::date_time::int_adapter<long long>::is_special() const [1291]
                0.00    0.00      21/21          boost::date_time::int_adapter<long long>::is_infinity() const [1292]
                0.00    0.00      21/25          boost::date_time::int_adapter<long long>::is_nan() const [1270]
-----------------------------------------------
                0.00    0.00      21/21          boost::date_time::int_adapter<long long>::is_special() const [1291]
[1292]   0.0    0.00    0.00      21         boost::date_time::int_adapter<long long>::is_infinity() const [1292]
                0.00    0.00      42/96          boost::date_time::int_adapter<long long>::as_number() const [1166]
                0.00    0.00      21/22          boost::date_time::int_adapter<long long>::neg_infinity() [1283]
                0.00    0.00      21/22          boost::date_time::int_adapter<long long>::pos_infinity() [1284]
-----------------------------------------------
                0.00    0.00      21/21          __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::allocate(unsigned int, void const*) [1289]
[1293]   0.0    0.00    0.00      21         __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::max_size() const [1293]
-----------------------------------------------
                0.00    0.00       8/21          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&) [1528]
                0.00    0.00      13/21          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::vector<std::string, std::allocator<std::string> > const&) [1421]
[1294]   0.0    0.00    0.00      21         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::max_size() const [1294]
-----------------------------------------------
                0.00    0.00      21/21          std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_Vector_impl::_Vector_impl(std::allocator<std::vector<std::string, std::allocator<std::string> > > const&) [1298]
[1295]   0.0    0.00    0.00      21         std::allocator<std::vector<std::string, std::allocator<std::string> > >::allocator(std::allocator<std::vector<std::string, std::allocator<std::string> > > const&) [1295]
                0.00    0.00      21/121         __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::new_allocator(__gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > > const&) [1155]
-----------------------------------------------
                0.00    0.00      21/21          std::_Vector_base<double, std::allocator<double> >::get_allocator() const [1416]
[1296]   0.0    0.00    0.00      21         std::allocator<double>::allocator(std::allocator<double> const&) [1296]
                0.00    0.00      22/31          __gnu_cxx::new_allocator<double>::new_allocator(__gnu_cxx::new_allocator<double> const&) [1251]
-----------------------------------------------
                0.00    0.00       8/21          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&) [1528]
                0.00    0.00      13/21          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::vector<std::string, std::allocator<std::string> > const&) [1421]
[1297]   0.0    0.00    0.00      21         std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_allocate(unsigned int) [1297]
                0.00    0.00      21/21          __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::allocate(unsigned int, void const*) [1289]
-----------------------------------------------
                0.00    0.00      21/21          std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_Vector_base(std::allocator<std::vector<std::string, std::allocator<std::string> > > const&) [1299]
[1298]   0.0    0.00    0.00      21         std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_Vector_impl::_Vector_impl(std::allocator<std::vector<std::string, std::allocator<std::string> > > const&) [1298]
                0.00    0.00      21/21          std::allocator<std::vector<std::string, std::allocator<std::string> > >::allocator(std::allocator<std::vector<std::string, std::allocator<std::string> > > const&) [1295]
-----------------------------------------------
                0.00    0.00      21/21          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::vector(std::allocator<std::vector<std::string, std::allocator<std::string> > > const&) [1383]
[1299]   0.0    0.00    0.00      21         std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_Vector_base(std::allocator<std::vector<std::string, std::allocator<std::string> > > const&) [1299]
                0.00    0.00      21/21          std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_Vector_impl::_Vector_impl(std::allocator<std::vector<std::string, std::allocator<std::string> > > const&) [1298]
-----------------------------------------------
                0.00    0.00      21/21          void std::_Destroy<std::vector<std::string, std::allocator<std::string> >*>(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*) [1301]
[1300]   0.0    0.00    0.00      21         void std::__destroy_aux<std::vector<std::string, std::allocator<std::string> >*>(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*, __false_type) [1300]
                0.00    0.00      15/28          void std::_Destroy<std::vector<std::string, std::allocator<std::string> > >(std::vector<std::string, std::allocator<std::string> >*) [1265]
-----------------------------------------------
                0.00    0.00      21/21          void std::_Destroy<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> > >(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*, std::allocator<std::vector<std::string, std::allocator<std::string> > >) [1302]
[1301]   0.0    0.00    0.00      21         void std::_Destroy<std::vector<std::string, std::allocator<std::string> >*>(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*) [1301]
                0.00    0.00      21/21          void std::__destroy_aux<std::vector<std::string, std::allocator<std::string> >*>(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*, __false_type) [1300]
-----------------------------------------------
                0.00    0.00       8/21          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&) [1528]
                0.00    0.00      13/21          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::~vector() [1532]
[1302]   0.0    0.00    0.00      21         void std::_Destroy<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> > >(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*, std::allocator<std::vector<std::string, std::allocator<std::string> > >) [1302]
                0.00    0.00      21/21          void std::_Destroy<std::vector<std::string, std::allocator<std::string> >*>(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*) [1301]
-----------------------------------------------
                0.00    0.00      10/20          boost::filesystem::directory_iterator::directory_iterator() [638]
                0.00    0.00      10/20          boost::filesystem::directory_iterator::directory_iterator(boost::filesystem::path const&) [637]
[1303]   0.0    0.00    0.00      20         boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::iterator_facade() [1303]
-----------------------------------------------
                0.00    0.00       4/20          boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::time_duration(boost::date_time::special_values) [1648]
                0.00    0.00       6/20          boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::time_duration(boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> > const&) [1573]
                0.00    0.00      10/20          boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::time_duration(int, int, int, long long) [1464]
[1304]   0.0    0.00    0.00      20         boost::less_than_comparable<boost::posix_time::time_duration, boost::equality_comparable<boost::posix_time::time_duration, boost::posix_time::time_duration, boost::detail::empty_base, boost::detail::false_t>, boost::detail::empty_base, boost::detail::true_t>::less_than_comparable() [1304]
-----------------------------------------------
                0.00    0.00      20/20          boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const [1823]
[1305]   0.0    0.00    0.00      20         bool boost::empty<__gnu_cxx::__normal_iterator<char const*, std::string> >(boost::iterator_range<__gnu_cxx::__normal_iterator<char const*, std::string> > const&) [1305]
                0.00    0.00      20/20          boost::iterator_range<__gnu_cxx::__normal_iterator<char const*, std::string> >::empty() const [1310]
-----------------------------------------------
                0.00    0.00       1/20          boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::day_count() const [2101]
                0.00    0.00       2/20          boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::tod() const [1832]
                0.00    0.00       4/20          boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::time_count() const [1662]
                0.00    0.00      13/20          boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::ticks() const [1414]
[1306]   0.0    0.00    0.00      20         boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int>::as_number(boost::date_time::int_adapter<long long>) [1306]
                0.00    0.00      20/20          boost::date_time::time_resolution_traits_adapted64_impl::as_number(boost::date_time::int_adapter<long long>) [1307]
-----------------------------------------------
                0.00    0.00      20/20          boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int>::as_number(boost::date_time::int_adapter<long long>) [1306]
[1307]   0.0    0.00    0.00      20         boost::date_time::time_resolution_traits_adapted64_impl::as_number(boost::date_time::int_adapter<long long>) [1307]
                0.00    0.00      20/96          boost::date_time::int_adapter<long long>::as_number() const [1166]
-----------------------------------------------
                0.00    0.00       2/20          std::allocator<boost::shared_ptr<Engine> >::~allocator() [1851]
                0.00    0.00      18/20          std::allocator<boost::shared_ptr<Engine> >::~allocator() [1334]
[1308]   0.0    0.00    0.00      20         __gnu_cxx::new_allocator<boost::shared_ptr<Engine> >::~new_allocator() [1308]
-----------------------------------------------
                0.00    0.00      20/20          boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const [1823]
[1309]   0.0    0.00    0.00      20         boost::iterator_range<__gnu_cxx::__normal_iterator<char const*, std::string> >::begin() const [1309]
-----------------------------------------------
                0.00    0.00      20/20          bool boost::empty<__gnu_cxx::__normal_iterator<char const*, std::string> >(boost::iterator_range<__gnu_cxx::__normal_iterator<char const*, std::string> > const&) [1305]
[1310]   0.0    0.00    0.00      20         boost::iterator_range<__gnu_cxx::__normal_iterator<char const*, std::string> >::empty() const [1310]
                0.00    0.00      20/40          bool __gnu_cxx::operator==<char const*, std::string>(__gnu_cxx::__normal_iterator<char const*, std::string> const&, __gnu_cxx::__normal_iterator<char const*, std::string> const&) [1229]
-----------------------------------------------
                0.00    0.00       1/20          boost::range_const_iterator<boost::iterator_range<char const*> >::type boost::range_detail::boost_range_begin<boost::iterator_range<char const*> >(boost::iterator_range<char const*> const&) [1941]
                0.00    0.00       1/20          boost::iterator_range<char const*>::operator=(boost::iterator_range<char const*> const&) [1948]
                0.00    0.00      18/20          boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const [1824]
[1311]   0.0    0.00    0.00      20         boost::iterator_range<char const*>::begin() const [1311]
-----------------------------------------------
                0.00    0.00       1/20          std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::resize(unsigned int, boost::shared_ptr<EngineUnit> const&) [651]
                0.00    0.00       3/20          ContainerHandler<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [400]
                0.00    0.00      16/20          MetaDispatchingEngine::findFunctorArguments(std::string const&) [621]
[1312]   0.0    0.00    0.00      20         std::_List_iterator<boost::shared_ptr<EngineUnit> >::operator!=(std::_List_iterator<boost::shared_ptr<EngineUnit> > const&) const [1312]
-----------------------------------------------
                0.00    0.00      18/18          boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Engine> >(std::string const&, boost::shared_ptr<Engine>&) [326]
[1313]   0.0    0.00    0.00      18         boost::any::any<boost::shared_ptr<Engine>*>(boost::shared_ptr<Engine>* const&) [1313]
                0.00    0.00      18/36          boost::any::holder<boost::shared_ptr<Engine>*>::holder(boost::shared_ptr<Engine>* const&) [1239]
-----------------------------------------------
                0.00    0.00      18/18          boost::shared_ptr<Archive> Archive::create<std::vector<std::string, std::allocator<std::string> > >(std::string const&, std::vector<std::string, std::allocator<std::string> >&) [362]
[1314]   0.0    0.00    0.00      18         boost::any::any<std::vector<std::string, std::allocator<std::string> >*>(std::vector<std::string, std::allocator<std::string> >* const&) [1314]
                0.00    0.00      18/36          boost::any::holder<std::vector<std::string, std::allocator<std::string> >*>::holder(std::vector<std::string, std::allocator<std::string> >* const&) [1241]
-----------------------------------------------
                0.00    0.00      18/18          boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const [1824]
[1315]   0.0    0.00    0.00      18         bool boost::empty<char const*>(boost::iterator_range<char const*> const&) [1315]
                0.00    0.00      18/18          boost::iterator_range<char const*>::empty() const [1324]
-----------------------------------------------
                0.00    0.00       2/18          std::allocator<boost::shared_ptr<EngineUnit> >::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >(std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > > const&) [1850]
                0.00    0.00      16/18          std::allocator<boost::shared_ptr<EngineUnit> >::allocator() [1369]
[1316]   0.0    0.00    0.00      18         __gnu_cxx::new_allocator<boost::shared_ptr<EngineUnit> >::new_allocator() [1316]
-----------------------------------------------
                0.00    0.00      18/18          std::allocator<boost::shared_ptr<EngineUnit> >::~allocator() [1332]
[1317]   0.0    0.00    0.00      18         __gnu_cxx::new_allocator<boost::shared_ptr<EngineUnit> >::~new_allocator() [1317]
-----------------------------------------------
                0.00    0.00       4/18          std::allocator<boost::shared_ptr<Engine> >::allocator(std::allocator<boost::shared_ptr<Engine> > const&) [1669]
                0.00    0.00      14/18          std::allocator<boost::shared_ptr<Engine> >::allocator(std::allocator<boost::shared_ptr<Engine> > const&) [1403]
[1318]   0.0    0.00    0.00      18         __gnu_cxx::new_allocator<boost::shared_ptr<Engine> >::new_allocator(__gnu_cxx::new_allocator<boost::shared_ptr<Engine> > const&) [1318]
-----------------------------------------------
                0.00    0.00      18/18          std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_put_node(std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >*) [3579]
[1319]   0.0    0.00    0.00      18         __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::deallocate(std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >*, unsigned int) [1319]
-----------------------------------------------
                0.00    0.00      18/18          std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_get_node() [1346]
[1320]   0.0    0.00    0.00      18         __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::allocate(unsigned int, void const*) [1320]
                0.00    0.00      18/18          __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::max_size() const [1328]
-----------------------------------------------
                0.00    0.00      18/18          std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_create_node(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [1347]
[1321]   0.0    0.00    0.00      18         __gnu_cxx::new_allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::construct(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >*, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [1321]
                0.00    0.00      18/36675       operator new(unsigned int, void*) [745]
-----------------------------------------------
                0.00    0.00       2/18          std::_Deque_base<char, std::allocator<char> >::_M_allocate_node() [1857]
                0.00    0.00      16/18          log4cxx::stringbuf::overflow(int) [3164]
[1322]   0.0    0.00    0.00      18         __gnu_cxx::new_allocator<char>::allocate(unsigned int, void const*) [1322]
                0.00    0.00      18/18          __gnu_cxx::new_allocator<char>::max_size() const [1329]
-----------------------------------------------
                0.00    0.00      18/18          PointerHandler<boost::shared_ptr<Engine> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [333]
[1323]   0.0    0.00    0.00      18         boost::shared_ptr<Engine>::operator*() const [1323]
-----------------------------------------------
                0.00    0.00      18/18          bool boost::empty<char const*>(boost::iterator_range<char const*> const&) [1315]
[1324]   0.0    0.00    0.00      18         boost::iterator_range<char const*>::empty() const [1324]
-----------------------------------------------
                0.00    0.00      18/18          boost::any::type() const [150]
[1325]   0.0    0.00    0.00      18         boost::any::holder<boost::shared_ptr<Engine>*>::type() const [1325]
-----------------------------------------------
                0.00    0.00      18/18          boost::any::any(boost::any const&) [201]
[1326]   0.0    0.00    0.00      18         boost::any::holder<boost::shared_ptr<Engine>*>::clone() const [1326]
                0.00    0.00      18/36          boost::any::holder<boost::shared_ptr<Engine>*>::holder(boost::shared_ptr<Engine>* const&) [1239]
-----------------------------------------------
                0.00    0.00      18/18          boost::any::any(boost::any const&) [201]
[1327]   0.0    0.00    0.00      18         boost::any::holder<std::vector<std::string, std::allocator<std::string> >*>::clone() const [1327]
                0.00    0.00      18/36          boost::any::holder<std::vector<std::string, std::allocator<std::string> >*>::holder(std::vector<std::string, std::allocator<std::string> >* const&) [1241]
-----------------------------------------------
                0.00    0.00      18/18          __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::allocate(unsigned int, void const*) [1320]
[1328]   0.0    0.00    0.00      18         __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::max_size() const [1328]
-----------------------------------------------
                0.00    0.00      18/18          __gnu_cxx::new_allocator<char>::allocate(unsigned int, void const*) [1322]
[1329]   0.0    0.00    0.00      18         __gnu_cxx::new_allocator<char>::max_size() const [1329]
-----------------------------------------------
                0.00    0.00       6/18          std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::~vector() [1684]
                0.00    0.00      12/18          std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >) [1432]
[1330]   0.0    0.00    0.00      18         std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::get_allocator() const [1330]
                0.00    0.00      18/18          std::allocator<boost::shared_ptr<Interaction> >::allocator(std::allocator<boost::shared_ptr<Interaction> > const&) [1333]
-----------------------------------------------
                0.00    0.00      18/18          std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_create_node(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [1347]
[1331]   0.0    0.00    0.00      18         std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::get_allocator() const [1331]
                0.00    0.00      36/36          std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::allocator<std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >(std::allocator<std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > > const&) [1245]
-----------------------------------------------
                0.00    0.00       2/18          std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_create_node(boost::shared_ptr<EngineUnit> const&) [647]
                0.00    0.00      16/18          MetaDispatchingEngine::MetaDispatchingEngine() [338]
[1332]   0.0    0.00    0.00      18         std::allocator<boost::shared_ptr<EngineUnit> >::~allocator() [1332]
                0.00    0.00      18/18          __gnu_cxx::new_allocator<boost::shared_ptr<EngineUnit> >::~new_allocator() [1317]
-----------------------------------------------
                0.00    0.00      18/18          std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::get_allocator() const [1330]
[1333]   0.0    0.00    0.00      18         std::allocator<boost::shared_ptr<Interaction> >::allocator(std::allocator<boost::shared_ptr<Interaction> > const&) [1333]
                0.00    0.00      18/26          __gnu_cxx::new_allocator<boost::shared_ptr<Interaction> >::new_allocator(__gnu_cxx::new_allocator<boost::shared_ptr<Interaction> > const&) [1268]
-----------------------------------------------
                0.00    0.00       2/18          std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::~vector() [1882]
                0.00    0.00       4/18          MetaBody::MetaBody() [423]
                0.00    0.00       4/18          std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >) [1686]
                0.00    0.00       8/18          std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&) [560]
[1334]   0.0    0.00    0.00      18         std::allocator<boost::shared_ptr<Engine> >::~allocator() [1334]
                0.00    0.00      18/20          __gnu_cxx::new_allocator<boost::shared_ptr<Engine> >::~new_allocator() [1308]
-----------------------------------------------
                0.00    0.00      18/18          std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_create_node(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [1347]
[1335]   0.0    0.00    0.00      18         std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::~allocator() [1335]
                0.00    0.00      40/40          __gnu_cxx::new_allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::~new_allocator() [1227]
-----------------------------------------------
                0.00    0.00       1/18          Omega::scanPlugins() [27]
                0.00    0.00       7/18          DeusExMachina::DeusExMachina() [377]
                0.00    0.00      10/18          DeusExMachina::DeusExMachina() [354]
[1336]   0.0    0.00    0.00      18         std::allocator<int>::allocator() [1336]
                0.00    0.00      41/41          __gnu_cxx::new_allocator<int>::new_allocator() [1224]
-----------------------------------------------
                0.00    0.00      18/18          log4cxx::stringbuf::seekoff(long long, std::_Ios_Seekdir, std::_Ios_Openmode) [3162]
[1337]   0.0    0.00    0.00      18         std::fpos<__mbstate_t>::fpos(long long) [1337]
-----------------------------------------------
                0.00    0.00       1/18          ContainerHandler<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [400]
                0.00    0.00       2/18          std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::resize(unsigned int, boost::shared_ptr<EngineUnit> const&) [651]
                0.00    0.00      15/18          MetaDispatchingEngine::findFunctorArguments(std::string const&) [621]
[1338]   0.0    0.00    0.00      18         std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::end() [1338]
                0.00    0.00      18/35          std::_List_iterator<boost::shared_ptr<EngineUnit> >::_List_iterator(std::_List_node_base*) [1246]
-----------------------------------------------
                0.00    0.00      18/18          std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
[1339]   0.0    0.00    0.00      18         std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >::pair(SerializableTypes::Type const&, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> const&) [1339]
-----------------------------------------------
                0.00    0.00      18/18          std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&) [173]
[1340]   0.0    0.00    0.00      18         std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>::pair() [1340]
-----------------------------------------------
                0.00    0.00      18/18          std::vector<std::string, std::allocator<std::string> >::insert(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&) [1342]
[1341]   0.0    0.00    0.00      18         std::vector<std::string, std::allocator<std::string> >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&) [1341]
                0.00    0.00      68/37795       std::_Vector_base<std::string, std::allocator<std::string> >::get_allocator() const [743]
                0.00    0.00      68/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00      51/168501      __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::base() const [721]
                0.00    0.00      34/20548       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string>(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::allocator<std::string>) [765]
                0.00    0.00      17/11188       std::vector<std::string, std::allocator<std::string> >::size() const [796]
                0.00    0.00      17/10274       std::vector<std::string, std::allocator<std::string> >::max_size() const [808]
                0.00    0.00      17/477         unsigned int const& std::max<unsigned int>(unsigned int const&, unsigned int const&) [1020]
                0.00    0.00      17/10319       std::_Vector_base<std::string, std::allocator<std::string> >::_M_allocate(unsigned int) [804]
                0.00    0.00      17/98157       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::__normal_iterator(std::string* const&) [723]
                0.00    0.00      17/20945       std::vector<std::string, std::allocator<std::string> >::begin() [763]
                0.00    0.00      17/17          void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string, std::string>(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&, std::allocator<std::string>) [1355]
                0.00    0.00      17/17          __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator+=(int const&) [1349]
                0.00    0.00      17/26521       std::vector<std::string, std::allocator<std::string> >::end() [751]
                0.00    0.00      17/3991        void std::_Destroy<std::string*, std::string>(std::string*, std::string*, std::allocator<std::string>) [848]
                0.00    0.00      17/14248       std::_Vector_base<std::string, std::allocator<std::string> >::_M_deallocate(std::string*, unsigned int) [783]
-----------------------------------------------
                0.00    0.00      18/18          std::vector<std::string, std::allocator<std::string> >::resize(unsigned int, std::string const&) [1344]
[1342]   0.0    0.00    0.00      18         std::vector<std::string, std::allocator<std::string> >::insert(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&) [1342]
                0.00    0.00      18/18          std::vector<std::string, std::allocator<std::string> >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&) [1341]
-----------------------------------------------
                0.00    0.00      18/18          ContainerHandler<std::vector<std::string, std::allocator<std::string> > >::resize(Archive&, unsigned long) [445]
[1343]   0.0    0.00    0.00      18         std::vector<std::string, std::allocator<std::string> >::resize(unsigned int) [1343]
                0.00    0.00      18/18          std::vector<std::string, std::allocator<std::string> >::resize(unsigned int, std::string const&) [1344]
-----------------------------------------------
                0.00    0.00      18/18          std::vector<std::string, std::allocator<std::string> >::resize(unsigned int) [1343]
[1344]   0.0    0.00    0.00      18         std::vector<std::string, std::allocator<std::string> >::resize(unsigned int, std::string const&) [1344]
                0.00    0.00      36/11188       std::vector<std::string, std::allocator<std::string> >::size() const [796]
                0.00    0.00      18/26521       std::vector<std::string, std::allocator<std::string> >::end() [751]
                0.00    0.00      18/18          std::vector<std::string, std::allocator<std::string> >::insert(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&) [1342]
-----------------------------------------------
                0.00    0.00       1/18          Omega::scanPlugins() [27]
                0.00    0.00       7/18          DeusExMachina::DeusExMachina() [377]
                0.00    0.00      10/18          DeusExMachina::DeusExMachina() [354]
[1345]   0.0    0.00    0.00      18         std::vector<int, std::allocator<int> >::vector(std::allocator<int> const&) [1345]
                0.00    0.00      41/41          std::_Vector_base<int, std::allocator<int> >::_Vector_base(std::allocator<int> const&) [1226]
-----------------------------------------------
                0.00    0.00      18/18          std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_create_node(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [1347]
[1346]   0.0    0.00    0.00      18         std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_get_node() [1346]
                0.00    0.00      18/18          __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::allocate(unsigned int, void const*) [1320]
-----------------------------------------------
                0.00    0.00      18/18          std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [1348]
[1347]   0.0    0.00    0.00      18         std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_create_node(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [1347]
                0.00    0.00      18/18          std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_get_node() [1346]
                0.00    0.00      18/18          std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::get_allocator() const [1331]
                0.00    0.00      18/18          __gnu_cxx::new_allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::construct(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >*, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [1321]
                0.00    0.00      18/18          std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::~allocator() [1335]
-----------------------------------------------
                0.00    0.00       4/18          std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert_unique(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [1688]
                0.00    0.00      14/18          std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert_unique(std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [519]
[1348]   0.0    0.00    0.00      18         std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [1348]
                0.00    0.00      18/18          std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_create_node(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [1347]
                0.00    0.00      18/48134       std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::_Rb_tree_iterator(std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >*) [734]
                0.00    0.00      14/24090       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_end() [752]
                0.00    0.00      10/28          std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_key(std::_Rb_tree_node_base const*) [1262]
                0.00    0.00      10/67990       std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::operator()(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) const [728]
                0.00    0.00      10/92006       std::less<SerializableTypes::Type>::operator()(SerializableTypes::Type const&, SerializableTypes::Type const&) const [724]
-----------------------------------------------
                0.00    0.00      17/17          std::vector<std::string, std::allocator<std::string> >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&) [1341]
[1349]   0.0    0.00    0.00      17         __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator+=(int const&) [1349]
-----------------------------------------------
                0.00    0.00       1/17          std::ostreambuf_iterator<char, std::char_traits<char> >::operator=(char) [1390]
                0.00    0.00      16/17          log4cxx::stringbuf::overflow(int) [3164]
[1350]   0.0    0.00    0.00      17         std::char_traits<char>::eq_int_type(int const&, int const&) [1350]
-----------------------------------------------
                0.00    0.00       1/17          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&) [62]
                0.00    0.00       6/17          std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::~_Vector_base() [1593]
                0.00    0.00      10/17          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> const&) [24]
[1351]   0.0    0.00    0.00      17         std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_deallocate(boost::shared_ptr<Body>*, unsigned int) [1351]
                0.00    0.00       9/9           __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::deallocate(boost::shared_ptr<Body>*, unsigned int) [1479]
-----------------------------------------------
                0.00    0.00       1/17          std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::resize(unsigned int, boost::shared_ptr<EngineUnit> const&) [651]
                0.00    0.00       1/17          ContainerHandler<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [400]
                0.00    0.00      15/17          MetaDispatchingEngine::findFunctorArguments(std::string const&) [621]
[1352]   0.0    0.00    0.00      17         std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::begin() [1352]
                0.00    0.00      17/35          std::_List_iterator<boost::shared_ptr<EngineUnit> >::_List_iterator(std::_List_node_base*) [1246]
-----------------------------------------------
                0.00    0.00      17/17          void std::_Destroy<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >) [1357]
[1353]   0.0    0.00    0.00      17         void std::__destroy_aux<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __true_type) [1353]
-----------------------------------------------
                0.00    0.00      17/17          void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string, std::string>(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&, std::allocator<std::string>) [1355]
[1354]   0.0    0.00    0.00      17         void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string>(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&) [1354]
                0.00    0.00      17/17          void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string>(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&, __false_type) [1356]
-----------------------------------------------
                0.00    0.00      17/17          std::vector<std::string, std::allocator<std::string> >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&) [1341]
[1355]   0.0    0.00    0.00      17         void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string, std::string>(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&, std::allocator<std::string>) [1355]
                0.00    0.00      17/17          void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string>(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&) [1354]
-----------------------------------------------
                0.00    0.00      17/17          void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string>(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&) [1354]
[1356]   0.0    0.00    0.00      17         void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string>(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&, __false_type) [1356]
                0.00    0.00      56/43253       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator*() const [739]
                0.00    0.00      56/10836       void std::_Construct<std::string, std::string>(std::string*, std::string const&) [797]
                0.00    0.00      56/42693       __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator++() [740]
-----------------------------------------------
                0.00    0.00      17/17          void std::_Destroy<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, std::allocator<int>) [1358]
[1357]   0.0    0.00    0.00      17         void std::_Destroy<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >) [1357]
                0.00    0.00      17/17          void std::__destroy_aux<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __true_type) [1353]
-----------------------------------------------
                0.00    0.00       8/17          std::vector<int, std::allocator<int> >::erase(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >) [660]
                0.00    0.00       9/17          std::vector<int, std::allocator<int> >::_M_insert_aux(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int const&) [628]
[1358]   0.0    0.00    0.00      17         void std::_Destroy<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, std::allocator<int>) [1358]
                0.00    0.00      17/17          void std::_Destroy<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >) [1357]
-----------------------------------------------
                0.00    0.00      16/16          Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1359]   0.0    0.00    0.00      16         MetaEngine::getBaseClassNumber() [1359]
                0.00    0.00      16/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00      16/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00      16/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00      16/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00      16/11188       std::vector<std::string, std::allocator<std::string> >::size() const [796]
                0.00    0.00      16/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       6/16          PhysicalAction::incrementMaxCurrentlyUsedClassIndex() [195]
                0.00    0.00      10/16          PhysicalAction::getMaxCurrentlyUsedClassIndex() const [3260]
[1360]   0.0    0.00    0.00      16         PhysicalAction::getMaxCurrentlyUsedIndexStatic() [1360]
-----------------------------------------------
                0.00    0.00       8/16          boost::any::any<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>(std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >* const&) [1494]
                0.00    0.00       8/16          boost::any::holder<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>::clone() const [1513]
[1361]   0.0    0.00    0.00      16         boost::any::holder<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>::holder(std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >* const&) [1361]
                0.00    0.00      16/19104       boost::any::placeholder::placeholder() [769]
-----------------------------------------------
                0.00    0.00      16/16          boost::any::~any() [762]
[1362]   0.0    0.00    0.00      16         boost::any::holder<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>::~holder() [1362]
                0.00    0.00      16/19104       boost::any::placeholder::~placeholder() [770]
-----------------------------------------------
                0.00    0.00       8/16          boost::any::any<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>(std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >* const&) [1495]
                0.00    0.00       8/16          boost::any::holder<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>::clone() const [1514]
[1363]   0.0    0.00    0.00      16         boost::any::holder<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>::holder(std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >* const&) [1363]
                0.00    0.00      16/19104       boost::any::placeholder::placeholder() [769]
-----------------------------------------------
                0.00    0.00      16/16          boost::any::~any() [762]
[1364]   0.0    0.00    0.00      16         boost::any::holder<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>::~holder() [1364]
                0.00    0.00      16/19104       boost::any::placeholder::~placeholder() [770]
-----------------------------------------------
                0.00    0.00      16/16          std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::allocator(std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > > const&) [1371]
[1365]   0.0    0.00    0.00      16         __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::new_allocator(__gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<EngineUnit> > > const&) [1365]
-----------------------------------------------
                0.00    0.00      16/16          std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::allocator<boost::shared_ptr<EngineUnit> >(std::allocator<boost::shared_ptr<EngineUnit> > const&) [1370]
[1366]   0.0    0.00    0.00      16         __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::new_allocator() [1366]
-----------------------------------------------
                0.00    0.00      16/16          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::erase(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >) [1382]
[1367]   0.0    0.00    0.00      16         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::difference_type __gnu_cxx::operator-<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&) [1367]
                0.00    0.00      32/396         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::base() const [1072]
-----------------------------------------------
                0.00    0.00      16/16          Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1368]   0.0    0.00    0.00      16         GeometricalModel::getBaseClassName(unsigned int) const [1368]
                0.00    0.00      32/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00      16/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00      16/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00      16/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00      16/10322       std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) [801]
                0.00    0.00      16/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00      16/16          MetaDispatchingEngine::MetaDispatchingEngine() [338]
[1369]   0.0    0.00    0.00      16         std::allocator<boost::shared_ptr<EngineUnit> >::allocator() [1369]
                0.00    0.00      16/18          __gnu_cxx::new_allocator<boost::shared_ptr<EngineUnit> >::new_allocator() [1316]
-----------------------------------------------
                0.00    0.00      16/16          std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_List_base(std::allocator<boost::shared_ptr<EngineUnit> > const&) [1375]
[1370]   0.0    0.00    0.00      16         std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::allocator<boost::shared_ptr<EngineUnit> >(std::allocator<boost::shared_ptr<EngineUnit> > const&) [1370]
                0.00    0.00      16/16          __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::new_allocator() [1366]
-----------------------------------------------
                0.00    0.00      16/16          std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_List_impl::_List_impl(std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > > const&) [1374]
[1371]   0.0    0.00    0.00      16         std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::allocator(std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > > const&) [1371]
                0.00    0.00      16/16          __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::new_allocator(__gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<EngineUnit> > > const&) [1365]
-----------------------------------------------
                0.00    0.00      16/16          std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_List_base(std::allocator<boost::shared_ptr<EngineUnit> > const&) [1375]
[1372]   0.0    0.00    0.00      16         std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::~allocator() [1372]
                0.00    0.00      16/24          __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::~new_allocator() [1274]
-----------------------------------------------
                0.00    0.00      16/16          MetaDispatchingEngine::MetaDispatchingEngine() [338]
[1373]   0.0    0.00    0.00      16         std::allocator<std::vector<std::string, std::allocator<std::string> > >::allocator() [1373]
                0.00    0.00      21/21          __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::new_allocator() [1290]
-----------------------------------------------
                0.00    0.00      16/16          std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_List_base(std::allocator<boost::shared_ptr<EngineUnit> > const&) [1375]
[1374]   0.0    0.00    0.00      16         std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_List_impl::_List_impl(std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > > const&) [1374]
                0.00    0.00      16/16          std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::allocator(std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > > const&) [1371]
-----------------------------------------------
                0.00    0.00      16/16          std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::list(std::allocator<boost::shared_ptr<EngineUnit> > const&) [1379]
[1375]   0.0    0.00    0.00      16         std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_List_base(std::allocator<boost::shared_ptr<EngineUnit> > const&) [1375]
                0.00    0.00      16/16          std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::allocator<boost::shared_ptr<EngineUnit> >(std::allocator<boost::shared_ptr<EngineUnit> > const&) [1370]
                0.00    0.00      16/16          std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_List_impl::_List_impl(std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > > const&) [1374]
                0.00    0.00      16/16          std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::~allocator() [1372]
                0.00    0.00      16/32          std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_init() [1250]
-----------------------------------------------
                0.00    0.00      16/16          log4cxx::stringbuf::overflow(int) [3164]
[1376]   0.0    0.00    0.00      16         std::char_traits<char>::not_eof(int const&) [1376]
                0.00    0.00      16/15171       std::char_traits<char>::eof() [778]
-----------------------------------------------
                0.00    0.00      16/16          __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::copy<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >) [1386]
[1377]   0.0    0.00    0.00      16         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >) [1377]
                0.00    0.00      48/396         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::base() const [1072]
                0.00    0.00      16/16          std::vector<std::string, std::allocator<std::string> >* std::__copy_aux<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*>(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*) [1385]
                0.00    0.00      16/382         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::__normal_iterator(std::vector<std::string, std::allocator<std::string> >* const&) [1085]
-----------------------------------------------
                0.00    0.00      16/16          MetaDispatchingEngine::MetaDispatchingEngine() [338]
[1378]   0.0    0.00    0.00      16         std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::clear() [1378]
                0.00    0.00      16/24          std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_clear() [1281]
                0.00    0.00      16/32          std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_init() [1250]
-----------------------------------------------
                0.00    0.00      16/16          MetaDispatchingEngine::MetaDispatchingEngine() [338]
[1379]   0.0    0.00    0.00      16         std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::list(std::allocator<boost::shared_ptr<EngineUnit> > const&) [1379]
                0.00    0.00      16/16          std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_List_base(std::allocator<boost::shared_ptr<EngineUnit> > const&) [1375]
-----------------------------------------------
                0.00    0.00      16/16          std::vector<std::string, std::allocator<std::string> >* std::__copy_aux<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*>(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*) [1385]
[1380]   0.0    0.00    0.00      16         std::vector<std::string, std::allocator<std::string> >* std::__copy<false, std::random_access_iterator_tag>::copy<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*>(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*) [1380]
-----------------------------------------------
                0.00    0.00      16/16          MetaDispatchingEngine::MetaDispatchingEngine() [338]
[1381]   0.0    0.00    0.00      16         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::clear() [1381]
                0.00    0.00      16/98          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::end() [1165]
                0.00    0.00      16/45          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::begin() [1212]
                0.00    0.00      16/16          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::erase(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >) [1382]
-----------------------------------------------
                0.00    0.00      16/16          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::clear() [1381]
[1382]   0.0    0.00    0.00      16         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::erase(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >) [1382]
                0.00    0.00      32/98          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::end() [1165]
                0.00    0.00      16/16          __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::copy<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >) [1386]
                0.00    0.00      16/100         std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::get_allocator() const [1163]
                0.00    0.00      16/29          void std::_Destroy<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::allocator<std::vector<std::string, std::allocator<std::string> > >) [1258]
                0.00    0.00      16/116         std::allocator<std::vector<std::string, std::allocator<std::string> > >::~allocator() [1159]
                0.00    0.00      16/16          __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::difference_type __gnu_cxx::operator-<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&) [1367]
-----------------------------------------------
                0.00    0.00      16/16          MetaDispatchingEngine::MetaDispatchingEngine() [338]
[1383]   0.0    0.00    0.00      16         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::vector(std::allocator<std::vector<std::string, std::allocator<std::string> > > const&) [1383]
                0.00    0.00      21/21          std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_Vector_base(std::allocator<std::vector<std::string, std::allocator<std::string> > > const&) [1299]
-----------------------------------------------
                0.00    0.00      16/16          std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert_unique(std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [519]
[1384]   0.0    0.00    0.00      16         std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_leftmost() [1384]
-----------------------------------------------
                0.00    0.00      16/16          __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >) [1377]
[1385]   0.0    0.00    0.00      16         std::vector<std::string, std::allocator<std::string> >* std::__copy_aux<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*>(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*) [1385]
                0.00    0.00      16/16          std::vector<std::string, std::allocator<std::string> >* std::__copy<false, std::random_access_iterator_tag>::copy<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*>(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*) [1380]
-----------------------------------------------
                0.00    0.00      16/16          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::erase(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >) [1382]
[1386]   0.0    0.00    0.00      16         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::copy<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >) [1386]
                0.00    0.00      16/16          __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >) [1377]
-----------------------------------------------
                0.00    0.00      15/15          Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1387]   0.0    0.00    0.00      15         InteractingGeometry::getBaseClassNumber() [1387]
                0.00    0.00      30/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00      15/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00      15/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00      15/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00      15/11188       std::vector<std::string, std::allocator<std::string> >::size() const [796]
                0.00    0.00      15/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       2/15          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::push_back(std::vector<std::string, std::allocator<std::string> > const&) [3553]
                0.00    0.00      13/15          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::vector<std::string, std::allocator<std::string> > const&) [1421]
[1388]   0.0    0.00    0.00      15         __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::construct(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> > const&) [1388]
                0.00    0.00      15/36675       operator new(unsigned int, void*) [745]
                0.00    0.00      15/45          std::vector<std::string, std::allocator<std::string> >::vector(std::vector<std::string, std::allocator<std::string> > const&) [1213]
-----------------------------------------------
                0.00    0.00       1/15          boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::day_of_week(boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day> const&) [2043]
                0.00    0.00       1/15          boost::gregorian::to_tm(boost::gregorian::date const&) [2053]
                0.00    0.00       6/15          boost::gregorian::date::date(boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day) [1576]
                0.00    0.00       7/15          boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::day_number(boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day> const&) [1547]
[1389]   0.0    0.00    0.00      15         boost::gregorian::greg_day::operator unsigned short() const [1389]
-----------------------------------------------
                0.00    0.00      15/15          std::ostreambuf_iterator<char, std::char_traits<char> > std::__copy<false, std::random_access_iterator_tag>::copy<char const*, std::ostreambuf_iterator<char, std::char_traits<char> > >(char const*, char const*, std::ostreambuf_iterator<char, std::char_traits<char> >) [2136]
[1390]   0.0    0.00    0.00      15         std::ostreambuf_iterator<char, std::char_traits<char> >::operator=(char) [1390]
                0.00    0.00       1/15171       std::char_traits<char>::eof() [778]
                0.00    0.00       1/17          std::char_traits<char>::eq_int_type(int const&, int const&) [1350]
-----------------------------------------------
                0.00    0.00      15/15          std::ostreambuf_iterator<char, std::char_traits<char> > std::__copy<false, std::random_access_iterator_tag>::copy<char const*, std::ostreambuf_iterator<char, std::char_traits<char> > >(char const*, char const*, std::ostreambuf_iterator<char, std::char_traits<char> >) [2136]
[1391]   0.0    0.00    0.00      15         std::ostreambuf_iterator<char, std::char_traits<char> >::operator*() [1391]
-----------------------------------------------
                0.00    0.00      15/15          std::ostreambuf_iterator<char, std::char_traits<char> > std::__copy<false, std::random_access_iterator_tag>::copy<char const*, std::ostreambuf_iterator<char, std::char_traits<char> > >(char const*, char const*, std::ostreambuf_iterator<char, std::char_traits<char> >) [2136]
[1392]   0.0    0.00    0.00      15         std::ostreambuf_iterator<char, std::char_traits<char> >::operator++() [1392]
-----------------------------------------------
                0.00    0.00      14/14          Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1393]   0.0    0.00    0.00      14         DeusExMachina::getBaseClassNumber() [1393]
                0.00    0.00      14/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00      14/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00      14/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00      14/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00      14/11188       std::vector<std::string, std::allocator<std::string> >::size() const [796]
                0.00    0.00      14/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                                  14             void boost::checked_delete<FileGenerator>(FileGenerator*) <cycle 1> [1396]
[1394]   0.0    0.00    0.00      14         FileGenerator::~FileGenerator() <cycle 1> [1394]
                0.00    0.00      14/28          ThreadWorker::~ThreadWorker() [1259]
                                  14             boost::shared_ptr<MetaBody>::~shared_ptr() <cycle 1> [1253]
                                  14             Serializable::~Serializable() <cycle 1> [119]
-----------------------------------------------
                0.00    0.00      14/14          Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1395]   0.0    0.00    0.00      14         InteractionGeometry::getBaseClassNumber() [1395]
                0.00    0.00      14/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00      14/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00      14/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00      14/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00      14/11188       std::vector<std::string, std::allocator<std::string> >::size() const [796]
                0.00    0.00      14/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                                  14             boost::detail::sp_counted_impl_p<FileGenerator>::dispose() <cycle 1> [1397]
[1396]   0.0    0.00    0.00      14         void boost::checked_delete<FileGenerator>(FileGenerator*) <cycle 1> [1396]
                                  14             FileGenerator::~FileGenerator() <cycle 1> [1394]
-----------------------------------------------
                                  14             boost::detail::sp_counted_base::release() <cycle 1> [5]
[1397]   0.0    0.00    0.00      14         boost::detail::sp_counted_impl_p<FileGenerator>::dispose() <cycle 1> [1397]
                                  14             void boost::checked_delete<FileGenerator>(FileGenerator*) <cycle 1> [1396]
-----------------------------------------------
                0.00    0.00       2/14          boost::date_time::int_adapter<unsigned long>::is_nan() const [1827]
                0.00    0.00       3/14          boost::date_time::int_adapter<unsigned long>::from_special(boost::date_time::special_values) [1716]
                0.00    0.00       9/14          boost::date_time::int_adapter<unsigned long>::is_not_a_number(unsigned long) [1478]
[1398]   0.0    0.00    0.00      14         boost::date_time::int_adapter<unsigned long>::not_a_number() [1398]
                0.00    0.00      14/25          std::numeric_limits<unsigned long>::max() [1271]
                0.00    0.00      14/42          boost::date_time::int_adapter<unsigned long>::int_adapter(unsigned long) [1218]
-----------------------------------------------
                0.00    0.00       2/14          InteractionContainer::postProcessAttributes(bool) [2629]
                0.00    0.00      12/14          void std::__destroy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __false_type) [1435]
[1399]   0.0    0.00    0.00      14         bool __gnu_cxx::operator!=<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > const&) [1399]
                0.00    0.00      28/88          __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >::base() const [1172]
-----------------------------------------------
                0.00    0.00      14/14          Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1400]   0.0    0.00    0.00      14         FileGenerator::getBaseClassName(unsigned int) const [1400]
                0.00    0.00      14/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00      14/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00      14/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00      14/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00      14/10322       std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) [801]
                0.00    0.00      14/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00      14/14          Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1401]   0.0    0.00    0.00      14         PhysicalParameters::getBaseClassName(unsigned int) const [1401]
                0.00    0.00      28/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00      14/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00      14/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00      14/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00      14/10322       std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) [801]
                0.00    0.00      14/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       2/14          std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::~vector() [1882]
                0.00    0.00       4/14          std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >) [1686]
                0.00    0.00       8/14          std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&) [560]
[1402]   0.0    0.00    0.00      14         std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::get_allocator() const [1402]
                0.00    0.00      14/14          std::allocator<boost::shared_ptr<Engine> >::allocator(std::allocator<boost::shared_ptr<Engine> > const&) [1403]
-----------------------------------------------
                0.00    0.00      14/14          std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::get_allocator() const [1402]
[1403]   0.0    0.00    0.00      14         std::allocator<boost::shared_ptr<Engine> >::allocator(std::allocator<boost::shared_ptr<Engine> > const&) [1403]
                0.00    0.00      14/18          __gnu_cxx::new_allocator<boost::shared_ptr<Engine> >::new_allocator(__gnu_cxx::new_allocator<boost::shared_ptr<Engine> > const&) [1318]
-----------------------------------------------
                0.00    0.00       2/14          InteractionContainer::postProcessAttributes(bool) [2629]
                0.00    0.00      12/14          std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::clear() [1527]
[1404]   0.0    0.00    0.00      14         std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::begin() [1404]
                0.00    0.00      14/64          __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >::__normal_iterator(boost::shared_ptr<Interaction>* const&) [1186]
-----------------------------------------------
                0.00    0.00       2/14          std::_Deque_base<char, std::allocator<char> >::_M_deallocate_node(char*) [1861]
                0.00    0.00       2/14          std::_Deque_base<char, std::allocator<char> >::_M_allocate_node() [1857]
                0.00    0.00       4/14          std::_Deque_base<char, std::allocator<char> >::_M_initialize_map(unsigned int) [1860]
                0.00    0.00       6/14          std::_Deque_iterator<char, char&, char*>::_S_buffer_size() [1594]
[1405]   0.0    0.00    0.00      14         std::__deque_buf_size(unsigned int) [1405]
-----------------------------------------------
                0.00    0.00      13/13          boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1400, (unsigned short)10000, boost::gregorian::bad_year> >::assign(unsigned short) [1408]
[1406]   0.0    0.00    0.00      13         boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1400, (unsigned short)10000, boost::gregorian::bad_year> >::max() [1406]
                0.00    0.00      13/13          boost::CV::simple_exception_policy<unsigned short, (unsigned short)1400, (unsigned short)10000, boost::gregorian::bad_year>::max() [1410]
-----------------------------------------------
                0.00    0.00      13/13          boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1400, (unsigned short)10000, boost::gregorian::bad_year> >::assign(unsigned short) [1408]
[1407]   0.0    0.00    0.00      13         boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1400, (unsigned short)10000, boost::gregorian::bad_year> >::min() [1407]
                0.00    0.00      13/13          boost::CV::simple_exception_policy<unsigned short, (unsigned short)1400, (unsigned short)10000, boost::gregorian::bad_year>::min() [1411]
-----------------------------------------------
                0.00    0.00      13/13          boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1400, (unsigned short)10000, boost::gregorian::bad_year> >::constrained_value(unsigned short) [1409]
[1408]   0.0    0.00    0.00      13         boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1400, (unsigned short)10000, boost::gregorian::bad_year> >::assign(unsigned short) [1408]
                0.00    0.00      13/13          boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1400, (unsigned short)10000, boost::gregorian::bad_year> >::min() [1407]
                0.00    0.00      13/13          boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1400, (unsigned short)10000, boost::gregorian::bad_year> >::max() [1406]
-----------------------------------------------
                0.00    0.00      13/13          boost::gregorian::greg_year::greg_year(unsigned short) [1412]
[1409]   0.0    0.00    0.00      13         boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1400, (unsigned short)10000, boost::gregorian::bad_year> >::constrained_value(unsigned short) [1409]
                0.00    0.00      13/13          boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1400, (unsigned short)10000, boost::gregorian::bad_year> >::assign(unsigned short) [1408]
-----------------------------------------------
                0.00    0.00      13/13          boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1400, (unsigned short)10000, boost::gregorian::bad_year> >::max() [1406]
[1410]   0.0    0.00    0.00      13         boost::CV::simple_exception_policy<unsigned short, (unsigned short)1400, (unsigned short)10000, boost::gregorian::bad_year>::max() [1410]
-----------------------------------------------
                0.00    0.00      13/13          boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1400, (unsigned short)10000, boost::gregorian::bad_year> >::min() [1407]
[1411]   0.0    0.00    0.00      13         boost::CV::simple_exception_policy<unsigned short, (unsigned short)1400, (unsigned short)10000, boost::gregorian::bad_year>::min() [1411]
-----------------------------------------------
                0.00    0.00       1/13          boost::date_time::microsec_clock<boost::posix_time::ptime>::create_time(boost::date_time::microsec_clock<boost::posix_time::ptime>::TZ_FOR_CREATE) [2036]
                0.00    0.00       4/13          boost::date_time::second_clock<boost::posix_time::ptime>::create_time(tm*) [1647]
                0.00    0.00       8/13          boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::from_day_number(unsigned long) [1649]
[1412]   0.0    0.00    0.00      13         boost::gregorian::greg_year::greg_year(unsigned short) [1412]
                0.00    0.00      13/13          boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1400, (unsigned short)10000, boost::gregorian::bad_year> >::constrained_value(unsigned short) [1409]
-----------------------------------------------
                0.00    0.00      13/13          std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_deallocate(std::vector<std::string, std::allocator<std::string> >*, unsigned int) [1248]
[1413]   0.0    0.00    0.00      13         __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::deallocate(std::vector<std::string, std::allocator<std::string> >*, unsigned int) [1413]
-----------------------------------------------
                0.00    0.00       2/13          boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::hours() const [1829]
                0.00    0.00       2/13          boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::minutes() const [1830]
                0.00    0.00       2/13          boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::seconds() const [1831]
                0.00    0.00       2/13          boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::fractional_seconds() const [1828]
                0.00    0.00       5/13          boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::counted_time_rep(boost::gregorian::date const&, boost::posix_time::time_duration const&) [1502]
[1414]   0.0    0.00    0.00      13         boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::ticks() const [1414]
                0.00    0.00      13/20          boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int>::as_number(boost::date_time::int_adapter<long long>) [1306]
-----------------------------------------------
                0.00    0.00       1/13          boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::day_of_week(boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day> const&) [2043]
                0.00    0.00       1/13          boost::gregorian::to_tm(boost::gregorian::date const&) [2053]
                0.00    0.00       4/13          boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::from_day_number(unsigned long) [1649]
                0.00    0.00       7/13          boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::day_number(boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day> const&) [1547]
[1415]   0.0    0.00    0.00      13         boost::gregorian::greg_year::operator unsigned short() const [1415]
-----------------------------------------------
                0.00    0.00       6/13          std::vector<double, std::allocator<double> >::erase(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >) [177]
                0.00    0.00       7/13          std::vector<double, std::allocator<double> >::~vector() [3559]
[1416]   0.0    0.00    0.00      13         std::_Vector_base<double, std::allocator<double> >::get_allocator() const [1416]
                0.00    0.00      21/21          std::allocator<double>::allocator(std::allocator<double> const&) [1296]
-----------------------------------------------
                0.00    0.00      13/13          std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_Vector_impl::~_Vector_impl() [1419]
[1417]   0.0    0.00    0.00      13         std::allocator<std::vector<std::string, std::allocator<std::string> > >::~allocator() [1417]
                0.00    0.00      13/134         __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::~new_allocator() [1153]
-----------------------------------------------
                0.00    0.00       6/13          std::vector<double, std::allocator<double> >::erase(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >) [177]
                0.00    0.00       7/13          std::vector<double, std::allocator<double> >::~vector() [3559]
[1418]   0.0    0.00    0.00      13         std::allocator<double>::~allocator() [1418]
                0.00    0.00      32/39          __gnu_cxx::new_allocator<double>::~new_allocator() [1230]
-----------------------------------------------
                0.00    0.00      13/13          std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::~_Vector_base() [1420]
[1419]   0.0    0.00    0.00      13         std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_Vector_impl::~_Vector_impl() [1419]
                0.00    0.00      13/13          std::allocator<std::vector<std::string, std::allocator<std::string> > >::~allocator() [1417]
-----------------------------------------------
                0.00    0.00      13/13          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::~vector() [1532]
[1420]   0.0    0.00    0.00      13         std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::~_Vector_base() [1420]
                0.00    0.00      13/34          std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_deallocate(std::vector<std::string, std::allocator<std::string> >*, unsigned int) [1248]
                0.00    0.00      13/13          std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_Vector_impl::~_Vector_impl() [1419]
-----------------------------------------------
                0.00    0.00      13/13          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::push_back(std::vector<std::string, std::allocator<std::string> > const&) [3553]
[1421]   0.0    0.00    0.00      13         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::vector<std::string, std::allocator<std::string> > const&) [1421]
                0.00    0.00      52/396         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::base() const [1072]
                0.00    0.00      39/382         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::__normal_iterator(std::vector<std::string, std::allocator<std::string> >* const&) [1085]
                0.00    0.00      39/100         std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::get_allocator() const [1163]
                0.00    0.00      39/116         std::allocator<std::vector<std::string, std::allocator<std::string> > >::~allocator() [1159]
                0.00    0.00      26/42          __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::allocator<std::vector<std::string, std::allocator<std::string> > >) [1221]
                0.00    0.00      13/52          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::size() const [1198]
                0.00    0.00      13/21          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::max_size() const [1294]
                0.00    0.00      13/21          std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_allocate(unsigned int) [1297]
                0.00    0.00      13/15          __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::construct(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> > const&) [1388]
                0.00    0.00      13/82          __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::operator++() [1178]
                0.00    0.00      13/98          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::end() [1165]
                0.00    0.00      13/45          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::begin() [1212]
                0.00    0.00      13/29          void std::_Destroy<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::allocator<std::vector<std::string, std::allocator<std::string> > >) [1258]
                0.00    0.00      13/34          std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_deallocate(std::vector<std::string, std::allocator<std::string> >*, unsigned int) [1248]
-----------------------------------------------
                0.00    0.00      12/12          SerializableTypes::Type findType<EngineUnit>(EngineUnit&, bool&, std::string&) [1423]
[1422]   0.0    0.00    0.00      12         bool isFundamental<EngineUnit>(EngineUnit&) [1422]
                0.00    0.00     204/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00       2/12          boost::shared_ptr<Archive> Archive::create<EngineUnit>(std::string const&, EngineUnit&) [465]
                0.00    0.00      10/12          SerializableTypes::Type findType<EngineUnit>(boost::shared_ptr<EngineUnit>&, bool&, std::string&) [357]
[1423]   0.0    0.00    0.00      12         SerializableTypes::Type findType<EngineUnit>(EngineUnit&, bool&, std::string&) [1423]
                0.00    0.00      12/12          bool isFundamental<EngineUnit>(EngineUnit&) [1422]
                0.00    0.00      12/114089      std::type_info::operator==(std::type_info const&) const [722]
                0.00    0.00      12/4259        Singleton<SerializableSingleton>::instance() [839]
                0.00    0.00      12/78308024     data_start [697]
-----------------------------------------------
                0.00    0.00       2/12          BoundingVolume::incrementMaxCurrentlyUsedClassIndex() [2327]
                0.00    0.00      10/12          BoundingVolume::getMaxCurrentlyUsedClassIndex() const [3256]
[1424]   0.0    0.00    0.00      12         BoundingVolume::getMaxCurrentlyUsedIndexStatic() [1424]
-----------------------------------------------
                0.00    0.00      12/12          Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1425]   0.0    0.00    0.00      12         PhysicalAction::getBaseClassNumber() [1425]
                0.00    0.00      24/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00      12/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00      12/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00      12/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00      12/11188       std::vector<std::string, std::allocator<std::string> >::size() const [796]
                0.00    0.00      12/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00      12/12          Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1426]   0.0    0.00    0.00      12         StandAloneEngine::getBaseClassNumber() [1426]
                0.00    0.00      12/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00      12/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00      12/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00      12/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00      12/11188       std::vector<std::string, std::allocator<std::string> >::size() const [796]
                0.00    0.00      12/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       6/12          std::vector<double, std::allocator<double> >::begin() const [1585]
                0.00    0.00       6/12          std::vector<double, std::allocator<double> >::end() const [1584]
[1427]   0.0    0.00    0.00      12         __gnu_cxx::__normal_iterator<double const*, std::vector<double, std::allocator<double> > >::__normal_iterator(double const* const&) [1427]
-----------------------------------------------
                0.00    0.00      12/12          std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >) [1432]
[1428]   0.0    0.00    0.00      12         __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > const&) [1428]
                0.00    0.00      24/88          __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >::base() const [1172]
-----------------------------------------------
                0.00    0.00      12/12          __gnu_cxx::__normal_iterator<double const*, std::vector<double, std::allocator<double> > >::difference_type __gnu_cxx::operator-<double const*, double const*, std::vector<double, std::allocator<double> > >(__gnu_cxx::__normal_iterator<double const*, std::vector<double, std::allocator<double> > > const&, __gnu_cxx::__normal_iterator<double const*, std::vector<double, std::allocator<double> > > const&) [1577]
[1429]   0.0    0.00    0.00      12         __gnu_cxx::__normal_iterator<double const*, std::vector<double, std::allocator<double> > >::base() const [1429]
-----------------------------------------------
                0.00    0.00      12/12          __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > std::copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >) [1436]
[1430]   0.0    0.00    0.00      12         __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >) [1430]
                0.00    0.00      36/88          __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >::base() const [1172]
                0.00    0.00      12/12          boost::shared_ptr<Interaction>* std::__copy_aux<boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*>(boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*) [1434]
                0.00    0.00      12/64          __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >::__normal_iterator(boost::shared_ptr<Interaction>* const&) [1186]
-----------------------------------------------
                0.00    0.00      12/12          boost::shared_ptr<Interaction>* std::__copy_aux<boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*>(boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*) [1434]
[1431]   0.0    0.00    0.00      12         boost::shared_ptr<Interaction>* std::__copy<false, std::random_access_iterator_tag>::copy<boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*>(boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*) [1431]
-----------------------------------------------
                0.00    0.00      12/12          std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::clear() [1527]
[1432]   0.0    0.00    0.00      12         std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >) [1432]
                0.00    0.00      24/38          std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::end() [1238]
                0.00    0.00      12/12          __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > std::copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >) [1436]
                0.00    0.00      12/18          std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::get_allocator() const [1330]
                0.00    0.00      12/12          void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, boost::shared_ptr<Interaction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, std::allocator<boost::shared_ptr<Interaction> >) [1438]
                0.00    0.00      12/22          std::allocator<boost::shared_ptr<Interaction> >::~allocator() [1286]
                0.00    0.00      12/12          __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > const&) [1428]
-----------------------------------------------
                0.00    0.00      12/12          std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert_unique(std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [519]
[1433]   0.0    0.00    0.00      12         std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_rightmost() [1433]
-----------------------------------------------
                0.00    0.00      12/12          __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >) [1430]
[1434]   0.0    0.00    0.00      12         boost::shared_ptr<Interaction>* std::__copy_aux<boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*>(boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*) [1434]
                0.00    0.00      12/12          boost::shared_ptr<Interaction>* std::__copy<false, std::random_access_iterator_tag>::copy<boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*>(boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*) [1431]
-----------------------------------------------
                0.00    0.00      12/12          void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >) [1437]
[1435]   0.0    0.00    0.00      12         void std::__destroy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __false_type) [1435]
                0.00    0.00      12/14          bool __gnu_cxx::operator!=<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > const&) [1399]
-----------------------------------------------
                0.00    0.00      12/12          std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >) [1432]
[1436]   0.0    0.00    0.00      12         __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > std::copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >) [1436]
                0.00    0.00      12/12          __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >) [1430]
-----------------------------------------------
                0.00    0.00      12/12          void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, boost::shared_ptr<Interaction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, std::allocator<boost::shared_ptr<Interaction> >) [1438]
[1437]   0.0    0.00    0.00      12         void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >) [1437]
                0.00    0.00      12/12          void std::__destroy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __false_type) [1435]
-----------------------------------------------
                0.00    0.00      12/12          std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >) [1432]
[1438]   0.0    0.00    0.00      12         void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, boost::shared_ptr<Interaction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, std::allocator<boost::shared_ptr<Interaction> >) [1438]
                0.00    0.00      12/12          void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >) [1437]
-----------------------------------------------
                0.00    0.00       1/11          boost::date_time::int_adapter<unsigned long>::is_neg_inf(unsigned long) [2029]
                0.00    0.00       2/11          boost::date_time::int_adapter<unsigned long>::is_infinity() const [1826]
                0.00    0.00       8/11          boost::date_time::int_adapter<unsigned long>::is_inf(unsigned long) [1499]
[1439]   0.0    0.00    0.00      11         boost::date_time::int_adapter<unsigned long>::neg_infinity() [1439]
                0.00    0.00      11/11          std::numeric_limits<unsigned long>::min() [1446]
                0.00    0.00      11/42          boost::date_time::int_adapter<unsigned long>::int_adapter(unsigned long) [1218]
-----------------------------------------------
                0.00    0.00       1/11          boost::date_time::int_adapter<unsigned long>::is_pos_inf(unsigned long) [2030]
                0.00    0.00       2/11          boost::date_time::int_adapter<unsigned long>::is_infinity() const [1826]
                0.00    0.00       8/11          boost::date_time::int_adapter<unsigned long>::is_inf(unsigned long) [1499]
[1440]   0.0    0.00    0.00      11         boost::date_time::int_adapter<unsigned long>::pos_infinity() [1440]
                0.00    0.00      11/25          std::numeric_limits<unsigned long>::max() [1271]
                0.00    0.00      11/42          boost::date_time::int_adapter<unsigned long>::int_adapter(unsigned long) [1218]
-----------------------------------------------
                0.00    0.00      11/11          std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_allocate(unsigned int) [1445]
[1441]   0.0    0.00    0.00      11         __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::allocate(unsigned int, void const*) [1441]
                0.00    0.00      11/11          __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::max_size() const [1443]
-----------------------------------------------
                0.00    0.00       2/11          std::_Deque_base<char, std::allocator<char> >::_M_deallocate_node(char*) [1861]
                0.00    0.00       9/11          log4cxx::stringbuf::~stringbuf() [1273]
[1442]   0.0    0.00    0.00      11         __gnu_cxx::new_allocator<char>::deallocate(char*, unsigned int) [1442]
-----------------------------------------------
                0.00    0.00      11/11          __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::allocate(unsigned int, void const*) [1441]
[1443]   0.0    0.00    0.00      11         __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::max_size() const [1443]
-----------------------------------------------
                0.00    0.00       1/11          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&) [62]
                0.00    0.00      10/11          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> const&) [24]
[1444]   0.0    0.00    0.00      11         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::max_size() const [1444]
-----------------------------------------------
                0.00    0.00       1/11          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&) [62]
                0.00    0.00      10/11          std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> const&) [24]
[1445]   0.0    0.00    0.00      11         std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_allocate(unsigned int) [1445]
                0.00    0.00      11/11          __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::allocate(unsigned int, void const*) [1441]
-----------------------------------------------
                0.00    0.00      11/11          boost::date_time::int_adapter<unsigned long>::neg_infinity() [1439]
[1446]   0.0    0.00    0.00      11         std::numeric_limits<unsigned long>::min() [1446]
-----------------------------------------------
                0.00    0.00      11/11          std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::insert_unique(std::string const&) [1089]
[1447]   0.0    0.00    0.00      11         std::_Rb_tree_iterator<std::string>::operator--() [1447]
-----------------------------------------------
                0.00    0.00      11/11          boost::shared_ptr<Body>* std::__copy_aux<boost::shared_ptr<Body>*, boost::shared_ptr<Body>*>(boost::shared_ptr<Body>*, boost::shared_ptr<Body>*, boost::shared_ptr<Body>*) [1449]
[1448]   0.0    0.00    0.00      11         boost::shared_ptr<Body>* std::__copy<false, std::random_access_iterator_tag>::copy<boost::shared_ptr<Body>*, boost::shared_ptr<Body>*>(boost::shared_ptr<Body>*, boost::shared_ptr<Body>*, boost::shared_ptr<Body>*) [1448]
-----------------------------------------------
                0.00    0.00      11/11          __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >) [657]
[1449]   0.0    0.00    0.00      11         boost::shared_ptr<Body>* std::__copy_aux<boost::shared_ptr<Body>*, boost::shared_ptr<Body>*>(boost::shared_ptr<Body>*, boost::shared_ptr<Body>*, boost::shared_ptr<Body>*) [1449]
                0.00    0.00      11/11          boost::shared_ptr<Body>* std::__copy<false, std::random_access_iterator_tag>::copy<boost::shared_ptr<Body>*, boost::shared_ptr<Body>*>(boost::shared_ptr<Body>*, boost::shared_ptr<Body>*, boost::shared_ptr<Body>*) [1448]
-----------------------------------------------
                0.00    0.00      10/10          Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1450]   0.0    0.00    0.00      10         InteractionPhysics::getBaseClassNumber() [1450]
                0.00    0.00      10/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00      10/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00      10/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00      10/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00      10/11188       std::vector<std::string, std::allocator<std::string> >::size() const [796]
                0.00    0.00      10/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       1/10          boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::date(boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day> const&) [2050]
                0.00    0.00       3/10          boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::date(boost::date_time::int_adapter<unsigned long>) [1720]
                0.00    0.00       6/10          boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::date(boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day) [1575]
[1451]   0.0    0.00    0.00      10         boost::less_than_comparable<boost::gregorian::date, boost::equality_comparable<boost::gregorian::date, boost::gregorian::date, boost::detail::empty_base, boost::detail::false_t>, boost::detail::empty_base, boost::detail::true_t>::less_than_comparable() [1451]
-----------------------------------------------
                0.00    0.00      10/10          boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)12, boost::gregorian::bad_month> >::assign(unsigned short) [1454]
[1452]   0.0    0.00    0.00      10         boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)12, boost::gregorian::bad_month> >::max() [1452]
                0.00    0.00      10/10          boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)12, boost::gregorian::bad_month>::max() [1460]
-----------------------------------------------
                0.00    0.00      10/10          boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)12, boost::gregorian::bad_month> >::assign(unsigned short) [1454]
[1453]   0.0    0.00    0.00      10         boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)12, boost::gregorian::bad_month> >::min() [1453]
                0.00    0.00      10/10          boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)12, boost::gregorian::bad_month>::min() [1461]
-----------------------------------------------
                0.00    0.00      10/10          boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)12, boost::gregorian::bad_month> >::constrained_value(unsigned short) [1455]
[1454]   0.0    0.00    0.00      10         boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)12, boost::gregorian::bad_month> >::assign(unsigned short) [1454]
                0.00    0.00      10/10          boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)12, boost::gregorian::bad_month> >::min() [1453]
                0.00    0.00      10/10          boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)12, boost::gregorian::bad_month> >::max() [1452]
-----------------------------------------------
                0.00    0.00      10/10          boost::gregorian::greg_month::greg_month(unsigned short) [1467]
[1455]   0.0    0.00    0.00      10         boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)12, boost::gregorian::bad_month> >::constrained_value(unsigned short) [1455]
                0.00    0.00      10/10          boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)12, boost::gregorian::bad_month> >::assign(unsigned short) [1454]
-----------------------------------------------
                0.00    0.00      10/10          boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)31, boost::gregorian::bad_day_of_month> >::assign(unsigned short) [1458]
[1456]   0.0    0.00    0.00      10         boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)31, boost::gregorian::bad_day_of_month> >::max() [1456]
                0.00    0.00      10/10          boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)31, boost::gregorian::bad_day_of_month>::max() [1462]
-----------------------------------------------
                0.00    0.00      10/10          boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)31, boost::gregorian::bad_day_of_month> >::assign(unsigned short) [1458]
[1457]   0.0    0.00    0.00      10         boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)31, boost::gregorian::bad_day_of_month> >::min() [1457]
                0.00    0.00      10/10          boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)31, boost::gregorian::bad_day_of_month>::min() [1463]
-----------------------------------------------
                0.00    0.00      10/10          boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)31, boost::gregorian::bad_day_of_month> >::constrained_value(unsigned short) [1459]
[1458]   0.0    0.00    0.00      10         boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)31, boost::gregorian::bad_day_of_month> >::assign(unsigned short) [1458]
                0.00    0.00      10/10          boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)31, boost::gregorian::bad_day_of_month> >::min() [1457]
                0.00    0.00      10/10          boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)31, boost::gregorian::bad_day_of_month> >::max() [1456]
-----------------------------------------------
                0.00    0.00      10/10          boost::gregorian::greg_day::greg_day(unsigned short) [1468]
[1459]   0.0    0.00    0.00      10         boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)31, boost::gregorian::bad_day_of_month> >::constrained_value(unsigned short) [1459]
                0.00    0.00      10/10          boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)31, boost::gregorian::bad_day_of_month> >::assign(unsigned short) [1458]
-----------------------------------------------
                0.00    0.00      10/10          boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)12, boost::gregorian::bad_month> >::max() [1452]
[1460]   0.0    0.00    0.00      10         boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)12, boost::gregorian::bad_month>::max() [1460]
-----------------------------------------------
                0.00    0.00      10/10          boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)12, boost::gregorian::bad_month> >::min() [1453]
[1461]   0.0    0.00    0.00      10         boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)12, boost::gregorian::bad_month>::min() [1461]
-----------------------------------------------
                0.00    0.00      10/10          boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)31, boost::gregorian::bad_day_of_month> >::max() [1456]
[1462]   0.0    0.00    0.00      10         boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)31, boost::gregorian::bad_day_of_month>::max() [1462]
-----------------------------------------------
                0.00    0.00      10/10          boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)31, boost::gregorian::bad_day_of_month> >::min() [1457]
[1463]   0.0    0.00    0.00      10         boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)31, boost::gregorian::bad_day_of_month>::min() [1463]
-----------------------------------------------
                0.00    0.00       1/10          boost::posix_time::time_duration::time_duration() [1929]
                0.00    0.00       9/10          boost::posix_time::time_duration::time_duration(int, int, int, long long) [1477]
[1464]   0.0    0.00    0.00      10         boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::time_duration(int, int, int, long long) [1464]
                0.00    0.00      10/20          boost::less_than_comparable<boost::posix_time::time_duration, boost::equality_comparable<boost::posix_time::time_duration, boost::posix_time::time_duration, boost::detail::empty_base, boost::detail::false_t>, boost::detail::empty_base, boost::detail::true_t>::less_than_comparable() [1304]
                0.00    0.00      10/10          boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int>::to_tick_count(int, int, int, long long) [1466]
                0.00    0.00      10/104         boost::date_time::int_adapter<long long>::int_adapter(long long) [1162]
-----------------------------------------------
                0.00    0.00       4/10          boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::from_day_number(unsigned long) [1649]
                0.00    0.00       6/10          boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::date(boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day) [1575]
[1465]   0.0    0.00    0.00      10         boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>::year_month_day_base(boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day) [1465]
-----------------------------------------------
                0.00    0.00      10/10          boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::time_duration(int, int, int, long long) [1464]
[1466]   0.0    0.00    0.00      10         boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int>::to_tick_count(int, int, int, long long) [1466]
                0.00    0.00      10/27          boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int>::res_adjust() [1266]
-----------------------------------------------
                0.00    0.00       1/10          boost::gregorian::date::day_of_year() const [2116]
                0.00    0.00       1/10          boost::date_time::microsec_clock<boost::posix_time::ptime>::create_time(boost::date_time::microsec_clock<boost::posix_time::ptime>::TZ_FOR_CREATE) [2036]
                0.00    0.00       4/10          boost::date_time::second_clock<boost::posix_time::ptime>::create_time(tm*) [1647]
                0.00    0.00       4/10          boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::from_day_number(unsigned long) [1649]
[1467]   0.0    0.00    0.00      10         boost::gregorian::greg_month::greg_month(unsigned short) [1467]
                0.00    0.00      10/10          boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)12, boost::gregorian::bad_month> >::constrained_value(unsigned short) [1455]
-----------------------------------------------
                0.00    0.00       1/10          boost::gregorian::date::day_of_year() const [2116]
                0.00    0.00       1/10          boost::date_time::microsec_clock<boost::posix_time::ptime>::create_time(boost::date_time::microsec_clock<boost::posix_time::ptime>::TZ_FOR_CREATE) [2036]
                0.00    0.00       4/10          boost::date_time::second_clock<boost::posix_time::ptime>::create_time(tm*) [1647]
                0.00    0.00       4/10          boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::from_day_number(unsigned long) [1649]
[1468]   0.0    0.00    0.00      10         boost::gregorian::greg_day::greg_day(unsigned short) [1468]
                0.00    0.00      10/10          boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)31, boost::gregorian::bad_day_of_month> >::constrained_value(unsigned short) [1459]
-----------------------------------------------
                0.00    0.00      10/10          std::allocator<double>::allocator() [3428]
[1469]   0.0    0.00    0.00      10         __gnu_cxx::new_allocator<double>::new_allocator() [1469]
-----------------------------------------------
                0.00    0.00      10/10          Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1470]   0.0    0.00    0.00      10         InteractingGeometry::getBaseClassName(unsigned int) const [1470]
                0.00    0.00      20/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00      10/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00      10/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00      10/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00      10/10322       std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) [801]
                0.00    0.00      10/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       1/10          void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*> >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*>) [2022]
                0.00    0.00       1/10          void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char> >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char>) [2023]
                0.00    0.00       4/10          __gnu_cxx::__normal_iterator<char*, std::string> boost::algorithm::detail::move_from_storage<std::deque<char, std::allocator<char> >, __gnu_cxx::__normal_iterator<char*, std::string> >(std::deque<char, std::allocator<char> >&, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) [1643]
                0.00    0.00       4/10          __gnu_cxx::__normal_iterator<char*, std::string> boost::algorithm::detail::process_segment_helper<false>::operator()<std::deque<char, std::allocator<char> >, std::string, __gnu_cxx::__normal_iterator<char*, std::string> >(std::deque<char, std::allocator<char> >&, std::string&, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) [1644]
[1471]   0.0    0.00    0.00      10         std::deque<char, std::allocator<char> >::empty() const [1471]
                0.00    0.00      10/10          bool std::operator==<char, char&, char*>(std::_Deque_iterator<char, char&, char*> const&, std::_Deque_iterator<char, char&, char*> const&) [1475]
-----------------------------------------------
                0.00    0.00      10/10          std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert_unique(std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [519]
[1472]   0.0    0.00    0.00      10         std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::size() const [1472]
-----------------------------------------------
                0.00    0.00      10/10          double* std::__copy_aux<double*, double*>(double*, double*, double*) [1474]
[1473]   0.0    0.00    0.00      10         double* std::__copy<true, std::random_access_iterator_tag>::copy<double>(double const*, double const*, double*) [1473]
-----------------------------------------------
                0.00    0.00      10/10          __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >) [686]
[1474]   0.0    0.00    0.00      10         double* std::__copy_aux<double*, double*>(double*, double*, double*) [1474]
                0.00    0.00      10/10          double* std::__copy<true, std::random_access_iterator_tag>::copy<double>(double const*, double const*, double*) [1473]
-----------------------------------------------
                0.00    0.00      10/10          std::deque<char, std::allocator<char> >::empty() const [1471]
[1475]   0.0    0.00    0.00      10         bool std::operator==<char, char&, char*>(std::_Deque_iterator<char, char&, char*> const&, std::_Deque_iterator<char, char&, char*> const&) [1475]
-----------------------------------------------
                0.00    0.00       1/9           TimeStepper::registerAttributes() [458]
                0.00    0.00       8/9           MetaDispatchingEngine::registerAttributes() [335]
[1476]   0.0    0.00    0.00       9         Serializable::registerAttributes() [1476]
-----------------------------------------------
                0.00    0.00       1/9           boost::date_time::microsec_clock<boost::posix_time::ptime>::create_time(boost::date_time::microsec_clock<boost::posix_time::ptime>::TZ_FOR_CREATE) [2036]
                0.00    0.00       2/9           boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::subtract_times(boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&, boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&) [1719]
                0.00    0.00       2/9           boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::get_time_of_day(boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&) [1793]
                0.00    0.00       4/9           boost::date_time::second_clock<boost::posix_time::ptime>::create_time(tm*) [1647]
[1477]   0.0    0.00    0.00       9         boost::posix_time::time_duration::time_duration(int, int, int, long long) [1477]
                0.00    0.00       9/10          boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::time_duration(int, int, int, long long) [1464]
-----------------------------------------------
                0.00    0.00       9/9           boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::is_not_a_date() const [1480]
[1478]   0.0    0.00    0.00       9         boost::date_time::int_adapter<unsigned long>::is_not_a_number(unsigned long) [1478]
                0.00    0.00       9/14          boost::date_time::int_adapter<unsigned long>::not_a_number() [1398]
                0.00    0.00       9/38          boost::date_time::int_adapter<unsigned long>::as_number() const [1233]
-----------------------------------------------
                0.00    0.00       9/9           std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_deallocate(boost::shared_ptr<Body>*, unsigned int) [1351]
[1479]   0.0    0.00    0.00       9         __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::deallocate(boost::shared_ptr<Body>*, unsigned int) [1479]
-----------------------------------------------
                0.00    0.00       1/9           boost::gregorian::to_tm(boost::gregorian::date const&) [2053]
                0.00    0.00       8/9           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::counted_time_rep(boost::gregorian::date const&, boost::posix_time::time_duration const&) [1502]
[1480]   0.0    0.00    0.00       9         boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::is_not_a_date() const [1480]
                0.00    0.00       9/9           boost::date_time::int_adapter<unsigned long>::is_not_a_number(unsigned long) [1478]
-----------------------------------------------
                0.00    0.00       9/9           std::_Vector_base<double, std::allocator<double> >::_Vector_impl::_Vector_impl(std::allocator<double> const&) [1482]
[1481]   0.0    0.00    0.00       9         std::allocator<double>::allocator(std::allocator<double> const&) [1481]
                0.00    0.00       9/31          __gnu_cxx::new_allocator<double>::new_allocator(__gnu_cxx::new_allocator<double> const&) [1251]
-----------------------------------------------
                0.00    0.00       9/9           std::_Vector_base<double, std::allocator<double> >::_Vector_base(std::allocator<double> const&) [190]
[1482]   0.0    0.00    0.00       9         std::_Vector_base<double, std::allocator<double> >::_Vector_impl::_Vector_impl(std::allocator<double> const&) [1482]
                0.00    0.00       9/9           std::allocator<double>::allocator(std::allocator<double> const&) [1481]
-----------------------------------------------
                0.00    0.00       9/9           void std::_Destroy<double*>(double*, double*) [1484]
[1483]   0.0    0.00    0.00       9         void std::__destroy_aux<double*>(double*, double*, __true_type) [1483]
-----------------------------------------------
                0.00    0.00       9/9           void std::_Destroy<double*, double>(double*, double*, std::allocator<double>) [1563]
[1484]   0.0    0.00    0.00       9         void std::_Destroy<double*>(double*, double*) [1484]
                0.00    0.00       9/9           void std::__destroy_aux<double*>(double*, double*, __true_type) [1483]
-----------------------------------------------
                0.00    0.00       8/8           boost::shared_ptr<Archive> Archive::create<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(std::string const&, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&) [392]
[1485]   0.0    0.00    0.00       8         SerializableTypes::Type findType<std::vector<std::string, std::allocator<std::string> > >(std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&, bool&, std::string&) [1485]
                0.00    0.00       8/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00       8/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00       8/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00       8/26          SerializableTypes::Type findType<std::string>(std::vector<std::string, std::allocator<std::string> >&, bool&, std::string&) [1267]
                0.00    0.00       8/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                                   8             void boost::checked_delete<MetaEngine>(MetaEngine*) <cycle 1> [1491]
[1486]   0.0    0.00    0.00       8         MetaEngine::~MetaEngine() <cycle 1> [1486]
                                   8             Engine::~Engine() <cycle 1> [1183]
-----------------------------------------------
                0.00    0.00       8/8           MetaDispatchingEngine::postProcessAttributes(bool) [2646]
[1487]   0.0    0.00    0.00       8         Serializable::postProcessAttributes(bool) [1487]
-----------------------------------------------
                                   8             void boost::checked_delete<GeometricalModel>(GeometricalModel*) <cycle 1> [1492]
[1488]   0.0    0.00    0.00       8         GeometricalModel::~GeometricalModel() <cycle 1> [1488]
                0.00    0.00       8/78308024     data_start [697]
                                   8             Serializable::~Serializable() <cycle 1> [119]
-----------------------------------------------
                                   8             void boost::checked_delete<PhysicalParameters>(PhysicalParameters*) <cycle 1> [1541]
[1489]   0.0    0.00    0.00       8         PhysicalParameters::~PhysicalParameters() <cycle 1> [1489]
                0.00    0.00       8/78308024     data_start [697]
                                   8             Serializable::~Serializable() <cycle 1> [119]
-----------------------------------------------
                0.00    0.00       8/8           boost::range_iterator<boost::remove_const<std::string>::type>::type boost::end<std::string>(std::string&) [1496]
[1490]   0.0    0.00    0.00       8         boost::range_iterator<boost::remove_const<std::string>::type>::type boost::range_detail::boost_range_end<std::string>(std::string&) [1490]
-----------------------------------------------
                                   8             boost::detail::sp_counted_impl_p<MetaEngine>::dispose() <cycle 1> [1497]
[1491]   0.0    0.00    0.00       8         void boost::checked_delete<MetaEngine>(MetaEngine*) <cycle 1> [1491]
                                   8             MetaEngine::~MetaEngine() <cycle 1> [1486]
-----------------------------------------------
                                   8             boost::detail::sp_counted_impl_p<GeometricalModel>::dispose() <cycle 1> [1498]
[1492]   0.0    0.00    0.00       8         void boost::checked_delete<GeometricalModel>(GeometricalModel*) <cycle 1> [1492]
                                   8             GeometricalModel::~GeometricalModel() <cycle 1> [1488]
-----------------------------------------------
                0.00    0.00       8/8           boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::base_time(boost::gregorian::date const&, boost::posix_time::time_duration const&, boost::date_time::dst_flags) [1505]
[1493]   0.0    0.00    0.00       8         boost::less_than_comparable<boost::posix_time::ptime, boost::equality_comparable<boost::posix_time::ptime, boost::posix_time::ptime, boost::detail::empty_base, boost::detail::false_t>, boost::detail::empty_base, boost::detail::true_t>::less_than_comparable() [1493]
-----------------------------------------------
                0.00    0.00       8/8           boost::shared_ptr<Archive> Archive::create<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >(std::string const&, std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >&) [350]
[1494]   0.0    0.00    0.00       8         boost::any::any<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>(std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >* const&) [1494]
                0.00    0.00       8/16          boost::any::holder<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>::holder(std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >* const&) [1361]
-----------------------------------------------
                0.00    0.00       8/8           boost::shared_ptr<Archive> Archive::create<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(std::string const&, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&) [392]
[1495]   0.0    0.00    0.00       8         boost::any::any<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>(std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >* const&) [1495]
                0.00    0.00       8/16          boost::any::holder<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>::holder(std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >* const&) [1363]
-----------------------------------------------
                0.00    0.00       1/8           void boost::algorithm::find_format_all<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]> >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>) [2007]
                0.00    0.00       1/8           void boost::algorithm::find_format_all<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char> >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>) [2008]
                0.00    0.00       3/8           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*> >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*>) [2022]
                0.00    0.00       3/8           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char> >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char>) [2023]
[1496]   0.0    0.00    0.00       8         boost::range_iterator<boost::remove_const<std::string>::type>::type boost::end<std::string>(std::string&) [1496]
                0.00    0.00       8/8           boost::range_iterator<boost::remove_const<std::string>::type>::type boost::range_detail::boost_range_end<std::string>(std::string&) [1490]
-----------------------------------------------
                                   8             boost::detail::sp_counted_base::release() <cycle 1> [5]
[1497]   0.0    0.00    0.00       8         boost::detail::sp_counted_impl_p<MetaEngine>::dispose() <cycle 1> [1497]
                                   8             void boost::checked_delete<MetaEngine>(MetaEngine*) <cycle 1> [1491]
-----------------------------------------------
                                   8             boost::detail::sp_counted_base::release() <cycle 1> [5]
[1498]   0.0    0.00    0.00       8         boost::detail::sp_counted_impl_p<GeometricalModel>::dispose() <cycle 1> [1498]
                                   8             void boost::checked_delete<GeometricalModel>(GeometricalModel*) <cycle 1> [1492]
-----------------------------------------------
                0.00    0.00       8/8           boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::is_infinity() const [1515]
[1499]   0.0    0.00    0.00       8         boost::date_time::int_adapter<unsigned long>::is_inf(unsigned long) [1499]
                0.00    0.00      16/38          boost::date_time::int_adapter<unsigned long>::as_number() const [1233]
                0.00    0.00       8/11          boost::date_time::int_adapter<unsigned long>::neg_infinity() [1439]
                0.00    0.00       8/11          boost::date_time::int_adapter<unsigned long>::pos_infinity() [1440]
-----------------------------------------------
                0.00    0.00       2/8           boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::hours() const [1829]
                0.00    0.00       2/8           boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::minutes() const [1830]
                0.00    0.00       2/8           boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::seconds() const [1831]
                0.00    0.00       2/8           boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::fractional_seconds() const [1828]
[1500]   0.0    0.00    0.00       8         boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::ticks_per_second() [1500]
                0.00    0.00       8/27          boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int>::res_adjust() [1266]
-----------------------------------------------
                0.00    0.00       1/8           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::day_count() const [2101]
                0.00    0.00       2/8           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::tod() const [1832]
                0.00    0.00       5/8           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::counted_time_rep(boost::gregorian::date const&, boost::posix_time::time_duration const&) [1502]
[1501]   0.0    0.00    0.00       8         boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::frac_sec_per_day() [1501]
                0.00    0.00       8/27          boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int>::res_adjust() [1266]
-----------------------------------------------
                0.00    0.00       8/8           boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::get_time_rep(boost::gregorian::date const&, boost::posix_time::time_duration const&, boost::date_time::dst_flags) [1504]
[1502]   0.0    0.00    0.00       8         boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::counted_time_rep(boost::gregorian::date const&, boost::posix_time::time_duration const&) [1502]
                0.00    0.00      13/104         boost::date_time::int_adapter<long long>::int_adapter(long long) [1162]
                0.00    0.00       8/8           boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::is_infinity() const [1515]
                0.00    0.00       8/9           boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::is_not_a_date() const [1480]
                0.00    0.00       5/7           boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::is_special() const [1552]
                0.00    0.00       5/5           boost::gregorian::date::day_number() const [1614]
                0.00    0.00       5/8           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::frac_sec_per_day() [1501]
                0.00    0.00       5/13          boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::ticks() const [1414]
                0.00    0.00       3/3           boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::day_count() const [1726]
                0.00    0.00       3/4           boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::get_rep() const [1661]
                0.00    0.00       3/3           boost::date_time::int_adapter<long long> boost::date_time::int_adapter<long long>::operator+<unsigned long>(boost::date_time::int_adapter<unsigned long> const&) const [1725]
-----------------------------------------------
                0.00    0.00       8/8           boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::get_time_rep(boost::gregorian::date const&, boost::posix_time::time_duration const&, boost::date_time::dst_flags) [1504]
[1503]   0.0    0.00    0.00       8         void boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::unused_var<boost::date_time::dst_flags>(boost::date_time::dst_flags const&) [1503]
-----------------------------------------------
                0.00    0.00       8/8           boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::base_time(boost::gregorian::date const&, boost::posix_time::time_duration const&, boost::date_time::dst_flags) [1505]
[1504]   0.0    0.00    0.00       8         boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::get_time_rep(boost::gregorian::date const&, boost::posix_time::time_duration const&, boost::date_time::dst_flags) [1504]
                0.00    0.00       8/8           void boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::unused_var<boost::date_time::dst_flags>(boost::date_time::dst_flags const&) [1503]
                0.00    0.00       8/8           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::counted_time_rep(boost::gregorian::date const&, boost::posix_time::time_duration const&) [1502]
-----------------------------------------------
                0.00    0.00       3/8           boost::posix_time::ptime::ptime() [1705]
                0.00    0.00       5/8           boost::posix_time::ptime::ptime(boost::gregorian::date, boost::posix_time::time_duration) [1604]
[1505]   0.0    0.00    0.00       8         boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::base_time(boost::gregorian::date const&, boost::posix_time::time_duration const&, boost::date_time::dst_flags) [1505]
                0.00    0.00       8/8           boost::less_than_comparable<boost::posix_time::ptime, boost::equality_comparable<boost::posix_time::ptime, boost::posix_time::ptime, boost::detail::empty_base, boost::detail::false_t>, boost::detail::empty_base, boost::detail::true_t>::less_than_comparable() [1493]
                0.00    0.00       8/8           boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::get_time_rep(boost::gregorian::date const&, boost::posix_time::time_duration const&, boost::date_time::dst_flags) [1504]
-----------------------------------------------
                0.00    0.00       8/8           std::allocator<boost::shared_ptr<Interaction> >::allocator() [1666]
[1506]   0.0    0.00    0.00       8         __gnu_cxx::new_allocator<boost::shared_ptr<Interaction> >::new_allocator() [1506]
-----------------------------------------------
                0.00    0.00       8/8           std::allocator<boost::shared_ptr<Body> >::allocator() [1587]
[1507]   0.0    0.00    0.00       8         __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::new_allocator() [1507]
-----------------------------------------------
                0.00    0.00       8/8           std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&) [1528]
[1508]   0.0    0.00    0.00       8         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::operator+=(int const&) [1508]
-----------------------------------------------
                0.00    0.00       4/8           boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::empty() const [1658]
                0.00    0.00       4/8           __gnu_cxx::__normal_iterator<char*, std::string> boost::algorithm::detail::process_segment_helper<false>::operator()<std::deque<char, std::allocator<char> >, std::string, __gnu_cxx::__normal_iterator<char*, std::string> >(std::deque<char, std::allocator<char> >&, std::string&, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) [1644]
[1509]   0.0    0.00    0.00       8         bool __gnu_cxx::operator==<char*, std::string>(__gnu_cxx::__normal_iterator<char*, std::string> const&, __gnu_cxx::__normal_iterator<char*, std::string> const&) [1509]
                0.00    0.00      16/204         __gnu_cxx::__normal_iterator<char*, std::string>::base() const [1116]
-----------------------------------------------
                0.00    0.00       8/8           std::vector<int, std::allocator<int> >::erase(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >) [660]
[1510]   0.0    0.00    0.00       8         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::difference_type __gnu_cxx::operator-<int*, int*, std::vector<int, std::allocator<int> > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > const&, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > const&) [1510]
                0.00    0.00      16/492         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::base() const [1019]
-----------------------------------------------
                0.00    0.00       8/8           Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1511]   0.0    0.00    0.00       8         MetaEngine::getBaseClassName(unsigned int) const [1511]
                0.00    0.00       8/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00       8/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00       8/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00       8/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00       8/10322       std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) [801]
                0.00    0.00       8/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       8/8           Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1512]   0.0    0.00    0.00       8         PhysicalAction::getBaseClassName(unsigned int) const [1512]
                0.00    0.00      16/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00       8/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00       8/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00       8/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00       8/10322       std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) [801]
                0.00    0.00       8/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       8/8           boost::any::any(boost::any const&) [201]
[1513]   0.0    0.00    0.00       8         boost::any::holder<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>::clone() const [1513]
                0.00    0.00       8/16          boost::any::holder<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>::holder(std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >* const&) [1361]
-----------------------------------------------
                0.00    0.00       8/8           boost::any::any(boost::any const&) [201]
[1514]   0.0    0.00    0.00       8         boost::any::holder<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>::clone() const [1514]
                0.00    0.00       8/16          boost::any::holder<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>::holder(std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >* const&) [1363]
-----------------------------------------------
                0.00    0.00       8/8           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::counted_time_rep(boost::gregorian::date const&, boost::posix_time::time_duration const&) [1502]
[1515]   0.0    0.00    0.00       8         boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::is_infinity() const [1515]
                0.00    0.00       8/8           boost::date_time::int_adapter<unsigned long>::is_inf(unsigned long) [1499]
-----------------------------------------------
                0.00    0.00       4/8           std::deque<char, std::allocator<char> >::get_allocator() const [1664]
                0.00    0.00       4/8           std::_Deque_base<char, std::allocator<char> >::_M_get_map_allocator() const [1663]
[1516]   0.0    0.00    0.00       8         std::_Deque_base<char, std::allocator<char> >::get_allocator() const [1516]
-----------------------------------------------
                0.00    0.00       8/8           std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::_Vector_impl::_Vector_impl(std::allocator<boost::shared_ptr<Interaction> > const&) [1522]
[1517]   0.0    0.00    0.00       8         std::allocator<boost::shared_ptr<Interaction> >::allocator(std::allocator<boost::shared_ptr<Interaction> > const&) [1517]
                0.00    0.00       8/26          __gnu_cxx::new_allocator<boost::shared_ptr<Interaction> >::new_allocator(__gnu_cxx::new_allocator<boost::shared_ptr<Interaction> > const&) [1268]
-----------------------------------------------
                0.00    0.00       8/8           std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_Vector_impl::_Vector_impl(std::allocator<boost::shared_ptr<Body> > const&) [1524]
[1518]   0.0    0.00    0.00       8         std::allocator<boost::shared_ptr<Body> >::allocator(std::allocator<boost::shared_ptr<Body> > const&) [1518]
                0.00    0.00       8/59          __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::new_allocator(__gnu_cxx::new_allocator<boost::shared_ptr<Body> > const&) [1195]
-----------------------------------------------
                0.00    0.00       8/8           std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_List_impl::~_List_impl() [1520]
[1519]   0.0    0.00    0.00       8         std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::~allocator() [1519]
                0.00    0.00       8/24          __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::~new_allocator() [1274]
-----------------------------------------------
                0.00    0.00       8/8           std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::~_List_base() [1521]
[1520]   0.0    0.00    0.00       8         std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_List_impl::~_List_impl() [1520]
                0.00    0.00       8/8           std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::~allocator() [1519]
-----------------------------------------------
                0.00    0.00       8/8           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::~list() [1526]
[1521]   0.0    0.00    0.00       8         std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::~_List_base() [1521]
                0.00    0.00       8/24          std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_clear() [1281]
                0.00    0.00       8/8           std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_List_impl::~_List_impl() [1520]
-----------------------------------------------
                0.00    0.00       8/8           std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::_Vector_base(std::allocator<boost::shared_ptr<Interaction> > const&) [1523]
[1522]   0.0    0.00    0.00       8         std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::_Vector_impl::_Vector_impl(std::allocator<boost::shared_ptr<Interaction> > const&) [1522]
                0.00    0.00       8/8           std::allocator<boost::shared_ptr<Interaction> >::allocator(std::allocator<boost::shared_ptr<Interaction> > const&) [1517]
-----------------------------------------------
                0.00    0.00       8/8           std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::vector(std::allocator<boost::shared_ptr<Interaction> > const&) [1683]
[1523]   0.0    0.00    0.00       8         std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::_Vector_base(std::allocator<boost::shared_ptr<Interaction> > const&) [1523]
                0.00    0.00       8/8           std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::_Vector_impl::_Vector_impl(std::allocator<boost::shared_ptr<Interaction> > const&) [1522]
-----------------------------------------------
                0.00    0.00       8/8           std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_Vector_base(std::allocator<boost::shared_ptr<Body> > const&) [1525]
[1524]   0.0    0.00    0.00       8         std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_Vector_impl::_Vector_impl(std::allocator<boost::shared_ptr<Body> > const&) [1524]
                0.00    0.00       8/8           std::allocator<boost::shared_ptr<Body> >::allocator(std::allocator<boost::shared_ptr<Body> > const&) [1518]
-----------------------------------------------
                0.00    0.00       8/8           std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::vector(std::allocator<boost::shared_ptr<Body> > const&) [1595]
[1525]   0.0    0.00    0.00       8         std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_Vector_base(std::allocator<boost::shared_ptr<Body> > const&) [1525]
                0.00    0.00       8/8           std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_Vector_impl::_Vector_impl(std::allocator<boost::shared_ptr<Body> > const&) [1524]
-----------------------------------------------
                0.00    0.00       8/8           MetaDispatchingEngine::~MetaDispatchingEngine() [597]
[1526]   0.0    0.00    0.00       8         std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::~list() [1526]
                0.00    0.00       8/8           std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::~_List_base() [1521]
-----------------------------------------------
                0.00    0.00       2/8           InteractionContainer::postProcessAttributes(bool) [2629]
                0.00    0.00       2/8           InteractionContainer::preProcessAttributes(bool) [2628]
                0.00    0.00       4/8           InteractionContainer::InteractionContainer() [391]
[1527]   0.0    0.00    0.00       8         std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::clear() [1527]
                0.00    0.00      12/38          std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::end() [1238]
                0.00    0.00      12/14          std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::begin() [1404]
                0.00    0.00      12/12          std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >) [1432]
-----------------------------------------------
                0.00    0.00       8/8           std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::insert(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&) [1529]
[1528]   0.0    0.00    0.00       8         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&) [1528]
                0.00    0.00      32/100         std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::get_allocator() const [1163]
                0.00    0.00      32/116         std::allocator<std::vector<std::string, std::allocator<std::string> > >::~allocator() [1159]
                0.00    0.00      24/396         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::base() const [1072]
                0.00    0.00      16/42          __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::allocator<std::vector<std::string, std::allocator<std::string> > >) [1221]
                0.00    0.00       8/52          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::size() const [1198]
                0.00    0.00       8/21          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::max_size() const [1294]
                0.00    0.00       8/477         unsigned int const& std::max<unsigned int>(unsigned int const&, unsigned int const&) [1020]
                0.00    0.00       8/21          std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_allocate(unsigned int) [1297]
                0.00    0.00       8/382         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::__normal_iterator(std::vector<std::string, std::allocator<std::string> >* const&) [1085]
                0.00    0.00       8/45          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::begin() [1212]
                0.00    0.00       8/8           void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> >, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&, std::allocator<std::vector<std::string, std::allocator<std::string> > >) [1535]
                0.00    0.00       8/8           __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::operator+=(int const&) [1508]
                0.00    0.00       8/98          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::end() [1165]
                0.00    0.00       8/21          void std::_Destroy<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> > >(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*, std::allocator<std::vector<std::string, std::allocator<std::string> > >) [1302]
                0.00    0.00       8/34          std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_deallocate(std::vector<std::string, std::allocator<std::string> >*, unsigned int) [1248]
-----------------------------------------------
                0.00    0.00       8/8           std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::resize(unsigned int, std::vector<std::string, std::allocator<std::string> > const&) [1531]
[1529]   0.0    0.00    0.00       8         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::insert(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&) [1529]
                0.00    0.00       8/8           std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&) [1528]
-----------------------------------------------
                0.00    0.00       8/8           ContainerHandler<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::resize(Archive&, unsigned long) [480]
[1530]   0.0    0.00    0.00       8         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::resize(unsigned int) [1530]
                0.00    0.00       8/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00       8/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00       8/8           std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::resize(unsigned int, std::vector<std::string, std::allocator<std::string> > const&) [1531]
                0.00    0.00       8/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
                0.00    0.00       8/41808       std::allocator<std::string>::~allocator() [741]
-----------------------------------------------
                0.00    0.00       8/8           std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::resize(unsigned int) [1530]
[1531]   0.0    0.00    0.00       8         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::resize(unsigned int, std::vector<std::string, std::allocator<std::string> > const&) [1531]
                0.00    0.00      16/52          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::size() const [1198]
                0.00    0.00       8/98          std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::end() [1165]
                0.00    0.00       8/8           std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::insert(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&) [1529]
-----------------------------------------------
                0.00    0.00       8/8           MetaDispatchingEngine::~MetaDispatchingEngine() [597]
[1532]   0.0    0.00    0.00       8         std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::~vector() [1532]
                0.00    0.00      13/100         std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::get_allocator() const [1163]
                0.00    0.00      13/21          void std::_Destroy<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> > >(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*, std::allocator<std::vector<std::string, std::allocator<std::string> > >) [1302]
                0.00    0.00      13/116         std::allocator<std::vector<std::string, std::allocator<std::string> > >::~allocator() [1159]
                0.00    0.00      13/13          std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::~_Vector_base() [1420]
-----------------------------------------------
                0.00    0.00       1/8           Omega::scanPlugins() [27]
                0.00    0.00       7/8           DeusExMachina::~DeusExMachina() <cycle 1> [1537]
[1533]   0.0    0.00    0.00       8         std::vector<int, std::allocator<int> >::~vector() [1533]
                0.00    0.00      38/233         std::_Vector_base<int, std::allocator<int> >::get_allocator() const [1106]
                0.00    0.00      38/78          void std::_Destroy<int*, int>(int*, int*, std::allocator<int>) [1182]
                0.00    0.00      38/251         std::allocator<int>::~allocator() [1101]
                0.00    0.00      38/38          std::_Vector_base<int, std::allocator<int> >::~_Vector_base() [1236]
-----------------------------------------------
                0.00    0.00       8/8           void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> >, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&, std::allocator<std::vector<std::string, std::allocator<std::string> > >) [1535]
[1534]   0.0    0.00    0.00       8         void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&) [1534]
                0.00    0.00       8/8           void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&, __false_type) [1536]
-----------------------------------------------
                0.00    0.00       8/8           std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&) [1528]
[1535]   0.0    0.00    0.00       8         void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> >, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&, std::allocator<std::vector<std::string, std::allocator<std::string> > >) [1535]
                0.00    0.00       8/8           void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&) [1534]
-----------------------------------------------
                0.00    0.00       8/8           void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&) [1534]
[1536]   0.0    0.00    0.00       8         void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&, __false_type) [1536]
                0.00    0.00      15/69          __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::operator*() const [1184]
                0.00    0.00      15/28          void std::_Construct<std::vector<std::string, std::allocator<std::string> >, std::vector<std::string, std::allocator<std::string> > >(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> > const&) [1264]
                0.00    0.00      15/82          __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::operator++() [1178]
-----------------------------------------------
                                   7             void boost::checked_delete<DeusExMachina>(DeusExMachina*) <cycle 1> [1540]
[1537]   0.0    0.00    0.00       7         DeusExMachina::~DeusExMachina() <cycle 1> [1537]
                0.00    0.00       7/8           std::vector<int, std::allocator<int> >::~vector() [1533]
                                   7             Engine::~Engine() <cycle 1> [1183]
-----------------------------------------------
                                   7             void boost::checked_delete<PhysicalAction>(PhysicalAction*) <cycle 1> [1627]
[1538]   0.0    0.00    0.00       7         PhysicalAction::~PhysicalAction() <cycle 1> [1538]
                0.00    0.00       7/78308024     data_start [697]
                                   7             Serializable::~Serializable() <cycle 1> [119]
-----------------------------------------------
                                   7             void boost::checked_delete<InteractionGeometry>(InteractionGeometry*) <cycle 1> [1542]
[1539]   0.0    0.00    0.00       7         InteractionGeometry::~InteractionGeometry() <cycle 1> [1539]
                                   7             Serializable::~Serializable() <cycle 1> [119]
-----------------------------------------------
                                   7             boost::detail::sp_counted_impl_p<DeusExMachina>::dispose() <cycle 1> [1543]
[1540]   0.0    0.00    0.00       7         void boost::checked_delete<DeusExMachina>(DeusExMachina*) <cycle 1> [1540]
                                   7             DeusExMachina::~DeusExMachina() <cycle 1> [1537]
-----------------------------------------------
                                   7             boost::detail::sp_counted_impl_p<PhysicalParameters>::dispose() <cycle 1> [1544]
[1541]   0.0    0.00    0.00       7         void boost::checked_delete<PhysicalParameters>(PhysicalParameters*) <cycle 1> [1541]
                                   8             PhysicalParameters::~PhysicalParameters() <cycle 1> [1489]
-----------------------------------------------
                                   7             boost::detail::sp_counted_impl_p<InteractionGeometry>::dispose() <cycle 1> [1545]
[1542]   0.0    0.00    0.00       7         void boost::checked_delete<InteractionGeometry>(InteractionGeometry*) <cycle 1> [1542]
                                   7             InteractionGeometry::~InteractionGeometry() <cycle 1> [1539]
-----------------------------------------------
                                   7             boost::detail::sp_counted_base::release() <cycle 1> [5]
[1543]   0.0    0.00    0.00       7         boost::detail::sp_counted_impl_p<DeusExMachina>::dispose() <cycle 1> [1543]
                                   7             void boost::checked_delete<DeusExMachina>(DeusExMachina*) <cycle 1> [1540]
-----------------------------------------------
                                   7             boost::detail::sp_counted_base::release() <cycle 1> [5]
[1544]   0.0    0.00    0.00       7         boost::detail::sp_counted_impl_p<PhysicalParameters>::dispose() <cycle 1> [1544]
                                   7             void boost::checked_delete<PhysicalParameters>(PhysicalParameters*) <cycle 1> [1541]
-----------------------------------------------
                                   7             boost::detail::sp_counted_base::release() <cycle 1> [5]
[1545]   0.0    0.00    0.00       7         boost::detail::sp_counted_impl_p<InteractionGeometry>::dispose() <cycle 1> [1545]
                                   7             void boost::checked_delete<InteractionGeometry>(InteractionGeometry*) <cycle 1> [1542]
-----------------------------------------------
                0.00    0.00       7/7           boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::is_special() const [1552]
[1546]   0.0    0.00    0.00       7         boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int>::is_adapted() [1546]
                0.00    0.00       7/7           boost::date_time::time_resolution_traits_adapted64_impl::is_adapted() [1548]
-----------------------------------------------
                0.00    0.00       1/7           boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::date(boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day> const&) [2050]
                0.00    0.00       6/7           boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::date(boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day) [1575]
[1547]   0.0    0.00    0.00       7         boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::day_number(boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day> const&) [1547]
                0.00    0.00      14/23          boost::gregorian::greg_month::operator unsigned short() const [1282]
                0.00    0.00       7/13          boost::gregorian::greg_year::operator unsigned short() const [1415]
                0.00    0.00       7/15          boost::gregorian::greg_day::operator unsigned short() const [1389]
-----------------------------------------------
                0.00    0.00       7/7           boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int>::is_adapted() [1546]
[1548]   0.0    0.00    0.00       7         boost::date_time::time_resolution_traits_adapted64_impl::is_adapted() [1548]
-----------------------------------------------
                0.00    0.00       7/7           log4cxx::StringBuffer::StringBuffer() [1610]
[1549]   0.0    0.00    0.00       7         log4cxx::stringbuf::stringbuf() [1549]
-----------------------------------------------
                0.00    0.00       7/7           Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1550]   0.0    0.00    0.00       7         DeusExMachina::getBaseClassName(unsigned int) const [1550]
                0.00    0.00       7/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00       7/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00       7/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00       7/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00       7/10322       std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) [801]
                0.00    0.00       7/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       7/7           Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1551]   0.0    0.00    0.00       7         InteractionGeometry::getBaseClassName(unsigned int) const [1551]
                0.00    0.00       7/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00       7/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00       7/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00       7/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00       7/10322       std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) [801]
                0.00    0.00       7/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       1/7           std::basic_string<char, std::char_traits<char>, std::allocator<char> > boost::posix_time::to_simple_string_type<char>(boost::posix_time::time_duration) [1931]
                0.00    0.00       1/7           boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, boost::posix_time::time_duration const&) const [2087]
                0.00    0.00       5/7           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::counted_time_rep(boost::gregorian::date const&, boost::posix_time::time_duration const&) [1502]
[1552]   0.0    0.00    0.00       7         boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::is_special() const [1552]
                0.00    0.00       7/7           boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int>::is_adapted() [1546]
                0.00    0.00       7/21          boost::date_time::int_adapter<long long>::is_special() const [1291]
-----------------------------------------------
                0.00    0.00       2/7           boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::get_time_of_day(boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&) [1793]
                0.00    0.00       5/7           boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::subtract_times(boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&, boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&) [1719]
[1553]   0.0    0.00    0.00       7         boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::is_special() const [1553]
                0.00    0.00       7/21          boost::date_time::int_adapter<long long>::is_special() const [1291]
-----------------------------------------------
                0.00    0.00       7/7           log4cxx::StringBuffer::str() const [1615]
[1554]   0.0    0.00    0.00       7         log4cxx::stringbuf::str() const [1554]
-----------------------------------------------
                0.00    0.00       2/7           ContainerHandler<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [400]
                0.00    0.00       5/7           MetaDispatchingEngine::findFunctorArguments(std::string const&) [621]
[1555]   0.0    0.00    0.00       7         std::_List_iterator<boost::shared_ptr<EngineUnit> >::operator*() const [1555]
-----------------------------------------------
                0.00    0.00       7/7           std::_Vector_base<double, std::allocator<double> >::_Vector_impl::~_Vector_impl() [1557]
[1556]   0.0    0.00    0.00       7         std::allocator<double>::~allocator() [1556]
                0.00    0.00       7/39          __gnu_cxx::new_allocator<double>::~new_allocator() [1230]
-----------------------------------------------
                0.00    0.00       7/7           std::_Vector_base<double, std::allocator<double> >::~_Vector_base() [1559]
[1557]   0.0    0.00    0.00       7         std::_Vector_base<double, std::allocator<double> >::_Vector_impl::~_Vector_impl() [1557]
                0.00    0.00       7/7           std::allocator<double>::~allocator() [1556]
-----------------------------------------------
                0.00    0.00       7/7           std::_Vector_base<double, std::allocator<double> >::~_Vector_base() [1559]
[1558]   0.0    0.00    0.00       7         std::_Vector_base<double, std::allocator<double> >::_M_deallocate(double*, unsigned int) [1558]
-----------------------------------------------
                0.00    0.00       7/7           std::vector<double, std::allocator<double> >::~vector() [3559]
[1559]   0.0    0.00    0.00       7         std::_Vector_base<double, std::allocator<double> >::~_Vector_base() [1559]
                0.00    0.00       7/7           std::_Vector_base<double, std::allocator<double> >::_M_deallocate(double*, unsigned int) [1558]
                0.00    0.00       7/7           std::_Vector_base<double, std::allocator<double> >::_Vector_impl::~_Vector_impl() [1557]
-----------------------------------------------
                0.00    0.00       7/7           void std::_Destroy<boost::shared_ptr<Body>*>(boost::shared_ptr<Body>*, boost::shared_ptr<Body>*) [1561]
[1560]   0.0    0.00    0.00       7         void std::__destroy_aux<boost::shared_ptr<Body>*>(boost::shared_ptr<Body>*, boost::shared_ptr<Body>*, __false_type) [1560]
-----------------------------------------------
                0.00    0.00       7/7           void std::_Destroy<boost::shared_ptr<Body>*, boost::shared_ptr<Body> >(boost::shared_ptr<Body>*, boost::shared_ptr<Body>*, std::allocator<boost::shared_ptr<Body> >) [1562]
[1561]   0.0    0.00    0.00       7         void std::_Destroy<boost::shared_ptr<Body>*>(boost::shared_ptr<Body>*, boost::shared_ptr<Body>*) [1561]
                0.00    0.00       7/7           void std::__destroy_aux<boost::shared_ptr<Body>*>(boost::shared_ptr<Body>*, boost::shared_ptr<Body>*, __false_type) [1560]
-----------------------------------------------
                0.00    0.00       1/7           std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&) [62]
                0.00    0.00       6/7           std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::~vector() [1618]
[1562]   0.0    0.00    0.00       7         void std::_Destroy<boost::shared_ptr<Body>*, boost::shared_ptr<Body> >(boost::shared_ptr<Body>*, boost::shared_ptr<Body>*, std::allocator<boost::shared_ptr<Body> >) [1562]
                0.00    0.00       7/7           void std::_Destroy<boost::shared_ptr<Body>*>(boost::shared_ptr<Body>*, boost::shared_ptr<Body>*) [1561]
-----------------------------------------------
                0.00    0.00       7/7           std::vector<double, std::allocator<double> >::~vector() [3559]
[1563]   0.0    0.00    0.00       7         void std::_Destroy<double*, double>(double*, double*, std::allocator<double>) [1563]
                0.00    0.00       9/9           void std::_Destroy<double*>(double*, double*) [1484]
-----------------------------------------------
                0.00    0.00       6/6           Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1564]   0.0    0.00    0.00       6         TimeStepper::getBaseClassNumber() [1564]
                0.00    0.00       6/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00       6/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00       6/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00       6/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00       6/11188       std::vector<std::string, std::allocator<std::string> >::size() const [796]
                0.00    0.00       6/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       6/6           Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1565]   0.0    0.00    0.00       6         BoundingVolume::getBaseClassNumber() [1565]
                0.00    0.00      12/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00       6/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00       6/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00       6/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00       6/11188       std::vector<std::string, std::allocator<std::string> >::size() const [796]
                0.00    0.00       6/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                                   6             void boost::checked_delete<StandAloneEngine>(StandAloneEngine*) <cycle 1> [1570]
[1566]   0.0    0.00    0.00       6         StandAloneEngine::~StandAloneEngine() <cycle 1> [1566]
                                   6             Engine::~Engine() <cycle 1> [1183]
-----------------------------------------------
                                   6             void boost::checked_delete<InteractingGeometry>(InteractingGeometry*) <cycle 1> [1606]
[1567]   0.0    0.00    0.00       6         InteractingGeometry::~InteractingGeometry() <cycle 1> [1567]
                0.00    0.00       6/78308024     data_start [697]
                                   6             Serializable::~Serializable() <cycle 1> [119]
-----------------------------------------------
                0.00    0.00       1/6           boost::posix_time::to_simple_string(boost::posix_time::time_duration) [1930]
                0.00    0.00       1/6           boost::date_time::microsec_clock<boost::posix_time::ptime>::create_time(boost::date_time::microsec_clock<boost::posix_time::ptime>::TZ_FOR_CREATE) [2036]
                0.00    0.00       4/6           boost::date_time::second_clock<boost::posix_time::ptime>::create_time(tm*) [1647]
[1568]   0.0    0.00    0.00       6         boost::posix_time::time_duration::time_duration(boost::posix_time::time_duration const&) [1568]
                0.00    0.00       6/6           boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::time_duration(boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> > const&) [1573]
-----------------------------------------------
                0.00    0.00       6/6           boost::range_iterator<boost::remove_const<std::string>::type>::type boost::begin<std::string>(std::string&) [1571]
[1569]   0.0    0.00    0.00       6         boost::range_iterator<boost::remove_const<std::string>::type>::type boost::range_detail::boost_range_begin<std::string>(std::string&) [1569]
-----------------------------------------------
                                   6             boost::detail::sp_counted_impl_p<StandAloneEngine>::dispose() <cycle 1> [1572]
[1570]   0.0    0.00    0.00       6         void boost::checked_delete<StandAloneEngine>(StandAloneEngine*) <cycle 1> [1570]
                                   6             StandAloneEngine::~StandAloneEngine() <cycle 1> [1566]
-----------------------------------------------
                0.00    0.00       1/6           void boost::algorithm::find_format_all<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]> >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>) [2007]
                0.00    0.00       1/6           void boost::algorithm::find_format_all<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char> >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>) [2008]
                0.00    0.00       2/6           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*> >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*>) [2022]
                0.00    0.00       2/6           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char> >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char>) [2023]
[1571]   0.0    0.00    0.00       6         boost::range_iterator<boost::remove_const<std::string>::type>::type boost::begin<std::string>(std::string&) [1571]
                0.00    0.00       6/6           boost::range_iterator<boost::remove_const<std::string>::type>::type boost::range_detail::boost_range_begin<std::string>(std::string&) [1569]
-----------------------------------------------
                                   6             boost::detail::sp_counted_base::release() <cycle 1> [5]
[1572]   0.0    0.00    0.00       6         boost::detail::sp_counted_impl_p<StandAloneEngine>::dispose() <cycle 1> [1572]
                                   6             void boost::checked_delete<StandAloneEngine>(StandAloneEngine*) <cycle 1> [1570]
-----------------------------------------------
                0.00    0.00       6/6           boost::posix_time::time_duration::time_duration(boost::posix_time::time_duration const&) [1568]
[1573]   0.0    0.00    0.00       6         boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::time_duration(boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> > const&) [1573]
                0.00    0.00       6/20          boost::less_than_comparable<boost::posix_time::time_duration, boost::equality_comparable<boost::posix_time::time_duration, boost::posix_time::time_duration, boost::detail::empty_base, boost::detail::false_t>, boost::detail::empty_base, boost::detail::true_t>::less_than_comparable() [1304]
-----------------------------------------------
                0.00    0.00       6/6           boost::gregorian::date::date(boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day) [1576]
[1574]   0.0    0.00    0.00       6         boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::end_of_month_day(boost::gregorian::greg_year, boost::gregorian::greg_month) [1574]
                0.00    0.00       6/23          boost::gregorian::greg_month::operator unsigned short() const [1282]
-----------------------------------------------
                0.00    0.00       6/6           boost::gregorian::date::date(boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day) [1576]
[1575]   0.0    0.00    0.00       6         boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::date(boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day) [1575]
                0.00    0.00       6/10          boost::less_than_comparable<boost::gregorian::date, boost::equality_comparable<boost::gregorian::date, boost::gregorian::date, boost::detail::empty_base, boost::detail::false_t>, boost::detail::empty_base, boost::detail::true_t>::less_than_comparable() [1451]
                0.00    0.00       6/10          boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>::year_month_day_base(boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day) [1465]
                0.00    0.00       6/7           boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::day_number(boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day> const&) [1547]
-----------------------------------------------
                0.00    0.00       1/6           boost::gregorian::date::day_of_year() const [2116]
                0.00    0.00       1/6           boost::date_time::microsec_clock<boost::posix_time::ptime>::create_time(boost::date_time::microsec_clock<boost::posix_time::ptime>::TZ_FOR_CREATE) [2036]
                0.00    0.00       4/6           boost::date_time::second_clock<boost::posix_time::ptime>::create_time(tm*) [1647]
[1576]   0.0    0.00    0.00       6         boost::gregorian::date::date(boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day) [1576]
                0.00    0.00       6/6           boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::date(boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day) [1575]
                0.00    0.00       6/6           boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::end_of_month_day(boost::gregorian::greg_year, boost::gregorian::greg_month) [1574]
                0.00    0.00       6/15          boost::gregorian::greg_day::operator unsigned short() const [1389]
-----------------------------------------------
                0.00    0.00       6/6           std::vector<double, std::allocator<double> >::size() const [3411]
[1577]   0.0    0.00    0.00       6         __gnu_cxx::__normal_iterator<double const*, std::vector<double, std::allocator<double> > >::difference_type __gnu_cxx::operator-<double const*, double const*, std::vector<double, std::allocator<double> > >(__gnu_cxx::__normal_iterator<double const*, std::vector<double, std::allocator<double> > > const&, __gnu_cxx::__normal_iterator<double const*, std::vector<double, std::allocator<double> > > const&) [1577]
                0.00    0.00      12/12          __gnu_cxx::__normal_iterator<double const*, std::vector<double, std::allocator<double> > >::base() const [1429]
-----------------------------------------------
                0.00    0.00       6/6           std::vector<double, std::allocator<double> >::erase(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >) [177]
[1578]   0.0    0.00    0.00       6         __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >::difference_type __gnu_cxx::operator-<double*, double*, std::vector<double, std::allocator<double> > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > const&, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > const&) [1578]
                0.00    0.00      12/42          __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >::base() const [1219]
-----------------------------------------------
                0.00    0.00       6/6           Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1579]   0.0    0.00    0.00       6         StandAloneEngine::getBaseClassName(unsigned int) const [1579]
                0.00    0.00       6/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00       6/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00       6/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00       6/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00       6/10322       std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) [801]
                0.00    0.00       6/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       3/6           void IOFormatManager::loadFromFile<boost::shared_ptr<MetaBody> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<MetaBody>&) [346]
                0.00    0.00       3/6           void IOFormatManager::loadFromFile<boost::shared_ptr<Preferences> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<Preferences>&) [436]
[1580]   0.0    0.00    0.00       6         boost::shared_ptr<Archive>::operator*() const [1580]
-----------------------------------------------
                0.00    0.00       1/6           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*> >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*>) [2022]
                0.00    0.00       1/6           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char> >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char>) [2023]
                0.00    0.00       4/6           boost::range_iterator<boost::remove_const<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >::type>::type boost::range_detail::boost_range_end<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1625]
[1581]   0.0    0.00    0.00       6         boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::end() const [1581]
-----------------------------------------------
                0.00    0.00       1/6           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*> >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*>) [2022]
                0.00    0.00       1/6           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char> >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char>) [2023]
                0.00    0.00       4/6           boost::range_iterator<boost::remove_const<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >::type>::type boost::range_detail::boost_range_begin<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1626]
[1582]   0.0    0.00    0.00       6         boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::begin() const [1582]
-----------------------------------------------
                0.00    0.00       6/6           std::iterator_traits<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >::difference_type std::__distance<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >(std::_List_const_iterator<boost::shared_ptr<EngineUnit> >, std::_List_const_iterator<boost::shared_ptr<EngineUnit> >, std::input_iterator_tag) [1887]
[1583]   0.0    0.00    0.00       6         std::_List_const_iterator<boost::shared_ptr<EngineUnit> >::operator!=(std::_List_const_iterator<boost::shared_ptr<EngineUnit> > const&) const [1583]
-----------------------------------------------
                0.00    0.00       6/6           std::vector<double, std::allocator<double> >::size() const [3411]
[1584]   0.0    0.00    0.00       6         std::vector<double, std::allocator<double> >::end() const [1584]
                0.00    0.00       6/12          __gnu_cxx::__normal_iterator<double const*, std::vector<double, std::allocator<double> > >::__normal_iterator(double const* const&) [1427]
-----------------------------------------------
                0.00    0.00       6/6           std::vector<double, std::allocator<double> >::size() const [3411]
[1585]   0.0    0.00    0.00       6         std::vector<double, std::allocator<double> >::begin() const [1585]
                0.00    0.00       6/12          __gnu_cxx::__normal_iterator<double const*, std::vector<double, std::allocator<double> > >::__normal_iterator(double const* const&) [1427]
-----------------------------------------------
                0.00    0.00       6/6           std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::_Vector_impl::~_Vector_impl() [1589]
[1586]   0.0    0.00    0.00       6         std::allocator<boost::shared_ptr<Interaction> >::~allocator() [1586]
                0.00    0.00       6/32          __gnu_cxx::new_allocator<boost::shared_ptr<Interaction> >::~new_allocator() [1249]
-----------------------------------------------
                0.00    0.00       3/6           BodyContainer::BodyContainer() [76]
                0.00    0.00       3/6           BodyContainer::BodyContainer() [77]
[1587]   0.0    0.00    0.00       6         std::allocator<boost::shared_ptr<Body> >::allocator() [1587]
                0.00    0.00       8/8           __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::new_allocator() [1507]
-----------------------------------------------
                0.00    0.00       6/6           std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_Vector_impl::~_Vector_impl() [1592]
[1588]   0.0    0.00    0.00       6         std::allocator<boost::shared_ptr<Body> >::~allocator() [1588]
                0.00    0.00       6/65          __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::~new_allocator() [1185]
-----------------------------------------------
                0.00    0.00       6/6           std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::~_Vector_base() [1591]
[1589]   0.0    0.00    0.00       6         std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::_Vector_impl::~_Vector_impl() [1589]
                0.00    0.00       6/6           std::allocator<boost::shared_ptr<Interaction> >::~allocator() [1586]
-----------------------------------------------
                0.00    0.00       6/6           std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::~_Vector_base() [1591]
[1590]   0.0    0.00    0.00       6         std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::_M_deallocate(boost::shared_ptr<Interaction>*, unsigned int) [1590]
-----------------------------------------------
                0.00    0.00       6/6           std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::~vector() [1684]
[1591]   0.0    0.00    0.00       6         std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::~_Vector_base() [1591]
                0.00    0.00       6/6           std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::_M_deallocate(boost::shared_ptr<Interaction>*, unsigned int) [1590]
                0.00    0.00       6/6           std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::_Vector_impl::~_Vector_impl() [1589]
-----------------------------------------------
                0.00    0.00       6/6           std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::~_Vector_base() [1593]
[1592]   0.0    0.00    0.00       6         std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_Vector_impl::~_Vector_impl() [1592]
                0.00    0.00       6/6           std::allocator<boost::shared_ptr<Body> >::~allocator() [1588]
-----------------------------------------------
                0.00    0.00       6/6           std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::~vector() [1618]
[1593]   0.0    0.00    0.00       6         std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::~_Vector_base() [1593]
                0.00    0.00       6/17          std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_deallocate(boost::shared_ptr<Body>*, unsigned int) [1351]
                0.00    0.00       6/6           std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_Vector_impl::~_Vector_impl() [1592]
-----------------------------------------------
                0.00    0.00       2/6           std::_Deque_iterator<char, char&, char*>::operator+=(int) [1871]
                0.00    0.00       4/6           std::_Deque_iterator<char, char&, char*>::_M_set_node(char**) [1676]
[1594]   0.0    0.00    0.00       6         std::_Deque_iterator<char, char&, char*>::_S_buffer_size() [1594]
                0.00    0.00       6/14          std::__deque_buf_size(unsigned int) [1405]
-----------------------------------------------
                0.00    0.00       3/6           BodyContainer::BodyContainer() [76]
                0.00    0.00       3/6           BodyContainer::BodyContainer() [77]
[1595]   0.0    0.00    0.00       6         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::vector(std::allocator<boost::shared_ptr<Body> > const&) [1595]
                0.00    0.00       8/8           std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_Vector_base(std::allocator<boost::shared_ptr<Body> > const&) [1525]
-----------------------------------------------
                0.00    0.00       6/6           std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >, std::pair<std::string const, DynlibDescriptor> const&) [1135]
[1596]   0.0    0.00    0.00       6         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_rightmost() [1596]
-----------------------------------------------
                0.00    0.00       6/6           void std::_Destroy<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >) [1599]
[1597]   0.0    0.00    0.00       6         void std::__destroy_aux<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __true_type) [1597]
-----------------------------------------------
                0.00    0.00       6/6           void std::_Destroy<boost::shared_ptr<Interaction>*>(boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*) [1601]
[1598]   0.0    0.00    0.00       6         void std::__destroy_aux<boost::shared_ptr<Interaction>*>(boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*, __false_type) [1598]
-----------------------------------------------
                0.00    0.00       6/6           void std::_Destroy<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, double>(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, std::allocator<double>) [1600]
[1599]   0.0    0.00    0.00       6         void std::_Destroy<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >) [1599]
                0.00    0.00       6/6           void std::__destroy_aux<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __true_type) [1597]
-----------------------------------------------
                0.00    0.00       6/6           std::vector<double, std::allocator<double> >::erase(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >) [177]
[1600]   0.0    0.00    0.00       6         void std::_Destroy<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, double>(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, std::allocator<double>) [1600]
                0.00    0.00       6/6           void std::_Destroy<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >) [1599]
-----------------------------------------------
                0.00    0.00       6/6           void std::_Destroy<boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction> >(boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*, std::allocator<boost::shared_ptr<Interaction> >) [1602]
[1601]   0.0    0.00    0.00       6         void std::_Destroy<boost::shared_ptr<Interaction>*>(boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*) [1601]
                0.00    0.00       6/6           void std::__destroy_aux<boost::shared_ptr<Interaction>*>(boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*, __false_type) [1598]
-----------------------------------------------
                0.00    0.00       6/6           std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::~vector() [1684]
[1602]   0.0    0.00    0.00       6         void std::_Destroy<boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction> >(boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*, std::allocator<boost::shared_ptr<Interaction> >) [1602]
                0.00    0.00       6/6           void std::_Destroy<boost::shared_ptr<Interaction>*>(boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*) [1601]
-----------------------------------------------
                                   5             void boost::checked_delete<InteractionPhysics>(InteractionPhysics*) <cycle 1> [1605]
[1603]   0.0    0.00    0.00       5         InteractionPhysics::~InteractionPhysics() <cycle 1> [1603]
                                   5             Serializable::~Serializable() <cycle 1> [119]
-----------------------------------------------
                0.00    0.00       1/5           boost::date_time::microsec_clock<boost::posix_time::ptime>::create_time(boost::date_time::microsec_clock<boost::posix_time::ptime>::TZ_FOR_CREATE) [2036]
                0.00    0.00       4/5           boost::date_time::second_clock<boost::posix_time::ptime>::create_time(tm*) [1647]
[1604]   0.0    0.00    0.00       5         boost::posix_time::ptime::ptime(boost::gregorian::date, boost::posix_time::time_duration) [1604]
                0.00    0.00       5/8           boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::base_time(boost::gregorian::date const&, boost::posix_time::time_duration const&, boost::date_time::dst_flags) [1505]
-----------------------------------------------
                                   5             boost::detail::sp_counted_impl_p<InteractionPhysics>::dispose() <cycle 1> [1607]
[1605]   0.0    0.00    0.00       5         void boost::checked_delete<InteractionPhysics>(InteractionPhysics*) <cycle 1> [1605]
                                   5             InteractionPhysics::~InteractionPhysics() <cycle 1> [1603]
-----------------------------------------------
                                   5             boost::detail::sp_counted_impl_p<InteractingGeometry>::dispose() <cycle 1> [1608]
[1606]   0.0    0.00    0.00       5         void boost::checked_delete<InteractingGeometry>(InteractingGeometry*) <cycle 1> [1606]
                                   6             InteractingGeometry::~InteractingGeometry() <cycle 1> [1567]
-----------------------------------------------
                                   5             boost::detail::sp_counted_base::release() <cycle 1> [5]
[1607]   0.0    0.00    0.00       5         boost::detail::sp_counted_impl_p<InteractionPhysics>::dispose() <cycle 1> [1607]
                                   5             void boost::checked_delete<InteractionPhysics>(InteractionPhysics*) <cycle 1> [1605]
-----------------------------------------------
                                   5             boost::detail::sp_counted_base::release() <cycle 1> [5]
[1608]   0.0    0.00    0.00       5         boost::detail::sp_counted_impl_p<InteractingGeometry>::dispose() <cycle 1> [1608]
                                   5             void boost::checked_delete<InteractingGeometry>(InteractingGeometry*) <cycle 1> [1606]
-----------------------------------------------
                0.00    0.00       1/5           boost::date_time::microsec_clock<boost::posix_time::ptime>::create_time(boost::date_time::microsec_clock<boost::posix_time::ptime>::TZ_FOR_CREATE) [2036]
                0.00    0.00       4/5           boost::date_time::second_clock<boost::posix_time::ptime>::local_time() [1646]
[1609]   0.0    0.00    0.00       5         boost::date_time::c_time::localtime(long const*, tm*) [1609]
-----------------------------------------------
                0.00    0.00       1/5           Omega::Omega() [663]
                0.00    0.00       4/5           main [25]
[1610]   0.0    0.00    0.00       5         log4cxx::StringBuffer::StringBuffer() [1610]
                0.00    0.00       7/7           log4cxx::stringbuf::stringbuf() [1549]
-----------------------------------------------
                0.00    0.00       1/5           Omega::Omega() [663]
                0.00    0.00       4/5           main [25]
[1611]   0.0    0.00    0.00       5         log4cxx::StringBuffer::~StringBuffer() [1611]
                0.00    0.00      24/24          log4cxx::stringbuf::~stringbuf() [1273]
-----------------------------------------------
                0.00    0.00       5/5           boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const [1823]
[1612]   0.0    0.00    0.00       5         __gnu_cxx::__normal_iterator<char const*, std::string>::operator++() [1612]
-----------------------------------------------
                0.00    0.00       5/5           Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1613]   0.0    0.00    0.00       5         InteractionPhysics::getBaseClassName(unsigned int) const [1613]
                0.00    0.00       5/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00       5/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00       5/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00       5/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00       5/10322       std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) [801]
                0.00    0.00       5/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       5/5           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::counted_time_rep(boost::gregorian::date const&, boost::posix_time::time_duration const&) [1502]
[1614]   0.0    0.00    0.00       5         boost::gregorian::date::day_number() const [1614]
-----------------------------------------------
                0.00    0.00       1/5           Omega::Omega() [663]
                0.00    0.00       4/5           main [25]
[1615]   0.0    0.00    0.00       5         log4cxx::StringBuffer::str() const [1615]
                0.00    0.00       7/7           log4cxx::stringbuf::str() const [1554]
-----------------------------------------------
                0.00    0.00       1/5           boost::date_time::date_facet<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::do_put_tm(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, tm const&, std::string) const [2086]
                0.00    0.00       2/5           std::basic_ostream<char, std::char_traits<char> >& boost::posix_time::operator<< <char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, boost::posix_time::ptime const&) [1934]
                0.00    0.00       2/5           std::basic_ostream<char, std::char_traits<char> >& boost::posix_time::operator<< <char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, boost::posix_time::time_duration const&) [1933]
[1616]   0.0    0.00    0.00       5         std::ios_base::getloc() const [1616]
-----------------------------------------------
                0.00    0.00       5/5           boost::shared_ptr<PhysicalAction>* std::__copy_aux<boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*>(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*) [1619]
[1617]   0.0    0.00    0.00       5         boost::shared_ptr<PhysicalAction>* std::__copy<false, std::random_access_iterator_tag>::copy<boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*>(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*) [1617]
-----------------------------------------------
                0.00    0.00       1/5           BodyContainer::~BodyContainer() [672]
                0.00    0.00       2/5           BodyContainer::~BodyContainer() <cycle 1> [1747]
                0.00    0.00       2/5           BodyContainer::~BodyContainer() [655]
[1618]   0.0    0.00    0.00       5         std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::~vector() [1618]
                0.00    0.00       6/51          std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::get_allocator() const [1200]
                0.00    0.00       6/7           void std::_Destroy<boost::shared_ptr<Body>*, boost::shared_ptr<Body> >(boost::shared_ptr<Body>*, boost::shared_ptr<Body>*, std::allocator<boost::shared_ptr<Body> >) [1562]
                0.00    0.00       6/57          std::allocator<boost::shared_ptr<Body> >::~allocator() [1197]
                0.00    0.00       6/6           std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::~_Vector_base() [1593]
-----------------------------------------------
                0.00    0.00       5/5           __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >) [661]
[1619]   0.0    0.00    0.00       5         boost::shared_ptr<PhysicalAction>* std::__copy_aux<boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*>(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*) [1619]
                0.00    0.00       5/5           boost::shared_ptr<PhysicalAction>* std::__copy<false, std::random_access_iterator_tag>::copy<boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*>(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*) [1617]
-----------------------------------------------
                0.00    0.00       4/4           SerializableTypes::Type findType<InteractionContainer>(InteractionContainer&, bool&, std::string&) [1621]
[1620]   0.0    0.00    0.00       4         bool isFundamental<InteractionContainer>(InteractionContainer&) [1620]
                0.00    0.00      68/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00       2/4           SerializableTypes::Type findType<InteractionContainer>(boost::shared_ptr<InteractionContainer>&, bool&, std::string&) [426]
                0.00    0.00       2/4           boost::shared_ptr<Archive> Archive::create<InteractionContainer>(std::string const&, InteractionContainer&) [466]
[1621]   0.0    0.00    0.00       4         SerializableTypes::Type findType<InteractionContainer>(InteractionContainer&, bool&, std::string&) [1621]
                0.00    0.00       4/4           bool isFundamental<InteractionContainer>(InteractionContainer&) [1620]
                0.00    0.00       4/114089      std::type_info::operator==(std::type_info const&) const [722]
                0.00    0.00       4/4259        Singleton<SerializableSingleton>::instance() [839]
                0.00    0.00       4/78308024     data_start [697]
-----------------------------------------------
                0.00    0.00       4/4           Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1622]   0.0    0.00    0.00       4         BodyContainer::getBaseClassNumber() [1622]
                0.00    0.00       4/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00       4/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00       4/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00       4/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00       4/11188       std::vector<std::string, std::allocator<std::string> >::size() const [796]
                0.00    0.00       4/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       4/4           Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1623]   0.0    0.00    0.00       4         InteractionContainer::getBaseClassNumber() [1623]
                0.00    0.00       4/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00       4/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00       4/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00       4/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00       4/11188       std::vector<std::string, std::allocator<std::string> >::size() const [796]
                0.00    0.00       4/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       1/4           boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::subtract_times(boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&, boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&) [1719]
                0.00    0.00       3/4           boost::posix_time::ptime::ptime() [1705]
[1624]   0.0    0.00    0.00       4         boost::posix_time::time_duration::time_duration(boost::date_time::special_values) [1624]
                0.00    0.00       4/4           boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::time_duration(boost::date_time::special_values) [1648]
-----------------------------------------------
                0.00    0.00       4/4           boost::range_iterator<boost::remove_const<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >::type>::type boost::end<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1639]
[1625]   0.0    0.00    0.00       4         boost::range_iterator<boost::remove_const<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >::type>::type boost::range_detail::boost_range_end<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1625]
                0.00    0.00       4/6           boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::end() const [1581]
-----------------------------------------------
                0.00    0.00       4/4           boost::range_iterator<boost::remove_const<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >::type>::type boost::begin<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1640]
[1626]   0.0    0.00    0.00       4         boost::range_iterator<boost::remove_const<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >::type>::type boost::range_detail::boost_range_begin<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1626]
                0.00    0.00       4/6           boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::begin() const [1582]
-----------------------------------------------
                                   4             boost::detail::sp_counted_impl_p<PhysicalAction>::dispose() <cycle 1> [1641]
[1627]   0.0    0.00    0.00       4         void boost::checked_delete<PhysicalAction>(PhysicalAction*) <cycle 1> [1627]
                                   7             PhysicalAction::~PhysicalAction() <cycle 1> [1538]
-----------------------------------------------
                0.00    0.00       2/4           boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const [1824]
                0.00    0.00       2/4           boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const [1823]
[1628]   0.0    0.00    0.00       4         boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) [1628]
-----------------------------------------------
                0.00    0.00       2/4           boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::iterator_range<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1762]
                0.00    0.00       2/4           boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >& boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::operator=<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1763]
[1629]   0.0    0.00    0.00       4         __gnu_cxx::__normal_iterator<char*, std::string> boost::iterator_range_detail::iterator_range_impl<__gnu_cxx::__normal_iterator<char*, std::string> >::adl_end<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1629]
                0.00    0.00       4/4           boost::range_iterator<boost::remove_const<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >::type>::type boost::end<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1639]
-----------------------------------------------
                0.00    0.00       2/4           boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::iterator_range<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1762]
                0.00    0.00       2/4           boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >& boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::operator=<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1763]
[1630]   0.0    0.00    0.00       4         __gnu_cxx::__normal_iterator<char*, std::string> boost::iterator_range_detail::iterator_range_impl<__gnu_cxx::__normal_iterator<char*, std::string> >::adl_begin<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1630]
                0.00    0.00       4/4           boost::range_iterator<boost::remove_const<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >::type>::type boost::begin<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1640]
-----------------------------------------------
                0.00    0.00       2/4           boost::any::any<boost::shared_ptr<EngineUnit>*>(boost::shared_ptr<EngineUnit>* const&) [1782]
                0.00    0.00       2/4           boost::any::holder<boost::shared_ptr<EngineUnit>*>::clone() const [1815]
[1631]   0.0    0.00    0.00       4         boost::any::holder<boost::shared_ptr<EngineUnit>*>::holder(boost::shared_ptr<EngineUnit>* const&) [1631]
                0.00    0.00       4/19104       boost::any::placeholder::placeholder() [769]
-----------------------------------------------
                0.00    0.00       4/4           boost::any::~any() [762]
[1632]   0.0    0.00    0.00       4         boost::any::holder<boost::shared_ptr<EngineUnit>*>::~holder() [1632]
                0.00    0.00       4/19104       boost::any::placeholder::~placeholder() [770]
-----------------------------------------------
                0.00    0.00       2/4           boost::any::any<boost::shared_ptr<InteractionContainer>*>(boost::shared_ptr<InteractionContainer>* const&) [1783]
                0.00    0.00       2/4           boost::any::holder<boost::shared_ptr<InteractionContainer>*>::clone() const [1817]
[1633]   0.0    0.00    0.00       4         boost::any::holder<boost::shared_ptr<InteractionContainer>*>::holder(boost::shared_ptr<InteractionContainer>* const&) [1633]
                0.00    0.00       4/19104       boost::any::placeholder::placeholder() [769]
-----------------------------------------------
                0.00    0.00       4/4           boost::any::~any() [762]
[1634]   0.0    0.00    0.00       4         boost::any::holder<boost::shared_ptr<InteractionContainer>*>::~holder() [1634]
                0.00    0.00       4/19104       boost::any::placeholder::~placeholder() [770]
-----------------------------------------------
                0.00    0.00       2/4           boost::any::any<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >*>(std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >* const&) [1784]
                0.00    0.00       2/4           boost::any::holder<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >*>::clone() const [1818]
[1635]   0.0    0.00    0.00       4         boost::any::holder<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >*>::holder(std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >* const&) [1635]
                0.00    0.00       4/19104       boost::any::placeholder::placeholder() [769]
-----------------------------------------------
                0.00    0.00       4/4           boost::any::~any() [762]
[1636]   0.0    0.00    0.00       4         boost::any::holder<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >*>::~holder() [1636]
                0.00    0.00       4/19104       boost::any::placeholder::~placeholder() [770]
-----------------------------------------------
                0.00    0.00       2/4           boost::any::any<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>(std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >* const&) [1785]
                0.00    0.00       2/4           boost::any::holder<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>::clone() const [1819]
[1637]   0.0    0.00    0.00       4         boost::any::holder<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>::holder(std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >* const&) [1637]
                0.00    0.00       4/19104       boost::any::placeholder::placeholder() [769]
-----------------------------------------------
                0.00    0.00       4/4           boost::any::~any() [762]
[1638]   0.0    0.00    0.00       4         boost::any::holder<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>::~holder() [1638]
                0.00    0.00       4/19104       boost::any::placeholder::~placeholder() [770]
-----------------------------------------------
                0.00    0.00       4/4           __gnu_cxx::__normal_iterator<char*, std::string> boost::iterator_range_detail::iterator_range_impl<__gnu_cxx::__normal_iterator<char*, std::string> >::adl_end<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1629]
[1639]   0.0    0.00    0.00       4         boost::range_iterator<boost::remove_const<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >::type>::type boost::end<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1639]
                0.00    0.00       4/4           boost::range_iterator<boost::remove_const<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >::type>::type boost::range_detail::boost_range_end<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1625]
-----------------------------------------------
                0.00    0.00       4/4           __gnu_cxx::__normal_iterator<char*, std::string> boost::iterator_range_detail::iterator_range_impl<__gnu_cxx::__normal_iterator<char*, std::string> >::adl_begin<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1630]
[1640]   0.0    0.00    0.00       4         boost::range_iterator<boost::remove_const<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >::type>::type boost::begin<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1640]
                0.00    0.00       4/4           boost::range_iterator<boost::remove_const<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >::type>::type boost::range_detail::boost_range_begin<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1626]
-----------------------------------------------
                                   4             boost::detail::sp_counted_base::release() <cycle 1> [5]
[1641]   0.0    0.00    0.00       4         boost::detail::sp_counted_impl_p<PhysicalAction>::dispose() <cycle 1> [1641]
                                   4             void boost::checked_delete<PhysicalAction>(PhysicalAction*) <cycle 1> [1627]
-----------------------------------------------
                0.00    0.00       2/4           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*> >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*>) [2022]
                0.00    0.00       2/4           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char> >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char>) [2023]
[1642]   0.0    0.00    0.00       4         __gnu_cxx::__normal_iterator<char*, std::string> boost::algorithm::detail::process_segment<std::deque<char, std::allocator<char> >, std::string, __gnu_cxx::__normal_iterator<char*, std::string> >(std::deque<char, std::allocator<char> >&, std::string&, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) [1642]
                0.00    0.00       4/4           __gnu_cxx::__normal_iterator<char*, std::string> boost::algorithm::detail::process_segment_helper<false>::operator()<std::deque<char, std::allocator<char> >, std::string, __gnu_cxx::__normal_iterator<char*, std::string> >(std::deque<char, std::allocator<char> >&, std::string&, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) [1644]
-----------------------------------------------
                0.00    0.00       4/4           __gnu_cxx::__normal_iterator<char*, std::string> boost::algorithm::detail::process_segment_helper<false>::operator()<std::deque<char, std::allocator<char> >, std::string, __gnu_cxx::__normal_iterator<char*, std::string> >(std::deque<char, std::allocator<char> >&, std::string&, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) [1644]
[1643]   0.0    0.00    0.00       4         __gnu_cxx::__normal_iterator<char*, std::string> boost::algorithm::detail::move_from_storage<std::deque<char, std::allocator<char> >, __gnu_cxx::__normal_iterator<char*, std::string> >(std::deque<char, std::allocator<char> >&, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) [1643]
                0.00    0.00       4/10          std::deque<char, std::allocator<char> >::empty() const [1471]
-----------------------------------------------
                0.00    0.00       4/4           __gnu_cxx::__normal_iterator<char*, std::string> boost::algorithm::detail::process_segment<std::deque<char, std::allocator<char> >, std::string, __gnu_cxx::__normal_iterator<char*, std::string> >(std::deque<char, std::allocator<char> >&, std::string&, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) [1642]
[1644]   0.0    0.00    0.00       4         __gnu_cxx::__normal_iterator<char*, std::string> boost::algorithm::detail::process_segment_helper<false>::operator()<std::deque<char, std::allocator<char> >, std::string, __gnu_cxx::__normal_iterator<char*, std::string> >(std::deque<char, std::allocator<char> >&, std::string&, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) [1644]
                0.00    0.00       4/4           __gnu_cxx::__normal_iterator<char*, std::string> boost::algorithm::detail::move_from_storage<std::deque<char, std::allocator<char> >, __gnu_cxx::__normal_iterator<char*, std::string> >(std::deque<char, std::allocator<char> >&, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) [1643]
                0.00    0.00       4/10          std::deque<char, std::allocator<char> >::empty() const [1471]
                0.00    0.00       4/8           bool __gnu_cxx::operator==<char*, std::string>(__gnu_cxx::__normal_iterator<char*, std::string> const&, __gnu_cxx::__normal_iterator<char*, std::string> const&) [1509]
                0.00    0.00       2/2           __gnu_cxx::__normal_iterator<char*, std::string> std::copy<__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) [1893]
-----------------------------------------------
                0.00    0.00       4/4           boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::time_duration(boost::date_time::special_values) [1648]
[1645]   0.0    0.00    0.00       4         boost::date_time::int_adapter<long long>::from_special(boost::date_time::special_values) [1645]
                0.00    0.00       4/36          boost::date_time::int_adapter<long long>::not_a_number() [1243]
-----------------------------------------------
                0.00    0.00       1/4           Omega::logMessage(std::string const&) [1928]
                0.00    0.00       1/4           Omega::loadSimulation() [345]
                0.00    0.00       2/4           NullGUI::loop() [121]
[1646]   0.0    0.00    0.00       4         boost::date_time::second_clock<boost::posix_time::ptime>::local_time() [1646]
                0.00    0.00       4/5           boost::date_time::c_time::localtime(long const*, tm*) [1609]
                0.00    0.00       4/4           boost::date_time::second_clock<boost::posix_time::ptime>::create_time(tm*) [1647]
-----------------------------------------------
                0.00    0.00       4/4           boost::date_time::second_clock<boost::posix_time::ptime>::local_time() [1646]
[1647]   0.0    0.00    0.00       4         boost::date_time::second_clock<boost::posix_time::ptime>::create_time(tm*) [1647]
                0.00    0.00       4/10          boost::gregorian::greg_day::greg_day(unsigned short) [1468]
                0.00    0.00       4/10          boost::gregorian::greg_month::greg_month(unsigned short) [1467]
                0.00    0.00       4/13          boost::gregorian::greg_year::greg_year(unsigned short) [1412]
                0.00    0.00       4/6           boost::gregorian::date::date(boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day) [1576]
                0.00    0.00       4/9           boost::posix_time::time_duration::time_duration(int, int, int, long long) [1477]
                0.00    0.00       4/6           boost::posix_time::time_duration::time_duration(boost::posix_time::time_duration const&) [1568]
                0.00    0.00       4/5           boost::posix_time::ptime::ptime(boost::gregorian::date, boost::posix_time::time_duration) [1604]
-----------------------------------------------
                0.00    0.00       4/4           boost::posix_time::time_duration::time_duration(boost::date_time::special_values) [1624]
[1648]   0.0    0.00    0.00       4         boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::time_duration(boost::date_time::special_values) [1648]
                0.00    0.00       4/20          boost::less_than_comparable<boost::posix_time::time_duration, boost::equality_comparable<boost::posix_time::time_duration, boost::posix_time::time_duration, boost::detail::empty_base, boost::detail::false_t>, boost::detail::empty_base, boost::detail::true_t>::less_than_comparable() [1304]
                0.00    0.00       4/4           boost::date_time::int_adapter<long long>::from_special(boost::date_time::special_values) [1645]
-----------------------------------------------
                0.00    0.00       1/4           boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::year_month_day() const [2104]
                0.00    0.00       1/4           boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::day_of_week() const [2103]
                0.00    0.00       1/4           boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::year() const [2107]
                0.00    0.00       1/4           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::date() const [2100]
[1649]   0.0    0.00    0.00       4         boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::from_day_number(unsigned long) [1649]
                0.00    0.00       8/13          boost::gregorian::greg_year::greg_year(unsigned short) [1412]
                0.00    0.00       4/10          boost::gregorian::greg_day::greg_day(unsigned short) [1468]
                0.00    0.00       4/10          boost::gregorian::greg_month::greg_month(unsigned short) [1467]
                0.00    0.00       4/13          boost::gregorian::greg_year::operator unsigned short() const [1415]
                0.00    0.00       4/10          boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>::year_month_day_base(boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day) [1465]
-----------------------------------------------
                0.00    0.00       4/4           Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1650]   0.0    0.00    0.00       4         Engine::getBaseClassNumber() [1650]
                0.00    0.00       4/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00       4/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00       4/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00       4/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00       4/11188       std::vector<std::string, std::allocator<std::string> >::size() const [796]
                0.00    0.00       4/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       4/4           std::allocator<boost::shared_ptr<Engine> >::allocator() [1668]
[1651]   0.0    0.00    0.00       4         __gnu_cxx::new_allocator<boost::shared_ptr<Engine> >::new_allocator() [1651]
-----------------------------------------------
                0.00    0.00       4/4           std::allocator<char*>::allocator<char>(std::allocator<char> const&) [1670]
[1652]   0.0    0.00    0.00       4         __gnu_cxx::new_allocator<char*>::new_allocator() [1652]
-----------------------------------------------
                0.00    0.00       4/4           std::allocator<char*>::~allocator() [1671]
[1653]   0.0    0.00    0.00       4         __gnu_cxx::new_allocator<char*>::~new_allocator() [1653]
-----------------------------------------------
                0.00    0.00       4/4           std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >) [1686]
[1654]   0.0    0.00    0.00       4         __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&) [1654]
                0.00    0.00       8/68088       __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::base() const [727]
-----------------------------------------------
                0.00    0.00       4/4           Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1655]   0.0    0.00    0.00       4         BoundingVolume::getBaseClassName(unsigned int) const [1655]
                0.00    0.00       8/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00       4/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00       4/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00       4/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00       4/10322       std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) [801]
                0.00    0.00       4/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       4/4           Omega::scanPlugins() [27]
[1656]   0.0    0.00    0.00       4         boost::shared_ptr<Preferences>::operator->() const [1656]
-----------------------------------------------
                0.00    0.00       2/4           void IOFormatManager::loadFromFile<boost::shared_ptr<MetaBody> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<MetaBody>&) [346]
                0.00    0.00       2/4           void IOFormatManager::loadFromFile<boost::shared_ptr<Preferences> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<Preferences>&) [436]
[1657]   0.0    0.00    0.00       4         boost::shared_ptr<IOFormatManager>::operator->() const [1657]
-----------------------------------------------
                0.00    0.00       4/4           boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::operator __gnu_cxx::__normal_iterator<char*, std::string> (boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::*)() const() const [1659]
[1658]   0.0    0.00    0.00       4         boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::empty() const [1658]
                0.00    0.00       4/8           bool __gnu_cxx::operator==<char*, std::string>(__gnu_cxx::__normal_iterator<char*, std::string> const&, __gnu_cxx::__normal_iterator<char*, std::string> const&) [1509]
-----------------------------------------------
                0.00    0.00       2/4           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*> >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*>) [2022]
                0.00    0.00       2/4           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char> >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char>) [2023]
[1659]   0.0    0.00    0.00       4         boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::operator __gnu_cxx::__normal_iterator<char*, std::string> (boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::*)() const() const [1659]
                0.00    0.00       4/4           boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::empty() const [1658]
-----------------------------------------------
                0.00    0.00       4/4           boost::any::type() const [150]
[1660]   0.0    0.00    0.00       4         boost::any::holder<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>::type() const [1660]
-----------------------------------------------
                0.00    0.00       1/4           boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, boost::posix_time::time_duration const&) const [2087]
                0.00    0.00       3/4           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::counted_time_rep(boost::gregorian::date const&, boost::posix_time::time_duration const&) [1502]
[1661]   0.0    0.00    0.00       4         boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::get_rep() const [1661]
-----------------------------------------------
                0.00    0.00       4/4           boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::subtract_times(boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&, boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&) [1719]
[1662]   0.0    0.00    0.00       4         boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::time_count() const [1662]
                0.00    0.00       4/20          boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int>::as_number(boost::date_time::int_adapter<long long>) [1306]
-----------------------------------------------
                0.00    0.00       2/4           std::_Deque_base<char, std::allocator<char> >::_M_allocate_map(unsigned int) [1855]
                0.00    0.00       2/4           std::_Deque_base<char, std::allocator<char> >::_M_deallocate_map(char**, unsigned int) [1859]
[1663]   0.0    0.00    0.00       4         std::_Deque_base<char, std::allocator<char> >::_M_get_map_allocator() const [1663]
                0.00    0.00       4/8           std::_Deque_base<char, std::allocator<char> >::get_allocator() const [1516]
                0.00    0.00       4/4           std::allocator<char*>::allocator<char>(std::allocator<char> const&) [1670]
-----------------------------------------------
                0.00    0.00       2/4           std::deque<char, std::allocator<char> >::~deque() [1878]
                0.00    0.00       2/4           void std::deque<char, std::allocator<char> >::_M_range_insert_aux<char const*>(std::_Deque_iterator<char, char&, char*>, char const*, char const*, std::forward_iterator_tag) [1873]
[1664]   0.0    0.00    0.00       4         std::deque<char, std::allocator<char> >::get_allocator() const [1664]
                0.00    0.00       4/8           std::_Deque_base<char, std::allocator<char> >::get_allocator() const [1516]
-----------------------------------------------
                0.00    0.00       4/4           std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >, std::pair<std::string const, DynlibDescriptor> const&) [1135]
[1665]   0.0    0.00    0.00       4         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::size() const [1665]
-----------------------------------------------
                0.00    0.00       4/4           InteractionContainer::InteractionContainer() [391]
[1666]   0.0    0.00    0.00       4         std::allocator<boost::shared_ptr<Interaction> >::allocator() [1666]
                0.00    0.00       8/8           __gnu_cxx::new_allocator<boost::shared_ptr<Interaction> >::new_allocator() [1506]
-----------------------------------------------
                0.00    0.00       2/4           PhysicalActionContainer::PhysicalActionContainer() [225]
                0.00    0.00       2/4           PhysicalActionContainer::PhysicalActionContainer() [226]
[1667]   0.0    0.00    0.00       4         std::allocator<boost::shared_ptr<PhysicalAction> >::allocator() [1667]
                0.00    0.00     413/413         __gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> >::new_allocator() [1044]
-----------------------------------------------
                0.00    0.00       4/4           MetaBody::MetaBody() [423]
[1668]   0.0    0.00    0.00       4         std::allocator<boost::shared_ptr<Engine> >::allocator() [1668]
                0.00    0.00       4/4           __gnu_cxx::new_allocator<boost::shared_ptr<Engine> >::new_allocator() [1651]
-----------------------------------------------
                0.00    0.00       4/4           std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_Vector_impl::_Vector_impl(std::allocator<boost::shared_ptr<Engine> > const&) [1672]
[1669]   0.0    0.00    0.00       4         std::allocator<boost::shared_ptr<Engine> >::allocator(std::allocator<boost::shared_ptr<Engine> > const&) [1669]
                0.00    0.00       4/18          __gnu_cxx::new_allocator<boost::shared_ptr<Engine> >::new_allocator(__gnu_cxx::new_allocator<boost::shared_ptr<Engine> > const&) [1318]
-----------------------------------------------
                0.00    0.00       4/4           std::_Deque_base<char, std::allocator<char> >::_M_get_map_allocator() const [1663]
[1670]   0.0    0.00    0.00       4         std::allocator<char*>::allocator<char>(std::allocator<char> const&) [1670]
                0.00    0.00       4/4           __gnu_cxx::new_allocator<char*>::new_allocator() [1652]
-----------------------------------------------
                0.00    0.00       2/4           std::_Deque_base<char, std::allocator<char> >::_M_allocate_map(unsigned int) [1855]
                0.00    0.00       2/4           std::_Deque_base<char, std::allocator<char> >::_M_deallocate_map(char**, unsigned int) [1859]
[1671]   0.0    0.00    0.00       4         std::allocator<char*>::~allocator() [1671]
                0.00    0.00       4/4           __gnu_cxx::new_allocator<char*>::~new_allocator() [1653]
-----------------------------------------------
                0.00    0.00       4/4           std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_Vector_base(std::allocator<boost::shared_ptr<Engine> > const&) [1674]
[1672]   0.0    0.00    0.00       4         std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_Vector_impl::_Vector_impl(std::allocator<boost::shared_ptr<Engine> > const&) [1672]
                0.00    0.00       4/4           std::allocator<boost::shared_ptr<Engine> >::allocator(std::allocator<boost::shared_ptr<Engine> > const&) [1669]
-----------------------------------------------
                0.00    0.00       2/4           std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::~_Vector_base() [1866]
                0.00    0.00       2/4           std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&) [560]
[1673]   0.0    0.00    0.00       4         std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_M_deallocate(boost::shared_ptr<Engine>*, unsigned int) [1673]
-----------------------------------------------
                0.00    0.00       4/4           std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::vector(std::allocator<boost::shared_ptr<Engine> > const&) [1687]
[1674]   0.0    0.00    0.00       4         std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_Vector_base(std::allocator<boost::shared_ptr<Engine> > const&) [1674]
                0.00    0.00       4/4           std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_Vector_impl::_Vector_impl(std::allocator<boost::shared_ptr<Engine> > const&) [1672]
-----------------------------------------------
                0.00    0.00       4/4           __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > std::copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >) [1697]
[1675]   0.0    0.00    0.00       4         __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >) [1675]
                0.00    0.00      12/68088       __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::base() const [727]
                0.00    0.00       4/4           boost::shared_ptr<Engine>* std::__copy_aux<boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*>(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*) [1691]
                0.00    0.00       4/4034        __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::__normal_iterator(boost::shared_ptr<Engine>* const&) [842]
-----------------------------------------------
                0.00    0.00       4/4           std::_Deque_base<char, std::allocator<char> >::_M_initialize_map(unsigned int) [1860]
[1676]   0.0    0.00    0.00       4         std::_Deque_iterator<char, char&, char*>::_M_set_node(char**) [1676]
                0.00    0.00       4/6           std::_Deque_iterator<char, char&, char*>::_S_buffer_size() [1594]
-----------------------------------------------
                0.00    0.00       4/4           std::_Deque_base<char, std::allocator<char> >::_Deque_impl::_Deque_impl(std::allocator<char> const&) [1853]
[1677]   0.0    0.00    0.00       4         std::_Deque_iterator<char, char&, char*>::_Deque_iterator() [1677]
-----------------------------------------------
                0.00    0.00       4/4           std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert_unique(std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [519]
[1678]   0.0    0.00    0.00       4         std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::operator--() [1678]
-----------------------------------------------
                0.00    0.00       2/4           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::end() const [1844]
                0.00    0.00       2/4           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::begin() const [1846]
[1679]   0.0    0.00    0.00       4         std::_List_const_iterator<boost::shared_ptr<EngineUnit> >::_List_const_iterator(std::_List_node_base const*) [1679]
-----------------------------------------------
                0.00    0.00       4/4           std::iterator_traits<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >::difference_type std::__distance<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >(std::_List_const_iterator<boost::shared_ptr<EngineUnit> >, std::_List_const_iterator<boost::shared_ptr<EngineUnit> >, std::input_iterator_tag) [1887]
[1680]   0.0    0.00    0.00       4         std::_List_const_iterator<boost::shared_ptr<EngineUnit> >::operator++() [1680]
-----------------------------------------------
                0.00    0.00       4/4           std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert_unique(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [1688]
[1681]   0.0    0.00    0.00       4         std::pair<std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, bool>::pair(std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > const&, bool const&) [1681]
-----------------------------------------------
                0.00    0.00       4/4           boost::shared_ptr<Engine>* std::__copy_aux<boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*>(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*) [1691]
[1682]   0.0    0.00    0.00       4         boost::shared_ptr<Engine>* std::__copy<false, std::random_access_iterator_tag>::copy<boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*>(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*) [1682]
-----------------------------------------------
                0.00    0.00       4/4           InteractionContainer::InteractionContainer() [391]
[1683]   0.0    0.00    0.00       4         std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::vector(std::allocator<boost::shared_ptr<Interaction> > const&) [1683]
                0.00    0.00       8/8           std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::_Vector_base(std::allocator<boost::shared_ptr<Interaction> > const&) [1523]
-----------------------------------------------
                0.00    0.00       2/4           InteractionContainer::~InteractionContainer() <cycle 1> [1750]
                0.00    0.00       2/4           InteractionContainer::~InteractionContainer() [652]
[1684]   0.0    0.00    0.00       4         std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::~vector() [1684]
                0.00    0.00       6/18          std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::get_allocator() const [1330]
                0.00    0.00       6/6           void std::_Destroy<boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction> >(boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*, std::allocator<boost::shared_ptr<Interaction> >) [1602]
                0.00    0.00       6/22          std::allocator<boost::shared_ptr<Interaction> >::~allocator() [1286]
                0.00    0.00       6/6           std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::~_Vector_base() [1591]
-----------------------------------------------
                0.00    0.00       4/4           MetaBody::MetaBody() [423]
[1685]   0.0    0.00    0.00       4         std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::clear() [1685]
                0.00    0.00       4/2019        std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::end() [889]
                0.00    0.00       4/2009        std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::begin() [890]
                0.00    0.00       4/4           std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >) [1686]
-----------------------------------------------
                0.00    0.00       4/4           std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::clear() [1685]
[1686]   0.0    0.00    0.00       4         std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >) [1686]
                0.00    0.00       8/2019        std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::end() [889]
                0.00    0.00       4/4           __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > std::copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >) [1697]
                0.00    0.00       4/14          std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::get_allocator() const [1402]
                0.00    0.00       4/4           void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, boost::shared_ptr<Engine> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, std::allocator<boost::shared_ptr<Engine> >) [1699]
                0.00    0.00       4/18          std::allocator<boost::shared_ptr<Engine> >::~allocator() [1334]
                0.00    0.00       4/4           __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&) [1654]
-----------------------------------------------
                0.00    0.00       4/4           MetaBody::MetaBody() [423]
[1687]   0.0    0.00    0.00       4         std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::vector(std::allocator<boost::shared_ptr<Engine> > const&) [1687]
                0.00    0.00       4/4           std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_Vector_base(std::allocator<boost::shared_ptr<Engine> > const&) [1674]
-----------------------------------------------
                0.00    0.00       4/4           std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert_unique(std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [519]
[1688]   0.0    0.00    0.00       4         std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert_unique(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [1688]
                0.00    0.00       4/24058       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_begin() [754]
                0.00    0.00       4/24090       std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_end() [752]
                0.00    0.00       4/48134       std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::_Rb_tree_iterator(std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >*) [734]
                0.00    0.00       4/4           std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::begin() [1689]
                0.00    0.00       4/24058       std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::operator==(std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > const&) const [753]
                0.00    0.00       4/18          std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [1348]
                0.00    0.00       4/4           std::pair<std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, bool>::pair(std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > const&, bool const&) [1681]
-----------------------------------------------
                0.00    0.00       4/4           std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert_unique(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [1688]
[1689]   0.0    0.00    0.00       4         std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::begin() [1689]
                0.00    0.00       4/48134       std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::_Rb_tree_iterator(std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >*) [734]
-----------------------------------------------
                0.00    0.00       1/4           std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >::back_insert_iterator(std::vector<std::string, std::allocator<std::string> >&) [2130]
                0.00    0.00       3/4           std::ostreambuf_iterator<char, std::char_traits<char> >::ostreambuf_iterator(std::ostream&) [1729]
[1690]   0.0    0.00    0.00       4         std::iterator<std::output_iterator_tag, void, void, void, void>::iterator() [1690]
-----------------------------------------------
                0.00    0.00       4/4           __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >) [1675]
[1691]   0.0    0.00    0.00       4         boost::shared_ptr<Engine>* std::__copy_aux<boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*>(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*) [1691]
                0.00    0.00       4/4           boost::shared_ptr<Engine>* std::__copy<false, std::random_access_iterator_tag>::copy<boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*>(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*) [1682]
-----------------------------------------------
                0.00    0.00       4/4           void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >) [1698]
[1692]   0.0    0.00    0.00       4         void std::__destroy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __false_type) [1692]
                0.00    0.00       4/34031       bool __gnu_cxx::operator!=<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&) [746]
-----------------------------------------------
                0.00    0.00       4/4           void std::_Destroy<boost::shared_ptr<Engine>*>(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*) [1700]
[1693]   0.0    0.00    0.00       4         void std::__destroy_aux<boost::shared_ptr<Engine>*>(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*, __false_type) [1693]
-----------------------------------------------
                0.00    0.00       4/4           __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, boost::shared_ptr<Engine> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, std::allocator<boost::shared_ptr<Engine> >) [1695]
[1694]   0.0    0.00    0.00       4         __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >) [1694]
                0.00    0.00       4/4           __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __false_type) [1696]
-----------------------------------------------
                0.00    0.00       4/4           std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&) [560]
[1695]   0.0    0.00    0.00       4         __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, boost::shared_ptr<Engine> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, std::allocator<boost::shared_ptr<Engine> >) [1695]
                0.00    0.00       4/4           __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >) [1694]
-----------------------------------------------
                0.00    0.00       4/4           __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >) [1694]
[1696]   0.0    0.00    0.00       4         __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __false_type) [1696]
                0.00    0.00       4/34031       bool __gnu_cxx::operator!=<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&) [746]
-----------------------------------------------
                0.00    0.00       4/4           std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >) [1686]
[1697]   0.0    0.00    0.00       4         __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > std::copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >) [1697]
                0.00    0.00       4/4           __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >) [1675]
-----------------------------------------------
                0.00    0.00       4/4           void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, boost::shared_ptr<Engine> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, std::allocator<boost::shared_ptr<Engine> >) [1699]
[1698]   0.0    0.00    0.00       4         void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >) [1698]
                0.00    0.00       4/4           void std::__destroy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __false_type) [1692]
-----------------------------------------------
                0.00    0.00       4/4           std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >) [1686]
[1699]   0.0    0.00    0.00       4         void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, boost::shared_ptr<Engine> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, std::allocator<boost::shared_ptr<Engine> >) [1699]
                0.00    0.00       4/4           void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >) [1698]
-----------------------------------------------
                0.00    0.00       4/4           void std::_Destroy<boost::shared_ptr<Engine>*, boost::shared_ptr<Engine> >(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*, std::allocator<boost::shared_ptr<Engine> >) [1701]
[1700]   0.0    0.00    0.00       4         void std::_Destroy<boost::shared_ptr<Engine>*>(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*) [1700]
                0.00    0.00       4/4           void std::__destroy_aux<boost::shared_ptr<Engine>*>(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*, __false_type) [1693]
-----------------------------------------------
                0.00    0.00       2/4           std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::~vector() [1882]
                0.00    0.00       2/4           std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&) [560]
[1701]   0.0    0.00    0.00       4         void std::_Destroy<boost::shared_ptr<Engine>*, boost::shared_ptr<Engine> >(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*, std::allocator<boost::shared_ptr<Engine> >) [1701]
                0.00    0.00       4/4           void std::_Destroy<boost::shared_ptr<Engine>*>(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*) [1700]
-----------------------------------------------
                                   3             void boost::checked_delete<TimeStepper>(TimeStepper*) <cycle 1> [1708]
[1702]   0.0    0.00    0.00       3         TimeStepper::~TimeStepper() <cycle 1> [1702]
                                   3             StandAloneEngine::~StandAloneEngine() <cycle 1> [1703]
-----------------------------------------------
                                   3             TimeStepper::~TimeStepper() <cycle 1> [1702]
[1703]   0.0    0.00    0.00       3         StandAloneEngine::~StandAloneEngine() <cycle 1> [1703]
                                  47             Engine::~Engine() <cycle 1> [1183]
-----------------------------------------------
                0.00    0.00       1/3           NullGUI::loop() [121]
                0.00    0.00       1/3           NullGUI::run(int, char**) [113]
                0.00    0.00       1/3           Omega::loadSimulation() [345]
[1704]   0.0    0.00    0.00       3         Omega::getSimulationFileName() [1704]
-----------------------------------------------
                0.00    0.00       3/3           Omega::Omega() [663]
[1705]   0.0    0.00    0.00       3         boost::posix_time::ptime::ptime() [1705]
                0.00    0.00       3/4           boost::posix_time::time_duration::time_duration(boost::date_time::special_values) [1624]
                0.00    0.00       3/3           boost::gregorian::date::date(boost::date_time::special_values) [1721]
                0.00    0.00       3/8           boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::base_time(boost::gregorian::date const&, boost::posix_time::time_duration const&, boost::date_time::dst_flags) [1505]
-----------------------------------------------
                0.00    0.00       3/3           boost::detail::thread::scoped_lock<boost::mutex>::scoped_lock(boost::mutex&, bool) [1712]
[1706]   0.0    0.00    0.00       3         boost::noncopyable_::noncopyable::noncopyable() [1706]
-----------------------------------------------
                0.00    0.00       3/3           boost::detail::thread::scoped_lock<boost::mutex>::~scoped_lock() [1713]
[1707]   0.0    0.00    0.00       3         boost::noncopyable_::noncopyable::~noncopyable() [1707]
-----------------------------------------------
                                   3             boost::detail::sp_counted_impl_p<TimeStepper>::dispose() <cycle 1> [1709]
[1708]   0.0    0.00    0.00       3         void boost::checked_delete<TimeStepper>(TimeStepper*) <cycle 1> [1708]
                                   3             TimeStepper::~TimeStepper() <cycle 1> [1702]
-----------------------------------------------
                                   3             boost::detail::sp_counted_base::release() <cycle 1> [5]
[1709]   0.0    0.00    0.00       3         boost::detail::sp_counted_impl_p<TimeStepper>::dispose() <cycle 1> [1709]
                                   3             void boost::checked_delete<TimeStepper>(TimeStepper*) <cycle 1> [1708]
-----------------------------------------------
                0.00    0.00       3/3           boost::detail::thread::scoped_lock<boost::mutex>::scoped_lock(boost::mutex&, bool) [1712]
[1710]   0.0    0.00    0.00       3         boost::detail::thread::scoped_lock<boost::mutex>::lock() [1710]
                0.00    0.00       3/3           boost::detail::thread::lock_ops<boost::mutex>::lock(boost::mutex&) [1714]
-----------------------------------------------
                0.00    0.00       3/3           boost::detail::thread::scoped_lock<boost::mutex>::~scoped_lock() [1713]
[1711]   0.0    0.00    0.00       3         boost::detail::thread::scoped_lock<boost::mutex>::unlock() [1711]
                0.00    0.00       3/3           boost::detail::thread::lock_ops<boost::mutex>::unlock(boost::mutex&) [1715]
-----------------------------------------------
                0.00    0.00       1/3           Singleton<ClassFactory>::instance() [837]
                0.00    0.00       1/3           Singleton<SerializableSingleton>::instance() [839]
                0.00    0.00       1/3           Singleton<Omega>::instance() [148]
[1712]   0.0    0.00    0.00       3         boost::detail::thread::scoped_lock<boost::mutex>::scoped_lock(boost::mutex&, bool) [1712]
                0.00    0.00       3/3           boost::noncopyable_::noncopyable::noncopyable() [1706]
                0.00    0.00       3/3           boost::detail::thread::scoped_lock<boost::mutex>::lock() [1710]
-----------------------------------------------
                0.00    0.00       1/3           Singleton<ClassFactory>::instance() [837]
                0.00    0.00       1/3           Singleton<SerializableSingleton>::instance() [839]
                0.00    0.00       1/3           Singleton<Omega>::instance() [148]
[1713]   0.0    0.00    0.00       3         boost::detail::thread::scoped_lock<boost::mutex>::~scoped_lock() [1713]
                0.00    0.00       3/3           boost::detail::thread::scoped_lock<boost::mutex>::unlock() [1711]
                0.00    0.00       3/3           boost::noncopyable_::noncopyable::~noncopyable() [1707]
-----------------------------------------------
                0.00    0.00       3/3           boost::detail::thread::scoped_lock<boost::mutex>::lock() [1710]
[1714]   0.0    0.00    0.00       3         boost::detail::thread::lock_ops<boost::mutex>::lock(boost::mutex&) [1714]
-----------------------------------------------
                0.00    0.00       3/3           boost::detail::thread::scoped_lock<boost::mutex>::unlock() [1711]
[1715]   0.0    0.00    0.00       3         boost::detail::thread::lock_ops<boost::mutex>::unlock(boost::mutex&) [1715]
-----------------------------------------------
                0.00    0.00       3/3           boost::gregorian::date::date(boost::date_time::special_values) [1721]
[1716]   0.0    0.00    0.00       3         boost::date_time::int_adapter<unsigned long>::from_special(boost::date_time::special_values) [1716]
                0.00    0.00       3/14          boost::date_time::int_adapter<unsigned long>::not_a_number() [1398]
-----------------------------------------------
                0.00    0.00       1/3           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::is_not_a_date_time() const [2099]
                0.00    0.00       2/3           boost::date_time::int_adapter<long long>::to_special(long long) [1792]
[1717]   0.0    0.00    0.00       3         boost::date_time::int_adapter<long long>::is_not_a_number(long long) [1717]
                0.00    0.00       3/36          boost::date_time::int_adapter<long long>::not_a_number() [1243]
                0.00    0.00       3/96          boost::date_time::int_adapter<long long>::as_number() const [1166]
-----------------------------------------------
                0.00    0.00       3/3           std::basic_string<char, std::char_traits<char>, std::allocator<char> > boost::posix_time::to_simple_string_type<char>(boost::posix_time::time_duration) [1931]
[1718]   0.0    0.00    0.00       3         int boost::date_time::absolute_value<int>(int) [1718]
-----------------------------------------------
                0.00    0.00       3/3           boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::operator-(boost::posix_time::ptime const&) const [1727]
[1719]   0.0    0.00    0.00       3         boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::subtract_times(boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&, boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&) [1719]
                0.00    0.00       5/7           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::is_special() const [1553]
                0.00    0.00       4/4           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::time_count() const [1662]
                0.00    0.00       2/2           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::get_rep() const [1833]
                0.00    0.00       2/9           boost::posix_time::time_duration::time_duration(int, int, int, long long) [1477]
                0.00    0.00       1/1           boost::date_time::int_adapter<long long> boost::date_time::int_adapter<long long>::operator-<long long>(boost::date_time::int_adapter<long long> const&) const [2094]
                0.00    0.00       1/96          boost::date_time::int_adapter<long long>::as_number() const [1166]
                0.00    0.00       1/2           boost::date_time::int_adapter<long long>::to_special(long long) [1792]
                0.00    0.00       1/4           boost::posix_time::time_duration::time_duration(boost::date_time::special_values) [1624]
-----------------------------------------------
                0.00    0.00       3/3           boost::gregorian::date::date(boost::date_time::special_values) [1721]
[1720]   0.0    0.00    0.00       3         boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::date(boost::date_time::int_adapter<unsigned long>) [1720]
                0.00    0.00       3/10          boost::less_than_comparable<boost::gregorian::date, boost::equality_comparable<boost::gregorian::date, boost::gregorian::date, boost::detail::empty_base, boost::detail::false_t>, boost::detail::empty_base, boost::detail::true_t>::less_than_comparable() [1451]
                0.00    0.00       3/38          boost::date_time::int_adapter<unsigned long>::as_number() const [1233]
-----------------------------------------------
                0.00    0.00       3/3           boost::posix_time::ptime::ptime() [1705]
[1721]   0.0    0.00    0.00       3         boost::gregorian::date::date(boost::date_time::special_values) [1721]
                0.00    0.00       3/3           boost::date_time::int_adapter<unsigned long>::from_special(boost::date_time::special_values) [1716]
                0.00    0.00       3/3           boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::date(boost::date_time::int_adapter<unsigned long>) [1720]
-----------------------------------------------
                0.00    0.00       1/3           __tcf_2 [3893]
                0.00    0.00       1/3           __tcf_2 [3897]
                0.00    0.00       1/3           __tcf_2 [3899]
[1722]   0.0    0.00    0.00       3         log4cxx::helpers::ObjectPtrT<log4cxx::Logger>::~ObjectPtrT() [1722]
-----------------------------------------------
                0.00    0.00       3/3           Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1723]   0.0    0.00    0.00       3         TimeStepper::getBaseClassName(unsigned int) const [1723]
                0.00    0.00       3/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00       3/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00       3/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00       3/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00       3/10322       std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) [801]
                0.00    0.00       3/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       3/3           MetaDispatchingEngine::findFunctorArguments(std::string const&) [621]
[1724]   0.0    0.00    0.00       3         boost::shared_ptr<EngineUnit>::operator->() const [1724]
-----------------------------------------------
                0.00    0.00       3/3           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::counted_time_rep(boost::gregorian::date const&, boost::posix_time::time_duration const&) [1502]
[1725]   0.0    0.00    0.00       3         boost::date_time::int_adapter<long long> boost::date_time::int_adapter<long long>::operator+<unsigned long>(boost::date_time::int_adapter<unsigned long> const&) const [1725]
                0.00    0.00       3/21          boost::date_time::int_adapter<long long>::is_special() const [1291]
                0.00    0.00       3/25          boost::date_time::int_adapter<long long>::is_nan() const [1270]
                0.00    0.00       3/36          boost::date_time::int_adapter<long long>::not_a_number() [1243]
-----------------------------------------------
                0.00    0.00       3/3           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::counted_time_rep(boost::gregorian::date const&, boost::posix_time::time_duration const&) [1502]
[1726]   0.0    0.00    0.00       3         boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::day_count() const [1726]
                0.00    0.00       3/42          boost::date_time::int_adapter<unsigned long>::int_adapter(unsigned long) [1218]
-----------------------------------------------
                0.00    0.00       1/3           NullGUI::loop() [121]
                0.00    0.00       1/3           Omega::logMessage(std::string const&) [1928]
                0.00    0.00       1/3           Omega::loadSimulation() [345]
[1727]   0.0    0.00    0.00       3         boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::operator-(boost::posix_time::ptime const&) const [1727]
                0.00    0.00       3/3           boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::subtract_times(boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&, boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&) [1719]
-----------------------------------------------
                0.00    0.00       1/3           MetaDispatchingEngine::findFunctorArguments(std::string const&) [621]
                0.00    0.00       2/3           ContainerHandler<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [400]
[1728]   0.0    0.00    0.00       3         std::_List_iterator<boost::shared_ptr<EngineUnit> >::operator++() [1728]
-----------------------------------------------
                0.00    0.00       1/3           std::basic_ostream<char, std::char_traits<char> >& boost::posix_time::operator<< <char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, boost::posix_time::ptime const&) [1934]
                0.00    0.00       2/3           std::basic_ostream<char, std::char_traits<char> >& boost::posix_time::operator<< <char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, boost::posix_time::time_duration const&) [1933]
[1729]   0.0    0.00    0.00       3         std::ostreambuf_iterator<char, std::char_traits<char> >::ostreambuf_iterator(std::ostream&) [1729]
                0.00    0.00       3/4           std::iterator<std::output_iterator_tag, void, void, void, void>::iterator() [1690]
-----------------------------------------------
                0.00    0.00       3/3           std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > std::__copy<false, std::random_access_iterator_tag>::copy<char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > >(char const (*) [17], char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >) [2135]
[1730]   0.0    0.00    0.00       3         std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >::operator=(std::string const&) [1730]
                0.00    0.00       3/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
-----------------------------------------------
                0.00    0.00       3/3           std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > std::__copy<false, std::random_access_iterator_tag>::copy<char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > >(char const (*) [17], char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >) [2135]
[1731]   0.0    0.00    0.00       3         std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >::operator*() [1731]
-----------------------------------------------
                0.00    0.00       3/3           std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > std::__copy<false, std::random_access_iterator_tag>::copy<char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > >(char const (*) [17], char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >) [2135]
[1732]   0.0    0.00    0.00       3         std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >::operator++() [1732]
-----------------------------------------------
                                   1             PhysicalActionContainer::~PhysicalActionContainer() <cycle 1> [1927]
                0.00    0.00       1/39273816     PhysicalActionContainer::~PhysicalActionContainer() [654]
                0.00    0.00       1/39273816     PhysicalActionContainer::~PhysicalActionContainer() [656]
[1733]   0.0    0.00    0.00       3         std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::~vector() <cycle 1> [1733]
                0.00    0.00    1318/2951        std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::get_allocator() const [866]
                0.00    0.00    1318/2955        std::allocator<boost::shared_ptr<PhysicalAction> >::~allocator() [865]
                0.00    0.00    1318/1318        std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::~_Vector_base() [940]
                                1318             void std::_Destroy<boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction> >(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*, std::allocator<boost::shared_ptr<PhysicalAction> >) <cycle 1> [902]
-----------------------------------------------
                0.00    0.00       3/3           std::basic_string<char, std::char_traits<char>, std::allocator<char> > boost::posix_time::to_simple_string_type<char>(boost::posix_time::time_duration) [1931]
[1734]   0.0    0.00    0.00       3         std::setw(int) [1734]
-----------------------------------------------
                0.00    0.00       3/3           std::basic_string<char, std::char_traits<char>, std::allocator<char> > boost::posix_time::to_simple_string_type<char>(boost::posix_time::time_duration) [1931]
[1735]   0.0    0.00    0.00       3         std::_Setfill<char> std::setfill<char>(char) [1735]
-----------------------------------------------
                0.00    0.00       1/3           boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::time_facet(unsigned int) [2027]
                0.00    0.00       2/3           main [25]
[1736]   0.0    0.00    0.00       3         std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*) [1736]
-----------------------------------------------
                0.00    0.00       2/2           SerializableTypes::Type findType<Interaction>(Interaction&, bool&, std::string&) [1742]
[1737]   0.0    0.00    0.00       2         bool isFundamental<Interaction>(Interaction&) [1737]
                0.00    0.00      34/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00       2/2           SerializableTypes::Type findType<Preferences>(Preferences&, bool&, std::string&) [1743]
[1738]   0.0    0.00    0.00       2         bool isFundamental<Preferences>(Preferences&) [1738]
                0.00    0.00      34/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00       2/2           SerializableTypes::Type findType<BodyContainer>(BodyContainer&, bool&, std::string&) [1744]
[1739]   0.0    0.00    0.00       2         bool isFundamental<BodyContainer>(BodyContainer&) [1739]
                0.00    0.00      34/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00       2/2           SerializableTypes::Type findType<PhysicalActionContainer>(PhysicalActionContainer&, bool&, std::string&) [1745]
[1740]   0.0    0.00    0.00       2         bool isFundamental<PhysicalActionContainer>(PhysicalActionContainer&) [1740]
                0.00    0.00      34/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00       2/2           SerializableTypes::Type findType<MetaBody>(MetaBody&, bool&, std::string&) [1746]
[1741]   0.0    0.00    0.00       2         bool isFundamental<MetaBody>(MetaBody&) [1741]
                0.00    0.00      34/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                0.00    0.00       2/2           SerializableTypes::Type findType<Interaction>(boost::shared_ptr<Interaction>&, bool&, std::string&) [418]
[1742]   0.0    0.00    0.00       2         SerializableTypes::Type findType<Interaction>(Interaction&, bool&, std::string&) [1742]
                0.00    0.00       2/2           bool isFundamental<Interaction>(Interaction&) [1737]
                0.00    0.00       2/114089      std::type_info::operator==(std::type_info const&) const [722]
                0.00    0.00       2/4259        Singleton<SerializableSingleton>::instance() [839]
                0.00    0.00       2/78308024     data_start [697]
-----------------------------------------------
                0.00    0.00       1/2           SerializableTypes::Type findType<Preferences>(boost::shared_ptr<Preferences>&, bool&, std::string&) [461]
                0.00    0.00       1/2           boost::shared_ptr<Archive> Archive::create<Preferences>(std::string const&, Preferences&) [490]
[1743]   0.0    0.00    0.00       2         SerializableTypes::Type findType<Preferences>(Preferences&, bool&, std::string&) [1743]
                0.00    0.00       2/2           bool isFundamental<Preferences>(Preferences&) [1738]
                0.00    0.00       2/114089      std::type_info::operator==(std::type_info const&) const [722]
                0.00    0.00       2/4259        Singleton<SerializableSingleton>::instance() [839]
                0.00    0.00       2/78308024     data_start [697]
-----------------------------------------------
                0.00    0.00       1/2           SerializableTypes::Type findType<BodyContainer>(boost::shared_ptr<BodyContainer>&, bool&, std::string&) [111]
                0.00    0.00       1/2           boost::shared_ptr<Archive> Archive::create<BodyContainer>(std::string const&, BodyContainer&) [491]
[1744]   0.0    0.00    0.00       2         SerializableTypes::Type findType<BodyContainer>(BodyContainer&, bool&, std::string&) [1744]
                0.00    0.00       2/2           bool isFundamental<BodyContainer>(BodyContainer&) [1739]
                0.00    0.00       2/114089      std::type_info::operator==(std::type_info const&) const [722]
                0.00    0.00       2/4259        Singleton<SerializableSingleton>::instance() [839]
                0.00    0.00       2/78308024     data_start [697]
-----------------------------------------------
                0.00    0.00       1/2           SerializableTypes::Type findType<PhysicalActionContainer>(boost::shared_ptr<PhysicalActionContainer>&, bool&, std::string&) [246]
                0.00    0.00       1/2           boost::shared_ptr<Archive> Archive::create<PhysicalActionContainer>(std::string const&, PhysicalActionContainer&) [492]
[1745]   0.0    0.00    0.00       2         SerializableTypes::Type findType<PhysicalActionContainer>(PhysicalActionContainer&, bool&, std::string&) [1745]
                0.00    0.00       2/2           bool isFundamental<PhysicalActionContainer>(PhysicalActionContainer&) [1740]
                0.00    0.00       2/114089      std::type_info::operator==(std::type_info const&) const [722]
                0.00    0.00       2/4259        Singleton<SerializableSingleton>::instance() [839]
                0.00    0.00       2/78308024     data_start [697]
-----------------------------------------------
                0.00    0.00       1/2           SerializableTypes::Type findType<MetaBody>(boost::shared_ptr<MetaBody>&, bool&, std::string&) [348]
                0.00    0.00       1/2           boost::shared_ptr<Archive> Archive::create<MetaBody>(std::string const&, MetaBody&) [493]
[1746]   0.0    0.00    0.00       2         SerializableTypes::Type findType<MetaBody>(MetaBody&, bool&, std::string&) [1746]
                0.00    0.00       2/2           bool isFundamental<MetaBody>(MetaBody&) [1741]
                0.00    0.00       2/114089      std::type_info::operator==(std::type_info const&) const [722]
                0.00    0.00       2/4259        Singleton<SerializableSingleton>::instance() [839]
                0.00    0.00       2/78308024     data_start [697]
-----------------------------------------------
                                   2             void boost::checked_delete<BodyContainer>(BodyContainer*) <cycle 1> [1757]
[1747]   0.0    0.00    0.00       2         BodyContainer::~BodyContainer() <cycle 1> [1747]
                0.00    0.00       2/5           std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::~vector() [1618]
                                   2             Serializable::~Serializable() <cycle 1> [119]
-----------------------------------------------
                                   2             void boost::checked_delete<BoundingVolume>(BoundingVolume*) <cycle 1> [1758]
[1748]   0.0    0.00    0.00       2         BoundingVolume::~BoundingVolume() <cycle 1> [1748]
                0.00    0.00       2/78308024     data_start [697]
                                   2             Serializable::~Serializable() <cycle 1> [119]
-----------------------------------------------
                0.00    0.00       2/2           Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1749]   0.0    0.00    0.00       2         StandAloneSimulator::getBaseClassNumber() [1749]
                0.00    0.00       2/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00       2/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00       2/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00       2/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00       2/11188       std::vector<std::string, std::allocator<std::string> >::size() const [796]
                0.00    0.00       2/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                                   2             void boost::checked_delete<InteractionContainer>(InteractionContainer*) <cycle 1> [1760]
[1750]   0.0    0.00    0.00       2         InteractionContainer::~InteractionContainer() <cycle 1> [1750]
                0.00    0.00       2/4           std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::~vector() [1684]
                                   2             Serializable::~Serializable() <cycle 1> [119]
-----------------------------------------------
                0.00    0.00       2/2           Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1751]   0.0    0.00    0.00       2         PhysicalActionContainer::getBaseClassNumber() [1751]
                0.00    0.00       2/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00       2/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00       2/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00       2/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00       2/11188       std::vector<std::string, std::allocator<std::string> >::size() const [796]
                0.00    0.00       2/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       1/2           NullGUI::run(int, char**) [113]
                0.00    0.00       1/2           main [25]
[1752]   0.0    0.00    0.00       2         Omega::setSimulationFileName(std::string) [1752]
-----------------------------------------------
                0.00    0.00       1/2           boost::range_const_iterator<char const*>::type boost::end<char const*>(char const* const&) [1980]
                0.00    0.00       1/2           boost::range_const_iterator<char [1]>::type boost::end<char [1]>(char const (&) [1]) [1977]
[1753]   0.0    0.00    0.00       2         boost::range_detail::boost_range_end(char const*) [1753]
                0.00    0.00       2/2           char const* boost::range_detail::str_end<char const>(char const*) [1756]
-----------------------------------------------
                0.00    0.00       1/2           boost::range_const_iterator<char const*>::type boost::begin<char const*>(char const* const&) [1985]
                0.00    0.00       1/2           boost::range_const_iterator<char [1]>::type boost::begin<char [1]>(char const (&) [1]) [1982]
[1754]   0.0    0.00    0.00       2         boost::range_detail::boost_range_begin(char const*) [1754]
-----------------------------------------------
                0.00    0.00       2/2           char const* boost::range_detail::str_end<char const>(char const*) [1756]
[1755]   0.0    0.00    0.00       2         boost::range_detail::str_end(char const*, char const*) [1755]
-----------------------------------------------
                0.00    0.00       2/2           boost::range_detail::boost_range_end(char const*) [1753]
[1756]   0.0    0.00    0.00       2         char const* boost::range_detail::str_end<char const>(char const*) [1756]
                0.00    0.00       2/2           boost::range_detail::str_end(char const*, char const*) [1755]
-----------------------------------------------
                                   2             boost::detail::sp_counted_impl_p<BodyContainer>::dispose() <cycle 1> [1786]
[1757]   0.0    0.00    0.00       2         void boost::checked_delete<BodyContainer>(BodyContainer*) <cycle 1> [1757]
                                   2             BodyContainer::~BodyContainer() <cycle 1> [1747]
-----------------------------------------------
                                   2             boost::detail::sp_counted_impl_p<BoundingVolume>::dispose() <cycle 1> [1787]
[1758]   0.0    0.00    0.00       2         void boost::checked_delete<BoundingVolume>(BoundingVolume*) <cycle 1> [1758]
                                   2             BoundingVolume::~BoundingVolume() <cycle 1> [1748]
-----------------------------------------------
                0.00    0.00       2/2           boost::detail::sp_counted_impl_p<IOFormatManager>::dispose() [1788]
[1759]   0.0    0.00    0.00       2         void boost::checked_delete<IOFormatManager>(IOFormatManager*) [1759]
                0.00    0.00       2/78308024     data_start [697]
-----------------------------------------------
                                   2             boost::detail::sp_counted_impl_p<InteractionContainer>::dispose() <cycle 1> [1789]
[1760]   0.0    0.00    0.00       2         void boost::checked_delete<InteractionContainer>(InteractionContainer*) <cycle 1> [1760]
                                   2             InteractionContainer::~InteractionContainer() <cycle 1> [1750]
-----------------------------------------------
                                   2             boost::detail::sp_counted_impl_p<Engine>::dispose() <cycle 1> [1790]
[1761]   0.0    0.00    0.00       2         void boost::checked_delete<Engine>(Engine*) <cycle 1> [1761]
                                   2             Engine::~Engine() <cycle 1> [1794]
-----------------------------------------------
                0.00    0.00       1/2           void boost::algorithm::detail::find_format_all_impl<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >) [2020]
                0.00    0.00       1/2           void boost::algorithm::detail::find_format_all_impl<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >) [2021]
[1762]   0.0    0.00    0.00       2         boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::iterator_range<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1762]
                0.00    0.00       2/4           __gnu_cxx::__normal_iterator<char*, std::string> boost::iterator_range_detail::iterator_range_impl<__gnu_cxx::__normal_iterator<char*, std::string> >::adl_begin<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1630]
                0.00    0.00       2/4           __gnu_cxx::__normal_iterator<char*, std::string> boost::iterator_range_detail::iterator_range_impl<__gnu_cxx::__normal_iterator<char*, std::string> >::adl_end<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1629]
-----------------------------------------------
                0.00    0.00       1/2           boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<char const*> >& boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<char const*> >::operator=<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >) [2016]
                0.00    0.00       1/2           boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::empty_container<char> >& boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::empty_container<char> >::operator=<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >) [2019]
[1763]   0.0    0.00    0.00       2         boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >& boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::operator=<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1763]
                0.00    0.00       2/4           __gnu_cxx::__normal_iterator<char*, std::string> boost::iterator_range_detail::iterator_range_impl<__gnu_cxx::__normal_iterator<char*, std::string> >::adl_begin<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1630]
                0.00    0.00       2/4           __gnu_cxx::__normal_iterator<char*, std::string> boost::iterator_range_detail::iterator_range_impl<__gnu_cxx::__normal_iterator<char*, std::string> >::adl_end<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1629]
-----------------------------------------------
                0.00    0.00       1/2           boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>::first_finderF<char const*>(char const* const&, boost::algorithm::is_equal) [2011]
                0.00    0.00       1/2           boost::algorithm::detail::const_formatF<char [1]>::const_formatF(char const (&) [1]) [2009]
[1764]   0.0    0.00    0.00       2         boost::iterator_range<char const*>::iterator_range<char const*>(char const*, char const*) [1764]
-----------------------------------------------
                0.00    0.00       2/2           boost::io::ios_flags_saver::~ios_flags_saver() [1767]
[1765]   0.0    0.00    0.00       2         boost::io::ios_flags_saver::restore() [1765]
                0.00    0.00       2/2           std::ios_base::flags(std::_Ios_Fmtflags) [1884]
-----------------------------------------------
                0.00    0.00       1/2           std::basic_ostream<char, std::char_traits<char> >& boost::posix_time::operator<< <char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, boost::posix_time::ptime const&) [1934]
                0.00    0.00       1/2           std::basic_ostream<char, std::char_traits<char> >& boost::posix_time::operator<< <char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, boost::posix_time::time_duration const&) [1933]
[1766]   0.0    0.00    0.00       2         boost::io::ios_flags_saver::ios_flags_saver(std::ios_base&) [1766]
                0.00    0.00       2/2           std::ios_base::flags() const [1849]
-----------------------------------------------
                0.00    0.00       1/2           std::basic_ostream<char, std::char_traits<char> >& boost::posix_time::operator<< <char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, boost::posix_time::ptime const&) [1934]
                0.00    0.00       1/2           std::basic_ostream<char, std::char_traits<char> >& boost::posix_time::operator<< <char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, boost::posix_time::time_duration const&) [1933]
[1767]   0.0    0.00    0.00       2         boost::io::ios_flags_saver::~ios_flags_saver() [1767]
                0.00    0.00       2/2           boost::io::ios_flags_saver::restore() [1765]
-----------------------------------------------
                0.00    0.00       1/2           boost::any::any<boost::shared_ptr<Preferences>*>(boost::shared_ptr<Preferences>* const&) [1970]
                0.00    0.00       1/2           boost::any::holder<boost::shared_ptr<Preferences>*>::clone() const [2073]
[1768]   0.0    0.00    0.00       2         boost::any::holder<boost::shared_ptr<Preferences>*>::holder(boost::shared_ptr<Preferences>* const&) [1768]
                0.00    0.00       2/19104       boost::any::placeholder::placeholder() [769]
-----------------------------------------------
                0.00    0.00       2/2           boost::any::~any() [762]
[1769]   0.0    0.00    0.00       2         boost::any::holder<boost::shared_ptr<Preferences>*>::~holder() [1769]
                0.00    0.00       2/19104       boost::any::placeholder::~placeholder() [770]
-----------------------------------------------
                0.00    0.00       1/2           boost::any::any<boost::shared_ptr<BodyContainer>*>(boost::shared_ptr<BodyContainer>* const&) [1971]
                0.00    0.00       1/2           boost::any::holder<boost::shared_ptr<BodyContainer>*>::clone() const [2075]
[1770]   0.0    0.00    0.00       2         boost::any::holder<boost::shared_ptr<BodyContainer>*>::holder(boost::shared_ptr<BodyContainer>* const&) [1770]
                0.00    0.00       2/19104       boost::any::placeholder::placeholder() [769]
-----------------------------------------------
                0.00    0.00       2/2           boost::any::~any() [762]
[1771]   0.0    0.00    0.00       2         boost::any::holder<boost::shared_ptr<BodyContainer>*>::~holder() [1771]
                0.00    0.00       2/19104       boost::any::placeholder::~placeholder() [770]
-----------------------------------------------
                0.00    0.00       1/2           boost::any::any<boost::shared_ptr<PhysicalActionContainer>*>(boost::shared_ptr<PhysicalActionContainer>* const&) [1972]
                0.00    0.00       1/2           boost::any::holder<boost::shared_ptr<PhysicalActionContainer>*>::clone() const [2077]
[1772]   0.0    0.00    0.00       2         boost::any::holder<boost::shared_ptr<PhysicalActionContainer>*>::holder(boost::shared_ptr<PhysicalActionContainer>* const&) [1772]
                0.00    0.00       2/19104       boost::any::placeholder::placeholder() [769]
-----------------------------------------------
                0.00    0.00       2/2           boost::any::~any() [762]
[1773]   0.0    0.00    0.00       2         boost::any::holder<boost::shared_ptr<PhysicalActionContainer>*>::~holder() [1773]
                0.00    0.00       2/19104       boost::any::placeholder::~placeholder() [770]
-----------------------------------------------
                0.00    0.00       1/2           boost::any::any<boost::shared_ptr<MetaBody>*>(boost::shared_ptr<MetaBody>* const&) [1973]
                0.00    0.00       1/2           boost::any::holder<boost::shared_ptr<MetaBody>*>::clone() const [2079]
[1774]   0.0    0.00    0.00       2         boost::any::holder<boost::shared_ptr<MetaBody>*>::holder(boost::shared_ptr<MetaBody>* const&) [1774]
                0.00    0.00       2/19104       boost::any::placeholder::placeholder() [769]
-----------------------------------------------
                0.00    0.00       2/2           boost::any::~any() [762]
[1775]   0.0    0.00    0.00       2         boost::any::holder<boost::shared_ptr<MetaBody>*>::~holder() [1775]
                0.00    0.00       2/19104       boost::any::placeholder::~placeholder() [770]
-----------------------------------------------
                0.00    0.00       1/2           boost::any::any<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >*>(std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >* const&) [1974]
                0.00    0.00       1/2           boost::any::holder<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >*>::clone() const [2080]
[1776]   0.0    0.00    0.00       2         boost::any::holder<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >*>::holder(std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >* const&) [1776]
                0.00    0.00       2/19104       boost::any::placeholder::placeholder() [769]
-----------------------------------------------
                0.00    0.00       2/2           boost::any::~any() [762]
[1777]   0.0    0.00    0.00       2         boost::any::holder<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >*>::~holder() [1777]
                0.00    0.00       2/19104       boost::any::placeholder::~placeholder() [770]
-----------------------------------------------
                0.00    0.00       1/2           boost::any::any<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>(std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >* const&) [1975]
                0.00    0.00       1/2           boost::any::holder<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>::clone() const [2081]
[1778]   0.0    0.00    0.00       2         boost::any::holder<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>::holder(std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >* const&) [1778]
                0.00    0.00       2/19104       boost::any::placeholder::placeholder() [769]
-----------------------------------------------
                0.00    0.00       2/2           boost::any::~any() [762]
[1779]   0.0    0.00    0.00       2         boost::any::holder<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>::~holder() [1779]
                0.00    0.00       2/19104       boost::any::placeholder::~placeholder() [770]
-----------------------------------------------
                0.00    0.00       1/2           boost::any::any<std::vector<int, std::allocator<int> >*>(std::vector<int, std::allocator<int> >* const&) [1976]
                0.00    0.00       1/2           boost::any::holder<std::vector<int, std::allocator<int> >*>::clone() const [2082]
[1780]   0.0    0.00    0.00       2         boost::any::holder<std::vector<int, std::allocator<int> >*>::holder(std::vector<int, std::allocator<int> >* const&) [1780]
                0.00    0.00       2/19104       boost::any::placeholder::placeholder() [769]
-----------------------------------------------
                0.00    0.00       2/2           boost::any::~any() [762]
[1781]   0.0    0.00    0.00       2         boost::any::holder<std::vector<int, std::allocator<int> >*>::~holder() [1781]
                0.00    0.00       2/19104       boost::any::placeholder::~placeholder() [770]
-----------------------------------------------
                0.00    0.00       2/2           boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<EngineUnit> >(std::string const&, boost::shared_ptr<EngineUnit>&) [404]
[1782]   0.0    0.00    0.00       2         boost::any::any<boost::shared_ptr<EngineUnit>*>(boost::shared_ptr<EngineUnit>* const&) [1782]
                0.00    0.00       2/4           boost::any::holder<boost::shared_ptr<EngineUnit>*>::holder(boost::shared_ptr<EngineUnit>* const&) [1631]
-----------------------------------------------
                0.00    0.00       2/2           boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractionContainer> >(std::string const&, boost::shared_ptr<InteractionContainer>&) [405]
[1783]   0.0    0.00    0.00       2         boost::any::any<boost::shared_ptr<InteractionContainer>*>(boost::shared_ptr<InteractionContainer>* const&) [1783]
                0.00    0.00       2/4           boost::any::holder<boost::shared_ptr<InteractionContainer>*>::holder(boost::shared_ptr<InteractionContainer>* const&) [1633]
-----------------------------------------------
                0.00    0.00       2/2           boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(std::string const&, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >&) [9]
[1784]   0.0    0.00    0.00       2         boost::any::any<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >*>(std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >* const&) [1784]
                0.00    0.00       2/4           boost::any::holder<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >*>::holder(std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >* const&) [1635]
-----------------------------------------------
                0.00    0.00       2/2           boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(std::string const&, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >&) [403]
[1785]   0.0    0.00    0.00       2         boost::any::any<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>(std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >* const&) [1785]
                0.00    0.00       2/4           boost::any::holder<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>::holder(std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >* const&) [1637]
-----------------------------------------------
                                   2             boost::detail::sp_counted_base::release() <cycle 1> [5]
[1786]   0.0    0.00    0.00       2         boost::detail::sp_counted_impl_p<BodyContainer>::dispose() <cycle 1> [1786]
                                   2             void boost::checked_delete<BodyContainer>(BodyContainer*) <cycle 1> [1757]
-----------------------------------------------
                                   2             boost::detail::sp_counted_base::release() <cycle 1> [5]
[1787]   0.0    0.00    0.00       2         boost::detail::sp_counted_impl_p<BoundingVolume>::dispose() <cycle 1> [1787]
                                   2             void boost::checked_delete<BoundingVolume>(BoundingVolume*) <cycle 1> [1758]
-----------------------------------------------
                0.00    0.00       2/2           boost::detail::sp_counted_base::release() <cycle 1> [5]
[1788]   0.0    0.00    0.00       2         boost::detail::sp_counted_impl_p<IOFormatManager>::dispose() [1788]
                0.00    0.00       2/2           void boost::checked_delete<IOFormatManager>(IOFormatManager*) [1759]
-----------------------------------------------
                                   2             boost::detail::sp_counted_base::release() <cycle 1> [5]
[1789]   0.0    0.00    0.00       2         boost::detail::sp_counted_impl_p<InteractionContainer>::dispose() <cycle 1> [1789]
                                   2             void boost::checked_delete<InteractionContainer>(InteractionContainer*) <cycle 1> [1760]
-----------------------------------------------
                                   2             boost::detail::sp_counted_base::release() <cycle 1> [5]
[1790]   0.0    0.00    0.00       2         boost::detail::sp_counted_impl_p<Engine>::dispose() <cycle 1> [1790]
                                   2             void boost::checked_delete<Engine>(Engine*) <cycle 1> [1761]
-----------------------------------------------
                0.00    0.00       1/2           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*> >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*>) [2022]
                0.00    0.00       1/2           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char> >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char>) [2023]
[1791]   0.0    0.00    0.00       2         std::string::iterator boost::algorithm::detail::erase<std::string>(std::string&, std::string::iterator, std::string::iterator) [1791]
-----------------------------------------------
                0.00    0.00       1/2           boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::subtract_times(boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&, boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&) [1719]
                0.00    0.00       1/2           boost::date_time::int_adapter<long long>::as_special() const [2091]
[1792]   0.0    0.00    0.00       2         boost::date_time::int_adapter<long long>::to_special(long long) [1792]
                0.00    0.00       2/3           boost::date_time::int_adapter<long long>::is_not_a_number(long long) [1717]
-----------------------------------------------
                0.00    0.00       2/2           boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::time_of_day() const [1834]
[1793]   0.0    0.00    0.00       2         boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::get_time_of_day(boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&) [1793]
                0.00    0.00       2/7           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::is_special() const [1553]
                0.00    0.00       2/2           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::tod() const [1832]
                0.00    0.00       2/9           boost::posix_time::time_duration::time_duration(int, int, int, long long) [1477]
-----------------------------------------------
                                   2             void boost::checked_delete<Engine>(Engine*) <cycle 1> [1761]
[1794]   0.0    0.00    0.00       2         Engine::~Engine() <cycle 1> [1794]
                                   2             Serializable::~Serializable() <cycle 1> [119]
-----------------------------------------------
                0.00    0.00       2/2           Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1795]   0.0    0.00    0.00       2         FrontEnd::getBaseClassNumber() [1795]
                0.00    0.00       2/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00       2/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00       2/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00       2/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00       2/11188       std::vector<std::string, std::allocator<std::string> >::size() const [796]
                0.00    0.00       2/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       2/2           std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_M_allocate(unsigned int) [1864]
[1796]   0.0    0.00    0.00       2         __gnu_cxx::new_allocator<boost::shared_ptr<Engine> >::allocate(unsigned int, void const*) [1796]
                0.00    0.00       2/2           __gnu_cxx::new_allocator<boost::shared_ptr<Engine> >::max_size() const [1836]
-----------------------------------------------
                0.00    0.00       2/2           std::_Deque_base<char, std::allocator<char> >::_M_deallocate_map(char**, unsigned int) [1859]
[1797]   0.0    0.00    0.00       2         __gnu_cxx::new_allocator<char*>::deallocate(char**, unsigned int) [1797]
-----------------------------------------------
                0.00    0.00       2/2           std::_Deque_base<char, std::allocator<char> >::_M_allocate_map(unsigned int) [1855]
[1798]   0.0    0.00    0.00       2         __gnu_cxx::new_allocator<char*>::allocate(unsigned int, void const*) [1798]
                0.00    0.00       2/2           __gnu_cxx::new_allocator<char*>::max_size() const [1837]
-----------------------------------------------
                0.00    0.00       2/2           std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_get_node() [1852]
[1799]   0.0    0.00    0.00       2         __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::allocate(unsigned int, void const*) [1799]
                0.00    0.00       2/2           __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::max_size() const [1838]
-----------------------------------------------
                0.00    0.00       2/2           std::_Vector_base<double, std::allocator<double> >::_M_allocate(unsigned int) [3449]
[1800]   0.0    0.00    0.00       2         __gnu_cxx::new_allocator<double>::allocate(unsigned int, void const*) [1800]
                0.00    0.00       2/2           __gnu_cxx::new_allocator<double>::max_size() const [1839]
-----------------------------------------------
                0.00    0.00       2/2           ContainerHandler<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [91]
[1801]   0.0    0.00    0.00       2         __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::__normal_iterator() [1801]
-----------------------------------------------
                0.00    0.00       2/2           ContainerHandler<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [324]
[1802]   0.0    0.00    0.00       2         __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::__normal_iterator() [1802]
-----------------------------------------------
                0.00    0.00       2/2           std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&) [560]
[1803]   0.0    0.00    0.00       2         __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::operator+=(int const&) [1803]
-----------------------------------------------
                0.00    0.00       2/2           ContainerHandler<std::vector<std::string, std::allocator<std::string> > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [302]
[1804]   0.0    0.00    0.00       2         __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::__normal_iterator() [1804]
-----------------------------------------------
                0.00    0.00       2/2           ContainerHandler<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [352]
[1805]   0.0    0.00    0.00       2         __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::__normal_iterator() [1805]
-----------------------------------------------
                0.00    0.00       2/2           __gnu_cxx::__normal_iterator<char*, std::string> std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) [1868]
[1806]   0.0    0.00    0.00       2         __gnu_cxx::__normal_iterator<char*, std::string>::__normal_iterator(char* const&) [1806]
-----------------------------------------------
                0.00    0.00       2/2           ContainerHandler<std::vector<int, std::allocator<int> > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [583]
[1807]   0.0    0.00    0.00       2         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::__normal_iterator() [1807]
-----------------------------------------------
                0.00    0.00       2/2           Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1808]   0.0    0.00    0.00       2         BodyContainer::getBaseClassName(unsigned int) const [1808]
                0.00    0.00       2/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00       2/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00       2/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00       2/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00       2/10322       std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) [801]
                0.00    0.00       2/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       2/2           Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1809]   0.0    0.00    0.00       2         InteractionContainer::getBaseClassName(unsigned int) const [1809]
                0.00    0.00       2/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00       2/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00       2/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00       2/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00       2/10322       std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) [801]
                0.00    0.00       2/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       2/2           main [25]
[1810]   0.0    0.00    0.00       2         boost::filesystem::path::string() const [1810]
-----------------------------------------------
                0.00    0.00       2/2           PointerHandler<boost::shared_ptr<EngineUnit> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [428]
[1811]   0.0    0.00    0.00       2         boost::shared_ptr<EngineUnit>::operator*() const [1811]
-----------------------------------------------
                0.00    0.00       2/2           PointerHandler<boost::shared_ptr<InteractionContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [293]
[1812]   0.0    0.00    0.00       2         boost::shared_ptr<InteractionContainer>::operator*() const [1812]
-----------------------------------------------
                0.00    0.00       1/2           Omega::logMessage(std::string const&) [1928]
                0.00    0.00       1/2           Omega::loadSimulation() [345]
[1813]   0.0    0.00    0.00       2         boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >::operator*() const [1813]
-----------------------------------------------
                0.00    0.00       2/2           boost::any::type() const [150]
[1814]   0.0    0.00    0.00       2         boost::any::holder<boost::shared_ptr<EngineUnit>*>::type() const [1814]
-----------------------------------------------
                0.00    0.00       2/2           boost::any::any(boost::any const&) [201]
[1815]   0.0    0.00    0.00       2         boost::any::holder<boost::shared_ptr<EngineUnit>*>::clone() const [1815]
                0.00    0.00       2/4           boost::any::holder<boost::shared_ptr<EngineUnit>*>::holder(boost::shared_ptr<EngineUnit>* const&) [1631]
-----------------------------------------------
                0.00    0.00       2/2           boost::any::type() const [150]
[1816]   0.0    0.00    0.00       2         boost::any::holder<boost::shared_ptr<InteractionContainer>*>::type() const [1816]
-----------------------------------------------
                0.00    0.00       2/2           boost::any::any(boost::any const&) [201]
[1817]   0.0    0.00    0.00       2         boost::any::holder<boost::shared_ptr<InteractionContainer>*>::clone() const [1817]
                0.00    0.00       2/4           boost::any::holder<boost::shared_ptr<InteractionContainer>*>::holder(boost::shared_ptr<InteractionContainer>* const&) [1633]
-----------------------------------------------
                0.00    0.00       2/2           boost::any::any(boost::any const&) [201]
[1818]   0.0    0.00    0.00       2         boost::any::holder<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >*>::clone() const [1818]
                0.00    0.00       2/4           boost::any::holder<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >*>::holder(std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >* const&) [1635]
-----------------------------------------------
                0.00    0.00       2/2           boost::any::any(boost::any const&) [201]
[1819]   0.0    0.00    0.00       2         boost::any::holder<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>::clone() const [1819]
                0.00    0.00       2/4           boost::any::holder<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>::holder(std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >* const&) [1637]
-----------------------------------------------
                0.00    0.00       2/2           boost::any::type() const [150]
[1820]   0.0    0.00    0.00       2         boost::any::holder<std::vector<int, std::allocator<int> >*>::type() const [1820]
-----------------------------------------------
                0.00    0.00       1/2           boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<char const*> >& boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<char const*> >::operator=<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >) [2016]
                0.00    0.00       1/2           void boost::algorithm::detail::find_format_all_impl<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >) [2020]
[1821]   0.0    0.00    0.00       2         boost::iterator_range<char const*> const& boost::algorithm::detail::const_formatF<char [1]>::operator()<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > const&) const [1821]
-----------------------------------------------
                0.00    0.00       1/2           boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::empty_container<char> >& boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::empty_container<char> >::operator=<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >) [2019]
                0.00    0.00       1/2           void boost::algorithm::detail::find_format_all_impl<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >) [2021]
[1822]   0.0    0.00    0.00       2         boost::algorithm::detail::empty_container<char> boost::algorithm::detail::empty_formatF<char>::operator()<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > const&) const [1822]
-----------------------------------------------
                0.00    0.00       1/2           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*> >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*>) [2022]
                0.00    0.00       1/2           void boost::algorithm::find_format_all<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]> >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>) [2007]
[1823]   0.0    0.00    0.00       2         boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const [1823]
                0.00    0.00      46/91          bool __gnu_cxx::operator!=<char*, std::string>(__gnu_cxx::__normal_iterator<char*, std::string> const&, __gnu_cxx::__normal_iterator<char*, std::string> const&) [1171]
                0.00    0.00      44/44          boost::iterator_range<__gnu_cxx::__normal_iterator<char const*, std::string> >::end() const [1217]
                0.00    0.00      24/24          __gnu_cxx::__normal_iterator<char const*, std::string>::operator*() const [1277]
                0.00    0.00      24/51          __gnu_cxx::__normal_iterator<char*, std::string>::operator*() const [1199]
                0.00    0.00      24/49          bool boost::algorithm::is_equal::operator()<char, char>(char const&, char const&) const [1203]
                0.00    0.00      24/49          __gnu_cxx::__normal_iterator<char*, std::string>::operator++() [1202]
                0.00    0.00      24/24          bool __gnu_cxx::operator!=<char const*, std::string>(__gnu_cxx::__normal_iterator<char const*, std::string> const&, __gnu_cxx::__normal_iterator<char const*, std::string> const&) [1276]
                0.00    0.00      20/20          bool boost::empty<__gnu_cxx::__normal_iterator<char const*, std::string> >(boost::iterator_range<__gnu_cxx::__normal_iterator<char const*, std::string> > const&) [1305]
                0.00    0.00      20/20          boost::iterator_range<__gnu_cxx::__normal_iterator<char const*, std::string> >::begin() const [1309]
                0.00    0.00      20/40          bool __gnu_cxx::operator==<char const*, std::string>(__gnu_cxx::__normal_iterator<char const*, std::string> const&, __gnu_cxx::__normal_iterator<char const*, std::string> const&) [1229]
                0.00    0.00       5/5           __gnu_cxx::__normal_iterator<char const*, std::string>::operator++() [1612]
                0.00    0.00       2/4           boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) [1628]
-----------------------------------------------
                0.00    0.00       1/2           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char> >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char>) [2023]
                0.00    0.00       1/2           void boost::algorithm::find_format_all<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char> >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>) [2008]
[1824]   0.0    0.00    0.00       2         boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const [1824]
                0.00    0.00      45/91          bool __gnu_cxx::operator!=<char*, std::string>(__gnu_cxx::__normal_iterator<char*, std::string> const&, __gnu_cxx::__normal_iterator<char*, std::string> const&) [1171]
                0.00    0.00      43/45          boost::iterator_range<char const*>::end() const [1209]
                0.00    0.00      25/51          __gnu_cxx::__normal_iterator<char*, std::string>::operator*() const [1199]
                0.00    0.00      25/49          bool boost::algorithm::is_equal::operator()<char, char>(char const&, char const&) const [1203]
                0.00    0.00      25/49          __gnu_cxx::__normal_iterator<char*, std::string>::operator++() [1202]
                0.00    0.00      18/18          bool boost::empty<char const*>(boost::iterator_range<char const*> const&) [1315]
                0.00    0.00      18/20          boost::iterator_range<char const*>::begin() const [1311]
                0.00    0.00       2/4           boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) [1628]
-----------------------------------------------
                0.00    0.00       2/2           boost::date_time::int_adapter<unsigned long> boost::date_time::int_adapter<unsigned long>::operator-<unsigned long>(boost::date_time::int_adapter<unsigned long> const&) const [2090]
[1825]   0.0    0.00    0.00       2         boost::date_time::int_adapter<unsigned long>::is_special() const [1825]
                0.00    0.00       2/2           boost::date_time::int_adapter<unsigned long>::is_infinity() const [1826]
                0.00    0.00       2/2           boost::date_time::int_adapter<unsigned long>::is_nan() const [1827]
-----------------------------------------------
                0.00    0.00       2/2           boost::date_time::int_adapter<unsigned long>::is_special() const [1825]
[1826]   0.0    0.00    0.00       2         boost::date_time::int_adapter<unsigned long>::is_infinity() const [1826]
                0.00    0.00       4/38          boost::date_time::int_adapter<unsigned long>::as_number() const [1233]
                0.00    0.00       2/11          boost::date_time::int_adapter<unsigned long>::neg_infinity() [1439]
                0.00    0.00       2/11          boost::date_time::int_adapter<unsigned long>::pos_infinity() [1440]
-----------------------------------------------
                0.00    0.00       2/2           boost::date_time::int_adapter<unsigned long>::is_special() const [1825]
[1827]   0.0    0.00    0.00       2         boost::date_time::int_adapter<unsigned long>::is_nan() const [1827]
                0.00    0.00       2/14          boost::date_time::int_adapter<unsigned long>::not_a_number() [1398]
                0.00    0.00       2/38          boost::date_time::int_adapter<unsigned long>::as_number() const [1233]
-----------------------------------------------
                0.00    0.00       1/2           std::basic_string<char, std::char_traits<char>, std::allocator<char> > boost::posix_time::to_simple_string_type<char>(boost::posix_time::time_duration) [1931]
                0.00    0.00       1/2           boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::fractional_seconds_as_string(boost::posix_time::time_duration const&, bool) [2026]
[1828]   0.0    0.00    0.00       2         boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::fractional_seconds() const [1828]
                0.00    0.00       2/13          boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::ticks() const [1414]
                0.00    0.00       2/8           boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::ticks_per_second() [1500]
-----------------------------------------------
                0.00    0.00       1/2           std::basic_string<char, std::char_traits<char>, std::allocator<char> > boost::posix_time::to_simple_string_type<char>(boost::posix_time::time_duration) [1931]
                0.00    0.00       1/2           boost::posix_time::to_tm(boost::posix_time::ptime const&) [1932]
[1829]   0.0    0.00    0.00       2         boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::hours() const [1829]
                0.00    0.00       2/13          boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::ticks() const [1414]
                0.00    0.00       2/8           boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::ticks_per_second() [1500]
-----------------------------------------------
                0.00    0.00       1/2           std::basic_string<char, std::char_traits<char>, std::allocator<char> > boost::posix_time::to_simple_string_type<char>(boost::posix_time::time_duration) [1931]
                0.00    0.00       1/2           boost::posix_time::to_tm(boost::posix_time::ptime const&) [1932]
[1830]   0.0    0.00    0.00       2         boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::minutes() const [1830]
                0.00    0.00       2/13          boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::ticks() const [1414]
                0.00    0.00       2/8           boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::ticks_per_second() [1500]
-----------------------------------------------
                0.00    0.00       1/2           std::basic_string<char, std::char_traits<char>, std::allocator<char> > boost::posix_time::to_simple_string_type<char>(boost::posix_time::time_duration) [1931]
                0.00    0.00       1/2           boost::posix_time::to_tm(boost::posix_time::ptime const&) [1932]
[1831]   0.0    0.00    0.00       2         boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::seconds() const [1831]
                0.00    0.00       2/13          boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::ticks() const [1414]
                0.00    0.00       2/8           boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::ticks_per_second() [1500]
-----------------------------------------------
                0.00    0.00       2/2           boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::get_time_of_day(boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&) [1793]
[1832]   0.0    0.00    0.00       2         boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::tod() const [1832]
                0.00    0.00       2/20          boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int>::as_number(boost::date_time::int_adapter<long long>) [1306]
                0.00    0.00       2/8           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::frac_sec_per_day() [1501]
-----------------------------------------------
                0.00    0.00       2/2           boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::subtract_times(boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&, boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&) [1719]
[1833]   0.0    0.00    0.00       2         boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::get_rep() const [1833]
-----------------------------------------------
                0.00    0.00       1/2           boost::posix_time::to_tm(boost::posix_time::ptime const&) [1932]
                0.00    0.00       1/2           boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, boost::posix_time::ptime const&) const [2088]
[1834]   0.0    0.00    0.00       2         boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::time_of_day() const [1834]
                0.00    0.00       2/2           boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::get_time_of_day(boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&) [1793]
-----------------------------------------------
                0.00    0.00       2/2           Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[1835]   0.0    0.00    0.00       2         Engine::getBaseClassName(unsigned int) const [1835]
                0.00    0.00       2/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00       2/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00       2/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00       2/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00       2/10322       std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) [801]
                0.00    0.00       2/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       2/2           __gnu_cxx::new_allocator<boost::shared_ptr<Engine> >::allocate(unsigned int, void const*) [1796]
[1836]   0.0    0.00    0.00       2         __gnu_cxx::new_allocator<boost::shared_ptr<Engine> >::max_size() const [1836]
-----------------------------------------------
                0.00    0.00       2/2           __gnu_cxx::new_allocator<char*>::allocate(unsigned int, void const*) [1798]
[1837]   0.0    0.00    0.00       2         __gnu_cxx::new_allocator<char*>::max_size() const [1837]
-----------------------------------------------
                0.00    0.00       2/2           __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::allocate(unsigned int, void const*) [1799]
[1838]   0.0    0.00    0.00       2         __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::max_size() const [1838]
-----------------------------------------------
                0.00    0.00       2/2           __gnu_cxx::new_allocator<double>::allocate(unsigned int, void const*) [1800]
[1839]   0.0    0.00    0.00       2         __gnu_cxx::new_allocator<double>::max_size() const [1839]
-----------------------------------------------
                0.00    0.00       2/2           std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) const [1848]
[1840]   0.0    0.00    0.00       2         __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::operator+(int const&) const [1840]
                0.00    0.00       2/29258       __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::__normal_iterator(std::string const* const&) [749]
-----------------------------------------------
                0.00    0.00       2/2           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::get_allocator() const [1843]
[1841]   0.0    0.00    0.00       2         std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::get_allocator() const [1841]
                0.00    0.00       2/2           std::allocator<boost::shared_ptr<EngineUnit> >::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >(std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > > const&) [1850]
-----------------------------------------------
                0.00    0.00       2/2           std::deque<char, std::allocator<char> >::_M_reserve_elements_at_front(unsigned int) [1874]
[1842]   0.0    0.00    0.00       2         std::_Deque_iterator<char, char&, char*>::operator-(int) const [1842]
                0.00    0.00       4/38          std::_Deque_iterator<char, char&, char*>::_Deque_iterator(std::_Deque_iterator<char, char&, char*> const&) [1237]
                0.00    0.00       2/2           std::_Deque_iterator<char, char&, char*>::operator-=(int) [1870]
-----------------------------------------------
                0.00    0.00       2/2           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_create_node(boost::shared_ptr<EngineUnit> const&) [647]
[1843]   0.0    0.00    0.00       2         std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::get_allocator() const [1843]
                0.00    0.00       2/2           std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::get_allocator() const [1841]
-----------------------------------------------
                0.00    0.00       2/2           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::size() const [1845]
[1844]   0.0    0.00    0.00       2         std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::end() const [1844]
                0.00    0.00       2/4           std::_List_const_iterator<boost::shared_ptr<EngineUnit> >::_List_const_iterator(std::_List_node_base const*) [1679]
-----------------------------------------------
                0.00    0.00       2/2           ContainerHandler<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [400]
[1845]   0.0    0.00    0.00       2         std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::size() const [1845]
                0.00    0.00       2/2           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::end() const [1844]
                0.00    0.00       2/2           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::begin() const [1846]
                0.00    0.00       2/2           std::iterator_traits<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >::difference_type std::distance<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >(std::_List_const_iterator<boost::shared_ptr<EngineUnit> >, std::_List_const_iterator<boost::shared_ptr<EngineUnit> >) [1898]
-----------------------------------------------
                0.00    0.00       2/2           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::size() const [1845]
[1846]   0.0    0.00    0.00       2         std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::begin() const [1846]
                0.00    0.00       2/4           std::_List_const_iterator<boost::shared_ptr<EngineUnit> >::_List_const_iterator(std::_List_node_base const*) [1679]
-----------------------------------------------
                0.00    0.00       2/2           std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&) [560]
[1847]   0.0    0.00    0.00       2         std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::max_size() const [1847]
-----------------------------------------------
                0.00    0.00       2/2           boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put_special(std::ostreambuf_iterator<char, std::char_traits<char> >, boost::date_time::special_values const&) const [2102]
[1848]   0.0    0.00    0.00       2         std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) const [1848]
                0.00    0.00       2/14629       std::vector<std::string, std::allocator<std::string> >::begin() const [780]
                0.00    0.00       2/2           __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::operator+(int const&) const [1840]
                0.00    0.00       2/238         __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::operator*() const [1103]
-----------------------------------------------
                0.00    0.00       2/2           boost::io::ios_flags_saver::ios_flags_saver(std::ios_base&) [1766]
[1849]   0.0    0.00    0.00       2         std::ios_base::flags() const [1849]
-----------------------------------------------
                0.00    0.00       2/2           std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::get_allocator() const [1841]
[1850]   0.0    0.00    0.00       2         std::allocator<boost::shared_ptr<EngineUnit> >::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >(std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > > const&) [1850]
                0.00    0.00       2/18          __gnu_cxx::new_allocator<boost::shared_ptr<EngineUnit> >::new_allocator() [1316]
-----------------------------------------------
                0.00    0.00       2/2           std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_Vector_impl::~_Vector_impl() [1865]
[1851]   0.0    0.00    0.00       2         std::allocator<boost::shared_ptr<Engine> >::~allocator() [1851]
                0.00    0.00       2/20          __gnu_cxx::new_allocator<boost::shared_ptr<Engine> >::~new_allocator() [1308]
-----------------------------------------------
                0.00    0.00       2/2           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_create_node(boost::shared_ptr<EngineUnit> const&) [647]
[1852]   0.0    0.00    0.00       2         std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_get_node() [1852]
                0.00    0.00       2/2           __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::allocate(unsigned int, void const*) [1799]
-----------------------------------------------
                0.00    0.00       2/2           std::_Deque_base<char, std::allocator<char> >::_Deque_base(std::allocator<char> const&, unsigned int) [1862]
[1853]   0.0    0.00    0.00       2         std::_Deque_base<char, std::allocator<char> >::_Deque_impl::_Deque_impl(std::allocator<char> const&) [1853]
                0.00    0.00       4/4           std::_Deque_iterator<char, char&, char*>::_Deque_iterator() [1677]
-----------------------------------------------
                0.00    0.00       2/2           std::_Deque_base<char, std::allocator<char> >::~_Deque_base() [1863]
[1854]   0.0    0.00    0.00       2         std::_Deque_base<char, std::allocator<char> >::_Deque_impl::~_Deque_impl() [1854]
-----------------------------------------------
                0.00    0.00       2/2           std::_Deque_base<char, std::allocator<char> >::_M_initialize_map(unsigned int) [1860]
[1855]   0.0    0.00    0.00       2         std::_Deque_base<char, std::allocator<char> >::_M_allocate_map(unsigned int) [1855]
                0.00    0.00       2/4           std::_Deque_base<char, std::allocator<char> >::_M_get_map_allocator() const [1663]
                0.00    0.00       2/2           __gnu_cxx::new_allocator<char*>::allocate(unsigned int, void const*) [1798]
                0.00    0.00       2/4           std::allocator<char*>::~allocator() [1671]
-----------------------------------------------
                0.00    0.00       2/2           std::_Deque_base<char, std::allocator<char> >::_M_initialize_map(unsigned int) [1860]
[1856]   0.0    0.00    0.00       2         std::_Deque_base<char, std::allocator<char> >::_M_create_nodes(char**, char**) [1856]
                0.00    0.00       2/2           std::_Deque_base<char, std::allocator<char> >::_M_allocate_node() [1857]
-----------------------------------------------
                0.00    0.00       2/2           std::_Deque_base<char, std::allocator<char> >::_M_create_nodes(char**, char**) [1856]
[1857]   0.0    0.00    0.00       2         std::_Deque_base<char, std::allocator<char> >::_M_allocate_node() [1857]
                0.00    0.00       2/14          std::__deque_buf_size(unsigned int) [1405]
                0.00    0.00       2/18          __gnu_cxx::new_allocator<char>::allocate(unsigned int, void const*) [1322]
-----------------------------------------------
                0.00    0.00       2/2           std::_Deque_base<char, std::allocator<char> >::~_Deque_base() [1863]
[1858]   0.0    0.00    0.00       2         std::_Deque_base<char, std::allocator<char> >::_M_destroy_nodes(char**, char**) [1858]
                0.00    0.00       2/2           std::_Deque_base<char, std::allocator<char> >::_M_deallocate_node(char*) [1861]
-----------------------------------------------
                0.00    0.00       2/2           std::_Deque_base<char, std::allocator<char> >::~_Deque_base() [1863]
[1859]   0.0    0.00    0.00       2         std::_Deque_base<char, std::allocator<char> >::_M_deallocate_map(char**, unsigned int) [1859]
                0.00    0.00       2/4           std::_Deque_base<char, std::allocator<char> >::_M_get_map_allocator() const [1663]
                0.00    0.00       2/2           __gnu_cxx::new_allocator<char*>::deallocate(char**, unsigned int) [1797]
                0.00    0.00       2/4           std::allocator<char*>::~allocator() [1671]
-----------------------------------------------
                0.00    0.00       2/2           std::_Deque_base<char, std::allocator<char> >::_Deque_base(std::allocator<char> const&, unsigned int) [1862]
[1860]   0.0    0.00    0.00       2         std::_Deque_base<char, std::allocator<char> >::_M_initialize_map(unsigned int) [1860]
                0.00    0.00       4/14          std::__deque_buf_size(unsigned int) [1405]
                0.00    0.00       4/4           std::_Deque_iterator<char, char&, char*>::_M_set_node(char**) [1676]
                0.00    0.00       2/477         unsigned int const& std::max<unsigned int>(unsigned int const&, unsigned int const&) [1020]
                0.00    0.00       2/2           std::_Deque_base<char, std::allocator<char> >::_M_allocate_map(unsigned int) [1855]
                0.00    0.00       2/2           std::_Deque_base<char, std::allocator<char> >::_M_create_nodes(char**, char**) [1856]
-----------------------------------------------
                0.00    0.00       2/2           std::_Deque_base<char, std::allocator<char> >::_M_destroy_nodes(char**, char**) [1858]
[1861]   0.0    0.00    0.00       2         std::_Deque_base<char, std::allocator<char> >::_M_deallocate_node(char*) [1861]
                0.00    0.00       2/14          std::__deque_buf_size(unsigned int) [1405]
                0.00    0.00       2/11          __gnu_cxx::new_allocator<char>::deallocate(char*, unsigned int) [1442]
-----------------------------------------------
                0.00    0.00       2/2           std::deque<char, std::allocator<char> >::deque(std::allocator<char> const&) [1877]
[1862]   0.0    0.00    0.00       2         std::_Deque_base<char, std::allocator<char> >::_Deque_base(std::allocator<char> const&, unsigned int) [1862]
                0.00    0.00       2/2           std::_Deque_base<char, std::allocator<char> >::_Deque_impl::_Deque_impl(std::allocator<char> const&) [1853]
                0.00    0.00       2/2           std::_Deque_base<char, std::allocator<char> >::_M_initialize_map(unsigned int) [1860]
-----------------------------------------------
                0.00    0.00       2/2           std::deque<char, std::allocator<char> >::~deque() [1878]
[1863]   0.0    0.00    0.00       2         std::_Deque_base<char, std::allocator<char> >::~_Deque_base() [1863]
                0.00    0.00       2/2           std::_Deque_base<char, std::allocator<char> >::_M_destroy_nodes(char**, char**) [1858]
                0.00    0.00       2/2           std::_Deque_base<char, std::allocator<char> >::_M_deallocate_map(char**, unsigned int) [1859]
                0.00    0.00       2/2           std::_Deque_base<char, std::allocator<char> >::_Deque_impl::~_Deque_impl() [1854]
-----------------------------------------------
                0.00    0.00       2/2           std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&) [560]
[1864]   0.0    0.00    0.00       2         std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_M_allocate(unsigned int) [1864]
                0.00    0.00       2/2           __gnu_cxx::new_allocator<boost::shared_ptr<Engine> >::allocate(unsigned int, void const*) [1796]
-----------------------------------------------
                0.00    0.00       2/2           std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::~_Vector_base() [1866]
[1865]   0.0    0.00    0.00       2         std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_Vector_impl::~_Vector_impl() [1865]
                0.00    0.00       2/2           std::allocator<boost::shared_ptr<Engine> >::~allocator() [1851]
-----------------------------------------------
                0.00    0.00       2/2           std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::~vector() [1882]
[1866]   0.0    0.00    0.00       2         std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::~_Vector_base() [1866]
                0.00    0.00       2/4           std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_M_deallocate(boost::shared_ptr<Engine>*, unsigned int) [1673]
                0.00    0.00       2/2           std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_Vector_impl::~_Vector_impl() [1865]
-----------------------------------------------
                0.00    0.00       2/2           std::_Deque_iterator<char, char&, char*> std::copy<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>) [1894]
[1867]   0.0    0.00    0.00       2         std::_Deque_iterator<char, char&, char*> std::__copy_normal<false, false>::copy_n<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>) [1867]
                0.00    0.00       2/38          std::_Deque_iterator<char, char&, char*>::_Deque_iterator(std::_Deque_iterator<char, char&, char*> const&) [1237]
                0.00    0.00       2/2           std::_Deque_iterator<char, char&, char*> std::__copy_aux<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>) [1885]
-----------------------------------------------
                0.00    0.00       2/2           __gnu_cxx::__normal_iterator<char*, std::string> std::copy<__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) [1893]
[1868]   0.0    0.00    0.00       2         __gnu_cxx::__normal_iterator<char*, std::string> std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) [1868]
                0.00    0.00       6/204         __gnu_cxx::__normal_iterator<char*, std::string>::base() const [1116]
                0.00    0.00       2/2           char* std::__copy_aux<char*, char*>(char*, char*, char*) [1886]
                0.00    0.00       2/2           __gnu_cxx::__normal_iterator<char*, std::string>::__normal_iterator(char* const&) [1806]
-----------------------------------------------
                0.00    0.00       2/2           ContainerHandler<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [400]
[1869]   0.0    0.00    0.00       2         std::_List_iterator<boost::shared_ptr<EngineUnit> >::_List_iterator() [1869]
-----------------------------------------------
                0.00    0.00       2/2           std::_Deque_iterator<char, char&, char*>::operator-(int) const [1842]
[1870]   0.0    0.00    0.00       2         std::_Deque_iterator<char, char&, char*>::operator-=(int) [1870]
                0.00    0.00       2/2           std::_Deque_iterator<char, char&, char*>::operator+=(int) [1871]
-----------------------------------------------
                0.00    0.00       2/2           std::_Deque_iterator<char, char&, char*>::operator-=(int) [1870]
[1871]   0.0    0.00    0.00       2         std::_Deque_iterator<char, char&, char*>::operator+=(int) [1871]
                0.00    0.00       2/6           std::_Deque_iterator<char, char&, char*>::_S_buffer_size() [1594]
-----------------------------------------------
                0.00    0.00       2/2           void std::deque<char, std::allocator<char> >::insert<char const*>(std::_Deque_iterator<char, char&, char*>, char const*, char const*) [1876]
[1872]   0.0    0.00    0.00       2         void std::deque<char, std::allocator<char> >::_M_insert_dispatch<char const*>(std::_Deque_iterator<char, char&, char*>, char const*, char const*, __false_type) [1872]
                0.00    0.00       2/38          std::_Deque_iterator<char, char&, char*>::_Deque_iterator(std::_Deque_iterator<char, char&, char*> const&) [1237]
                0.00    0.00       2/2           void std::deque<char, std::allocator<char> >::_M_range_insert_aux<char const*>(std::_Deque_iterator<char, char&, char*>, char const*, char const*, std::forward_iterator_tag) [1873]
-----------------------------------------------
                0.00    0.00       2/2           void std::deque<char, std::allocator<char> >::_M_insert_dispatch<char const*>(std::_Deque_iterator<char, char&, char*>, char const*, char const*, __false_type) [1872]
[1873]   0.0    0.00    0.00       2         void std::deque<char, std::allocator<char> >::_M_range_insert_aux<char const*>(std::_Deque_iterator<char, char&, char*>, char const*, char const*, std::forward_iterator_tag) [1873]
                0.00    0.00       2/2           std::iterator_traits<char const*>::difference_type std::distance<char const*>(char const*, char const*) [1897]
                0.00    0.00       2/2           std::deque<char, std::allocator<char> >::_M_reserve_elements_at_front(unsigned int) [1874]
                0.00    0.00       2/4           std::deque<char, std::allocator<char> >::get_allocator() const [1664]
                0.00    0.00       2/38          std::_Deque_iterator<char, char&, char*>::_Deque_iterator(std::_Deque_iterator<char, char&, char*> const&) [1237]
                0.00    0.00       2/2           std::_Deque_iterator<char, char&, char*> std::__uninitialized_copy_a<char const*, std::_Deque_iterator<char, char&, char*>, char>(char const*, char const*, std::_Deque_iterator<char, char&, char*>, std::allocator<char>) [1891]
-----------------------------------------------
                0.00    0.00       2/2           void std::deque<char, std::allocator<char> >::_M_range_insert_aux<char const*>(std::_Deque_iterator<char, char&, char*>, char const*, char const*, std::forward_iterator_tag) [1873]
[1874]   0.0    0.00    0.00       2         std::deque<char, std::allocator<char> >::_M_reserve_elements_at_front(unsigned int) [1874]
                0.00    0.00       2/2           std::_Deque_iterator<char, char&, char*>::operator-(int) const [1842]
-----------------------------------------------
                0.00    0.00       1/2           void boost::algorithm::detail::copy_to_storage<std::deque<char, std::allocator<char> >, boost::iterator_range<char const*> >(std::deque<char, std::allocator<char> >&, boost::iterator_range<char const*> const&) [2013]
                0.00    0.00       1/2           void boost::algorithm::detail::copy_to_storage<std::deque<char, std::allocator<char> >, boost::algorithm::detail::empty_container<char> >(std::deque<char, std::allocator<char> >&, boost::algorithm::detail::empty_container<char> const&) [2012]
[1875]   0.0    0.00    0.00       2         std::deque<char, std::allocator<char> >::end() [1875]
                0.00    0.00       2/38          std::_Deque_iterator<char, char&, char*>::_Deque_iterator(std::_Deque_iterator<char, char&, char*> const&) [1237]
-----------------------------------------------
                0.00    0.00       1/2           void boost::algorithm::detail::copy_to_storage<std::deque<char, std::allocator<char> >, boost::iterator_range<char const*> >(std::deque<char, std::allocator<char> >&, boost::iterator_range<char const*> const&) [2013]
                0.00    0.00       1/2           void boost::algorithm::detail::copy_to_storage<std::deque<char, std::allocator<char> >, boost::algorithm::detail::empty_container<char> >(std::deque<char, std::allocator<char> >&, boost::algorithm::detail::empty_container<char> const&) [2012]
[1876]   0.0    0.00    0.00       2         void std::deque<char, std::allocator<char> >::insert<char const*>(std::_Deque_iterator<char, char&, char*>, char const*, char const*) [1876]
                0.00    0.00       2/38          std::_Deque_iterator<char, char&, char*>::_Deque_iterator(std::_Deque_iterator<char, char&, char*> const&) [1237]
                0.00    0.00       2/2           void std::deque<char, std::allocator<char> >::_M_insert_dispatch<char const*>(std::_Deque_iterator<char, char&, char*>, char const*, char const*, __false_type) [1872]
-----------------------------------------------
                0.00    0.00       1/2           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*> >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*>) [2022]
                0.00    0.00       1/2           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char> >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char>) [2023]
[1877]   0.0    0.00    0.00       2         std::deque<char, std::allocator<char> >::deque(std::allocator<char> const&) [1877]
                0.00    0.00       2/2           std::_Deque_base<char, std::allocator<char> >::_Deque_base(std::allocator<char> const&, unsigned int) [1862]
-----------------------------------------------
                0.00    0.00       1/2           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*> >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*>) [2022]
                0.00    0.00       1/2           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char> >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char>) [2023]
[1878]   0.0    0.00    0.00       2         std::deque<char, std::allocator<char> >::~deque() [1878]
                0.00    0.00       4/38          std::_Deque_iterator<char, char&, char*>::_Deque_iterator(std::_Deque_iterator<char, char&, char*> const&) [1237]
                0.00    0.00       2/4           std::deque<char, std::allocator<char> >::get_allocator() const [1664]
                0.00    0.00       2/2           void std::_Destroy<std::_Deque_iterator<char, char&, char*>, char>(std::_Deque_iterator<char, char&, char*>, std::_Deque_iterator<char, char&, char*>, std::allocator<char>) [1896]
                0.00    0.00       2/2           std::_Deque_base<char, std::allocator<char> >::~_Deque_base() [1863]
-----------------------------------------------
                0.00    0.00       2/2           std::_Deque_iterator<char, char&, char*> std::__copy_aux<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>) [1885]
[1879]   0.0    0.00    0.00       2         std::_Deque_iterator<char, char&, char*> std::__copy<false, std::random_access_iterator_tag>::copy<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>) [1879]
                0.00    0.00       2/38          std::_Deque_iterator<char, char&, char*>::_Deque_iterator(std::_Deque_iterator<char, char&, char*> const&) [1237]
-----------------------------------------------
                0.00    0.00       2/2           char* std::__copy_aux<char*, char*>(char*, char*, char*) [1886]
[1880]   0.0    0.00    0.00       2         char* std::__copy<true, std::random_access_iterator_tag>::copy<char>(char const*, char const*, char*) [1880]
-----------------------------------------------
                0.00    0.00       1/2           __static_initialization_and_destruction_0(int, int) [1913]
                0.00    0.00       1/2           __static_initialization_and_destruction_0(int, int) [1920]
[1881]   0.0    0.00    0.00       2         std::locale::id::id() [1881]
-----------------------------------------------
                0.00    0.00       2/2           MetaBody::~MetaBody() [353]
[1882]   0.0    0.00    0.00       2         std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::~vector() [1882]
                0.00    0.00       2/14          std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::get_allocator() const [1402]
                0.00    0.00       2/4           void std::_Destroy<boost::shared_ptr<Engine>*, boost::shared_ptr<Engine> >(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*, std::allocator<boost::shared_ptr<Engine> >) [1701]
                0.00    0.00       2/18          std::allocator<boost::shared_ptr<Engine> >::~allocator() [1334]
                0.00    0.00       2/2           std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::~_Vector_base() [1866]
-----------------------------------------------
                0.00    0.00       1/2           std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::begin() [2131]
                0.00    0.00       1/2           std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert_unique(std::pair<std::string const, DynlibDescriptor> const&) [2140]
[1883]   0.0    0.00    0.00       2         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::begin() [1883]
                0.00    0.00       2/3169        std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::_Rb_tree_iterator(std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> >*) [864]
-----------------------------------------------
                0.00    0.00       2/2           boost::io::ios_flags_saver::restore() [1765]
[1884]   0.0    0.00    0.00       2         std::ios_base::flags(std::_Ios_Fmtflags) [1884]
-----------------------------------------------
                0.00    0.00       2/2           std::_Deque_iterator<char, char&, char*> std::__copy_normal<false, false>::copy_n<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>) [1867]
[1885]   0.0    0.00    0.00       2         std::_Deque_iterator<char, char&, char*> std::__copy_aux<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>) [1885]
                0.00    0.00       2/38          std::_Deque_iterator<char, char&, char*>::_Deque_iterator(std::_Deque_iterator<char, char&, char*> const&) [1237]
                0.00    0.00       2/2           std::_Deque_iterator<char, char&, char*> std::__copy<false, std::random_access_iterator_tag>::copy<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>) [1879]
-----------------------------------------------
                0.00    0.00       2/2           __gnu_cxx::__normal_iterator<char*, std::string> std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) [1868]
[1886]   0.0    0.00    0.00       2         char* std::__copy_aux<char*, char*>(char*, char*, char*) [1886]
                0.00    0.00       2/2           char* std::__copy<true, std::random_access_iterator_tag>::copy<char>(char const*, char const*, char*) [1880]
-----------------------------------------------
                0.00    0.00       2/2           std::iterator_traits<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >::difference_type std::distance<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >(std::_List_const_iterator<boost::shared_ptr<EngineUnit> >, std::_List_const_iterator<boost::shared_ptr<EngineUnit> >) [1898]
[1887]   0.0    0.00    0.00       2         std::iterator_traits<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >::difference_type std::__distance<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >(std::_List_const_iterator<boost::shared_ptr<EngineUnit> >, std::_List_const_iterator<boost::shared_ptr<EngineUnit> >, std::input_iterator_tag) [1887]
                0.00    0.00       6/6           std::_List_const_iterator<boost::shared_ptr<EngineUnit> >::operator!=(std::_List_const_iterator<boost::shared_ptr<EngineUnit> > const&) const [1583]
                0.00    0.00       4/4           std::_List_const_iterator<boost::shared_ptr<EngineUnit> >::operator++() [1680]
-----------------------------------------------
                0.00    0.00       2/2           void std::_Destroy<std::_Deque_iterator<char, char&, char*> >(std::_Deque_iterator<char, char&, char*>, std::_Deque_iterator<char, char&, char*>) [1895]
[1888]   0.0    0.00    0.00       2         void std::__destroy_aux<std::_Deque_iterator<char, char&, char*> >(std::_Deque_iterator<char, char&, char*>, std::_Deque_iterator<char, char&, char*>, __true_type) [1888]
-----------------------------------------------
                0.00    0.00       2/2           std::_Deque_iterator<char, char&, char*> std::__uninitialized_copy_a<char const*, std::_Deque_iterator<char, char&, char*>, char>(char const*, char const*, std::_Deque_iterator<char, char&, char*>, std::allocator<char>) [1891]
[1889]   0.0    0.00    0.00       2         std::_Deque_iterator<char, char&, char*> std::uninitialized_copy<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>) [1889]
                0.00    0.00       2/38          std::_Deque_iterator<char, char&, char*>::_Deque_iterator(std::_Deque_iterator<char, char&, char*> const&) [1237]
                0.00    0.00       2/2           std::_Deque_iterator<char, char&, char*> std::__uninitialized_copy_aux<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>, __true_type) [1892]
-----------------------------------------------
                0.00    0.00       2/2           std::iterator_traits<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >::difference_type std::distance<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >(std::_List_const_iterator<boost::shared_ptr<EngineUnit> >, std::_List_const_iterator<boost::shared_ptr<EngineUnit> >) [1898]
[1890]   0.0    0.00    0.00       2         std::iterator_traits<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >::iterator_category std::__iterator_category<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >(std::_List_const_iterator<boost::shared_ptr<EngineUnit> > const&) [1890]
-----------------------------------------------
                0.00    0.00       2/2           void std::deque<char, std::allocator<char> >::_M_range_insert_aux<char const*>(std::_Deque_iterator<char, char&, char*>, char const*, char const*, std::forward_iterator_tag) [1873]
[1891]   0.0    0.00    0.00       2         std::_Deque_iterator<char, char&, char*> std::__uninitialized_copy_a<char const*, std::_Deque_iterator<char, char&, char*>, char>(char const*, char const*, std::_Deque_iterator<char, char&, char*>, std::allocator<char>) [1891]
                0.00    0.00       2/38          std::_Deque_iterator<char, char&, char*>::_Deque_iterator(std::_Deque_iterator<char, char&, char*> const&) [1237]
                0.00    0.00       2/2           std::_Deque_iterator<char, char&, char*> std::uninitialized_copy<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>) [1889]
-----------------------------------------------
                0.00    0.00       2/2           std::_Deque_iterator<char, char&, char*> std::uninitialized_copy<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>) [1889]
[1892]   0.0    0.00    0.00       2         std::_Deque_iterator<char, char&, char*> std::__uninitialized_copy_aux<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>, __true_type) [1892]
                0.00    0.00       2/38          std::_Deque_iterator<char, char&, char*>::_Deque_iterator(std::_Deque_iterator<char, char&, char*> const&) [1237]
                0.00    0.00       2/2           std::_Deque_iterator<char, char&, char*> std::copy<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>) [1894]
-----------------------------------------------
                0.00    0.00       2/2           __gnu_cxx::__normal_iterator<char*, std::string> boost::algorithm::detail::process_segment_helper<false>::operator()<std::deque<char, std::allocator<char> >, std::string, __gnu_cxx::__normal_iterator<char*, std::string> >(std::deque<char, std::allocator<char> >&, std::string&, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) [1644]
[1893]   0.0    0.00    0.00       2         __gnu_cxx::__normal_iterator<char*, std::string> std::copy<__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) [1893]
                0.00    0.00       2/2           __gnu_cxx::__normal_iterator<char*, std::string> std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) [1868]
-----------------------------------------------
                0.00    0.00       2/2           std::_Deque_iterator<char, char&, char*> std::__uninitialized_copy_aux<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>, __true_type) [1892]
[1894]   0.0    0.00    0.00       2         std::_Deque_iterator<char, char&, char*> std::copy<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>) [1894]
                0.00    0.00       2/38          std::_Deque_iterator<char, char&, char*>::_Deque_iterator(std::_Deque_iterator<char, char&, char*> const&) [1237]
                0.00    0.00       2/2           std::_Deque_iterator<char, char&, char*> std::__copy_normal<false, false>::copy_n<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>) [1867]
-----------------------------------------------
                0.00    0.00       2/2           void std::_Destroy<std::_Deque_iterator<char, char&, char*>, char>(std::_Deque_iterator<char, char&, char*>, std::_Deque_iterator<char, char&, char*>, std::allocator<char>) [1896]
[1895]   0.0    0.00    0.00       2         void std::_Destroy<std::_Deque_iterator<char, char&, char*> >(std::_Deque_iterator<char, char&, char*>, std::_Deque_iterator<char, char&, char*>) [1895]
                0.00    0.00       4/38          std::_Deque_iterator<char, char&, char*>::_Deque_iterator(std::_Deque_iterator<char, char&, char*> const&) [1237]
                0.00    0.00       2/2           void std::__destroy_aux<std::_Deque_iterator<char, char&, char*> >(std::_Deque_iterator<char, char&, char*>, std::_Deque_iterator<char, char&, char*>, __true_type) [1888]
-----------------------------------------------
                0.00    0.00       2/2           std::deque<char, std::allocator<char> >::~deque() [1878]
[1896]   0.0    0.00    0.00       2         void std::_Destroy<std::_Deque_iterator<char, char&, char*>, char>(std::_Deque_iterator<char, char&, char*>, std::_Deque_iterator<char, char&, char*>, std::allocator<char>) [1896]
                0.00    0.00       4/38          std::_Deque_iterator<char, char&, char*>::_Deque_iterator(std::_Deque_iterator<char, char&, char*> const&) [1237]
                0.00    0.00       2/2           void std::_Destroy<std::_Deque_iterator<char, char&, char*> >(std::_Deque_iterator<char, char&, char*>, std::_Deque_iterator<char, char&, char*>) [1895]
-----------------------------------------------
                0.00    0.00       2/2           void std::deque<char, std::allocator<char> >::_M_range_insert_aux<char const*>(std::_Deque_iterator<char, char&, char*>, char const*, char const*, std::forward_iterator_tag) [1873]
[1897]   0.0    0.00    0.00       2         std::iterator_traits<char const*>::difference_type std::distance<char const*>(char const*, char const*) [1897]
                0.00    0.00   10284/10284       std::iterator_traits<char const*>::iterator_category std::__iterator_category<char const*>(char const* const&) [807]
                0.00    0.00   10284/10284       std::iterator_traits<char const*>::difference_type std::__distance<char const*>(char const*, char const*, std::random_access_iterator_tag) [806]
-----------------------------------------------
                0.00    0.00       2/2           std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::size() const [1845]
[1898]   0.0    0.00    0.00       2         std::iterator_traits<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >::difference_type std::distance<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >(std::_List_const_iterator<boost::shared_ptr<EngineUnit> >, std::_List_const_iterator<boost::shared_ptr<EngineUnit> >) [1898]
                0.00    0.00       2/2           std::iterator_traits<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >::iterator_category std::__iterator_category<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >(std::_List_const_iterator<boost::shared_ptr<EngineUnit> > const&) [1890]
                0.00    0.00       2/2           std::iterator_traits<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >::difference_type std::__distance<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >(std::_List_const_iterator<boost::shared_ptr<EngineUnit> >, std::_List_const_iterator<boost::shared_ptr<EngineUnit> >, std::input_iterator_tag) [1887]
-----------------------------------------------
                0.00    0.00       1/2           std::basic_ostream<char, std::char_traits<char> >& boost::posix_time::operator<< <char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, boost::posix_time::ptime const&) [1934]
                0.00    0.00       1/2           std::basic_ostream<char, std::char_traits<char> >& boost::posix_time::operator<< <char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, boost::posix_time::time_duration const&) [1933]
[1899]   0.0    0.00    0.00       2         bool std::has_facet<boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) [1899]
-----------------------------------------------
                0.00    0.00       1/1           SerializableTypes::Type findType<PhysicalAction>(PhysicalAction&, bool&, std::string&) [1921]
[1900]   0.0    0.00    0.00       1         bool isFundamental<PhysicalAction>(PhysicalAction&) [1900]
                0.00    0.00      17/114089      std::type_info::operator==(std::type_info const&) const [722]
-----------------------------------------------
                                   1             __static_initialization_and_destruction_0(int, int) [1901]
                0.00    0.00       1/1           __do_global_ctors_aux [167]
[1901]   0.0    0.00    0.00       1+1       __static_initialization_and_destruction_0(int, int) [1901]
                0.00    0.00      23/78308024     data_start [697]
                0.00    0.00      12/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00      11/4259        Singleton<SerializableSingleton>::instance() [839]
                                   1             __static_initialization_and_destruction_0(int, int) [1901]
-----------------------------------------------
                                   1             __static_initialization_and_destruction_0(int, int) [1902]
                0.00    0.00       1/1           __do_global_ctors_aux [167]
[1902]   0.0    0.00    0.00       1+1       __static_initialization_and_destruction_0(int, int) [1902]
                0.00    0.00      25/78308024     data_start [697]
                0.00    0.00      13/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00      12/4259        Singleton<SerializableSingleton>::instance() [839]
                                   1             __static_initialization_and_destruction_0(int, int) [1902]
-----------------------------------------------
                                   1             __static_initialization_and_destruction_0(int, int) [1903]
                0.00    0.00       1/1           __do_global_ctors_aux [167]
[1903]   0.0    0.00    0.00       1+1       __static_initialization_and_destruction_0(int, int) [1903]
                0.00    0.00       3/78308024     data_start [697]
                0.00    0.00       2/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00       1/4259        Singleton<SerializableSingleton>::instance() [839]
                                   1             __static_initialization_and_destruction_0(int, int) [1903]
-----------------------------------------------
                                   1             __static_initialization_and_destruction_0(int, int) [1904]
                0.00    0.00       1/1           __do_global_ctors_aux [167]
[1904]   0.0    0.00    0.00       1+1       __static_initialization_and_destruction_0(int, int) [1904]
                0.00    0.00       5/78308024     data_start [697]
                0.00    0.00       3/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00       2/4259        Singleton<SerializableSingleton>::instance() [839]
                                   1             __static_initialization_and_destruction_0(int, int) [1904]
-----------------------------------------------
                                   1             __static_initialization_and_destruction_0(int, int) [1905]
                0.00    0.00       1/1           __do_global_ctors_aux [167]
[1905]   0.0    0.00    0.00       1+1       __static_initialization_and_destruction_0(int, int) [1905]
                0.00    0.00      31/78308024     data_start [697]
                0.00    0.00      16/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00      15/4259        Singleton<SerializableSingleton>::instance() [839]
                                   1             __static_initialization_and_destruction_0(int, int) [1905]
-----------------------------------------------
                                   1             __static_initialization_and_destruction_0(int, int) [1906]
                0.00    0.00       1/1           __do_global_ctors_aux [167]
[1906]   0.0    0.00    0.00       1+1       __static_initialization_and_destruction_0(int, int) [1906]
                0.00    0.00       2/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00       2/78308024     data_start [697]
                                   1             __static_initialization_and_destruction_0(int, int) [1906]
-----------------------------------------------
                                   1             __static_initialization_and_destruction_0(int, int) [1907]
                0.00    0.00       1/1           __do_global_ctors_aux [167]
[1907]   0.0    0.00    0.00       1+1       __static_initialization_and_destruction_0(int, int) [1907]
                0.00    0.00       3/78308024     data_start [697]
                0.00    0.00       2/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00       1/4259        Singleton<SerializableSingleton>::instance() [839]
                                   1             __static_initialization_and_destruction_0(int, int) [1907]
-----------------------------------------------
                                   1             __static_initialization_and_destruction_0(int, int) [1908]
                0.00    0.00       1/1           __do_global_ctors_aux [167]
[1908]   0.0    0.00    0.00       1+1       __static_initialization_and_destruction_0(int, int) [1908]
                0.00    0.00       3/78308024     data_start [697]
                0.00    0.00       2/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00       1/4259        Singleton<SerializableSingleton>::instance() [839]
                                   1             __static_initialization_and_destruction_0(int, int) [1908]
-----------------------------------------------
                                   1             __static_initialization_and_destruction_0(int, int) [1909]
                0.00    0.00       1/1           __do_global_ctors_aux [167]
[1909]   0.0    0.00    0.00       1+1       __static_initialization_and_destruction_0(int, int) [1909]
                0.00    0.00       7/78308024     data_start [697]
                0.00    0.00       4/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00       3/4259        Singleton<SerializableSingleton>::instance() [839]
                                   1             __static_initialization_and_destruction_0(int, int) [1909]
-----------------------------------------------
                                   1             __static_initialization_and_destruction_0(int, int) [1910]
                0.00    0.00       1/1           __do_global_ctors_aux [167]
[1910]   0.0    0.00    0.00       1+1       __static_initialization_and_destruction_0(int, int) [1910]
                0.00    0.00      33/78308024     data_start [697]
                0.00    0.00      17/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00      16/4259        Singleton<SerializableSingleton>::instance() [839]
                                   1             __static_initialization_and_destruction_0(int, int) [1910]
-----------------------------------------------
                                   1             __static_initialization_and_destruction_0(int, int) [1911]
                0.00    0.00       1/1           __do_global_ctors_aux [167]
[1911]   0.0    0.00    0.00       1+1       __static_initialization_and_destruction_0(int, int) [1911]
                0.00    0.00       9/78308024     data_start [697]
                0.00    0.00       5/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00       4/4259        Singleton<SerializableSingleton>::instance() [839]
                                   1             __static_initialization_and_destruction_0(int, int) [1911]
-----------------------------------------------
                                   1             __static_initialization_and_destruction_0(int, int) [1912]
                0.00    0.00       1/1           __do_global_ctors_aux [167]
[1912]   0.0    0.00    0.00       1+1       __static_initialization_and_destruction_0(int, int) [1912]
                0.00    0.00      33/78308024     data_start [697]
                0.00    0.00      18/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00      15/4259        Singleton<SerializableSingleton>::instance() [839]
                                   1             __static_initialization_and_destruction_0(int, int) [1912]
-----------------------------------------------
                                   1             __static_initialization_and_destruction_0(int, int) [1913]
                0.00    0.00       1/1           __do_global_ctors_aux [167]
[1913]   0.0    0.00    0.00       1+1       __static_initialization_and_destruction_0(int, int) [1913]
                0.00    0.00      31/78308024     data_start [697]
                0.00    0.00      16/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00      15/4259        Singleton<SerializableSingleton>::instance() [839]
                0.00    0.00       1/2           std::locale::id::id() [1881]
                                   1             __static_initialization_and_destruction_0(int, int) [1913]
-----------------------------------------------
                                   1             __static_initialization_and_destruction_0(int, int) [1914]
                0.00    0.00       1/1           __do_global_ctors_aux [167]
[1914]   0.0    0.00    0.00       1+1       __static_initialization_and_destruction_0(int, int) [1914]
                0.00    0.00       5/78308024     data_start [697]
                0.00    0.00       3/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00       2/4259        Singleton<SerializableSingleton>::instance() [839]
                                   1             __static_initialization_and_destruction_0(int, int) [1914]
-----------------------------------------------
                                   1             __static_initialization_and_destruction_0(int, int) [1915]
                0.00    0.00       1/1           __do_global_ctors_aux [167]
[1915]   0.0    0.00    0.00       1+1       __static_initialization_and_destruction_0(int, int) [1915]
                0.00    0.00       3/78308024     data_start [697]
                0.00    0.00       2/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00       1/4259        Singleton<SerializableSingleton>::instance() [839]
                                   1             __static_initialization_and_destruction_0(int, int) [1915]
-----------------------------------------------
                                   1             __static_initialization_and_destruction_0(int, int) [1916]
                0.00    0.00       1/1           __do_global_ctors_aux [167]
[1916]   0.0    0.00    0.00       1+1       __static_initialization_and_destruction_0(int, int) [1916]
                0.00    0.00       3/78308024     data_start [697]
                0.00    0.00       2/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00       1/4259        Singleton<SerializableSingleton>::instance() [839]
                                   1             __static_initialization_and_destruction_0(int, int) [1916]
-----------------------------------------------
                                   1             __static_initialization_and_destruction_0(int, int) [1917]
                0.00    0.00       1/1           __do_global_ctors_aux [167]
[1917]   0.0    0.00    0.00       1+1       __static_initialization_and_destruction_0(int, int) [1917]
                0.00    0.00      29/78308024     data_start [697]
                0.00    0.00      15/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00      14/4259        Singleton<SerializableSingleton>::instance() [839]
                                   1             __static_initialization_and_destruction_0(int, int) [1917]
-----------------------------------------------
                                   1             __static_initialization_and_destruction_0(int, int) [1918]
                0.00    0.00       1/1           __do_global_ctors_aux [167]
[1918]   0.0    0.00    0.00       1+1       __static_initialization_and_destruction_0(int, int) [1918]
                0.00    0.00       3/78308024     data_start [697]
                0.00    0.00       2/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00       1/4259        Singleton<SerializableSingleton>::instance() [839]
                                   1             __static_initialization_and_destruction_0(int, int) [1918]
-----------------------------------------------
                                   1             __static_initialization_and_destruction_0(int, int) [1919]
                0.00    0.00       1/1           __do_global_ctors_aux [167]
[1919]   0.0    0.00    0.00       1+1       __static_initialization_and_destruction_0(int, int) [1919]
                0.00    0.00      13/78308024     data_start [697]
                0.00    0.00       7/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00       6/4259        Singleton<SerializableSingleton>::instance() [839]
                                   1             __static_initialization_and_destruction_0(int, int) [1919]
-----------------------------------------------
                                   1             __static_initialization_and_destruction_0(int, int) [1920]
                0.00    0.00       1/1           __do_global_ctors_aux [167]
[1920]   0.0    0.00    0.00       1+1       __static_initialization_and_destruction_0(int, int) [1920]
                0.00    0.00       4/78308024     data_start [697]
                0.00    0.00       3/4365        Singleton<ClassFactory>::instance() [837]
                0.00    0.00       1/4259        Singleton<SerializableSingleton>::instance() [839]
                0.00    0.00       1/2           std::locale::id::id() [1881]
                                   1             __static_initialization_and_destruction_0(int, int) [1920]
-----------------------------------------------
                0.00    0.00       1/1           SerializableTypes::Type findType<PhysicalAction>(boost::shared_ptr<PhysicalAction>&, bool&, std::string&) [435]
[1921]   0.0    0.00    0.00       1         SerializableTypes::Type findType<PhysicalAction>(PhysicalAction&, bool&, std::string&) [1921]
                0.00    0.00       1/1           bool isFundamental<PhysicalAction>(PhysicalAction&) [1900]
                0.00    0.00       1/114089      std::type_info::operator==(std::type_info const&) const [722]
                0.00    0.00       1/4259        Singleton<SerializableSingleton>::instance() [839]
                0.00    0.00       1/78308024     data_start [697]
-----------------------------------------------
                0.00    0.00       1/1           boost::shared_ptr<Archive> Archive::create<std::vector<int, std::allocator<int> > >(std::string const&, std::vector<int, std::allocator<int> >&) [494]
[1922]   0.0    0.00    0.00       1         SerializableTypes::Type findType<int>(std::vector<int, std::allocator<int> >&, bool&, std::string&) [1922]
                0.00    0.00       1/419         SerializableTypes::Type findType<int>(int&, bool&, std::string&) [1026]
-----------------------------------------------
                                   1             void boost::checked_delete<Preferences>(Preferences*) <cycle 1> [1944]
[1923]   0.0    0.00    0.00       1         Preferences::~Preferences() <cycle 1> [1923]
                0.00    0.00       2/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
                                   1             Serializable::~Serializable() <cycle 1> [119]
-----------------------------------------------
                0.00    0.00       1/1           Singleton<ClassFactory>::instance() [837]
[1924]   0.0    0.00    0.00       1         ClassFactory::ClassFactory() [1924]
                0.00    0.00       1/1           Singleton<ClassFactory>::Singleton() [2054]
                0.00    0.00       1/78308024     data_start [697]
                0.00    0.00       1/1           std::map<std::string, ClassFactory::FactorableCreators, std::less<std::string>, std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > >::map() [2133]
-----------------------------------------------
                0.00    0.00       1/1           Omega::Omega() [663]
[1925]   0.0    0.00    0.00       1         SimulationFlow::SimulationFlow() [1925]
                0.00    0.00       1/29          ThreadWorker::ThreadWorker() [1254]
-----------------------------------------------
                                   1             void boost::checked_delete<StandAloneSimulator>(StandAloneSimulator*) <cycle 1> [1945]
[1926]   0.0    0.00    0.00       1         StandAloneSimulator::~StandAloneSimulator() <cycle 1> [1926]
                                   1             Serializable::~Serializable() <cycle 1> [119]
-----------------------------------------------
                                   1             void boost::checked_delete<PhysicalActionContainer>(PhysicalActionContainer*) <cycle 1> [1946]
[1927]   0.0    0.00    0.00       1         PhysicalActionContainer::~PhysicalActionContainer() <cycle 1> [1927]
                                   1             std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::~vector() <cycle 1> [1733]
                                   1             Serializable::~Serializable() <cycle 1> [119]
-----------------------------------------------
                0.00    0.00       1/1           Omega::loadSimulation() [345]
[1928]   0.0    0.00    0.00       1         Omega::logMessage(std::string const&) [1928]
                0.00    0.00       1/4           boost::date_time::second_clock<boost::posix_time::ptime>::local_time() [1646]
                0.00    0.00       1/3           boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::operator-(boost::posix_time::ptime const&) const [1727]
                0.00    0.00       1/2           boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >::operator*() const [1813]
                0.00    0.00       1/1           std::basic_ostream<char, std::char_traits<char> >& boost::posix_time::operator<< <char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, boost::posix_time::time_duration const&) [1933]
-----------------------------------------------
                0.00    0.00       1/1           Omega::Omega() [663]
[1929]   0.0    0.00    0.00       1         boost::posix_time::time_duration::time_duration() [1929]
                0.00    0.00       1/10          boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::time_duration(int, int, int, long long) [1464]
-----------------------------------------------
                0.00    0.00       1/1           NullGUI::loop() [121]
[1930]   0.0    0.00    0.00       1         boost::posix_time::to_simple_string(boost::posix_time::time_duration) [1930]
                0.00    0.00       1/6           boost::posix_time::time_duration::time_duration(boost::posix_time::time_duration const&) [1568]
                0.00    0.00       1/1           std::basic_string<char, std::char_traits<char>, std::allocator<char> > boost::posix_time::to_simple_string_type<char>(boost::posix_time::time_duration) [1931]
-----------------------------------------------
                0.00    0.00       1/1           boost::posix_time::to_simple_string(boost::posix_time::time_duration) [1930]
[1931]   0.0    0.00    0.00       1         std::basic_string<char, std::char_traits<char>, std::allocator<char> > boost::posix_time::to_simple_string_type<char>(boost::posix_time::time_duration) [1931]
                0.00    0.00       3/3           int boost::date_time::absolute_value<int>(int) [1718]
                0.00    0.00       3/3           std::_Setfill<char> std::setfill<char>(char) [1735]
                0.00    0.00       3/3           std::setw(int) [1734]
                0.00    0.00       1/7           boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::is_special() const [1552]
                0.00    0.00       1/1           boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::is_negative() const [2096]
                0.00    0.00       1/2           boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::hours() const [1829]
                0.00    0.00       1/2           boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::minutes() const [1830]
                0.00    0.00       1/2           boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::seconds() const [1831]
                0.00    0.00       1/2           boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::fractional_seconds() const [1828]
                0.00    0.00       1/1           long long boost::date_time::absolute_value<long long>(long long) [2034]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, boost::posix_time::ptime const&) const [2088]
[1932]   0.0    0.00    0.00       1         boost::posix_time::to_tm(boost::posix_time::ptime const&) [1932]
                0.00    0.00       1/1           boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::date() const [2115]
                0.00    0.00       1/1           boost::gregorian::to_tm(boost::gregorian::date const&) [2053]
                0.00    0.00       1/2           boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::time_of_day() const [1834]
                0.00    0.00       1/2           boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::hours() const [1829]
                0.00    0.00       1/2           boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::minutes() const [1830]
                0.00    0.00       1/2           boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::seconds() const [1831]
-----------------------------------------------
                0.00    0.00       1/1           Omega::logMessage(std::string const&) [1928]
[1933]   0.0    0.00    0.00       1         std::basic_ostream<char, std::char_traits<char> >& boost::posix_time::operator<< <char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, boost::posix_time::time_duration const&) [1933]
                0.00    0.00       2/3           std::ostreambuf_iterator<char, std::char_traits<char> >::ostreambuf_iterator(std::ostream&) [1729]
                0.00    0.00       2/5           std::ios_base::getloc() const [1616]
                0.00    0.00       1/2           boost::io::ios_flags_saver::ios_flags_saver(std::ios_base&) [1766]
                0.00    0.00       1/2           bool std::has_facet<boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) [1899]
                0.00    0.00       1/1           boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::time_facet(unsigned int) [2027]
                0.00    0.00       1/1           std::locale::locale<boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&, boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >*) [2138]
                0.00    0.00       1/1           boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, boost::posix_time::time_duration const&) const [2087]
                0.00    0.00       1/2           boost::io::ios_flags_saver::~ios_flags_saver() [1767]
-----------------------------------------------
                0.00    0.00       1/1           Omega::loadSimulation() [345]
[1934]   0.0    0.00    0.00       1         std::basic_ostream<char, std::char_traits<char> >& boost::posix_time::operator<< <char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, boost::posix_time::ptime const&) [1934]
                0.00    0.00       2/5           std::ios_base::getloc() const [1616]
                0.00    0.00       1/2           boost::io::ios_flags_saver::ios_flags_saver(std::ios_base&) [1766]
                0.00    0.00       1/3           std::ostreambuf_iterator<char, std::char_traits<char> >::ostreambuf_iterator(std::ostream&) [1729]
                0.00    0.00       1/2           bool std::has_facet<boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) [1899]
                0.00    0.00       1/1           boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) [2149]
                0.00    0.00       1/1           boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, boost::posix_time::ptime const&) const [2088]
                0.00    0.00       1/2           boost::io::ios_flags_saver::~ios_flags_saver() [1767]
-----------------------------------------------
                0.00    0.00       1/1           NullGUI::run(int, char**) [113]
[1935]   0.0    0.00    0.00       1         double boost::lexical_cast<double, char*>(char* const&) [1935]
                0.00    0.00       1/1           boost::detail::lexical_stream<double, char*>::lexical_stream() [1987]
                0.00    0.00       1/1           boost::detail::lexical_stream<double, char*>::operator<<(char* const&) [1989]
                0.00    0.00       1/1           bool boost::detail::lexical_stream<double, char*>::operator>><double>(double&) [1990]
                0.00    0.00       1/1           boost::detail::lexical_stream<double, char*>::~lexical_stream() [1988]
-----------------------------------------------
                0.00    0.00       1/1           NullGUI::run(int, char**) [113]
[1936]   0.0    0.00    0.00       1         int boost::lexical_cast<int, char*>(char* const&) [1936]
                0.00    0.00       1/1           boost::detail::lexical_stream<int, char*>::lexical_stream() [1991]
                0.00    0.00       1/1           boost::detail::lexical_stream<int, char*>::operator<<(char* const&) [1993]
                0.00    0.00       1/1           bool boost::detail::lexical_stream<int, char*>::operator>><int>(int&) [1994]
                0.00    0.00       1/1           boost::detail::lexical_stream<int, char*>::~lexical_stream() [1992]
-----------------------------------------------
                0.00    0.00       1/1           NullGUI::run(int, char**) [113]
[1937]   0.0    0.00    0.00       1         long boost::lexical_cast<long, char*>(char* const&) [1937]
                0.00    0.00       1/1           boost::detail::lexical_stream<long, char*>::lexical_stream() [1995]
                0.00    0.00       1/1           boost::detail::lexical_stream<long, char*>::operator<<(char* const&) [1997]
                0.00    0.00       1/1           bool boost::detail::lexical_stream<long, char*>::operator>><long>(long&) [1998]
                0.00    0.00       1/1           boost::detail::lexical_stream<long, char*>::~lexical_stream() [1996]
-----------------------------------------------
                0.00    0.00       1/1           boost::range_const_iterator<boost::iterator_range<char const*> >::type boost::end<boost::iterator_range<char const*> >(boost::iterator_range<char const*> const&) [1978]
[1938]   0.0    0.00    0.00       1         boost::range_const_iterator<boost::iterator_range<char const*> >::type boost::range_detail::boost_range_end<boost::iterator_range<char const*> >(boost::iterator_range<char const*> const&) [1938]
                0.00    0.00       1/45          boost::iterator_range<char const*>::end() const [1209]
-----------------------------------------------
                0.00    0.00       1/1           boost::range_const_iterator<boost::algorithm::detail::empty_container<char> >::type boost::end<boost::algorithm::detail::empty_container<char> >(boost::algorithm::detail::empty_container<char> const&) [1979]
[1939]   0.0    0.00    0.00       1         boost::range_const_iterator<boost::algorithm::detail::empty_container<char> >::type boost::range_detail::boost_range_end<boost::algorithm::detail::empty_container<char> >(boost::algorithm::detail::empty_container<char> const&) [1939]
                0.00    0.00       1/1           boost::algorithm::detail::empty_container<char>::end() const [2083]
-----------------------------------------------
                0.00    0.00       1/1           boost::range_const_iterator<std::string>::type boost::end<std::string>(std::string const&) [1981]
[1940]   0.0    0.00    0.00       1         boost::range_const_iterator<std::string>::type boost::range_detail::boost_range_end<std::string>(std::string const&) [1940]
-----------------------------------------------
                0.00    0.00       1/1           boost::range_const_iterator<boost::iterator_range<char const*> >::type boost::begin<boost::iterator_range<char const*> >(boost::iterator_range<char const*> const&) [1983]
[1941]   0.0    0.00    0.00       1         boost::range_const_iterator<boost::iterator_range<char const*> >::type boost::range_detail::boost_range_begin<boost::iterator_range<char const*> >(boost::iterator_range<char const*> const&) [1941]
                0.00    0.00       1/20          boost::iterator_range<char const*>::begin() const [1311]
-----------------------------------------------
                0.00    0.00       1/1           boost::range_const_iterator<boost::algorithm::detail::empty_container<char> >::type boost::begin<boost::algorithm::detail::empty_container<char> >(boost::algorithm::detail::empty_container<char> const&) [1984]
[1942]   0.0    0.00    0.00       1         boost::range_const_iterator<boost::algorithm::detail::empty_container<char> >::type boost::range_detail::boost_range_begin<boost::algorithm::detail::empty_container<char> >(boost::algorithm::detail::empty_container<char> const&) [1942]
                0.00    0.00       1/1           boost::algorithm::detail::empty_container<char>::begin() const [2084]
-----------------------------------------------
                0.00    0.00       1/1           boost::range_const_iterator<std::string>::type boost::begin<std::string>(std::string const&) [1986]
[1943]   0.0    0.00    0.00       1         boost::range_const_iterator<std::string>::type boost::range_detail::boost_range_begin<std::string>(std::string const&) [1943]
-----------------------------------------------
                                   1             boost::detail::sp_counted_impl_p<Preferences>::dispose() <cycle 1> [1999]
[1944]   0.0    0.00    0.00       1         void boost::checked_delete<Preferences>(Preferences*) <cycle 1> [1944]
                                   1             Preferences::~Preferences() <cycle 1> [1923]
-----------------------------------------------
                                   1             boost::detail::sp_counted_impl_p<StandAloneSimulator>::dispose() <cycle 1> [2000]
[1945]   0.0    0.00    0.00       1         void boost::checked_delete<StandAloneSimulator>(StandAloneSimulator*) <cycle 1> [1945]
                                   1             StandAloneSimulator::~StandAloneSimulator() <cycle 1> [1926]
-----------------------------------------------
                                   1             boost::detail::sp_counted_impl_p<PhysicalActionContainer>::dispose() <cycle 1> [2001]
[1946]   0.0    0.00    0.00       1         void boost::checked_delete<PhysicalActionContainer>(PhysicalActionContainer*) <cycle 1> [1946]
                                   1             PhysicalActionContainer::~PhysicalActionContainer() <cycle 1> [1927]
-----------------------------------------------
                0.00    0.00       1/1           boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>::first_finderF<std::string>(std::string const&, boost::algorithm::is_equal) [2010]
[1947]   0.0    0.00    0.00       1         boost::iterator_range<__gnu_cxx::__normal_iterator<char const*, std::string> >::iterator_range<__gnu_cxx::__normal_iterator<char const*, std::string> >(__gnu_cxx::__normal_iterator<char const*, std::string>, __gnu_cxx::__normal_iterator<char const*, std::string>) [1947]
-----------------------------------------------
                0.00    0.00       1/1           boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<char const*> >& boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<char const*> >::operator=<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >) [2016]
[1948]   0.0    0.00    0.00       1         boost::iterator_range<char const*>::operator=(boost::iterator_range<char const*> const&) [1948]
                0.00    0.00       1/20          boost::iterator_range<char const*>::begin() const [1311]
                0.00    0.00       1/45          boost::iterator_range<char const*>::end() const [1209]
-----------------------------------------------
                0.00    0.00       1/1           void boost::algorithm::find_format_all<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]> >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>) [2007]
[1949]   0.0    0.00    0.00       1         void boost::function_requires<boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >(boost::mpl::identity<boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >*) [1949]
                0.00    0.00       1/1           void boost::ignore_unused_variable_warning<void (boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::*)()>(void (boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::* const&)()) [1966]
-----------------------------------------------
                0.00    0.00       1/1           void boost::algorithm::find_format_all<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char> >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>) [2008]
[1950]   0.0    0.00    0.00       1         void boost::function_requires<boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >(boost::mpl::identity<boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >*) [1950]
                0.00    0.00       1/1           void boost::ignore_unused_variable_warning<void (boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::*)()>(void (boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::* const&)()) [1967]
-----------------------------------------------
                0.00    0.00       1/1           void boost::algorithm::find_format_all<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]> >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>) [2007]
[1951]   0.0    0.00    0.00       1         void boost::function_requires<boost::algorithm::FormatterConcept<boost::algorithm::detail::const_formatF<char [1]>, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >(boost::mpl::identity<boost::algorithm::FormatterConcept<boost::algorithm::detail::const_formatF<char [1]>, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >*) [1951]
                0.00    0.00       1/1           void boost::ignore_unused_variable_warning<void (boost::algorithm::FormatterConcept<boost::algorithm::detail::const_formatF<char [1]>, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::*)()>(void (boost::algorithm::FormatterConcept<boost::algorithm::detail::const_formatF<char [1]>, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::* const&)()) [1968]
-----------------------------------------------
                0.00    0.00       1/1           void boost::algorithm::find_format_all<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char> >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>) [2008]
[1952]   0.0    0.00    0.00       1         void boost::function_requires<boost::algorithm::FormatterConcept<boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >(boost::mpl::identity<boost::algorithm::FormatterConcept<boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >*) [1952]
                0.00    0.00       1/1           void boost::ignore_unused_variable_warning<void (boost::algorithm::FormatterConcept<boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::*)()>(void (boost::algorithm::FormatterConcept<boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::* const&)()) [1969]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::date_duration<boost::date_time::duration_traits_adapted>::date_duration(boost::date_time::int_adapter<long>) [2033]
[1953]   0.0    0.00    0.00       1         boost::less_than_comparable<boost::date_time::date_duration<boost::date_time::duration_traits_adapted>, boost::equality_comparable<boost::date_time::date_duration<boost::date_time::duration_traits_adapted>, boost::addable<boost::date_time::date_duration<boost::date_time::duration_traits_adapted>, boost::subtractable<boost::date_time::date_duration<boost::date_time::duration_traits_adapted>, boost::date_time::date_duration<boost::date_time::duration_traits_adapted>, boost::detail::empty_base, boost::detail::false_t>, boost::detail::empty_base, boost::detail::true_t>, boost::detail::empty_base, boost::detail::true_t>, boost::detail::empty_base, boost::detail::true_t>::less_than_comparable() [1953]
-----------------------------------------------
                0.00    0.00       1/1           boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday> >::assign(unsigned short) [1956]
[1954]   0.0    0.00    0.00       1         boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday> >::max() [1954]
                0.00    0.00       1/1           boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday>::max() [1962]
-----------------------------------------------
                0.00    0.00       1/1           boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday> >::assign(unsigned short) [1956]
[1955]   0.0    0.00    0.00       1         boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday> >::min() [1955]
                0.00    0.00       1/1           boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday>::min() [1963]
-----------------------------------------------
                0.00    0.00       1/1           boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday> >::constrained_value(unsigned short) [1957]
[1956]   0.0    0.00    0.00       1         boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday> >::assign(unsigned short) [1956]
                0.00    0.00       1/1           boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday> >::min() [1955]
                0.00    0.00       1/1           boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday> >::max() [1954]
-----------------------------------------------
                0.00    0.00       1/1           boost::gregorian::greg_weekday::greg_weekday(unsigned short) [2051]
[1957]   0.0    0.00    0.00       1         boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday> >::constrained_value(unsigned short) [1957]
                0.00    0.00       1/1           boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday> >::assign(unsigned short) [1956]
-----------------------------------------------
                0.00    0.00       1/1           boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year> >::assign(unsigned short) [1960]
[1958]   0.0    0.00    0.00       1         boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year> >::max() [1958]
                0.00    0.00       1/1           boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year>::max() [1964]
-----------------------------------------------
                0.00    0.00       1/1           boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year> >::assign(unsigned short) [1960]
[1959]   0.0    0.00    0.00       1         boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year> >::min() [1959]
                0.00    0.00       1/1           boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year>::min() [1965]
-----------------------------------------------
                0.00    0.00       1/1           boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year> >::constrained_value(unsigned short) [1961]
[1960]   0.0    0.00    0.00       1         boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year> >::assign(unsigned short) [1960]
                0.00    0.00       1/1           boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year> >::min() [1959]
                0.00    0.00       1/1           boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year> >::max() [1958]
-----------------------------------------------
                0.00    0.00       1/1           boost::gregorian::date::day_of_year() const [2116]
[1961]   0.0    0.00    0.00       1         boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year> >::constrained_value(unsigned short) [1961]
                0.00    0.00       1/1           boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year> >::assign(unsigned short) [1960]
-----------------------------------------------
                0.00    0.00       1/1           boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday> >::max() [1954]
[1962]   0.0    0.00    0.00       1         boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday>::max() [1962]
-----------------------------------------------
                0.00    0.00       1/1           boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday> >::min() [1955]
[1963]   0.0    0.00    0.00       1         boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday>::min() [1963]
-----------------------------------------------
                0.00    0.00       1/1           boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year> >::max() [1958]
[1964]   0.0    0.00    0.00       1         boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year>::max() [1964]
-----------------------------------------------
                0.00    0.00       1/1           boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year> >::min() [1959]
[1965]   0.0    0.00    0.00       1         boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year>::min() [1965]
-----------------------------------------------
                0.00    0.00       1/1           void boost::function_requires<boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >(boost::mpl::identity<boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >*) [1949]
[1966]   0.0    0.00    0.00       1         void boost::ignore_unused_variable_warning<void (boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::*)()>(void (boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::* const&)()) [1966]
-----------------------------------------------
                0.00    0.00       1/1           void boost::function_requires<boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >(boost::mpl::identity<boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >*) [1950]
[1967]   0.0    0.00    0.00       1         void boost::ignore_unused_variable_warning<void (boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::*)()>(void (boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::* const&)()) [1967]
-----------------------------------------------
                0.00    0.00       1/1           void boost::function_requires<boost::algorithm::FormatterConcept<boost::algorithm::detail::const_formatF<char [1]>, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >(boost::mpl::identity<boost::algorithm::FormatterConcept<boost::algorithm::detail::const_formatF<char [1]>, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >*) [1951]
[1968]   0.0    0.00    0.00       1         void boost::ignore_unused_variable_warning<void (boost::algorithm::FormatterConcept<boost::algorithm::detail::const_formatF<char [1]>, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::*)()>(void (boost::algorithm::FormatterConcept<boost::algorithm::detail::const_formatF<char [1]>, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::* const&)()) [1968]
-----------------------------------------------
                0.00    0.00       1/1           void boost::function_requires<boost::algorithm::FormatterConcept<boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >(boost::mpl::identity<boost::algorithm::FormatterConcept<boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >*) [1952]
[1969]   0.0    0.00    0.00       1         void boost::ignore_unused_variable_warning<void (boost::algorithm::FormatterConcept<boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::*)()>(void (boost::algorithm::FormatterConcept<boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::* const&)()) [1969]
-----------------------------------------------
                0.00    0.00       1/1           boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Preferences> >(std::string const&, boost::shared_ptr<Preferences>&) [440]
[1970]   0.0    0.00    0.00       1         boost::any::any<boost::shared_ptr<Preferences>*>(boost::shared_ptr<Preferences>* const&) [1970]
                0.00    0.00       1/2           boost::any::holder<boost::shared_ptr<Preferences>*>::holder(boost::shared_ptr<Preferences>* const&) [1768]
-----------------------------------------------
                0.00    0.00       1/1           boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BodyContainer> >(std::string const&, boost::shared_ptr<BodyContainer>&) [110]
[1971]   0.0    0.00    0.00       1         boost::any::any<boost::shared_ptr<BodyContainer>*>(boost::shared_ptr<BodyContainer>* const&) [1971]
                0.00    0.00       1/2           boost::any::holder<boost::shared_ptr<BodyContainer>*>::holder(boost::shared_ptr<BodyContainer>* const&) [1770]
-----------------------------------------------
                0.00    0.00       1/1           boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalActionContainer> >(std::string const&, boost::shared_ptr<PhysicalActionContainer>&) [244]
[1972]   0.0    0.00    0.00       1         boost::any::any<boost::shared_ptr<PhysicalActionContainer>*>(boost::shared_ptr<PhysicalActionContainer>* const&) [1972]
                0.00    0.00       1/2           boost::any::holder<boost::shared_ptr<PhysicalActionContainer>*>::holder(boost::shared_ptr<PhysicalActionContainer>* const&) [1772]
-----------------------------------------------
                0.00    0.00       1/1           boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<MetaBody> >(std::string const&, boost::shared_ptr<MetaBody>&) [347]
[1973]   0.0    0.00    0.00       1         boost::any::any<boost::shared_ptr<MetaBody>*>(boost::shared_ptr<MetaBody>* const&) [1973]
                0.00    0.00       1/2           boost::any::holder<boost::shared_ptr<MetaBody>*>::holder(boost::shared_ptr<MetaBody>* const&) [1774]
-----------------------------------------------
                0.00    0.00       1/1           boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(std::string const&, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >&) [416]
[1974]   0.0    0.00    0.00       1         boost::any::any<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >*>(std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >* const&) [1974]
                0.00    0.00       1/2           boost::any::holder<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >*>::holder(std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >* const&) [1776]
-----------------------------------------------
                0.00    0.00       1/1           boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(std::string const&, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >&) [300]
[1975]   0.0    0.00    0.00       1         boost::any::any<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>(std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >* const&) [1975]
                0.00    0.00       1/2           boost::any::holder<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>::holder(std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >* const&) [1778]
-----------------------------------------------
                0.00    0.00       1/1           boost::shared_ptr<Archive> Archive::create<std::vector<int, std::allocator<int> > >(std::string const&, std::vector<int, std::allocator<int> >&) [494]
[1976]   0.0    0.00    0.00       1         boost::any::any<std::vector<int, std::allocator<int> >*>(std::vector<int, std::allocator<int> >* const&) [1976]
                0.00    0.00       1/2           boost::any::holder<std::vector<int, std::allocator<int> >*>::holder(std::vector<int, std::allocator<int> >* const&) [1780]
-----------------------------------------------
                0.00    0.00       1/1           boost::algorithm::detail::const_formatF<char [1]>::const_formatF(char const (&) [1]) [2009]
[1977]   0.0    0.00    0.00       1         boost::range_const_iterator<char [1]>::type boost::end<char [1]>(char const (&) [1]) [1977]
                0.00    0.00       1/2           boost::range_detail::boost_range_end(char const*) [1753]
-----------------------------------------------
                0.00    0.00       1/1           void boost::algorithm::detail::copy_to_storage<std::deque<char, std::allocator<char> >, boost::iterator_range<char const*> >(std::deque<char, std::allocator<char> >&, boost::iterator_range<char const*> const&) [2013]
[1978]   0.0    0.00    0.00       1         boost::range_const_iterator<boost::iterator_range<char const*> >::type boost::end<boost::iterator_range<char const*> >(boost::iterator_range<char const*> const&) [1978]
                0.00    0.00       1/1           boost::range_const_iterator<boost::iterator_range<char const*> >::type boost::range_detail::boost_range_end<boost::iterator_range<char const*> >(boost::iterator_range<char const*> const&) [1938]
-----------------------------------------------
                0.00    0.00       1/1           void boost::algorithm::detail::copy_to_storage<std::deque<char, std::allocator<char> >, boost::algorithm::detail::empty_container<char> >(std::deque<char, std::allocator<char> >&, boost::algorithm::detail::empty_container<char> const&) [2012]
[1979]   0.0    0.00    0.00       1         boost::range_const_iterator<boost::algorithm::detail::empty_container<char> >::type boost::end<boost::algorithm::detail::empty_container<char> >(boost::algorithm::detail::empty_container<char> const&) [1979]
                0.00    0.00       1/1           boost::range_const_iterator<boost::algorithm::detail::empty_container<char> >::type boost::range_detail::boost_range_end<boost::algorithm::detail::empty_container<char> >(boost::algorithm::detail::empty_container<char> const&) [1939]
-----------------------------------------------
                0.00    0.00       1/1           boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>::first_finderF<char const*>(char const* const&, boost::algorithm::is_equal) [2011]
[1980]   0.0    0.00    0.00       1         boost::range_const_iterator<char const*>::type boost::end<char const*>(char const* const&) [1980]
                0.00    0.00       1/2           boost::range_detail::boost_range_end(char const*) [1753]
-----------------------------------------------
                0.00    0.00       1/1           boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>::first_finderF<std::string>(std::string const&, boost::algorithm::is_equal) [2010]
[1981]   0.0    0.00    0.00       1         boost::range_const_iterator<std::string>::type boost::end<std::string>(std::string const&) [1981]
                0.00    0.00       1/1           boost::range_const_iterator<std::string>::type boost::range_detail::boost_range_end<std::string>(std::string const&) [1940]
-----------------------------------------------
                0.00    0.00       1/1           boost::algorithm::detail::const_formatF<char [1]>::const_formatF(char const (&) [1]) [2009]
[1982]   0.0    0.00    0.00       1         boost::range_const_iterator<char [1]>::type boost::begin<char [1]>(char const (&) [1]) [1982]
                0.00    0.00       1/2           boost::range_detail::boost_range_begin(char const*) [1754]
-----------------------------------------------
                0.00    0.00       1/1           void boost::algorithm::detail::copy_to_storage<std::deque<char, std::allocator<char> >, boost::iterator_range<char const*> >(std::deque<char, std::allocator<char> >&, boost::iterator_range<char const*> const&) [2013]
[1983]   0.0    0.00    0.00       1         boost::range_const_iterator<boost::iterator_range<char const*> >::type boost::begin<boost::iterator_range<char const*> >(boost::iterator_range<char const*> const&) [1983]
                0.00    0.00       1/1           boost::range_const_iterator<boost::iterator_range<char const*> >::type boost::range_detail::boost_range_begin<boost::iterator_range<char const*> >(boost::iterator_range<char const*> const&) [1941]
-----------------------------------------------
                0.00    0.00       1/1           void boost::algorithm::detail::copy_to_storage<std::deque<char, std::allocator<char> >, boost::algorithm::detail::empty_container<char> >(std::deque<char, std::allocator<char> >&, boost::algorithm::detail::empty_container<char> const&) [2012]
[1984]   0.0    0.00    0.00       1         boost::range_const_iterator<boost::algorithm::detail::empty_container<char> >::type boost::begin<boost::algorithm::detail::empty_container<char> >(boost::algorithm::detail::empty_container<char> const&) [1984]
                0.00    0.00       1/1           boost::range_const_iterator<boost::algorithm::detail::empty_container<char> >::type boost::range_detail::boost_range_begin<boost::algorithm::detail::empty_container<char> >(boost::algorithm::detail::empty_container<char> const&) [1942]
-----------------------------------------------
                0.00    0.00       1/1           boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>::first_finderF<char const*>(char const* const&, boost::algorithm::is_equal) [2011]
[1985]   0.0    0.00    0.00       1         boost::range_const_iterator<char const*>::type boost::begin<char const*>(char const* const&) [1985]
                0.00    0.00       1/2           boost::range_detail::boost_range_begin(char const*) [1754]
-----------------------------------------------
                0.00    0.00       1/1           boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>::first_finderF<std::string>(std::string const&, boost::algorithm::is_equal) [2010]
[1986]   0.0    0.00    0.00       1         boost::range_const_iterator<std::string>::type boost::begin<std::string>(std::string const&) [1986]
                0.00    0.00       1/1           boost::range_const_iterator<std::string>::type boost::range_detail::boost_range_begin<std::string>(std::string const&) [1943]
-----------------------------------------------
                0.00    0.00       1/1           double boost::lexical_cast<double, char*>(char* const&) [1935]
[1987]   0.0    0.00    0.00       1         boost::detail::lexical_stream<double, char*>::lexical_stream() [1987]
                0.00    0.00       1/15200       std::operator|(std::_Ios_Openmode, std::_Ios_Openmode) [773]
                0.00    0.00       1/15198       std::ios_base::unsetf(std::_Ios_Fmtflags) [774]
                0.00    0.00       1/15138       std::ios_base::precision(int) [779]
-----------------------------------------------
                0.00    0.00       1/1           double boost::lexical_cast<double, char*>(char* const&) [1935]
[1988]   0.0    0.00    0.00       1         boost::detail::lexical_stream<double, char*>::~lexical_stream() [1988]
-----------------------------------------------
                0.00    0.00       1/1           double boost::lexical_cast<double, char*>(char* const&) [1935]
[1989]   0.0    0.00    0.00       1         boost::detail::lexical_stream<double, char*>::operator<<(char* const&) [1989]
-----------------------------------------------
                0.00    0.00       1/1           double boost::lexical_cast<double, char*>(char* const&) [1935]
[1990]   0.0    0.00    0.00       1         bool boost::detail::lexical_stream<double, char*>::operator>><double>(double&) [1990]
                0.00    0.00       1/15171       std::char_traits<char>::eof() [778]
-----------------------------------------------
                0.00    0.00       1/1           int boost::lexical_cast<int, char*>(char* const&) [1936]
[1991]   0.0    0.00    0.00       1         boost::detail::lexical_stream<int, char*>::lexical_stream() [1991]
                0.00    0.00       1/15200       std::operator|(std::_Ios_Openmode, std::_Ios_Openmode) [773]
                0.00    0.00       1/15198       std::ios_base::unsetf(std::_Ios_Fmtflags) [774]
                0.00    0.00       1/15138       std::ios_base::precision(int) [779]
-----------------------------------------------
                0.00    0.00       1/1           int boost::lexical_cast<int, char*>(char* const&) [1936]
[1992]   0.0    0.00    0.00       1         boost::detail::lexical_stream<int, char*>::~lexical_stream() [1992]
-----------------------------------------------
                0.00    0.00       1/1           int boost::lexical_cast<int, char*>(char* const&) [1936]
[1993]   0.0    0.00    0.00       1         boost::detail::lexical_stream<int, char*>::operator<<(char* const&) [1993]
-----------------------------------------------
                0.00    0.00       1/1           int boost::lexical_cast<int, char*>(char* const&) [1936]
[1994]   0.0    0.00    0.00       1         bool boost::detail::lexical_stream<int, char*>::operator>><int>(int&) [1994]
                0.00    0.00       1/15171       std::char_traits<char>::eof() [778]
-----------------------------------------------
                0.00    0.00       1/1           long boost::lexical_cast<long, char*>(char* const&) [1937]
[1995]   0.0    0.00    0.00       1         boost::detail::lexical_stream<long, char*>::lexical_stream() [1995]
                0.00    0.00       1/15200       std::operator|(std::_Ios_Openmode, std::_Ios_Openmode) [773]
                0.00    0.00       1/15198       std::ios_base::unsetf(std::_Ios_Fmtflags) [774]
                0.00    0.00       1/15138       std::ios_base::precision(int) [779]
-----------------------------------------------
                0.00    0.00       1/1           long boost::lexical_cast<long, char*>(char* const&) [1937]
[1996]   0.0    0.00    0.00       1         boost::detail::lexical_stream<long, char*>::~lexical_stream() [1996]
-----------------------------------------------
                0.00    0.00       1/1           long boost::lexical_cast<long, char*>(char* const&) [1937]
[1997]   0.0    0.00    0.00       1         boost::detail::lexical_stream<long, char*>::operator<<(char* const&) [1997]
-----------------------------------------------
                0.00    0.00       1/1           long boost::lexical_cast<long, char*>(char* const&) [1937]
[1998]   0.0    0.00    0.00       1         bool boost::detail::lexical_stream<long, char*>::operator>><long>(long&) [1998]
                0.00    0.00       1/15171       std::char_traits<char>::eof() [778]
-----------------------------------------------
                                   1             boost::detail::sp_counted_base::release() <cycle 1> [5]
[1999]   0.0    0.00    0.00       1         boost::detail::sp_counted_impl_p<Preferences>::dispose() <cycle 1> [1999]
                                   1             void boost::checked_delete<Preferences>(Preferences*) <cycle 1> [1944]
-----------------------------------------------
                                   1             boost::detail::sp_counted_base::release() <cycle 1> [5]
[2000]   0.0    0.00    0.00       1         boost::detail::sp_counted_impl_p<StandAloneSimulator>::dispose() <cycle 1> [2000]
                                   1             void boost::checked_delete<StandAloneSimulator>(StandAloneSimulator*) <cycle 1> [1945]
-----------------------------------------------
                                   1             boost::detail::sp_counted_base::release() <cycle 1> [5]
[2001]   0.0    0.00    0.00       1         boost::detail::sp_counted_impl_p<PhysicalActionContainer>::dispose() <cycle 1> [2001]
                                   1             void boost::checked_delete<PhysicalActionContainer>(PhysicalActionContainer*) <cycle 1> [1946]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, boost::posix_time::ptime const&) const [2088]
[2002]   0.0    0.00    0.00       1         void boost::algorithm::replace_all<std::string, std::string, char [1]>(std::string&, std::string const&, char const (&) [1]) [2002]
                0.00    0.00       1/1           boost::algorithm::detail::const_formatF<char [1]> boost::algorithm::const_formatter<char [1]>(char const (&) [1]) [2005]
                0.00    0.00       1/1           boost::algorithm::detail::first_finderF<boost::range_const_iterator<std::string>::type, boost::algorithm::is_equal> boost::algorithm::first_finder<std::string>(std::string const&) [2004]
                0.00    0.00       1/1           void boost::algorithm::find_format_all<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]> >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>) [2007]
-----------------------------------------------
                0.00    0.00       1/1           void boost::algorithm::erase_all<std::string, char const*>(std::string&, char const* const&) [2024]
[2003]   0.0    0.00    0.00       1         boost::algorithm::detail::first_finderF<boost::range_const_iterator<char const*>::type, boost::algorithm::is_equal> boost::algorithm::first_finder<char const*>(char const* const&) [2003]
                0.00    0.00       1/1           boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>::first_finderF<char const*>(char const* const&, boost::algorithm::is_equal) [2011]
-----------------------------------------------
                0.00    0.00       1/1           void boost::algorithm::replace_all<std::string, std::string, char [1]>(std::string&, std::string const&, char const (&) [1]) [2002]
[2004]   0.0    0.00    0.00       1         boost::algorithm::detail::first_finderF<boost::range_const_iterator<std::string>::type, boost::algorithm::is_equal> boost::algorithm::first_finder<std::string>(std::string const&) [2004]
                0.00    0.00       1/1           boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>::first_finderF<std::string>(std::string const&, boost::algorithm::is_equal) [2010]
-----------------------------------------------
                0.00    0.00       1/1           void boost::algorithm::replace_all<std::string, std::string, char [1]>(std::string&, std::string const&, char const (&) [1]) [2002]
[2005]   0.0    0.00    0.00       1         boost::algorithm::detail::const_formatF<char [1]> boost::algorithm::const_formatter<char [1]>(char const (&) [1]) [2005]
                0.00    0.00       1/1           boost::algorithm::detail::const_formatF<char [1]>::const_formatF(char const (&) [1]) [2009]
-----------------------------------------------
                0.00    0.00       1/1           void boost::algorithm::erase_all<std::string, char const*>(std::string&, char const* const&) [2024]
[2006]   0.0    0.00    0.00       1         boost::algorithm::detail::empty_formatF<boost::range_value<std::string>::type> boost::algorithm::empty_formatter<std::string>(std::string const&) [2006]
-----------------------------------------------
                0.00    0.00       1/1           void boost::algorithm::replace_all<std::string, std::string, char [1]>(std::string&, std::string const&, char const (&) [1]) [2002]
[2007]   0.0    0.00    0.00       1         void boost::algorithm::find_format_all<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]> >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>) [2007]
                0.00    0.00       1/1           void boost::function_requires<boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >(boost::mpl::identity<boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >*) [1949]
                0.00    0.00       1/1           void boost::function_requires<boost::algorithm::FormatterConcept<boost::algorithm::detail::const_formatF<char [1]>, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >(boost::mpl::identity<boost::algorithm::FormatterConcept<boost::algorithm::detail::const_formatF<char [1]>, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >*) [1951]
                0.00    0.00       1/8           boost::range_iterator<boost::remove_const<std::string>::type>::type boost::end<std::string>(std::string&) [1496]
                0.00    0.00       1/6           boost::range_iterator<boost::remove_const<std::string>::type>::type boost::begin<std::string>(std::string&) [1571]
                0.00    0.00       1/2           boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const [1823]
                0.00    0.00       1/1           void boost::algorithm::detail::find_format_all_impl<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >) [2020]
-----------------------------------------------
                0.00    0.00       1/1           void boost::algorithm::erase_all<std::string, char const*>(std::string&, char const* const&) [2024]
[2008]   0.0    0.00    0.00       1         void boost::algorithm::find_format_all<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char> >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>) [2008]
                0.00    0.00       1/1           void boost::function_requires<boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >(boost::mpl::identity<boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >*) [1950]
                0.00    0.00       1/1           void boost::function_requires<boost::algorithm::FormatterConcept<boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >(boost::mpl::identity<boost::algorithm::FormatterConcept<boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >*) [1952]
                0.00    0.00       1/8           boost::range_iterator<boost::remove_const<std::string>::type>::type boost::end<std::string>(std::string&) [1496]
                0.00    0.00       1/6           boost::range_iterator<boost::remove_const<std::string>::type>::type boost::begin<std::string>(std::string&) [1571]
                0.00    0.00       1/2           boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const [1824]
                0.00    0.00       1/1           void boost::algorithm::detail::find_format_all_impl<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >) [2021]
-----------------------------------------------
                0.00    0.00       1/1           boost::algorithm::detail::const_formatF<char [1]> boost::algorithm::const_formatter<char [1]>(char const (&) [1]) [2005]
[2009]   0.0    0.00    0.00       1         boost::algorithm::detail::const_formatF<char [1]>::const_formatF(char const (&) [1]) [2009]
                0.00    0.00       1/1           boost::range_const_iterator<char [1]>::type boost::end<char [1]>(char const (&) [1]) [1977]
                0.00    0.00       1/1           boost::range_const_iterator<char [1]>::type boost::begin<char [1]>(char const (&) [1]) [1982]
                0.00    0.00       1/2           boost::iterator_range<char const*>::iterator_range<char const*>(char const*, char const*) [1764]
-----------------------------------------------
                0.00    0.00       1/1           boost::algorithm::detail::first_finderF<boost::range_const_iterator<std::string>::type, boost::algorithm::is_equal> boost::algorithm::first_finder<std::string>(std::string const&) [2004]
[2010]   0.0    0.00    0.00       1         boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>::first_finderF<std::string>(std::string const&, boost::algorithm::is_equal) [2010]
                0.00    0.00       1/1           boost::range_const_iterator<std::string>::type boost::end<std::string>(std::string const&) [1981]
                0.00    0.00       1/1           boost::range_const_iterator<std::string>::type boost::begin<std::string>(std::string const&) [1986]
                0.00    0.00       1/1           boost::iterator_range<__gnu_cxx::__normal_iterator<char const*, std::string> >::iterator_range<__gnu_cxx::__normal_iterator<char const*, std::string> >(__gnu_cxx::__normal_iterator<char const*, std::string>, __gnu_cxx::__normal_iterator<char const*, std::string>) [1947]
-----------------------------------------------
                0.00    0.00       1/1           boost::algorithm::detail::first_finderF<boost::range_const_iterator<char const*>::type, boost::algorithm::is_equal> boost::algorithm::first_finder<char const*>(char const* const&) [2003]
[2011]   0.0    0.00    0.00       1         boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>::first_finderF<char const*>(char const* const&, boost::algorithm::is_equal) [2011]
                0.00    0.00       1/1           boost::range_const_iterator<char const*>::type boost::end<char const*>(char const* const&) [1980]
                0.00    0.00       1/1           boost::range_const_iterator<char const*>::type boost::begin<char const*>(char const* const&) [1985]
                0.00    0.00       1/2           boost::iterator_range<char const*>::iterator_range<char const*>(char const*, char const*) [1764]
-----------------------------------------------
                0.00    0.00       1/1           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char> >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char>) [2023]
[2012]   0.0    0.00    0.00       1         void boost::algorithm::detail::copy_to_storage<std::deque<char, std::allocator<char> >, boost::algorithm::detail::empty_container<char> >(std::deque<char, std::allocator<char> >&, boost::algorithm::detail::empty_container<char> const&) [2012]
                0.00    0.00       1/1           boost::range_const_iterator<boost::algorithm::detail::empty_container<char> >::type boost::end<boost::algorithm::detail::empty_container<char> >(boost::algorithm::detail::empty_container<char> const&) [1979]
                0.00    0.00       1/1           boost::range_const_iterator<boost::algorithm::detail::empty_container<char> >::type boost::begin<boost::algorithm::detail::empty_container<char> >(boost::algorithm::detail::empty_container<char> const&) [1984]
                0.00    0.00       1/2           std::deque<char, std::allocator<char> >::end() [1875]
                0.00    0.00       1/2           void std::deque<char, std::allocator<char> >::insert<char const*>(std::_Deque_iterator<char, char&, char*>, char const*, char const*) [1876]
-----------------------------------------------
                0.00    0.00       1/1           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*> >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*>) [2022]
[2013]   0.0    0.00    0.00       1         void boost::algorithm::detail::copy_to_storage<std::deque<char, std::allocator<char> >, boost::iterator_range<char const*> >(std::deque<char, std::allocator<char> >&, boost::iterator_range<char const*> const&) [2013]
                0.00    0.00       1/1           boost::range_const_iterator<boost::iterator_range<char const*> >::type boost::end<boost::iterator_range<char const*> >(boost::iterator_range<char const*> const&) [1978]
                0.00    0.00       1/1           boost::range_const_iterator<boost::iterator_range<char const*> >::type boost::begin<boost::iterator_range<char const*> >(boost::iterator_range<char const*> const&) [1983]
                0.00    0.00       1/2           std::deque<char, std::allocator<char> >::end() [1875]
                0.00    0.00       1/2           void std::deque<char, std::allocator<char> >::insert<char const*>(std::_Deque_iterator<char, char&, char*>, char const*, char const*) [1876]
-----------------------------------------------
                0.00    0.00       1/1           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*> >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*>) [2022]
[2014]   0.0    0.00    0.00       1         boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<char const*> >::format_result() [2014]
-----------------------------------------------
                0.00    0.00       1/1           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*> >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*>) [2022]
[2015]   0.0    0.00    0.00       1         boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<char const*> >::find_format_store(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > const&, boost::iterator_range<char const*> const&, boost::algorithm::detail::const_formatF<char [1]> const&) [2015]
-----------------------------------------------
                0.00    0.00       1/1           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*> >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*>) [2022]
[2016]   0.0    0.00    0.00       1         boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<char const*> >& boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<char const*> >::operator=<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >) [2016]
                0.00    0.00       1/2           boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >& boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::operator=<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1763]
                0.00    0.00       1/2           boost::iterator_range<char const*> const& boost::algorithm::detail::const_formatF<char [1]>::operator()<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > const&) const [1821]
                0.00    0.00       1/1           boost::iterator_range<char const*>::operator=(boost::iterator_range<char const*> const&) [1948]
-----------------------------------------------
                0.00    0.00       1/1           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char> >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char>) [2023]
[2017]   0.0    0.00    0.00       1         boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::empty_container<char> >::format_result() [2017]
-----------------------------------------------
                0.00    0.00       1/1           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char> >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char>) [2023]
[2018]   0.0    0.00    0.00       1         boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::empty_container<char> >::find_format_store(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > const&, boost::algorithm::detail::empty_container<char> const&, boost::algorithm::detail::empty_formatF<char> const&) [2018]
-----------------------------------------------
                0.00    0.00       1/1           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char> >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char>) [2023]
[2019]   0.0    0.00    0.00       1         boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::empty_container<char> >& boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::empty_container<char> >::operator=<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >) [2019]
                0.00    0.00       1/2           boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >& boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::operator=<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1763]
                0.00    0.00       1/2           boost::algorithm::detail::empty_container<char> boost::algorithm::detail::empty_formatF<char>::operator()<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > const&) const [1822]
-----------------------------------------------
                0.00    0.00       1/1           void boost::algorithm::find_format_all<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]> >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>) [2007]
[2020]   0.0    0.00    0.00       1         void boost::algorithm::detail::find_format_all_impl<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >) [2020]
                0.00    0.00       1/2           boost::iterator_range<char const*> const& boost::algorithm::detail::const_formatF<char [1]>::operator()<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > const&) const [1821]
                0.00    0.00       1/2           boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::iterator_range<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1762]
                0.00    0.00       1/1           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*> >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*>) [2022]
-----------------------------------------------
                0.00    0.00       1/1           void boost::algorithm::find_format_all<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char> >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>) [2008]
[2021]   0.0    0.00    0.00       1         void boost::algorithm::detail::find_format_all_impl<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >) [2021]
                0.00    0.00       1/2           boost::algorithm::detail::empty_container<char> boost::algorithm::detail::empty_formatF<char>::operator()<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > const&) const [1822]
                0.00    0.00       1/2           boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::iterator_range<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1762]
                0.00    0.00       1/1           void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char> >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char>) [2023]
-----------------------------------------------
                0.00    0.00       1/1           void boost::algorithm::detail::find_format_all_impl<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >) [2020]
[2022]   0.0    0.00    0.00       1         void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*> >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*>) [2022]
                0.00    0.00       3/8           boost::range_iterator<boost::remove_const<std::string>::type>::type boost::end<std::string>(std::string&) [1496]
                0.00    0.00       2/6           boost::range_iterator<boost::remove_const<std::string>::type>::type boost::begin<std::string>(std::string&) [1571]
                0.00    0.00       2/4           __gnu_cxx::__normal_iterator<char*, std::string> boost::algorithm::detail::process_segment<std::deque<char, std::allocator<char> >, std::string, __gnu_cxx::__normal_iterator<char*, std::string> >(std::deque<char, std::allocator<char> >&, std::string&, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) [1642]
                0.00    0.00       2/4           boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::operator __gnu_cxx::__normal_iterator<char*, std::string> (boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::*)() const() const [1659]
                0.00    0.00       1/1           boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<char const*> >::find_format_store(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > const&, boost::iterator_range<char const*> const&, boost::algorithm::detail::const_formatF<char [1]> const&) [2015]
                0.00    0.00       1/2           std::deque<char, std::allocator<char> >::deque(std::allocator<char> const&) [1877]
                0.00    0.00       1/6           boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::begin() const [1582]
                0.00    0.00       1/6           boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::end() const [1581]
                0.00    0.00       1/1           boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<char const*> >::format_result() [2014]
                0.00    0.00       1/1           void boost::algorithm::detail::copy_to_storage<std::deque<char, std::allocator<char> >, boost::iterator_range<char const*> >(std::deque<char, std::allocator<char> >&, boost::iterator_range<char const*> const&) [2013]
                0.00    0.00       1/2           boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const [1823]
                0.00    0.00       1/1           boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<char const*> >& boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<char const*> >::operator=<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >) [2016]
                0.00    0.00       1/10          std::deque<char, std::allocator<char> >::empty() const [1471]
                0.00    0.00       1/2           std::string::iterator boost::algorithm::detail::erase<std::string>(std::string&, std::string::iterator, std::string::iterator) [1791]
                0.00    0.00       1/2           std::deque<char, std::allocator<char> >::~deque() [1878]
-----------------------------------------------
                0.00    0.00       1/1           void boost::algorithm::detail::find_format_all_impl<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >) [2021]
[2023]   0.0    0.00    0.00       1         void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char> >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char>) [2023]
                0.00    0.00       3/8           boost::range_iterator<boost::remove_const<std::string>::type>::type boost::end<std::string>(std::string&) [1496]
                0.00    0.00       2/6           boost::range_iterator<boost::remove_const<std::string>::type>::type boost::begin<std::string>(std::string&) [1571]
                0.00    0.00       2/4           __gnu_cxx::__normal_iterator<char*, std::string> boost::algorithm::detail::process_segment<std::deque<char, std::allocator<char> >, std::string, __gnu_cxx::__normal_iterator<char*, std::string> >(std::deque<char, std::allocator<char> >&, std::string&, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) [1642]
                0.00    0.00       2/4           boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::operator __gnu_cxx::__normal_iterator<char*, std::string> (boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::*)() const() const [1659]
                0.00    0.00       1/1           boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::empty_container<char> >::find_format_store(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > const&, boost::algorithm::detail::empty_container<char> const&, boost::algorithm::detail::empty_formatF<char> const&) [2018]
                0.00    0.00       1/2           std::deque<char, std::allocator<char> >::deque(std::allocator<char> const&) [1877]
                0.00    0.00       1/6           boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::begin() const [1582]
                0.00    0.00       1/6           boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::end() const [1581]
                0.00    0.00       1/1           boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::empty_container<char> >::format_result() [2017]
                0.00    0.00       1/1           void boost::algorithm::detail::copy_to_storage<std::deque<char, std::allocator<char> >, boost::algorithm::detail::empty_container<char> >(std::deque<char, std::allocator<char> >&, boost::algorithm::detail::empty_container<char> const&) [2012]
                0.00    0.00       1/2           boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const [1824]
                0.00    0.00       1/1           boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::empty_container<char> >& boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::empty_container<char> >::operator=<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >) [2019]
                0.00    0.00       1/10          std::deque<char, std::allocator<char> >::empty() const [1471]
                0.00    0.00       1/2           std::string::iterator boost::algorithm::detail::erase<std::string>(std::string&, std::string::iterator, std::string::iterator) [1791]
                0.00    0.00       1/2           std::deque<char, std::allocator<char> >::~deque() [1878]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, boost::posix_time::ptime const&) const [2088]
[2024]   0.0    0.00    0.00       1         void boost::algorithm::erase_all<std::string, char const*>(std::string&, char const* const&) [2024]
                0.00    0.00       1/1           boost::algorithm::detail::empty_formatF<boost::range_value<std::string>::type> boost::algorithm::empty_formatter<std::string>(std::string const&) [2006]
                0.00    0.00       1/1           boost::algorithm::detail::first_finderF<boost::range_const_iterator<char const*>::type, boost::algorithm::is_equal> boost::algorithm::first_finder<char const*>(char const* const&) [2003]
                0.00    0.00       1/1           void boost::algorithm::find_format_all<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char> >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>) [2008]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::time_facet(unsigned int) [2027]
[2025]   0.0    0.00    0.00       1         boost::date_time::date_facet<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::date_facet(char const*, boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >, boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >, boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >, unsigned int) [2025]
                0.00    0.00       4/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00       4/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00       4/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00       1/1           std::locale::facet::facet(unsigned int) [2137]
                0.00    0.00       1/1           boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::period_formatter(boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > > const&) [2038]
                0.00    0.00       1/1           boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::date_generator_formatter(boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > > const&) [2044]
                0.00    0.00       1/1           boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::special_values_formatter(boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > > const&) [2047]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, boost::posix_time::ptime const&) const [2088]
[2026]   0.0    0.00    0.00       1         boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::fractional_seconds_as_string(boost::posix_time::time_duration const&, bool) [2026]
                0.00    0.00       1/2           boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::fractional_seconds() const [1828]
-----------------------------------------------
                0.00    0.00       1/1           std::basic_ostream<char, std::char_traits<char> >& boost::posix_time::operator<< <char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, boost::posix_time::time_duration const&) [1933]
[2027]   0.0    0.00    0.00       1         boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::time_facet(unsigned int) [2027]
                0.00    0.00       1/1           boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::date_generator_formatter() [2045]
                0.00    0.00       1/1           boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::special_values_formatter() [2048]
                0.00    0.00       1/1           boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::period_formatter(boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::range_display_options, char const*, char const*, char const*, char const*) [2037]
                0.00    0.00       1/1           boost::date_time::date_facet<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::date_facet(char const*, boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >, boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >, boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >, unsigned int) [2025]
                0.00    0.00       1/1           boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::~period_formatter() [2039]
                0.00    0.00       1/1           boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::~special_values_formatter() [2049]
                0.00    0.00       1/1           boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::~date_generator_formatter() [2046]
                0.00    0.00       1/3           std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*) [1736]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::operator-(boost::gregorian::date const&) const [2108]
[2028]   0.0    0.00    0.00       1         boost::date_time::int_adapter<long>::int_adapter(long) [2028]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::is_neg_infinity() const [2105]
[2029]   0.0    0.00    0.00       1         boost::date_time::int_adapter<unsigned long>::is_neg_inf(unsigned long) [2029]
                0.00    0.00       1/11          boost::date_time::int_adapter<unsigned long>::neg_infinity() [1439]
                0.00    0.00       1/38          boost::date_time::int_adapter<unsigned long>::as_number() const [1233]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::is_pos_infinity() const [2106]
[2030]   0.0    0.00    0.00       1         boost::date_time::int_adapter<unsigned long>::is_pos_inf(unsigned long) [2030]
                0.00    0.00       1/11          boost::date_time::int_adapter<unsigned long>::pos_infinity() [1440]
                0.00    0.00       1/38          boost::date_time::int_adapter<unsigned long>::as_number() const [1233]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::is_neg_infinity() const [2097]
[2031]   0.0    0.00    0.00       1         boost::date_time::int_adapter<long long>::is_neg_inf(long long) [2031]
                0.00    0.00       1/22          boost::date_time::int_adapter<long long>::neg_infinity() [1283]
                0.00    0.00       1/96          boost::date_time::int_adapter<long long>::as_number() const [1166]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::is_pos_infinity() const [2098]
[2032]   0.0    0.00    0.00       1         boost::date_time::int_adapter<long long>::is_pos_inf(long long) [2032]
                0.00    0.00       1/22          boost::date_time::int_adapter<long long>::pos_infinity() [1284]
                0.00    0.00       1/96          boost::date_time::int_adapter<long long>::as_number() const [1166]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::operator-(boost::gregorian::date const&) const [2108]
[2033]   0.0    0.00    0.00       1         boost::date_time::date_duration<boost::date_time::duration_traits_adapted>::date_duration(boost::date_time::int_adapter<long>) [2033]
                0.00    0.00       1/1           boost::less_than_comparable<boost::date_time::date_duration<boost::date_time::duration_traits_adapted>, boost::equality_comparable<boost::date_time::date_duration<boost::date_time::duration_traits_adapted>, boost::addable<boost::date_time::date_duration<boost::date_time::duration_traits_adapted>, boost::subtractable<boost::date_time::date_duration<boost::date_time::duration_traits_adapted>, boost::date_time::date_duration<boost::date_time::duration_traits_adapted>, boost::detail::empty_base, boost::detail::false_t>, boost::detail::empty_base, boost::detail::true_t>, boost::detail::empty_base, boost::detail::true_t>, boost::detail::empty_base, boost::detail::true_t>::less_than_comparable() [1953]
-----------------------------------------------
                0.00    0.00       1/1           std::basic_string<char, std::char_traits<char>, std::allocator<char> > boost::posix_time::to_simple_string_type<char>(boost::posix_time::time_duration) [1931]
[2034]   0.0    0.00    0.00       1         long long boost::date_time::absolute_value<long long>(long long) [2034]
-----------------------------------------------
                0.00    0.00       1/1           Omega::loadSimulation() [345]
[2035]   0.0    0.00    0.00       1         boost::date_time::microsec_clock<boost::posix_time::ptime>::local_time() [2035]
                0.00    0.00       1/1           boost::date_time::microsec_clock<boost::posix_time::ptime>::create_time(boost::date_time::microsec_clock<boost::posix_time::ptime>::TZ_FOR_CREATE) [2036]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::microsec_clock<boost::posix_time::ptime>::local_time() [2035]
[2036]   0.0    0.00    0.00       1         boost::date_time::microsec_clock<boost::posix_time::ptime>::create_time(boost::date_time::microsec_clock<boost::posix_time::ptime>::TZ_FOR_CREATE) [2036]
                0.00    0.00       1/5           boost::date_time::c_time::localtime(long const*, tm*) [1609]
                0.00    0.00       1/10          boost::gregorian::greg_day::greg_day(unsigned short) [1468]
                0.00    0.00       1/10          boost::gregorian::greg_month::greg_month(unsigned short) [1467]
                0.00    0.00       1/13          boost::gregorian::greg_year::greg_year(unsigned short) [1412]
                0.00    0.00       1/6           boost::gregorian::date::date(boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day) [1576]
                0.00    0.00       1/27          boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int>::res_adjust() [1266]
                0.00    0.00       1/9           boost::posix_time::time_duration::time_duration(int, int, int, long long) [1477]
                0.00    0.00       1/6           boost::posix_time::time_duration::time_duration(boost::posix_time::time_duration const&) [1568]
                0.00    0.00       1/5           boost::posix_time::ptime::ptime(boost::gregorian::date, boost::posix_time::time_duration) [1604]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::time_facet(unsigned int) [2027]
[2037]   0.0    0.00    0.00       1         boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::period_formatter(boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::range_display_options, char const*, char const*, char const*, char const*) [2037]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::date_facet<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::date_facet(char const*, boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >, boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >, boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >, unsigned int) [2025]
[2038]   0.0    0.00    0.00       1         boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::period_formatter(boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > > const&) [2038]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::time_facet(unsigned int) [2027]
[2039]   0.0    0.00    0.00       1         boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::~period_formatter() [2039]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::date() const [2115]
[2040]   0.0    0.00    0.00       1         boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::get_date(boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&) [2040]
                0.00    0.00       1/1           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::date() const [2100]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::zone_abbrev(bool) const [2111]
[2041]   0.0    0.00    0.00       1         boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::zone_name(boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&) [2041]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::date_duration<boost::date_time::duration_traits_adapted>::days() const [2095]
[2042]   0.0    0.00    0.00       1         boost::date_time::duration_traits_adapted::as_number(boost::date_time::int_adapter<long>) [2042]
                0.00    0.00       1/1           boost::date_time::int_adapter<long>::as_number() const [2089]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::day_of_week() const [2103]
[2043]   0.0    0.00    0.00       1         boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::day_of_week(boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day> const&) [2043]
                0.00    0.00       2/23          boost::gregorian::greg_month::operator unsigned short() const [1282]
                0.00    0.00       1/13          boost::gregorian::greg_year::operator unsigned short() const [1415]
                0.00    0.00       1/15          boost::gregorian::greg_day::operator unsigned short() const [1389]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::date_facet<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::date_facet(char const*, boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >, boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >, boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >, unsigned int) [2025]
[2044]   0.0    0.00    0.00       1         boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::date_generator_formatter(boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > > const&) [2044]
                0.00    0.00       1/45          std::vector<std::string, std::allocator<std::string> >::vector(std::vector<std::string, std::allocator<std::string> > const&) [1213]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::time_facet(unsigned int) [2027]
[2045]   0.0    0.00    0.00       1         boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::date_generator_formatter() [2045]
                0.00    0.00       9/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00       1/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00       1/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00       1/41808       std::allocator<std::string>::~allocator() [741]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::time_facet(unsigned int) [2027]
[2046]   0.0    0.00    0.00       1         boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::~date_generator_formatter() [2046]
                0.00    0.00       1/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::date_facet<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::date_facet(char const*, boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >, boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >, boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >, unsigned int) [2025]
[2047]   0.0    0.00    0.00       1         boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::special_values_formatter(boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > > const&) [2047]
                0.00    0.00       1/45          std::vector<std::string, std::allocator<std::string> >::vector(std::vector<std::string, std::allocator<std::string> > const&) [1213]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::time_facet(unsigned int) [2027]
[2048]   0.0    0.00    0.00       1         boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::special_values_formatter() [2048]
                0.00    0.00       1/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00       1/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00       1/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00       1/1           std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > std::back_inserter<std::vector<std::string, std::allocator<std::string> > >(std::vector<std::string, std::allocator<std::string> >&) [2146]
                0.00    0.00       1/1           std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > std::copy<char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > >(char const (*) [17], char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >) [2148]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::time_facet(unsigned int) [2027]
[2049]   0.0    0.00    0.00       1         boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::~special_values_formatter() [2049]
                0.00    0.00       1/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       1/1           boost::gregorian::date::date(boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day> const&) [2052]
[2050]   0.0    0.00    0.00       1         boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::date(boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day> const&) [2050]
                0.00    0.00       1/10          boost::less_than_comparable<boost::gregorian::date, boost::equality_comparable<boost::gregorian::date, boost::gregorian::date, boost::detail::empty_base, boost::detail::false_t>, boost::detail::empty_base, boost::detail::true_t>::less_than_comparable() [1451]
                0.00    0.00       1/7           boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::day_number(boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day> const&) [1547]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::day_of_week() const [2103]
[2051]   0.0    0.00    0.00       1         boost::gregorian::greg_weekday::greg_weekday(unsigned short) [2051]
                0.00    0.00       1/1           boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday> >::constrained_value(unsigned short) [1957]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::date() const [2100]
[2052]   0.0    0.00    0.00       1         boost::gregorian::date::date(boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day> const&) [2052]
                0.00    0.00       1/1           boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::date(boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day> const&) [2050]
-----------------------------------------------
                0.00    0.00       1/1           boost::posix_time::to_tm(boost::posix_time::ptime const&) [1932]
[2053]   0.0    0.00    0.00       1         boost::gregorian::to_tm(boost::gregorian::date const&) [2053]
                0.00    0.00       1/1           boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::is_pos_infinity() const [2106]
                0.00    0.00       1/1           boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::is_neg_infinity() const [2105]
                0.00    0.00       1/9           boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::is_not_a_date() const [1480]
                0.00    0.00       1/1           boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::year_month_day() const [2104]
                0.00    0.00       1/13          boost::gregorian::greg_year::operator unsigned short() const [1415]
                0.00    0.00       1/23          boost::gregorian::greg_month::operator unsigned short() const [1282]
                0.00    0.00       1/15          boost::gregorian::greg_day::operator unsigned short() const [1389]
                0.00    0.00       1/1           boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::day_of_week() const [2103]
                0.00    0.00       1/1           boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday> >::operator unsigned short() const [2070]
                0.00    0.00       1/1           boost::gregorian::date::day_of_year() const [2116]
                0.00    0.00       1/1           boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year> >::operator unsigned short() const [2071]
-----------------------------------------------
                0.00    0.00       1/1           ClassFactory::ClassFactory() [1924]
[2054]   0.0    0.00    0.00       1         Singleton<ClassFactory>::Singleton() [2054]
-----------------------------------------------
                0.00    0.00       1/1           Omega::Omega() [663]
[2055]   0.0    0.00    0.00       1         Singleton<Omega>::Singleton() [2055]
-----------------------------------------------
                0.00    0.00       1/1           std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::allocator(std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > > const&) [2120]
[2056]   0.0    0.00    0.00       1         __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::new_allocator(__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > > const&) [2056]
-----------------------------------------------
                0.00    0.00       1/1           std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::allocator<std::pair<std::string const, DynlibDescriptor> >(std::allocator<std::pair<std::string const, DynlibDescriptor> > const&) [2119]
[2057]   0.0    0.00    0.00       1         __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::new_allocator() [2057]
-----------------------------------------------
                0.00    0.00       1/1           std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::~allocator() [2121]
[2058]   0.0    0.00    0.00       1         __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::~new_allocator() [2058]
-----------------------------------------------
                0.00    0.00       1/1           std::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >::allocator(std::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > > const&) [2123]
[2059]   0.0    0.00    0.00       1         __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >::new_allocator(__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > > const&) [2059]
-----------------------------------------------
                0.00    0.00       1/1           std::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> >(std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > const&) [2122]
[2060]   0.0    0.00    0.00       1         __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >::new_allocator() [2060]
-----------------------------------------------
                0.00    0.00       1/1           std::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >::~allocator() [2124]
[2061]   0.0    0.00    0.00       1         __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >::~new_allocator() [2061]
-----------------------------------------------
                0.00    0.00       1/1           std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&) [62]
[2062]   0.0    0.00    0.00       1         __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::operator+=(int const&) [2062]
-----------------------------------------------
                0.00    0.00       1/1           ContainerHandler<std::vector<int, std::allocator<int> > >::accessNext(Archive&, boost::shared_ptr<Archive>&, bool) [583]
[2063]   0.0    0.00    0.00       1         bool __gnu_cxx::operator!=<int*, std::vector<int, std::allocator<int> > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > const&, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > const&) [2063]
                0.00    0.00       2/492         __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::base() const [1019]
-----------------------------------------------
                0.00    0.00       1/1           Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[2064]   0.0    0.00    0.00       1         StandAloneSimulator::getBaseClassName(unsigned int) const [2064]
                0.00    0.00       1/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00       1/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00       1/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00       1/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00       1/10322       std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) [801]
                0.00    0.00       1/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       1/1           Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[2065]   0.0    0.00    0.00       1         PhysicalActionContainer::getBaseClassName(unsigned int) const [2065]
                0.00    0.00       1/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00       1/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00       1/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00       1/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00       1/10322       std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) [801]
                0.00    0.00       1/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       1/1           PointerHandler<boost::shared_ptr<Preferences> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [467]
[2066]   0.0    0.00    0.00       1         boost::shared_ptr<Preferences>::operator*() const [2066]
-----------------------------------------------
                0.00    0.00       1/1           PointerHandler<boost::shared_ptr<PhysicalActionContainer> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [468]
[2067]   0.0    0.00    0.00       1         boost::shared_ptr<PhysicalActionContainer>::operator*() const [2067]
-----------------------------------------------
                0.00    0.00       1/1           main [25]
[2068]   0.0    0.00    0.00       1         boost::shared_ptr<FrontEnd>::operator->() const [2068]
-----------------------------------------------
                0.00    0.00       1/1           PointerHandler<boost::shared_ptr<MetaBody> >::creator(Archive&, boost::shared_ptr<Archive>&, std::string) [469]
[2069]   0.0    0.00    0.00       1         boost::shared_ptr<MetaBody>::operator*() const [2069]
-----------------------------------------------
                0.00    0.00       1/1           boost::gregorian::to_tm(boost::gregorian::date const&) [2053]
[2070]   0.0    0.00    0.00       1         boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday> >::operator unsigned short() const [2070]
-----------------------------------------------
                0.00    0.00       1/1           boost::gregorian::to_tm(boost::gregorian::date const&) [2053]
[2071]   0.0    0.00    0.00       1         boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year> >::operator unsigned short() const [2071]
-----------------------------------------------
                0.00    0.00       1/1           boost::any::type() const [150]
[2072]   0.0    0.00    0.00       1         boost::any::holder<boost::shared_ptr<Preferences>*>::type() const [2072]
-----------------------------------------------
                0.00    0.00       1/1           boost::any::any(boost::any const&) [201]
[2073]   0.0    0.00    0.00       1         boost::any::holder<boost::shared_ptr<Preferences>*>::clone() const [2073]
                0.00    0.00       1/2           boost::any::holder<boost::shared_ptr<Preferences>*>::holder(boost::shared_ptr<Preferences>* const&) [1768]
-----------------------------------------------
                0.00    0.00       1/1           boost::any::type() const [150]
[2074]   0.0    0.00    0.00       1         boost::any::holder<boost::shared_ptr<BodyContainer>*>::type() const [2074]
-----------------------------------------------
                0.00    0.00       1/1           boost::any::any(boost::any const&) [201]
[2075]   0.0    0.00    0.00       1         boost::any::holder<boost::shared_ptr<BodyContainer>*>::clone() const [2075]
                0.00    0.00       1/2           boost::any::holder<boost::shared_ptr<BodyContainer>*>::holder(boost::shared_ptr<BodyContainer>* const&) [1770]
-----------------------------------------------
                0.00    0.00       1/1           boost::any::type() const [150]
[2076]   0.0    0.00    0.00       1         boost::any::holder<boost::shared_ptr<PhysicalActionContainer>*>::type() const [2076]
-----------------------------------------------
                0.00    0.00       1/1           boost::any::any(boost::any const&) [201]
[2077]   0.0    0.00    0.00       1         boost::any::holder<boost::shared_ptr<PhysicalActionContainer>*>::clone() const [2077]
                0.00    0.00       1/2           boost::any::holder<boost::shared_ptr<PhysicalActionContainer>*>::holder(boost::shared_ptr<PhysicalActionContainer>* const&) [1772]
-----------------------------------------------
                0.00    0.00       1/1           boost::any::type() const [150]
[2078]   0.0    0.00    0.00       1         boost::any::holder<boost::shared_ptr<MetaBody>*>::type() const [2078]
-----------------------------------------------
                0.00    0.00       1/1           boost::any::any(boost::any const&) [201]
[2079]   0.0    0.00    0.00       1         boost::any::holder<boost::shared_ptr<MetaBody>*>::clone() const [2079]
                0.00    0.00       1/2           boost::any::holder<boost::shared_ptr<MetaBody>*>::holder(boost::shared_ptr<MetaBody>* const&) [1774]
-----------------------------------------------
                0.00    0.00       1/1           boost::any::any(boost::any const&) [201]
[2080]   0.0    0.00    0.00       1         boost::any::holder<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >*>::clone() const [2080]
                0.00    0.00       1/2           boost::any::holder<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >*>::holder(std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >* const&) [1776]
-----------------------------------------------
                0.00    0.00       1/1           boost::any::any(boost::any const&) [201]
[2081]   0.0    0.00    0.00       1         boost::any::holder<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>::clone() const [2081]
                0.00    0.00       1/2           boost::any::holder<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>::holder(std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >* const&) [1778]
-----------------------------------------------
                0.00    0.00       1/1           boost::any::any(boost::any const&) [201]
[2082]   0.0    0.00    0.00       1         boost::any::holder<std::vector<int, std::allocator<int> >*>::clone() const [2082]
                0.00    0.00       1/2           boost::any::holder<std::vector<int, std::allocator<int> >*>::holder(std::vector<int, std::allocator<int> >* const&) [1780]
-----------------------------------------------
                0.00    0.00       1/1           boost::range_const_iterator<boost::algorithm::detail::empty_container<char> >::type boost::range_detail::boost_range_end<boost::algorithm::detail::empty_container<char> >(boost::algorithm::detail::empty_container<char> const&) [1939]
[2083]   0.0    0.00    0.00       1         boost::algorithm::detail::empty_container<char>::end() const [2083]
-----------------------------------------------
                0.00    0.00       1/1           boost::range_const_iterator<boost::algorithm::detail::empty_container<char> >::type boost::range_detail::boost_range_begin<boost::algorithm::detail::empty_container<char> >(boost::algorithm::detail::empty_container<char> const&) [1942]
[2084]   0.0    0.00    0.00       1         boost::algorithm::detail::empty_container<char>::begin() const [2084]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, boost::posix_time::time_duration const&) const [2087]
[2085]   0.0    0.00    0.00       1         boost::date_time::date_facet<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::do_put_special(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, boost::date_time::special_values) const [2085]
                0.00    0.00       1/1           boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put_special(std::ostreambuf_iterator<char, std::char_traits<char> >, boost::date_time::special_values const&) const [2102]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, boost::posix_time::ptime const&) const [2088]
[2086]   0.0    0.00    0.00       1         boost::date_time::date_facet<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::do_put_tm(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, tm const&, std::string) const [2086]
                0.00    0.00       4/11188       std::vector<std::string, std::allocator<std::string> >::size() const [796]
                0.00    0.00       2/51          __gnu_cxx::__normal_iterator<char*, std::string>::operator*() const [1199]
                0.00    0.00       1/5           std::ios_base::getloc() const [1616]
-----------------------------------------------
                0.00    0.00       1/1           std::basic_ostream<char, std::char_traits<char> >& boost::posix_time::operator<< <char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, boost::posix_time::time_duration const&) [1933]
[2087]   0.0    0.00    0.00       1         boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, boost::posix_time::time_duration const&) const [2087]
                0.00    0.00       1/7           boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::is_special() const [1552]
                0.00    0.00       1/4           boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::get_rep() const [1661]
                0.00    0.00       1/1           boost::date_time::int_adapter<long long>::as_special() const [2091]
                0.00    0.00       1/1           boost::date_time::date_facet<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::do_put_special(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, boost::date_time::special_values) const [2085]
-----------------------------------------------
                0.00    0.00       1/1           std::basic_ostream<char, std::char_traits<char> >& boost::posix_time::operator<< <char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, boost::posix_time::ptime const&) [1934]
[2088]   0.0    0.00    0.00       1         boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, boost::posix_time::ptime const&) const [2088]
                0.00    0.00       1/1           boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::is_special() const [2109]
                0.00    0.00       1/1           boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::zone_abbrev(bool) const [2111]
                0.00    0.00       1/15200       std::operator|(std::_Ios_Openmode, std::_Ios_Openmode) [773]
                0.00    0.00       1/1           void boost::algorithm::replace_all<std::string, std::string, char [1]>(std::string&, std::string const&, char const (&) [1]) [2002]
                0.00    0.00       1/2           boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::time_of_day() const [1834]
                0.00    0.00       1/1           boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::fractional_seconds_as_string(boost::posix_time::time_duration const&, bool) [2026]
                0.00    0.00       1/1           void boost::algorithm::erase_all<std::string, char const*>(std::string&, char const* const&) [2024]
                0.00    0.00       1/1           boost::posix_time::to_tm(boost::posix_time::ptime const&) [1932]
                0.00    0.00       1/1           boost::date_time::date_facet<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::do_put_tm(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, tm const&, std::string) const [2086]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::duration_traits_adapted::as_number(boost::date_time::int_adapter<long>) [2042]
[2089]   0.0    0.00    0.00       1         boost::date_time::int_adapter<long>::as_number() const [2089]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::operator-(boost::gregorian::date const&) const [2108]
[2090]   0.0    0.00    0.00       1         boost::date_time::int_adapter<unsigned long> boost::date_time::int_adapter<unsigned long>::operator-<unsigned long>(boost::date_time::int_adapter<unsigned long> const&) const [2090]
                0.00    0.00       2/2           boost::date_time::int_adapter<unsigned long>::is_special() const [1825]
                0.00    0.00       1/38          boost::date_time::int_adapter<unsigned long>::as_number() const [1233]
                0.00    0.00       1/42          boost::date_time::int_adapter<unsigned long>::int_adapter(unsigned long) [1218]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, boost::posix_time::time_duration const&) const [2087]
[2091]   0.0    0.00    0.00       1         boost::date_time::int_adapter<long long>::as_special() const [2091]
                0.00    0.00       1/2           boost::date_time::int_adapter<long long>::to_special(long long) [1792]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::int_adapter<long long>::operator<(int const&) const [2093]
[2092]   0.0    0.00    0.00       1         boost::date_time::int_adapter<long long>::compare(boost::date_time::int_adapter<long long> const&) const [2092]
                0.00    0.00       2/21          boost::date_time::int_adapter<long long>::is_special() const [1291]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::is_negative() const [2096]
[2093]   0.0    0.00    0.00       1         boost::date_time::int_adapter<long long>::operator<(int const&) const [2093]
                0.00    0.00       1/104         boost::date_time::int_adapter<long long>::int_adapter(long long) [1162]
                0.00    0.00       1/1           boost::date_time::int_adapter<long long>::compare(boost::date_time::int_adapter<long long> const&) const [2092]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::subtract_times(boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&, boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&) [1719]
[2094]   0.0    0.00    0.00       1         boost::date_time::int_adapter<long long> boost::date_time::int_adapter<long long>::operator-<long long>(boost::date_time::int_adapter<long long> const&) const [2094]
                0.00    0.00       1/21          boost::date_time::int_adapter<long long>::is_special() const [1291]
                0.00    0.00       1/25          boost::date_time::int_adapter<long long>::is_nan() const [1270]
                0.00    0.00       1/36          boost::date_time::int_adapter<long long>::not_a_number() [1243]
-----------------------------------------------
                0.00    0.00       1/1           boost::gregorian::date::day_of_year() const [2116]
[2095]   0.0    0.00    0.00       1         boost::date_time::date_duration<boost::date_time::duration_traits_adapted>::days() const [2095]
                0.00    0.00       1/1           boost::date_time::duration_traits_adapted::as_number(boost::date_time::int_adapter<long>) [2042]
-----------------------------------------------
                0.00    0.00       1/1           std::basic_string<char, std::char_traits<char>, std::allocator<char> > boost::posix_time::to_simple_string_type<char>(boost::posix_time::time_duration) [1931]
[2096]   0.0    0.00    0.00       1         boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::is_negative() const [2096]
                0.00    0.00       1/1           boost::date_time::int_adapter<long long>::operator<(int const&) const [2093]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::is_neg_infinity() const [2112]
[2097]   0.0    0.00    0.00       1         boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::is_neg_infinity() const [2097]
                0.00    0.00       1/96          boost::date_time::int_adapter<long long>::as_number() const [1166]
                0.00    0.00       1/1           boost::date_time::int_adapter<long long>::is_neg_inf(long long) [2031]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::is_pos_infinity() const [2113]
[2098]   0.0    0.00    0.00       1         boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::is_pos_infinity() const [2098]
                0.00    0.00       1/96          boost::date_time::int_adapter<long long>::as_number() const [1166]
                0.00    0.00       1/1           boost::date_time::int_adapter<long long>::is_pos_inf(long long) [2032]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::is_not_a_date_time() const [2114]
[2099]   0.0    0.00    0.00       1         boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::is_not_a_date_time() const [2099]
                0.00    0.00       1/96          boost::date_time::int_adapter<long long>::as_number() const [1166]
                0.00    0.00       1/3           boost::date_time::int_adapter<long long>::is_not_a_number(long long) [1717]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::get_date(boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&) [2040]
[2100]   0.0    0.00    0.00       1         boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::date() const [2100]
                0.00    0.00       1/21          boost::date_time::int_adapter<long long>::is_special() const [1291]
                0.00    0.00       1/1           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::day_count() const [2101]
                0.00    0.00       1/4           boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::from_day_number(unsigned long) [1649]
                0.00    0.00       1/1           boost::gregorian::date::date(boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day> const&) [2052]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::date() const [2100]
[2101]   0.0    0.00    0.00       1         boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::day_count() const [2101]
                0.00    0.00       1/20          boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int>::as_number(boost::date_time::int_adapter<long long>) [1306]
                0.00    0.00       1/8           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::frac_sec_per_day() [1501]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::date_facet<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::do_put_special(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, boost::date_time::special_values) const [2085]
[2102]   0.0    0.00    0.00       1         boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put_special(std::ostreambuf_iterator<char, std::char_traits<char> >, boost::date_time::special_values const&) const [2102]
                0.00    0.00       2/2           std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) const [1848]
                0.00    0.00       1/11188       std::vector<std::string, std::allocator<std::string> >::size() const [796]
                0.00    0.00       1/1           std::ostreambuf_iterator<char, std::char_traits<char> > std::copy<__gnu_cxx::__normal_iterator<char const*, std::string>, std::ostreambuf_iterator<char, std::char_traits<char> > >(__gnu_cxx::__normal_iterator<char const*, std::string>, __gnu_cxx::__normal_iterator<char const*, std::string>, std::ostreambuf_iterator<char, std::char_traits<char> >) [2147]
-----------------------------------------------
                0.00    0.00       1/1           boost::gregorian::to_tm(boost::gregorian::date const&) [2053]
[2103]   0.0    0.00    0.00       1         boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::day_of_week() const [2103]
                0.00    0.00       1/4           boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::from_day_number(unsigned long) [1649]
                0.00    0.00       1/1           boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::day_of_week(boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day> const&) [2043]
                0.00    0.00       1/1           boost::gregorian::greg_weekday::greg_weekday(unsigned short) [2051]
-----------------------------------------------
                0.00    0.00       1/1           boost::gregorian::to_tm(boost::gregorian::date const&) [2053]
[2104]   0.0    0.00    0.00       1         boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::year_month_day() const [2104]
                0.00    0.00       1/4           boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::from_day_number(unsigned long) [1649]
-----------------------------------------------
                0.00    0.00       1/1           boost::gregorian::to_tm(boost::gregorian::date const&) [2053]
[2105]   0.0    0.00    0.00       1         boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::is_neg_infinity() const [2105]
                0.00    0.00       1/1           boost::date_time::int_adapter<unsigned long>::is_neg_inf(unsigned long) [2029]
-----------------------------------------------
                0.00    0.00       1/1           boost::gregorian::to_tm(boost::gregorian::date const&) [2053]
[2106]   0.0    0.00    0.00       1         boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::is_pos_infinity() const [2106]
                0.00    0.00       1/1           boost::date_time::int_adapter<unsigned long>::is_pos_inf(unsigned long) [2030]
-----------------------------------------------
                0.00    0.00       1/1           boost::gregorian::date::day_of_year() const [2116]
[2107]   0.0    0.00    0.00       1         boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::year() const [2107]
                0.00    0.00       1/4           boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::from_day_number(unsigned long) [1649]
-----------------------------------------------
                0.00    0.00       1/1           boost::gregorian::date::day_of_year() const [2116]
[2108]   0.0    0.00    0.00       1         boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::operator-(boost::gregorian::date const&) const [2108]
                0.00    0.00       2/42          boost::date_time::int_adapter<unsigned long>::int_adapter(unsigned long) [1218]
                0.00    0.00       1/1           boost::date_time::int_adapter<unsigned long> boost::date_time::int_adapter<unsigned long>::operator-<unsigned long>(boost::date_time::int_adapter<unsigned long> const&) const [2090]
                0.00    0.00       1/38          boost::date_time::int_adapter<unsigned long>::as_number() const [1233]
                0.00    0.00       1/1           boost::date_time::int_adapter<long>::int_adapter(long) [2028]
                0.00    0.00       1/1           boost::date_time::date_duration<boost::date_time::duration_traits_adapted>::date_duration(boost::date_time::int_adapter<long>) [2033]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, boost::posix_time::ptime const&) const [2088]
[2109]   0.0    0.00    0.00       1         boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::is_special() const [2109]
                0.00    0.00       1/1           boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::is_not_a_date_time() const [2114]
                0.00    0.00       1/1           boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::is_infinity() const [2110]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::is_special() const [2109]
[2110]   0.0    0.00    0.00       1         boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::is_infinity() const [2110]
                0.00    0.00       1/1           boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::is_pos_infinity() const [2113]
                0.00    0.00       1/1           boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::is_neg_infinity() const [2112]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, boost::posix_time::ptime const&) const [2088]
[2111]   0.0    0.00    0.00       1         boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::zone_abbrev(bool) const [2111]
                0.00    0.00       1/1           boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::zone_name(boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&) [2041]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::is_infinity() const [2110]
[2112]   0.0    0.00    0.00       1         boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::is_neg_infinity() const [2112]
                0.00    0.00       1/1           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::is_neg_infinity() const [2097]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::is_infinity() const [2110]
[2113]   0.0    0.00    0.00       1         boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::is_pos_infinity() const [2113]
                0.00    0.00       1/1           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::is_pos_infinity() const [2098]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::is_special() const [2109]
[2114]   0.0    0.00    0.00       1         boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::is_not_a_date_time() const [2114]
                0.00    0.00       1/1           boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::is_not_a_date_time() const [2099]
-----------------------------------------------
                0.00    0.00       1/1           boost::posix_time::to_tm(boost::posix_time::ptime const&) [1932]
[2115]   0.0    0.00    0.00       1         boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::date() const [2115]
                0.00    0.00       1/1           boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::get_date(boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&) [2040]
-----------------------------------------------
                0.00    0.00       1/1           boost::gregorian::to_tm(boost::gregorian::date const&) [2053]
[2116]   0.0    0.00    0.00       1         boost::gregorian::date::day_of_year() const [2116]
                0.00    0.00       1/10          boost::gregorian::greg_day::greg_day(unsigned short) [1468]
                0.00    0.00       1/10          boost::gregorian::greg_month::greg_month(unsigned short) [1467]
                0.00    0.00       1/1           boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::year() const [2107]
                0.00    0.00       1/6           boost::gregorian::date::date(boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day) [1576]
                0.00    0.00       1/1           boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::operator-(boost::gregorian::date const&) const [2108]
                0.00    0.00       1/1           boost::date_time::date_duration<boost::date_time::duration_traits_adapted>::days() const [2095]
                0.00    0.00       1/1           boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year> >::constrained_value(unsigned short) [1961]
-----------------------------------------------
                0.00    0.00       1/1           Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[2117]   0.0    0.00    0.00       1         FrontEnd::getBaseClassName(unsigned int) const [2117]
                0.00    0.00       1/3392        std::allocator<std::string>::allocator() [856]
                0.00    0.00       1/3197        std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&) [863]
                0.00    0.00       1/41808       std::allocator<std::string>::~allocator() [741]
                0.00    0.00       1/617         std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&) [1004]
                0.00    0.00       1/10322       std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) [801]
                0.00    0.00       1/3219        std::vector<std::string, std::allocator<std::string> >::~vector() [862]
-----------------------------------------------
                0.00    0.00       1/1           Omega::loadSimulation() [345]
[2118]   0.0    0.00    0.00       1         MetaBody::getClassName() const [2118]
-----------------------------------------------
                0.00    0.00       1/1           std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_Rb_tree(std::less<std::string> const&, std::allocator<std::pair<std::string const, DynlibDescriptor> > const&) [2141]
[2119]   0.0    0.00    0.00       1         std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::allocator<std::pair<std::string const, DynlibDescriptor> >(std::allocator<std::pair<std::string const, DynlibDescriptor> > const&) [2119]
                0.00    0.00       1/1           __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::new_allocator() [2057]
-----------------------------------------------
                0.00    0.00       1/1           std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_Rb_tree_impl<std::less<std::string>, false>::_Rb_tree_impl(std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > > const&, std::less<std::string> const&) [2139]
[2120]   0.0    0.00    0.00       1         std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::allocator(std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > > const&) [2120]
                0.00    0.00       1/1           __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::new_allocator(__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > > const&) [2056]
-----------------------------------------------
                0.00    0.00       1/1           std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_Rb_tree(std::less<std::string> const&, std::allocator<std::pair<std::string const, DynlibDescriptor> > const&) [2141]
[2121]   0.0    0.00    0.00       1         std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::~allocator() [2121]
                0.00    0.00       1/1           __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::~new_allocator() [2058]
-----------------------------------------------
                0.00    0.00       1/1           std::_Rb_tree<std::string, std::pair<std::string const, ClassFactory::FactorableCreators>, std::_Select1st<std::pair<std::string const, ClassFactory::FactorableCreators> >, std::less<std::string>, std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > >::_Rb_tree(std::less<std::string> const&, std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > const&) [2143]
[2122]   0.0    0.00    0.00       1         std::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> >(std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > const&) [2122]
                0.00    0.00       1/1           __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >::new_allocator() [2060]
-----------------------------------------------
                0.00    0.00       1/1           std::_Rb_tree<std::string, std::pair<std::string const, ClassFactory::FactorableCreators>, std::_Select1st<std::pair<std::string const, ClassFactory::FactorableCreators> >, std::less<std::string>, std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > >::_Rb_tree_impl<std::less<std::string>, false>::_Rb_tree_impl(std::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > > const&, std::less<std::string> const&) [2142]
[2123]   0.0    0.00    0.00       1         std::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >::allocator(std::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > > const&) [2123]
                0.00    0.00       1/1           __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >::new_allocator(__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > > const&) [2059]
-----------------------------------------------
                0.00    0.00       1/1           std::_Rb_tree<std::string, std::pair<std::string const, ClassFactory::FactorableCreators>, std::_Select1st<std::pair<std::string const, ClassFactory::FactorableCreators> >, std::less<std::string>, std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > >::_Rb_tree(std::less<std::string> const&, std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > const&) [2143]
[2124]   0.0    0.00    0.00       1         std::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >::~allocator() [2124]
                0.00    0.00       1/1           __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >::~new_allocator() [2061]
-----------------------------------------------
                0.00    0.00       1/1           std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::map() [2132]
[2125]   0.0    0.00    0.00       1         std::allocator<std::pair<std::string const, DynlibDescriptor> >::allocator() [2125]
                0.00    0.00       1/196         __gnu_cxx::new_allocator<std::pair<std::string const, DynlibDescriptor> >::new_allocator() [1119]
-----------------------------------------------
                0.00    0.00       1/1           std::map<std::string, ClassFactory::FactorableCreators, std::less<std::string>, std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > >::map() [2133]
[2126]   0.0    0.00    0.00       1         std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> >::allocator() [2126]
                0.00    0.00       1/211         __gnu_cxx::new_allocator<std::pair<std::string const, ClassFactory::FactorableCreators> >::new_allocator() [1112]
-----------------------------------------------
                0.00    0.00       1/1           std::map<std::string, ClassFactory::FactorableCreators, std::less<std::string>, std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > >::map() [2133]
[2127]   0.0    0.00    0.00       1         std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> >::~allocator() [2127]
                0.00    0.00     211/211         __gnu_cxx::new_allocator<std::pair<std::string const, ClassFactory::FactorableCreators> >::~new_allocator() [1113]
-----------------------------------------------
                0.00    0.00       1/1           std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > std::copy<char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > >(char const (*) [17], char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >) [2148]
[2128]   0.0    0.00    0.00       1         std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > std::__copy_normal<false, false>::copy_n<char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > >(char const (*) [17], char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >) [2128]
                0.00    0.00       1/1           std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > std::__copy_aux<char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > >(char const (*) [17], char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >) [2144]
-----------------------------------------------
                0.00    0.00       1/1           std::ostreambuf_iterator<char, std::char_traits<char> > std::copy<__gnu_cxx::__normal_iterator<char const*, std::string>, std::ostreambuf_iterator<char, std::char_traits<char> > >(__gnu_cxx::__normal_iterator<char const*, std::string>, __gnu_cxx::__normal_iterator<char const*, std::string>, std::ostreambuf_iterator<char, std::char_traits<char> >) [2147]
[2129]   0.0    0.00    0.00       1         std::ostreambuf_iterator<char, std::char_traits<char> > std::__copy_normal<true, false>::copy_n<__gnu_cxx::__normal_iterator<char const*, std::string>, std::ostreambuf_iterator<char, std::char_traits<char> > >(__gnu_cxx::__normal_iterator<char const*, std::string>, __gnu_cxx::__normal_iterator<char const*, std::string>, std::ostreambuf_iterator<char, std::char_traits<char> >) [2129]
                0.00    0.00       2/130         __gnu_cxx::__normal_iterator<char const*, std::string>::base() const [1154]
                0.00    0.00       1/1           std::ostreambuf_iterator<char, std::char_traits<char> > std::__copy_aux<char const*, std::ostreambuf_iterator<char, std::char_traits<char> > >(char const*, char const*, std::ostreambuf_iterator<char, std::char_traits<char> >) [2145]
-----------------------------------------------
                0.00    0.00       1/1           std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > std::back_inserter<std::vector<std::string, std::allocator<std::string> > >(std::vector<std::string, std::allocator<std::string> >&) [2146]
[2130]   0.0    0.00    0.00       1         std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >::back_insert_iterator(std::vector<std::string, std::allocator<std::string> >&) [2130]
                0.00    0.00       1/4           std::iterator<std::output_iterator_tag, void, void, void, void>::iterator() [1690]
-----------------------------------------------
                0.00    0.00       1/1           Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [327]
[2131]   0.0    0.00    0.00       1         std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::begin() [2131]
                0.00    0.00       1/2           std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::begin() [1883]
-----------------------------------------------
                0.00    0.00       1/1           Omega::Omega() [663]
[2132]   0.0    0.00    0.00       1         std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::map() [2132]
                0.00    0.00       1/1           std::allocator<std::pair<std::string const, DynlibDescriptor> >::allocator() [2125]
                0.00    0.00       1/1           std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_Rb_tree(std::less<std::string> const&, std::allocator<std::pair<std::string const, DynlibDescriptor> > const&) [2141]
                0.00    0.00       1/196         std::allocator<std::pair<std::string const, DynlibDescriptor> >::~allocator() [1121]
-----------------------------------------------
                0.00    0.00       1/1           ClassFactory::ClassFactory() [1924]
[2133]   0.0    0.00    0.00       1         std::map<std::string, ClassFactory::FactorableCreators, std::less<std::string>, std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > >::map() [2133]
                0.00    0.00       1/1           std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> >::allocator() [2126]
                0.00    0.00       1/1           std::_Rb_tree<std::string, std::pair<std::string const, ClassFactory::FactorableCreators>, std::_Select1st<std::pair<std::string const, ClassFactory::FactorableCreators> >, std::less<std::string>, std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > >::_Rb_tree(std::less<std::string> const&, std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > const&) [2143]
                0.00    0.00       1/1           std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> >::~allocator() [2127]
-----------------------------------------------
                0.00    0.00       1/1           std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert_unique(std::pair<std::string const, DynlibDescriptor> const&) [2140]
[2134]   0.0    0.00    0.00       1         std::pair<std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >, bool>::pair(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> > const&, bool const&) [2134]
-----------------------------------------------
                0.00    0.00       1/1           std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > std::__copy_aux<char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > >(char const (*) [17], char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >) [2144]
[2135]   0.0    0.00    0.00       1         std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > std::__copy<false, std::random_access_iterator_tag>::copy<char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > >(char const (*) [17], char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >) [2135]
                0.00    0.00       3/3           std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >::operator*() [1731]
                0.00    0.00       3/3           std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >::operator=(std::string const&) [1730]
                0.00    0.00       3/3           std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >::operator++() [1732]
-----------------------------------------------
                0.00    0.00       1/1           std::ostreambuf_iterator<char, std::char_traits<char> > std::__copy_aux<char const*, std::ostreambuf_iterator<char, std::char_traits<char> > >(char const*, char const*, std::ostreambuf_iterator<char, std::char_traits<char> >) [2145]
[2136]   0.0    0.00    0.00       1         std::ostreambuf_iterator<char, std::char_traits<char> > std::__copy<false, std::random_access_iterator_tag>::copy<char const*, std::ostreambuf_iterator<char, std::char_traits<char> > >(char const*, char const*, std::ostreambuf_iterator<char, std::char_traits<char> >) [2136]
                0.00    0.00      15/15          std::ostreambuf_iterator<char, std::char_traits<char> >::operator*() [1391]
                0.00    0.00      15/15          std::ostreambuf_iterator<char, std::char_traits<char> >::operator=(char) [1390]
                0.00    0.00      15/15          std::ostreambuf_iterator<char, std::char_traits<char> >::operator++() [1392]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::date_facet<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::date_facet(char const*, boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >, boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >, boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >, unsigned int) [2025]
[2137]   0.0    0.00    0.00       1         std::locale::facet::facet(unsigned int) [2137]
-----------------------------------------------
                0.00    0.00       1/1           std::basic_ostream<char, std::char_traits<char> >& boost::posix_time::operator<< <char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, boost::posix_time::time_duration const&) [1933]
[2138]   0.0    0.00    0.00       1         std::locale::locale<boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&, boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >*) [2138]
-----------------------------------------------
                0.00    0.00       1/1           std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_Rb_tree(std::less<std::string> const&, std::allocator<std::pair<std::string const, DynlibDescriptor> > const&) [2141]
[2139]   0.0    0.00    0.00       1         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_Rb_tree_impl<std::less<std::string>, false>::_Rb_tree_impl(std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > > const&, std::less<std::string> const&) [2139]
                0.00    0.00       1/1           std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::allocator(std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > > const&) [2120]
-----------------------------------------------
                0.00    0.00       1/1           std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >, std::pair<std::string const, DynlibDescriptor> const&) [1135]
[2140]   0.0    0.00    0.00       1         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert_unique(std::pair<std::string const, DynlibDescriptor> const&) [2140]
                0.00    0.00       1/1486        std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_begin() [930]
                0.00    0.00       1/1808        std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_end() [897]
                0.00    0.00       1/3169        std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::_Rb_tree_iterator(std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> >*) [864]
                0.00    0.00       1/2           std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::begin() [1883]
                0.00    0.00       1/1486        std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::operator==(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> > const&) const [927]
                0.00    0.00       1/195         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<std::string const, DynlibDescriptor> const&) [1137]
                0.00    0.00       1/1           std::pair<std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >, bool>::pair(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> > const&, bool const&) [2134]
-----------------------------------------------
                0.00    0.00       1/1           std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::map() [2132]
[2141]   0.0    0.00    0.00       1         std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_Rb_tree(std::less<std::string> const&, std::allocator<std::pair<std::string const, DynlibDescriptor> > const&) [2141]
                0.00    0.00       1/1           std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::allocator<std::pair<std::string const, DynlibDescriptor> >(std::allocator<std::pair<std::string const, DynlibDescriptor> > const&) [2119]
                0.00    0.00       1/1           std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_Rb_tree_impl<std::less<std::string>, false>::_Rb_tree_impl(std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > > const&, std::less<std::string> const&) [2139]
                0.00    0.00       1/1           std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::~allocator() [2121]
-----------------------------------------------
                0.00    0.00       1/1           std::_Rb_tree<std::string, std::pair<std::string const, ClassFactory::FactorableCreators>, std::_Select1st<std::pair<std::string const, ClassFactory::FactorableCreators> >, std::less<std::string>, std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > >::_Rb_tree(std::less<std::string> const&, std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > const&) [2143]
[2142]   0.0    0.00    0.00       1         std::_Rb_tree<std::string, std::pair<std::string const, ClassFactory::FactorableCreators>, std::_Select1st<std::pair<std::string const, ClassFactory::FactorableCreators> >, std::less<std::string>, std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > >::_Rb_tree_impl<std::less<std::string>, false>::_Rb_tree_impl(std::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > > const&, std::less<std::string> const&) [2142]
                0.00    0.00       1/1           std::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >::allocator(std::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > > const&) [2123]
-----------------------------------------------
                0.00    0.00       1/1           std::map<std::string, ClassFactory::FactorableCreators, std::less<std::string>, std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > >::map() [2133]
[2143]   0.0    0.00    0.00       1         std::_Rb_tree<std::string, std::pair<std::string const, ClassFactory::FactorableCreators>, std::_Select1st<std::pair<std::string const, ClassFactory::FactorableCreators> >, std::less<std::string>, std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > >::_Rb_tree(std::less<std::string> const&, std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > const&) [2143]
                0.00    0.00       1/1           std::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> >(std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > const&) [2122]
                0.00    0.00       1/1           std::_Rb_tree<std::string, std::pair<std::string const, ClassFactory::FactorableCreators>, std::_Select1st<std::pair<std::string const, ClassFactory::FactorableCreators> >, std::less<std::string>, std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > >::_Rb_tree_impl<std::less<std::string>, false>::_Rb_tree_impl(std::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > > const&, std::less<std::string> const&) [2142]
                0.00    0.00       1/1           std::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >::~allocator() [2124]
-----------------------------------------------
                0.00    0.00       1/1           std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > std::__copy_normal<false, false>::copy_n<char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > >(char const (*) [17], char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >) [2128]
[2144]   0.0    0.00    0.00       1         std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > std::__copy_aux<char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > >(char const (*) [17], char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >) [2144]
                0.00    0.00       1/1           std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > std::__copy<false, std::random_access_iterator_tag>::copy<char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > >(char const (*) [17], char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >) [2135]
-----------------------------------------------
                0.00    0.00       1/1           std::ostreambuf_iterator<char, std::char_traits<char> > std::__copy_normal<true, false>::copy_n<__gnu_cxx::__normal_iterator<char const*, std::string>, std::ostreambuf_iterator<char, std::char_traits<char> > >(__gnu_cxx::__normal_iterator<char const*, std::string>, __gnu_cxx::__normal_iterator<char const*, std::string>, std::ostreambuf_iterator<char, std::char_traits<char> >) [2129]
[2145]   0.0    0.00    0.00       1         std::ostreambuf_iterator<char, std::char_traits<char> > std::__copy_aux<char const*, std::ostreambuf_iterator<char, std::char_traits<char> > >(char const*, char const*, std::ostreambuf_iterator<char, std::char_traits<char> >) [2145]
                0.00    0.00       1/1           std::ostreambuf_iterator<char, std::char_traits<char> > std::__copy<false, std::random_access_iterator_tag>::copy<char const*, std::ostreambuf_iterator<char, std::char_traits<char> > >(char const*, char const*, std::ostreambuf_iterator<char, std::char_traits<char> >) [2136]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::special_values_formatter() [2048]
[2146]   0.0    0.00    0.00       1         std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > std::back_inserter<std::vector<std::string, std::allocator<std::string> > >(std::vector<std::string, std::allocator<std::string> >&) [2146]
                0.00    0.00       1/1           std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >::back_insert_iterator(std::vector<std::string, std::allocator<std::string> >&) [2130]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put_special(std::ostreambuf_iterator<char, std::char_traits<char> >, boost::date_time::special_values const&) const [2102]
[2147]   0.0    0.00    0.00       1         std::ostreambuf_iterator<char, std::char_traits<char> > std::copy<__gnu_cxx::__normal_iterator<char const*, std::string>, std::ostreambuf_iterator<char, std::char_traits<char> > >(__gnu_cxx::__normal_iterator<char const*, std::string>, __gnu_cxx::__normal_iterator<char const*, std::string>, std::ostreambuf_iterator<char, std::char_traits<char> >) [2147]
                0.00    0.00       1/1           std::ostreambuf_iterator<char, std::char_traits<char> > std::__copy_normal<true, false>::copy_n<__gnu_cxx::__normal_iterator<char const*, std::string>, std::ostreambuf_iterator<char, std::char_traits<char> > >(__gnu_cxx::__normal_iterator<char const*, std::string>, __gnu_cxx::__normal_iterator<char const*, std::string>, std::ostreambuf_iterator<char, std::char_traits<char> >) [2129]
-----------------------------------------------
                0.00    0.00       1/1           boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::special_values_formatter() [2048]
[2148]   0.0    0.00    0.00       1         std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > std::copy<char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > >(char const (*) [17], char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >) [2148]
                0.00    0.00       1/1           std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > std::__copy_normal<false, false>::copy_n<char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > >(char const (*) [17], char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >) [2128]
-----------------------------------------------
                0.00    0.00       1/1           std::basic_ostream<char, std::char_traits<char> >& boost::posix_time::operator<< <char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, boost::posix_time::ptime const&) [1934]
[2149]   0.0    0.00    0.00       1         boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) [2149]
-----------------------------------------------
                0.00    0.00       1/1           Omega::loadSimulation() [345]
[2150]   0.0    0.00    0.00       1         std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) [2150]
                0.00    0.00    1056/1056        std::char_traits<char>::length(char const*) [945]
-----------------------------------------------
                0.00    0.00       1/1           main [25]
[2151]   0.0    0.00    0.00       1         std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) [2151]
-----------------------------------------------

 This table describes the call tree of the program, and was sorted by
 the total amount of time spent in each function and its children.

 Each entry in this table consists of several lines.  The line with the
 index number at the left hand margin lists the current function.
 The lines above it list the functions that called this function,
 and the lines below it list the functions this one called.
 This line lists:
     index	A unique number given to each element of the table.
		Index numbers are sorted numerically.
		The index number is printed next to every function name so
		it is easier to look up where the function in the table.

     % time	This is the percentage of the `total' time that was spent
		in this function and its children.  Note that due to
		different viewpoints, functions excluded by options, etc,
		these numbers will NOT add up to 100%.

     self	This is the total amount of time spent in this function.

     children	This is the total amount of time propagated into this
		function by its children.

     called	This is the number of times the function was called.
		If the function called itself recursively, the number
		only includes non-recursive calls, and is followed by
		a `+' and the number of recursive calls.

     name	The name of the current function.  The index number is
		printed after it.  If the function is a member of a
		cycle, the cycle number is printed between the
		function's name and the index number.


 For the function's parents, the fields have the following meanings:

     self	This is the amount of time that was propagated directly
		from the function into this parent.

     children	This is the amount of time that was propagated from
		the function's children into this parent.

     called	This is the number of times this parent called the
		function `/' the total number of times the function
		was called.  Recursive calls to the function are not
		included in the number after the `/'.

     name	This is the name of the parent.  The parent's index
		number is printed after it.  If the parent is a
		member of a cycle, the cycle number is printed between
		the name and the index number.

 If the parents of the function cannot be determined, the word
 `<spontaneous>' is printed in the `name' field, and all the other
 fields are blank.

 For the function's children, the fields have the following meanings:

     self	This is the amount of time that was propagated directly
		from the child into the function.

     children	This is the amount of time that was propagated from the
		child's children to the function.

     called	This is the number of times the function called
		this child `/' the total number of times the child
		was called.  Recursive calls by the child are not
		listed in the number after the `/'.

     name	This is the name of the child.  The child's index
		number is printed after it.  If the child is a
		member of a cycle, the cycle number is printed
		between the name and the index number.

 If there are any cycles (circles) in the call graph, there is an
 entry for the cycle-as-a-whole.  This entry shows who called the
 cycle (as parents) and the members of the cycle (as children.)
 The `+' recursive calls entry shows the number of function calls that
 were internal to the cycle, and the calls entry for each member shows,
 for that member, how many times it was called from other members of
 the cycle.


Index by function name

 [228] void lexical_copy<bool>(Archive&, boost::any&) [1022] boost::detail::lexical_stream<unsigned int, std::string>::~lexical_stream() [1293] __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::max_size() const
 [265] void lexical_copy<int>(Archive&, boost::any&) [1023] boost::detail::lexical_stream<unsigned int, std::string>::operator<<(std::string const&) [1329] __gnu_cxx::new_allocator<char>::max_size() const
 [270] void lexical_copy<unsigned int>(Archive&, boost::any&) [1024] bool boost::detail::lexical_stream<unsigned int, std::string>::operator>><unsigned int>(unsigned int&) [1839] __gnu_cxx::new_allocator<double>::max_size() const
 [1422] bool isFundamental<EngineUnit>(EngineUnit&) [1995] boost::detail::lexical_stream<long, char*>::lexical_stream() [1174] __gnu_cxx::new_allocator<int>::max_size() const
 [1737] bool isFundamental<Interaction>(Interaction&) [1996] boost::detail::lexical_stream<long, char*>::~lexical_stream() [833] __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction> const*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::base() const
 [1738] bool isFundamental<Preferences>(Preferences&) [1997] boost::detail::lexical_stream<long, char*>::operator<<(char* const&) [785] __gnu_cxx::__normal_iterator<boost::shared_ptr<Body> const*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::base() const
 [1739] bool isFundamental<BodyContainer>(BodyContainer&) [1998] bool boost::detail::lexical_stream<long, char*>::operator>><long>(long&) [1207] __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine> const*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::base() const
 [956] bool isFundamental<BoundingVolume>(BoundingVolume&) [1] boost::detail::sp_counted_base::add_ref_copy() [748] __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::base() const
 [1900] bool isFundamental<PhysicalAction>(PhysicalAction&) [107] boost::detail::sp_counted_base::weak_release() [1103] __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::operator*() const
 [973] bool isFundamental<GeometricalModel>(GeometricalModel&) [186] boost::detail::sp_counted_base::destroy() [1840] __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::operator+(int const&) const
 [957] bool isFundamental<PhysicalParameters>(PhysicalParameters&) [5] boost::detail::sp_counted_base::release() [1139] __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::base() const
 [958] bool isFundamental<InteractingGeometry>(InteractingGeometry&) [136] boost::detail::sp_counted_base::sp_counted_base() [1154] __gnu_cxx::__normal_iterator<char const*, std::string>::base() const
 [1620] bool isFundamental<InteractionContainer>(InteractionContainer&) [187] boost::detail::sp_counted_base::~sp_counted_base() [1277] __gnu_cxx::__normal_iterator<char const*, std::string>::operator*() const
 [1740] bool isFundamental<PhysicalActionContainer>(PhysicalActionContainer&) [2] boost::detail::atomic_increment(int*) [1429] __gnu_cxx::__normal_iterator<double const*, std::vector<double, std::allocator<double> > >::base() const
 [133] bool isFundamental<Se3<double> >(Se3<double>&) [510] boost::detail::sp_counted_impl_p<EngineUnit>::sp_counted_impl_p(EngineUnit*) [1012] __gnu_cxx::__normal_iterator<int const*, std::vector<int, std::allocator<int> > >::base() const
 [974] bool isFundamental<Body>(Body&) [1497] boost::detail::sp_counted_impl_p<MetaEngine>::dispose() [1172] __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >::base() const
 [1231] bool isFundamental<Engine>(Engine&) [443] boost::detail::sp_counted_impl_p<MetaEngine>::sp_counted_impl_p(MetaEngine*) [122] __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::base() const
 [1741] bool isFundamental<MetaBody>(MetaBody&) [495] boost::detail::sp_counted_impl_p<MetaEngine>::~sp_counted_impl_p() [132] __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::operator*() const
 [906] bool isFundamental<Wm3::Vector3<double> >(Wm3::Vector3<double>&) [885] boost::detail::sp_counted_impl_p<Interaction>::dispose() [93] __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::operator+(int const&) const
 [975] bool isFundamental<Wm3::Vector3<float> >(Wm3::Vector3<float>&) [212] boost::detail::sp_counted_impl_p<Interaction>::sp_counted_impl_p(Interaction*) [131] __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::base() const
 [1176] bool isFundamental<std::string>(std::string&) [260] boost::detail::sp_counted_impl_p<Interaction>::~sp_counted_impl_p() [78] __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::operator*() const
 [914] bool isFundamental<bool>(bool&) [1999] boost::detail::sp_counted_impl_p<Preferences>::dispose() [39] __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::operator+(int const&) const
 [1025] bool isFundamental<int>(int&) [511] boost::detail::sp_counted_impl_p<Preferences>::sp_counted_impl_p(Preferences*) [727] __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::base() const
 [1038] bool isFundamental<unsigned int>(unsigned int&) [609] boost::detail::sp_counted_impl_p<Preferences>::~sp_counted_impl_p() [732] __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::operator*() const
 [194] VerifyInteractionPhysics() [1709] boost::detail::sp_counted_impl_p<TimeStepper>::dispose() [721] __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::base() const
 [1901] __static_initialization_and_destruction_0(int, int) (Body.cpp) [486] boost::detail::sp_counted_impl_p<TimeStepper>::sp_counted_impl_p(TimeStepper*) [739] __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator*() const
 [1902] __static_initialization_and_destruction_0(int, int) (BodyContainer.cpp) [552] boost::detail::sp_counted_impl_p<TimeStepper>::~sp_counted_impl_p() [1147] __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator-(int const&) const
 [1903] __static_initialization_and_destruction_0(int, int) (BoundingVolume.cpp) [1786] boost::detail::sp_counted_impl_p<BodyContainer>::dispose() [798] __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator+(int const&) const
 [1904] __static_initialization_and_destruction_0(int, int) (DeusExMachina.cpp) [487] boost::detail::sp_counted_impl_p<BodyContainer>::sp_counted_impl_p(BodyContainer*) [1072] __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::base() const
 [1905] __static_initialization_and_destruction_0(int, int) (FileGenerator.cpp) [575] boost::detail::sp_counted_impl_p<BodyContainer>::~sp_counted_impl_p() [1184] __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::operator*() const
 [1906] __static_initialization_and_destruction_0(int, int) (FrontEnd.cpp) [1543] boost::detail::sp_counted_impl_p<DeusExMachina>::dispose() [1116] __gnu_cxx::__normal_iterator<char*, std::string>::base() const
 [1907] __static_initialization_and_destruction_0(int, int) (GeometricalModel.cpp) [452] boost::detail::sp_counted_impl_p<DeusExMachina>::sp_counted_impl_p(DeusExMachina*) [1199] __gnu_cxx::__normal_iterator<char*, std::string>::operator*() const
 [1908] __static_initialization_and_destruction_0(int, int) (InteractingGeometry.cpp) [498] boost::detail::sp_counted_impl_p<DeusExMachina>::~sp_counted_impl_p() [1219] __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >::base() const
 [1909] __static_initialization_and_destruction_0(int, int) (Interaction.cpp) [1397] boost::detail::sp_counted_impl_p<FileGenerator>::dispose() [151] __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >::operator*() const
 [157] __static_initialization_and_destruction_0(int, int) (InteractionContainer.cpp) [409] boost::detail::sp_counted_impl_p<FileGenerator>::sp_counted_impl_p(FileGenerator*) [86] __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >::operator+(int const&) const
 [1910] __static_initialization_and_destruction_0(int, int) (MetaBody.cpp) [473] boost::detail::sp_counted_impl_p<FileGenerator>::~sp_counted_impl_p() [1019] __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::base() const
 [1911] __static_initialization_and_destruction_0(int, int) (MetaDispatchingEngine.cpp) [1787] boost::detail::sp_counted_impl_p<BoundingVolume>::dispose() [115] __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::operator*() const
 [1912] __static_initialization_and_destruction_0(int, int) (NullGUI.cpp) [289] boost::detail::sp_counted_impl_p<BoundingVolume>::sp_counted_impl_p(BoundingVolume*) [106] __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::operator+(int const&) const
 [1913] __static_initialization_and_destruction_0(int, int) (Omega.cpp) [576] boost::detail::sp_counted_impl_p<BoundingVolume>::~sp_counted_impl_p() [1841] std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::get_allocator() const
 [1914] __static_initialization_and_destruction_0(int, int) (PhysicalActionContainer.cpp) [1641] boost::detail::sp_counted_impl_p<PhysicalAction>::dispose() [767] std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::get_allocator() const
 [1915] __static_initialization_and_destruction_0(int, int) (PhysicalParameters.cpp) [478] boost::detail::sp_counted_impl_p<PhysicalAction>::sp_counted_impl_p(PhysicalAction*) [728] std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::operator()(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) const
 [1916] __static_initialization_and_destruction_0(int, int) (Preferences.cpp) [527] boost::detail::sp_counted_impl_p<PhysicalAction>::~sp_counted_impl_p() [795] std::_Select1st<std::pair<std::string const, DynlibDescriptor> >::operator()(std::pair<std::string const, DynlibDescriptor> const&) const
 [1917] __static_initialization_and_destruction_0(int, int) (SimulationFlow.cpp) [1788] boost::detail::sp_counted_impl_p<IOFormatManager>::dispose() [1516] std::_Deque_base<char, std::allocator<char> >::get_allocator() const
 [1918] __static_initialization_and_destruction_0(int, int) (StandAloneSimulator.cpp) [512] boost::detail::sp_counted_impl_p<IOFormatManager>::sp_counted_impl_p(IOFormatManager*) [1663] std::_Deque_base<char, std::allocator<char> >::_M_get_map_allocator() const
 [1919] __static_initialization_and_destruction_0(int, int) (TimeStepper.cpp) [577] boost::detail::sp_counted_impl_p<IOFormatManager>::~sp_counted_impl_p() [1330] std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::get_allocator() const
 [1920] __static_initialization_and_destruction_0(int, int) (yade.cpp) [1498] boost::detail::sp_counted_impl_p<GeometricalModel>::dispose() [866] std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::get_allocator() const
 [357] SerializableTypes::Type findType<EngineUnit>(boost::shared_ptr<EngineUnit>&, bool&, std::string&) [282] boost::detail::sp_counted_impl_p<GeometricalModel>::sp_counted_impl_p(GeometricalModel*) [1200] std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::get_allocator() const
 [1423] SerializableTypes::Type findType<EngineUnit>(EngineUnit&, bool&, std::string&) [496] boost::detail::sp_counted_impl_p<GeometricalModel>::~sp_counted_impl_p() [1402] std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::get_allocator() const
 [418] SerializableTypes::Type findType<Interaction>(boost::shared_ptr<Interaction>&, bool&, std::string&) [1572] boost::detail::sp_counted_impl_p<StandAloneEngine>::dispose() [743] std::_Vector_base<std::string, std::allocator<std::string> >::get_allocator() const
 [1742] SerializableTypes::Type findType<Interaction>(Interaction&, bool&, std::string&) [457] boost::detail::sp_counted_impl_p<StandAloneEngine>::sp_counted_impl_p(StandAloneEngine*) [1163] std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::get_allocator() const
 [461] SerializableTypes::Type findType<Preferences>(boost::shared_ptr<Preferences>&, bool&, std::string&) [517] boost::detail::sp_counted_impl_p<StandAloneEngine>::~sp_counted_impl_p() [1416] std::_Vector_base<double, std::allocator<double> >::get_allocator() const
 [1743] SerializableTypes::Type findType<Preferences>(Preferences&, bool&, std::string&) [1607] boost::detail::sp_counted_impl_p<InteractionPhysics>::dispose() [1106] std::_Vector_base<int, std::allocator<int> >::get_allocator() const
 [111] SerializableTypes::Type findType<BodyContainer>(boost::shared_ptr<BodyContainer>&, bool&, std::string&) [472] boost::detail::sp_counted_impl_p<InteractionPhysics>::sp_counted_impl_p(InteractionPhysics*) [1555] std::_List_iterator<boost::shared_ptr<EngineUnit> >::operator*() const
 [1744] SerializableTypes::Type findType<BodyContainer>(BodyContainer&, bool&, std::string&) [524] boost::detail::sp_counted_impl_p<InteractionPhysics>::~sp_counted_impl_p() [1312] std::_List_iterator<boost::shared_ptr<EngineUnit> >::operator!=(std::_List_iterator<boost::shared_ptr<EngineUnit> > const&) const
 [214] SerializableTypes::Type findType<BoundingVolume>(boost::shared_ptr<BoundingVolume>&, bool&, std::string&) [1544] boost::detail::sp_counted_impl_p<PhysicalParameters>::dispose() [1842] std::_Deque_iterator<char, char&, char*>::operator-(int) const
 [959] SerializableTypes::Type findType<BoundingVolume>(BoundingVolume&, bool&, std::string&) [283] boost::detail::sp_counted_impl_p<PhysicalParameters>::sp_counted_impl_p(PhysicalParameters*) [1011] std::_Rb_tree_iterator<std::string>::operator==(std::_Rb_tree_iterator<std::string> const&) const
 [435] SerializableTypes::Type findType<PhysicalAction>(boost::shared_ptr<PhysicalAction>&, bool&, std::string&) [499] boost::detail::sp_counted_impl_p<PhysicalParameters>::~sp_counted_impl_p() [735] std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::operator*() const
 [1921] SerializableTypes::Type findType<PhysicalAction>(PhysicalAction&, bool&, std::string&) [1608] boost::detail::sp_counted_impl_p<InteractingGeometry>::dispose() [753] std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::operator==(std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > const&) const
 [236] SerializableTypes::Type findType<GeometricalModel>(boost::shared_ptr<GeometricalModel>&, bool&, std::string&) [286] boost::detail::sp_counted_impl_p<InteractingGeometry>::sp_counted_impl_p(InteractingGeometry*) [857] std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::operator*() const
 [976] SerializableTypes::Type findType<GeometricalModel>(GeometricalModel&, bool&, std::string&) [525] boost::detail::sp_counted_impl_p<InteractingGeometry>::~sp_counted_impl_p() [927] std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::operator==(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> > const&) const
 [218] SerializableTypes::Type findType<PhysicalParameters>(boost::shared_ptr<PhysicalParameters>&, bool&, std::string&) [1545] boost::detail::sp_counted_impl_p<InteractionGeometry>::dispose() [1140] std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::operator!=(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> > const&) const
 [960] SerializableTypes::Type findType<PhysicalParameters>(PhysicalParameters&, bool&, std::string&) [453] boost::detail::sp_counted_impl_p<InteractionGeometry>::sp_counted_impl_p(InteractionGeometry*) [1583] std::_List_const_iterator<boost::shared_ptr<EngineUnit> >::operator!=(std::_List_const_iterator<boost::shared_ptr<EngineUnit> > const&) const
 [235] SerializableTypes::Type findType<InteractingGeometry>(boost::shared_ptr<InteractingGeometry>&, bool&, std::string&) [500] boost::detail::sp_counted_impl_p<InteractionGeometry>::~sp_counted_impl_p() [1117] std::_Rb_tree_const_iterator<std::string>::operator*() const
 [961] SerializableTypes::Type findType<InteractingGeometry>(InteractingGeometry&, bool&, std::string&) [2000] boost::detail::sp_counted_impl_p<StandAloneSimulator>::dispose() [986] std::_Rb_tree_const_iterator<std::string>::operator!=(std::_Rb_tree_const_iterator<std::string> const&) const
 [426] SerializableTypes::Type findType<InteractionContainer>(boost::shared_ptr<InteractionContainer>&, bool&, std::string&) [544] boost::detail::sp_counted_impl_p<StandAloneSimulator>::sp_counted_impl_p(StandAloneSimulator*) [757] std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::key_comp() const
 [1621] SerializableTypes::Type findType<InteractionContainer>(InteractionContainer&, bool&, std::string&) [610] boost::detail::sp_counted_impl_p<StandAloneSimulator>::~sp_counted_impl_p() [934] std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::key_comp() const
 [246] SerializableTypes::Type findType<PhysicalActionContainer>(boost::shared_ptr<PhysicalActionContainer>&, bool&, std::string&) [1789] boost::detail::sp_counted_impl_p<InteractionContainer>::dispose() [1015] std::set<std::string, std::less<std::string>, std::allocator<std::string> >::end() const
 [1745] SerializableTypes::Type findType<PhysicalActionContainer>(PhysicalActionContainer&, bool&, std::string&) [479] boost::detail::sp_counted_impl_p<InteractionContainer>::sp_counted_impl_p(InteractionContainer*) [1141] std::set<std::string, std::less<std::string>, std::allocator<std::string> >::begin() const
 [134] SerializableTypes::Type findType<Se3<double> >(Se3<double>&, bool&, std::string&) [578] boost::detail::sp_counted_impl_p<InteractionContainer>::~sp_counted_impl_p() [1210] std::fpos<__mbstate_t>::operator long long() const
 [129] SerializableTypes::Type findType<Body>(boost::shared_ptr<Body>&, bool&, std::string&) [2001] boost::detail::sp_counted_impl_p<PhysicalActionContainer>::dispose() [724] std::less<SerializableTypes::Type>::operator()(SerializableTypes::Type const&, SerializableTypes::Type const&) const
 [977] SerializableTypes::Type findType<Body>(Body&, bool&, std::string&) [513] boost::detail::sp_counted_impl_p<PhysicalActionContainer>::sp_counted_impl_p(PhysicalActionContainer*) [786] std::less<std::string>::operator()(std::string const&, std::string const&) const
 [331] SerializableTypes::Type findType<Engine>(boost::shared_ptr<Engine>&, bool&, std::string&) [611] boost::detail::sp_counted_impl_p<PhysicalActionContainer>::~sp_counted_impl_p() [1843] std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::get_allocator() const
 [1232] SerializableTypes::Type findType<Engine>(Engine&, bool&, std::string&) [292] boost::detail::sp_counted_impl_p<Body>::sp_counted_impl_p(Body*) [1844] std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::end() const
 [348] SerializableTypes::Type findType<MetaBody>(boost::shared_ptr<MetaBody>&, bool&, std::string&) [1790] boost::detail::sp_counted_impl_p<Engine>::dispose() [1845] std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::size() const
 [1746] SerializableTypes::Type findType<MetaBody>(MetaBody&, bool&, std::string&) [395] boost::detail::sp_counted_impl_p<Engine>::sp_counted_impl_p(Engine*) [1846] std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::begin() const
 [907] SerializableTypes::Type findType<Wm3::Vector3<double> >(Wm3::Vector3<double>&, bool&, std::string&) [579] boost::detail::sp_counted_impl_p<Engine>::~sp_counted_impl_p() [820] std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::get_allocator() const
 [978] SerializableTypes::Type findType<Wm3::Vector3<float> >(Wm3::Vector3<float>&, bool&, std::string&) [792] boost::detail::sp_counted_impl_p<Archive>::dispose() [1664] std::deque<char, std::allocator<char> >::get_allocator() const
 [365] SerializableTypes::Type findType<boost::shared_ptr<EngineUnit> >(std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >&, bool&, std::string&) [145] boost::detail::sp_counted_impl_p<Archive>::sp_counted_impl_p(Archive*) [1471] std::deque<char, std::allocator<char> >::empty() const
  [10] SerializableTypes::Type findType<boost::shared_ptr<Interaction> >(std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >&, bool&, std::string&) [216] boost::detail::sp_counted_impl_p<Archive>::~sp_counted_impl_p() [165] std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::max_size() const
 [434] SerializableTypes::Type findType<boost::shared_ptr<PhysicalAction> >(std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >&, bool&, std::string&) [545] boost::detail::sp_counted_impl_p<NullGUI>::sp_counted_impl_p(NullGUI*) [868] std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::end() const
 [301] SerializableTypes::Type findType<boost::shared_ptr<Body> >(std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >&, bool&, std::string&) [680] boost::detail::sp_counted_impl_p<FrontEnd>::dispose() [943] std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::size() const
 [424] SerializableTypes::Type findType<boost::shared_ptr<Engine> >(std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >&, bool&, std::string&) [546] boost::detail::sp_counted_impl_p<FrontEnd>::sp_counted_impl_p(FrontEnd*) [869] std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::begin() const
 [1267] SerializableTypes::Type findType<std::string>(std::vector<std::string, std::allocator<std::string> >&, bool&, std::string&) [612] boost::detail::sp_counted_impl_p<FrontEnd>::~sp_counted_impl_p() [1066] std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::max_size() const
 [1177] SerializableTypes::Type findType<std::string>(std::string&, bool&, std::string&) [547] boost::detail::sp_counted_impl_p<MetaBody>::sp_counted_impl_p(MetaBody*) [830] std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::end() const
 [1485] SerializableTypes::Type findType<std::vector<std::string, std::allocator<std::string> > >(std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&, bool&, std::string&) [548] boost::detail::sp_counted_impl_p<std::basic_ofstream<char, std::char_traits<char> > >::sp_counted_impl_p(std::basic_ofstream<char, std::char_traits<char> >*) [1027] std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::size() const
 [915] SerializableTypes::Type findType<bool>(bool&, bool&, std::string&) [999] boost::detail::operator_arrow_result<boost::filesystem::path, boost::filesystem::path&, boost::filesystem::path*>::make(boost::filesystem::path&) [831] std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::begin() const
 [1922] SerializableTypes::Type findType<int>(std::vector<int, std::allocator<int> >&, bool&, std::string&) [11] boost::detail::atomic_exchange_and_add(int*, int) [1444] std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::max_size() const
 [1026] SerializableTypes::Type findType<int>(int&, bool&, std::string&) [772] boost::detail::sp_enable_shared_from_this(boost::detail::shared_count const&, ...) [1278] std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::end() const
 [1039] SerializableTypes::Type findType<unsigned int>(unsigned int&, bool&, std::string&) [1710] boost::detail::thread::scoped_lock<boost::mutex>::lock() [1279] std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::size() const
 [358] EngineUnit::EngineUnit() [1711] boost::detail::thread::scoped_lock<boost::mutex>::unlock() [1280] std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::begin() const
 [582] EngineUnit::~EngineUnit() [1712] boost::detail::thread::scoped_lock<boost::mutex>::scoped_lock(boost::mutex&, bool) [1847] std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::max_size() const
 [168] Factorable::Factorable() [1713] boost::detail::thread::scoped_lock<boost::mutex>::~scoped_lock() [1168] std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::end() const
 [158] Factorable::~Factorable() [1714] boost::detail::thread::lock_ops<boost::mutex>::lock(boost::mutex&) [1198] std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::size() const
 [116] Factorable::~Factorable() [1715] boost::detail::thread::lock_ops<boost::mutex>::unlock(boost::mutex&) [1169] std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::begin() const
 [1359] MetaEngine::getBaseClassNumber() [311] Se3<double>** boost::any_cast<Se3<double>*>(boost::any*) [1294] std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::max_size() const
 [366] MetaEngine::MetaEngine() [312] Se3<double>* boost::any_cast<Se3<double>*>(boost::any&) [781] std::vector<std::string, std::allocator<std::string> >::end() const
 [337] MetaEngine::MetaEngine() [221] std::string const** boost::any_cast<std::string const*>(boost::any*) [796] std::vector<std::string, std::allocator<std::string> >::size() const
 [1486] MetaEngine::~MetaEngine() [222] std::string const* boost::any_cast<std::string const*>(boost::any&) [780] std::vector<std::string, std::allocator<std::string> >::begin() const
 [595] MetaEngine::~MetaEngine() [261] Wm3::Vector3<double>** boost::any_cast<Wm3::Vector3<double>*>(boost::any*) [808] std::vector<std::string, std::allocator<std::string> >::max_size() const
 [427] Interaction::Interaction() [262] Wm3::Vector3<double>* boost::any_cast<Wm3::Vector3<double>*>(boost::any&) [1848] std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int) const
 [883] Interaction::~Interaction() [295] Wm3::Vector3<float>** boost::any_cast<Wm3::Vector3<float>*>(boost::any*) [1584] std::vector<double, std::allocator<double> >::end() const
 [618] Interaction::~Interaction() [296] Wm3::Vector3<float>* boost::any_cast<Wm3::Vector3<float>*>(boost::any&) [1585] std::vector<double, std::allocator<double> >::begin() const
 [406] Preferences::Preferences() [566] boost::shared_ptr<EngineUnit>** boost::any_cast<boost::shared_ptr<EngineUnit>*>(boost::any*) [199] std::vector<double, std::allocator<double> >::max_size() const
 [1923] Preferences::~Preferences() [567] boost::shared_ptr<EngineUnit>* boost::any_cast<boost::shared_ptr<EngineUnit>*>(boost::any&) [1098] std::vector<int, std::allocator<int> >::end() const
 [671] Preferences::~Preferences() [584] boost::shared_ptr<Preferences>** boost::any_cast<boost::shared_ptr<Preferences>*>(boost::any*) [1102] std::vector<int, std::allocator<int> >::size() const
 [1564] TimeStepper::getBaseClassNumber() [585] boost::shared_ptr<Preferences>* boost::any_cast<boost::shared_ptr<Preferences>*>(boost::any&) [1099] std::vector<int, std::allocator<int> >::begin() const
 [1223] TimeStepper::action(Body*) [586] boost::shared_ptr<BodyContainer>** boost::any_cast<boost::shared_ptr<BodyContainer>*>(boost::any*) [1204] std::vector<int, std::allocator<int> >::max_size() const
 [329] TimeStepper::TimeStepper() [587] boost::shared_ptr<BodyContainer>* boost::any_cast<boost::shared_ptr<BodyContainer>*>(boost::any&) [1331] std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::get_allocator() const
 [1702] TimeStepper::~TimeStepper() [313] boost::shared_ptr<BoundingVolume>** boost::any_cast<boost::shared_ptr<BoundingVolume>*>(boost::any*) [1472] std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::size() const
 [1924] ClassFactory::ClassFactory() [314] boost::shared_ptr<BoundingVolume>* boost::any_cast<boost::shared_ptr<BoundingVolume>*>(boost::any&) [758] std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::key_comp() const
 [126] void Serializable::registerAttribute<Se3<double> >(std::string const&, Se3<double>&) [319] boost::shared_ptr<GeometricalModel>** boost::any_cast<boost::shared_ptr<GeometricalModel>*>(boost::any*) [1002] std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::get_allocator() const
 [180] void Serializable::registerAttribute<Wm3::Vector3<double> >(std::string const&, Wm3::Vector3<double>&) [320] boost::shared_ptr<GeometricalModel>* boost::any_cast<boost::shared_ptr<GeometricalModel>*>(boost::any&) [1016] std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::end() const
 [232] void Serializable::registerAttribute<Wm3::Vector3<float> >(std::string const&, Wm3::Vector3<float>&) [315] boost::shared_ptr<PhysicalParameters>** boost::any_cast<boost::shared_ptr<PhysicalParameters>*>(boost::any*) [1142] std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::begin() const
 [109] void Serializable::registerAttribute<boost::shared_ptr<BodyContainer> >(std::string const&, boost::shared_ptr<BodyContainer>&) [316] boost::shared_ptr<PhysicalParameters>* boost::any_cast<boost::shared_ptr<PhysicalParameters>*>(boost::any&) [1075] std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_root() const
 [178] void Serializable::registerAttribute<boost::shared_ptr<BoundingVolume> >(std::string const&, boost::shared_ptr<BoundingVolume>&) [317] boost::shared_ptr<InteractingGeometry>** boost::any_cast<boost::shared_ptr<InteractingGeometry>*>(boost::any*) [1126] std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::get_allocator() const
 [220] void Serializable::registerAttribute<boost::shared_ptr<GeometricalModel> >(std::string const&, boost::shared_ptr<GeometricalModel>&) [318] boost::shared_ptr<InteractingGeometry>* boost::any_cast<boost::shared_ptr<InteractingGeometry>*>(boost::any&) [1665] std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::size() const
 [205] void Serializable::registerAttribute<boost::shared_ptr<PhysicalParameters> >(std::string const&, boost::shared_ptr<PhysicalParameters>&) [568] boost::shared_ptr<InteractionContainer>** boost::any_cast<boost::shared_ptr<InteractionContainer>*>(boost::any*) [935] std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::key_comp() const
 [219] void Serializable::registerAttribute<boost::shared_ptr<InteractingGeometry> >(std::string const&, boost::shared_ptr<InteractingGeometry>&) [569] boost::shared_ptr<InteractionContainer>* boost::any_cast<boost::shared_ptr<InteractionContainer>*>(boost::any&) [1849] std::ios_base::flags() const
 [402] void Serializable::registerAttribute<boost::shared_ptr<InteractionContainer> >(std::string const&, boost::shared_ptr<InteractionContainer>&) [588] boost::shared_ptr<PhysicalActionContainer>** boost::any_cast<boost::shared_ptr<PhysicalActionContainer>*>(boost::any*) [1616] std::ios_base::getloc() const
 [243] void Serializable::registerAttribute<boost::shared_ptr<PhysicalActionContainer> >(std::string const&, boost::shared_ptr<PhysicalActionContainer>&) [589] boost::shared_ptr<PhysicalActionContainer>* boost::any_cast<boost::shared_ptr<PhysicalActionContainer>*>(boost::any&) [936] std::_Identity<std::string>::operator()(std::string const&) const
 [417] void Serializable::registerAttribute<std::string>(std::string const&, std::string&) [321] boost::shared_ptr<Body>** boost::any_cast<boost::shared_ptr<Body>*>(boost::any*) [722] std::type_info::operator==(std::type_info const&) const
 [349] void Serializable::registerAttribute<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >(std::string const&, std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >&) [322] boost::shared_ptr<Body>* boost::any_cast<boost::shared_ptr<Body>*>(boost::any&) [1369] std::allocator<boost::shared_ptr<EngineUnit> >::allocator()
   [7] void Serializable::registerAttribute<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(std::string const&, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >&) [446] boost::shared_ptr<Engine>** boost::any_cast<boost::shared_ptr<Engine>*>(boost::any*) [1850] std::allocator<boost::shared_ptr<EngineUnit> >::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >(std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > > const&)
 [414] void Serializable::registerAttribute<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(std::string const&, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >&) [447] boost::shared_ptr<Engine>* boost::any_cast<boost::shared_ptr<Engine>*>(boost::any&) [1332] std::allocator<boost::shared_ptr<EngineUnit> >::~allocator()
 [298] void Serializable::registerAttribute<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(std::string const&, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >&) [590] boost::shared_ptr<MetaBody>** boost::any_cast<boost::shared_ptr<MetaBody>*>(boost::any*) [1333] std::allocator<boost::shared_ptr<Interaction> >::allocator(std::allocator<boost::shared_ptr<Interaction> > const&)
 [401] void Serializable::registerAttribute<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(std::string const&, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >&) [591] boost::shared_ptr<MetaBody>* boost::any_cast<boost::shared_ptr<MetaBody>*>(boost::any&) [1666] std::allocator<boost::shared_ptr<Interaction> >::allocator()
 [390] void Serializable::registerAttribute<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(std::string const&, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&) [386] std::string** boost::any_cast<std::string*>(boost::any*) [1517] std::allocator<boost::shared_ptr<Interaction> >::allocator(std::allocator<boost::shared_ptr<Interaction> > const&)
 [437] void Serializable::registerAttribute<std::vector<std::string, std::allocator<std::string> > >(std::string const&, std::vector<std::string, std::allocator<std::string> >&) [387] std::string* boost::any_cast<std::string*>(boost::any&) [1286] std::allocator<boost::shared_ptr<Interaction> >::~allocator()
 [488] void Serializable::registerAttribute<std::vector<int, std::allocator<int> > >(std::string const&, std::vector<int, std::allocator<int> >&) [520] std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >** boost::any_cast<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>(boost::any*) [1586] std::allocator<boost::shared_ptr<Interaction> >::~allocator()
 [183] void Serializable::registerAttribute<bool>(std::string const&, bool&) [521] std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >* boost::any_cast<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>(boost::any&) [834] std::allocator<boost::shared_ptr<PhysicalAction> >::allocator(std::allocator<boost::shared_ptr<PhysicalAction> > const&)
 [249] void Serializable::registerAttribute<int>(std::string const&, int&) [309] std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >** boost::any_cast<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>(boost::any*) [1667] std::allocator<boost::shared_ptr<PhysicalAction> >::allocator()
 [250] void Serializable::registerAttribute<unsigned int>(std::string const&, unsigned int&) [310] std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >* boost::any_cast<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>(boost::any&) [898] std::allocator<boost::shared_ptr<PhysicalAction> >::allocator(std::allocator<boost::shared_ptr<PhysicalAction> > const&)
 [1476] Serializable::registerAttributes() [430] std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >** boost::any_cast<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>(boost::any*) [865] std::allocator<boost::shared_ptr<PhysicalAction> >::~allocator()
 [1487] Serializable::postProcessAttributes(bool) [431] std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >* boost::any_cast<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>(boost::any&) [938] std::allocator<boost::shared_ptr<PhysicalAction> >::~allocator()
 [105] Serializable::Serializable() [410] std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >** boost::any_cast<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>(boost::any*) [1201] std::allocator<boost::shared_ptr<Body> >::allocator(std::allocator<boost::shared_ptr<Body> > const&)
 [119] Serializable::~Serializable() [411] std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >* boost::any_cast<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>(boost::any&) [1587] std::allocator<boost::shared_ptr<Body> >::allocator()
 [1254] ThreadWorker::ThreadWorker() [372] std::vector<std::string, std::allocator<std::string> >** boost::any_cast<std::vector<std::string, std::allocator<std::string> >*>(boost::any*) [1518] std::allocator<boost::shared_ptr<Body> >::allocator(std::allocator<boost::shared_ptr<Body> > const&)
 [1259] ThreadWorker::~ThreadWorker() [373] std::vector<std::string, std::allocator<std::string> >* boost::any_cast<std::vector<std::string, std::allocator<std::string> >*>(boost::any&) [1197] std::allocator<boost::shared_ptr<Body> >::~allocator()
 [1622] BodyContainer::getBaseClassNumber() [570] std::vector<int, std::allocator<int> >** boost::any_cast<std::vector<int, std::allocator<int> >*>(boost::any*) [1588] std::allocator<boost::shared_ptr<Body> >::~allocator()
  [76] BodyContainer::BodyContainer() [571] std::vector<int, std::allocator<int> >* boost::any_cast<std::vector<int, std::allocator<int> >*>(boost::any&) [1403] std::allocator<boost::shared_ptr<Engine> >::allocator(std::allocator<boost::shared_ptr<Engine> > const&)
 [1747] BodyContainer::~BodyContainer() [263] bool** boost::any_cast<bool*>(boost::any*) [1668] std::allocator<boost::shared_ptr<Engine> >::allocator()
 [672] BodyContainer::~BodyContainer() [264] bool* boost::any_cast<bool*>(boost::any&) [1669] std::allocator<boost::shared_ptr<Engine> >::allocator(std::allocator<boost::shared_ptr<Engine> > const&)
 [1393] DeusExMachina::getBaseClassNumber() [305] int** boost::any_cast<int*>(boost::any*) [1334] std::allocator<boost::shared_ptr<Engine> >::~allocator()
 [892] DeusExMachina::action(Body*) [306] int* boost::any_cast<int*>(boost::any&) [1851] std::allocator<boost::shared_ptr<Engine> >::~allocator()
 [377] DeusExMachina::DeusExMachina() [307] unsigned int** boost::any_cast<unsigned int*>(boost::any*) [716] std::allocator<boost::shared_ptr<Archive> >::allocator()
 [1537] DeusExMachina::~DeusExMachina() [308] unsigned int* boost::any_cast<unsigned int*>(boost::any&) [768] std::allocator<boost::shared_ptr<Archive> >::allocator<std::_List_node<boost::shared_ptr<Archive> > >(std::allocator<std::_List_node<boost::shared_ptr<Archive> > > const&)
 [1260] FileGenerator::getBaseClassNumber() [2002] void boost::algorithm::replace_all<std::string, std::string, char [1]>(std::string&, std::string const&, char const (&) [1]) [708] std::allocator<boost::shared_ptr<Archive> >::~allocator()
 [339] FileGenerator::FileGenerator() [2003] boost::algorithm::detail::first_finderF<boost::range_const_iterator<char const*>::type, boost::algorithm::is_equal> boost::algorithm::first_finder<char const*>(char const* const&) [1670] std::allocator<char*>::allocator<char>(std::allocator<char> const&)
 [1394] FileGenerator::~FileGenerator() [2004] boost::algorithm::detail::first_finderF<boost::range_const_iterator<std::string>::type, boost::algorithm::is_equal> boost::algorithm::first_finder<std::string>(std::string const&) [1671] std::allocator<char*>::~allocator()
 [1565] BoundingVolume::getBaseClassNumber() [2005] boost::algorithm::detail::const_formatF<char [1]> boost::algorithm::const_formatter<char [1]>(char const (&) [1]) [744] std::allocator<std::string>::allocator(std::allocator<std::string> const&)
 [1424] BoundingVolume::getMaxCurrentlyUsedIndexStatic() [2006] boost::algorithm::detail::empty_formatF<boost::range_value<std::string>::type> boost::algorithm::empty_formatter<std::string>(std::string const&) [856] std::allocator<std::string>::allocator()
 [215] BoundingVolume::BoundingVolume() [2007] void boost::algorithm::find_format_all<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]> >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>) [1003] std::allocator<std::string>::allocator<std::_Rb_tree_node<std::string> >(std::allocator<std::_Rb_tree_node<std::string> > const&)
 [1748] BoundingVolume::~BoundingVolume() [2008] void boost::algorithm::find_format_all<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char> >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>) [844] std::allocator<std::string>::allocator(std::allocator<std::string> const&)
 [396] BoundingVolume::~BoundingVolume() [2009] boost::algorithm::detail::const_formatF<char [1]>::const_formatF(char const (&) [1]) [741] std::allocator<std::string>::~allocator()
 [135] PhysicalAction::getClassIndex() [2010] boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>::first_finderF<std::string>(std::string const&, boost::algorithm::is_equal) [849] std::allocator<std::string>::~allocator()
 [1425] PhysicalAction::getBaseClassNumber() [2011] boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>::first_finderF<char const*>(char const* const&, boost::algorithm::is_equal) [1370] std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::allocator<boost::shared_ptr<EngineUnit> >(std::allocator<boost::shared_ptr<EngineUnit> > const&)
 [152] PhysicalAction::getClassIndexStatic() [2012] void boost::algorithm::detail::copy_to_storage<std::deque<char, std::allocator<char> >, boost::algorithm::detail::empty_container<char> >(std::deque<char, std::allocator<char> >&, boost::algorithm::detail::empty_container<char> const&) [1371] std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::allocator(std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > > const&)
 [1360] PhysicalAction::getMaxCurrentlyUsedIndexStatic() [2013] void boost::algorithm::detail::copy_to_storage<std::deque<char, std::allocator<char> >, boost::iterator_range<char const*> >(std::deque<char, std::allocator<char> >&, boost::iterator_range<char const*> const&) [1372] std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::~allocator()
 [195] PhysicalAction::incrementMaxCurrentlyUsedClassIndex() [1642] __gnu_cxx::__normal_iterator<char*, std::string> boost::algorithm::detail::process_segment<std::deque<char, std::allocator<char> >, std::string, __gnu_cxx::__normal_iterator<char*, std::string> >(std::deque<char, std::allocator<char> >&, std::string&, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) [1519] std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::~allocator()
 [367] PhysicalAction::PhysicalAction() [2014] boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<char const*> >::format_result() [711] std::allocator<std::_List_node<boost::shared_ptr<Archive> > >::allocator<boost::shared_ptr<Archive> >(std::allocator<boost::shared_ptr<Archive> > const&)
 [1538] PhysicalAction::~PhysicalAction() [2015] boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<char const*> >::find_format_store(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > const&, boost::iterator_range<char const*> const&, boost::algorithm::detail::const_formatF<char [1]> const&) [712] std::allocator<std::_List_node<boost::shared_ptr<Archive> > >::allocator(std::allocator<std::_List_node<boost::shared_ptr<Archive> > > const&)
 [673] PhysicalAction::~PhysicalAction() [2016] boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<char const*> >& boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<char const*> >::operator=<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >) [713] std::allocator<std::_List_node<boost::shared_ptr<Archive> > >::~allocator()
 [196] PointerHandler<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::accessor(Archive&, boost::shared_ptr<Archive>&) [2017] boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::empty_container<char> >::format_result() [718] std::allocator<std::_List_node<boost::shared_ptr<Archive> > >::~allocator()
 [1925] SimulationFlow::SimulationFlow() [2018] boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::empty_container<char> >::find_format_store(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > const&, boost::algorithm::detail::empty_container<char> const&, boost::algorithm::detail::empty_formatF<char> const&) [1007] std::allocator<std::_Rb_tree_node<std::string> >::allocator<std::string>(std::allocator<std::string> const&)
 [436] void IOFormatManager::loadFromFile<boost::shared_ptr<Preferences> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<Preferences>&) [2019] boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::empty_container<char> >& boost::algorithm::detail::find_format_store<__gnu_cxx::__normal_iterator<char*, std::string>, boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::empty_container<char> >::operator=<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >) [1008] std::allocator<std::_Rb_tree_node<std::string> >::allocator(std::allocator<std::_Rb_tree_node<std::string> > const&)
 [346] void IOFormatManager::loadFromFile<boost::shared_ptr<MetaBody> >(std::string const&, std::string const&, std::string const&, boost::shared_ptr<MetaBody>&) [1643] __gnu_cxx::__normal_iterator<char*, std::string> boost::algorithm::detail::move_from_storage<std::deque<char, std::allocator<char> >, __gnu_cxx::__normal_iterator<char*, std::string> >(std::deque<char, std::allocator<char> >&, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) [1009] std::allocator<std::_Rb_tree_node<std::string> >::~allocator()
 [159] ContainerHandler<boost::shared_ptr<Interaction> >::resize(Archive&, unsigned long) [2020] void boost::algorithm::detail::find_format_all_impl<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >) [1076] std::allocator<std::_Rb_tree_node<std::string> >::~allocator()
 [1073] DynlibDescriptor::DynlibDescriptor(DynlibDescriptor const&) [2021] void boost::algorithm::detail::find_format_all_impl<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >) [2119] std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::allocator<std::pair<std::string const, DynlibDescriptor> >(std::allocator<std::pair<std::string const, DynlibDescriptor> > const&)
 [1122] DynlibDescriptor::DynlibDescriptor() [2022] void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*> >(std::string&, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, boost::algorithm::detail::const_formatF<char [1]>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::iterator_range<char const*>) [2120] std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::allocator(std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > > const&)
 [1074] DynlibDescriptor::~DynlibDescriptor() [2023] void boost::algorithm::detail::find_format_all_impl2<std::string, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char> >(std::string&, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, boost::algorithm::detail::empty_formatF<char>, boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >, boost::algorithm::detail::empty_container<char>) [2121] std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::~allocator()
 [1272] GeometricalModel::getBaseClassNumber() [1644] __gnu_cxx::__normal_iterator<char*, std::string> boost::algorithm::detail::process_segment_helper<false>::operator()<std::deque<char, std::allocator<char> >, std::string, __gnu_cxx::__normal_iterator<char*, std::string> >(std::deque<char, std::allocator<char> >&, std::string&, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) [2122] std::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> >(std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > const&)
 [1269] GeometricalModel::getMaxCurrentlyUsedIndexStatic() [1791] std::string::iterator boost::algorithm::detail::erase<std::string>(std::string&, std::string::iterator, std::string::iterator) [2123] std::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >::allocator(std::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > > const&)
 [233] GeometricalModel::GeometricalModel() [2024] void boost::algorithm::erase_all<std::string, char const*>(std::string&, char const* const&) [2124] std::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >::~allocator()
 [1488] GeometricalModel::~GeometricalModel() [2025] boost::date_time::date_facet<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::date_facet(char const*, boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >, boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >, boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >, unsigned int) [1245] std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::allocator<std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >(std::allocator<std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > > const&)
 [397] GeometricalModel::~GeometricalModel() [2026] boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::fractional_seconds_as_string(boost::posix_time::time_duration const&, bool) [1335] std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::~allocator()
 [1426] StandAloneEngine::getBaseClassNumber() [2027] boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::time_facet(unsigned int) [2125] std::allocator<std::pair<std::string const, DynlibDescriptor> >::allocator()
 [381] StandAloneEngine::StandAloneEngine() [2028] boost::date_time::int_adapter<long>::int_adapter(long) [1127] std::allocator<std::pair<std::string const, DynlibDescriptor> >::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >(std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > > const&)
 [297] StandAloneEngine::StandAloneEngine() [2029] boost::date_time::int_adapter<unsigned long>::is_neg_inf(unsigned long) [1121] std::allocator<std::pair<std::string const, DynlibDescriptor> >::~allocator()
 [1566] StandAloneEngine::~StandAloneEngine() [2030] boost::date_time::int_adapter<unsigned long>::is_pos_inf(unsigned long) [2126] std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> >::allocator()
 [1703] StandAloneEngine::~StandAloneEngine() [1716] boost::date_time::int_adapter<unsigned long>::from_special(boost::date_time::special_values) [1114] std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> >::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >(std::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > > const&)
 [1450] InteractionPhysics::getBaseClassNumber() [1439] boost::date_time::int_adapter<unsigned long>::neg_infinity() [2127] std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> >::~allocator()
 [385] InteractionPhysics::InteractionPhysics() [1398] boost::date_time::int_adapter<unsigned long>::not_a_number() [1164] std::allocator<std::vector<std::string, std::allocator<std::string> > >::allocator(std::allocator<std::vector<std::string, std::allocator<std::string> > > const&)
 [1603] InteractionPhysics::~InteractionPhysics() [1440] boost::date_time::int_adapter<unsigned long>::pos_infinity() [1373] std::allocator<std::vector<std::string, std::allocator<std::string> > >::allocator()
 [160] PhysicalParameters::getClassIndex() [1478] boost::date_time::int_adapter<unsigned long>::is_not_a_number(unsigned long) [1295] std::allocator<std::vector<std::string, std::allocator<std::string> > >::allocator(std::allocator<std::vector<std::string, std::allocator<std::string> > > const&)
 [1288] PhysicalParameters::getBaseClassNumber() [1499] boost::date_time::int_adapter<unsigned long>::is_inf(unsigned long) [1159] std::allocator<std::vector<std::string, std::allocator<std::string> > >::~allocator()
 [704] PhysicalParameters::getClassIndexStatic() [1218] boost::date_time::int_adapter<unsigned long>::int_adapter(unsigned long) [1417] std::allocator<std::vector<std::string, std::allocator<std::string> > >::~allocator()
 [1247] PhysicalParameters::getMaxCurrentlyUsedIndexStatic() [2031] boost::date_time::int_adapter<long long>::is_neg_inf(long long) [1296] std::allocator<double>::allocator(std::allocator<double> const&)
 [217] PhysicalParameters::PhysicalParameters() [2032] boost::date_time::int_adapter<long long>::is_pos_inf(long long) [1481] std::allocator<double>::allocator(std::allocator<double> const&)
 [1489] PhysicalParameters::~PhysicalParameters() [1792] boost::date_time::int_adapter<long long>::to_special(long long) [1418] std::allocator<double>::~allocator()
 [398] PhysicalParameters::~PhysicalParameters() [1645] boost::date_time::int_adapter<long long>::from_special(boost::date_time::special_values) [1556] std::allocator<double>::~allocator()
 [1387] InteractingGeometry::getBaseClassNumber() [1283] boost::date_time::int_adapter<long long>::neg_infinity() [1094] std::allocator<int>::allocator(std::allocator<int> const&)
 [736] InteractingGeometry::getClassIndexStatic() [1243] boost::date_time::int_adapter<long long>::not_a_number() [1336] std::allocator<int>::allocator()
 [1261] InteractingGeometry::getMaxCurrentlyUsedIndexStatic() [1284] boost::date_time::int_adapter<long long>::pos_infinity() [1179] std::allocator<int>::allocator(std::allocator<int> const&)
 [234] InteractingGeometry::InteractingGeometry() [1717] boost::date_time::int_adapter<long long>::is_not_a_number(long long) [1101] std::allocator<int>::~allocator()
 [1567] InteractingGeometry::~InteractingGeometry() [1162] boost::date_time::int_adapter<long long>::int_adapter(long long) [1234] std::allocator<int>::~allocator()
 [399] InteractingGeometry::~InteractingGeometry() [1646] boost::date_time::second_clock<boost::posix_time::ptime>::local_time() [1374] std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_List_impl::_List_impl(std::allocator<std::_List_node<boost::shared_ptr<EngineUnit> > > const&)
 [1395] InteractionGeometry::getBaseClassNumber() [1647] boost::date_time::second_clock<boost::posix_time::ptime>::create_time(tm*) [1520] std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_List_impl::~_List_impl()
 [378] InteractionGeometry::InteractionGeometry() [2033] boost::date_time::date_duration<boost::date_time::duration_traits_adapted>::date_duration(boost::date_time::int_adapter<long>) [1852] std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_get_node()
 [1539] InteractionGeometry::~InteractionGeometry() [1500] boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::ticks_per_second() [1250] std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_init()
 [1749] StandAloneSimulator::getBaseClassNumber() [1648] boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::time_duration(boost::date_time::special_values) [1281] std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_clear()
 [462] StandAloneSimulator::StandAloneSimulator() [1573] boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::time_duration(boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> > const&) [1375] std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_List_base(std::allocator<boost::shared_ptr<EngineUnit> > const&)
 [1926] StandAloneSimulator::~StandAloneSimulator() [1464] boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::time_duration(int, int, int, long long) [1521] std::_List_base<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::~_List_base()
 [1623] InteractionContainer::getBaseClassNumber() [1718] int boost::date_time::absolute_value<int>(int) [714] std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_List_impl::_List_impl(std::allocator<std::_List_node<boost::shared_ptr<Archive> > > const&)
 [391] InteractionContainer::InteractionContainer() [2034] long long boost::date_time::absolute_value<long long>(long long) [719] std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_List_impl::~_List_impl()
 [1750] InteractionContainer::~InteractionContainer() [2035] boost::date_time::microsec_clock<boost::posix_time::ptime>::local_time() [821] std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_get_node()
 [652] InteractionContainer::~InteractionContainer() [2036] boost::date_time::microsec_clock<boost::posix_time::ptime>::create_time(boost::date_time::microsec_clock<boost::posix_time::ptime>::TZ_FOR_CREATE) [822] std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_put_node(std::_List_node<boost::shared_ptr<Archive> >*)
 [1751] PhysicalActionContainer::getBaseClassNumber() [1501] boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::frac_sec_per_day() [715] std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_init()
 [225] PhysicalActionContainer::PhysicalActionContainer() [1502] boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::counted_time_rep(boost::gregorian::date const&, boost::posix_time::time_duration const&) [153] std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_clear()
 [1927] PhysicalActionContainer::~PhysicalActionContainer() [2037] boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::period_formatter(boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::range_display_options, char const*, char const*, char const*, char const*) [169] std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_List_base(std::allocator<boost::shared_ptr<Archive> > const&)
 [654] PhysicalActionContainer::~PhysicalActionContainer() [2038] boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::period_formatter(boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > > const&) [154] std::_List_base<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::~_List_base()
  [82] BodyContainerIteratorPointer::operator*() [2039] boost::date_time::period_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::~period_formatter() [1853] std::_Deque_base<char, std::allocator<char> >::_Deque_impl::_Deque_impl(std::allocator<char> const&)
  [80] BodyContainerIteratorPointer::operator!=(BodyContainerIteratorPointer const&) [1503] void boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::unused_var<boost::date_time::dst_flags>(boost::date_time::dst_flags const&) [1854] std::_Deque_base<char, std::allocator<char> >::_Deque_impl::~_Deque_impl()
 [102] BodyContainerIteratorPointer::operator++() [1504] boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::get_time_rep(boost::gregorian::date const&, boost::posix_time::time_duration const&, boost::date_time::dst_flags) [1855] std::_Deque_base<char, std::allocator<char> >::_M_allocate_map(unsigned int)
 [143] InteractionContainerIteratorPointer::~InteractionContainerIteratorPointer() [1719] boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::subtract_times(boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&, boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&) [1856] std::_Deque_base<char, std::allocator<char> >::_M_create_nodes(char**, char**)
  [41] InteractionContainerIteratorPointer::operator*() [1793] boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::get_time_of_day(boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&) [1857] std::_Deque_base<char, std::allocator<char> >::_M_allocate_node()
  [23] InteractionContainerIteratorPointer::operator!=(InteractionContainerIteratorPointer const&) [2040] boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::get_date(boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&) [1858] std::_Deque_base<char, std::allocator<char> >::_M_destroy_nodes(char**, char**)
  [55] InteractionContainerIteratorPointer::operator++() [2041] boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> >::zone_name(boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> const&) [1859] std::_Deque_base<char, std::allocator<char> >::_M_deallocate_map(char**, unsigned int)
  [68] Se3<double>::Se3(Wm3::Vector3<double>, Wm3::Quaternion<double>) [1465] boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>::year_month_day_base(boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day) [1860] std::_Deque_base<char, std::allocator<char> >::_M_initialize_map(unsigned int)
 [248] Se3<double>::Se3()   [1546] boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int>::is_adapted() [1861] std::_Deque_base<char, std::allocator<char> >::_M_deallocate_node(char*)
  [69] Se3<double>::operator=(Se3<double> const&) [1266] boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int>::res_adjust() [1862] std::_Deque_base<char, std::allocator<char> >::_Deque_base(std::allocator<char> const&, unsigned int)
  [43] Wm3::Quaternion<double>::FromAxisAngle(Wm3::Vector3<double> const&, double) [1466] boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int>::to_tick_count(int, int, int, long long) [1863] std::_Deque_base<char, std::allocator<char> >::~_Deque_base()
 [161] Wm3::Quaternion<double>::Z() [1306] boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int>::as_number(boost::date_time::int_adapter<long long>) [1350] std::char_traits<char>::eq_int_type(int const&, int const&)
 [141] Wm3::Quaternion<double>::Quaternion(Wm3::Quaternion<double> const&) [2042] boost::date_time::duration_traits_adapted::as_number(boost::date_time::int_adapter<long>) [778] std::char_traits<char>::eof()
 [905] Wm3::Quaternion<double>::Quaternion() [1547] boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::day_number(boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day> const&) [945] std::char_traits<char>::length(char const*)
 [962] Wm3::Quaternion<double>::operator=(Wm3::Quaternion<double> const&) [2043] boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::day_of_week(boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day> const&) [1376] std::char_traits<char>::not_eof(int const&)
 [717] Wm3::Math<double>::Cos(double) [1649] boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::from_day_number(unsigned long) [1522] std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::_Vector_impl::_Vector_impl(std::allocator<boost::shared_ptr<Interaction> > const&)
  [95] Wm3::Math<double>::Sin(double) [1574] boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned long>::end_of_month_day(boost::gregorian::greg_year, boost::gregorian::greg_month) [1589] std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::_Vector_impl::~_Vector_impl()
  [47] Wm3::Math<double>::Sqrt(double) [2044] boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::date_generator_formatter(boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > > const&) [1590] std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::_M_deallocate(boost::shared_ptr<Interaction>*, unsigned int)
 [908] Wm3::Vector3<double>::X() [2045] boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::date_generator_formatter() [1523] std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::_Vector_base(std::allocator<boost::shared_ptr<Interaction> > const&)
 [909] Wm3::Vector3<double>::Y() [2046] boost::date_time::date_generator_formatter<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::~date_generator_formatter() [1591] std::_Vector_base<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::~_Vector_base()
 [910] Wm3::Vector3<double>::Z() [2047] boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::special_values_formatter(boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > > const&) [1067] std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_allocate(unsigned int)
  [16] Wm3::Vector3<double>::Normalize() [2048] boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::special_values_formatter() [1045] std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_Vector_impl::_Vector_impl(std::allocator<boost::shared_ptr<PhysicalAction> > const&)
 [117] Wm3::Vector3<double>::Vector3(Wm3::Vector3<double> const&) [2049] boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::~special_values_formatter() [939] std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_Vector_impl::~_Vector_impl()
 [188] Wm3::Vector3<double>::Vector3() [1548] boost::date_time::time_resolution_traits_adapted64_impl::is_adapted() [899] std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_deallocate(boost::shared_ptr<PhysicalAction>*, unsigned int)
  [42] Wm3::Vector3<double>::operator=(Wm3::Vector3<double> const&) [1307] boost::date_time::time_resolution_traits_adapted64_impl::as_number(boost::date_time::int_adapter<long long>) [1046] std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_Vector_base(std::allocator<boost::shared_ptr<PhysicalAction> > const&)
  [75] Wm3::Vector3<double>::operator[](int) [1720] boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::date(boost::date_time::int_adapter<unsigned long>) [940] std::_Vector_base<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::~_Vector_base()
 [979] Wm3::Vector3<float>::X() [1575] boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::date(boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day) [1445] std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_allocate(unsigned int)
 [980] Wm3::Vector3<float>::Y() [2050] boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::date(boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day> const&) [1524] std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_Vector_impl::_Vector_impl(std::allocator<boost::shared_ptr<Body> > const&)
 [981] Wm3::Vector3<float>::Z() [1609] boost::date_time::c_time::localtime(long const*, tm*) [1592] std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_Vector_impl::~_Vector_impl()
 [955] Wm3::Vector3<float>::Vector3() [1505] boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::base_time(boost::gregorian::date const&, boost::posix_time::time_duration const&, boost::date_time::dst_flags) [1351] std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_deallocate(boost::shared_ptr<Body>*, unsigned int)
 [125] Body::registerAttributes() [1467] boost::gregorian::greg_month::greg_month(unsigned short) [1525] std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_Vector_base(std::allocator<boost::shared_ptr<Body> > const&)
 [207] Body::Body()         [2051] boost::gregorian::greg_weekday::greg_weekday(unsigned short) [1593] std::_Vector_base<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::~_Vector_base()
 [425] Body::Body()         [1576] boost::gregorian::date::date(boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day) [1864] std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_M_allocate(unsigned int)
 [137] Body::~Body()        [1721] boost::gregorian::date::date(boost::date_time::special_values) [1672] std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_Vector_impl::_Vector_impl(std::allocator<boost::shared_ptr<Engine> > const&)
 [374] Body::~Body()        [2052] boost::gregorian::date::date(boost::date_time::year_month_day_base<boost::gregorian::greg_year, boost::gregorian::greg_month, boost::gregorian::greg_day> const&) [1865] std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_Vector_impl::~_Vector_impl()
 [1928] Omega::logMessage(std::string const&) [2053] boost::gregorian::to_tm(boost::gregorian::date const&) [1673] std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_M_deallocate(boost::shared_ptr<Engine>*, unsigned int)
 [893] Omega::getRootBody() [1468] boost::gregorian::greg_day::greg_day(unsigned short) [1674] std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_Vector_base(std::allocator<boost::shared_ptr<Engine> > const&)
 [192] Omega::getTimeStep() [1412] boost::gregorian::greg_year::greg_year(unsigned short) [1866] std::_Vector_base<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::~_Vector_base()
  [27] Omega::scanPlugins()  [990] bool boost::operator==<boost::filesystem::detail::dir_itr_imp, boost::filesystem::detail::dir_itr_imp>(boost::shared_ptr<boost::filesystem::detail::dir_itr_imp> const&, boost::shared_ptr<boost::filesystem::detail::dir_itr_imp> const&) [804] std::_Vector_base<std::string, std::allocator<std::string> >::_M_allocate(unsigned int)
 [193] Omega::setTimeStep(double) [991] boost::detail::enable_if_interoperable<boost::filesystem::directory_iterator, boost::filesystem::directory_iterator, boost::mpl::apply2<boost::detail::always_bool2, boost::filesystem::directory_iterator, boost::filesystem::directory_iterator>::type>::type boost::operator!=<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int, boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>(boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int> const&, boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int> const&) [845] std::_Vector_base<std::string, std::allocator<std::string> >::_Vector_impl::_Vector_impl(std::allocator<std::string> const&)
 [625] Omega::freeRootBody() [761] Engine::isActivated() [850] std::_Vector_base<std::string, std::allocator<std::string> >::_Vector_impl::~_Vector_impl()
 [345] Omega::loadSimulation() [1650] Engine::getBaseClassNumber() [783] std::_Vector_base<std::string, std::allocator<std::string> >::_M_deallocate(std::string*, unsigned int)
 [327] Omega::buildDynlibDatabase(std::vector<std::string, std::allocator<std::string> > const&) [330] Engine::Engine() [852] std::_Vector_base<std::string, std::allocator<std::string> >::_Vector_base(std::allocator<std::string> const&)
 [843] Omega::getCurrentIteration() [272] Engine::Engine() [1211] std::_Vector_base<std::string, std::allocator<std::string> >::_Vector_base(unsigned int, std::allocator<std::string> const&)
 [1704] Omega::getSimulationFileName() [1794] Engine::~Engine() [851] std::_Vector_base<std::string, std::allocator<std::string> >::~_Vector_base()
 [1752] Omega::setSimulationFileName(std::string) [551] Engine::~Engine() [1297] std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_allocate(unsigned int)
 [894] Omega::incrementSimulationTime() [1183] Engine::~Engine() [1298] std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_Vector_impl::_Vector_impl(std::allocator<std::vector<std::string, std::allocator<std::string> > > const&)
 [895] Omega::incrementCurrentIteration() [825] Archive::getAddress() [1419] std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_Vector_impl::~_Vector_impl()
 [529] Omega::init()         [203] Archive::setAddress(boost::any) [1248] std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_deallocate(std::vector<std::string, std::allocator<std::string> >*, unsigned int)
 [663] Omega::Omega()        [750] Archive::getRecordType() [1299] std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_Vector_base(std::allocator<std::vector<std::string, std::allocator<std::string> > > const&)
 [994] boost::filesystem::directory_iterator::increment() [814] Archive::setRecordType(SerializableTypes::Type) [1420] std::_Vector_base<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::~_Vector_base()
 [637] boost::filesystem::directory_iterator::directory_iterator(boost::filesystem::path const&) [815] Archive::setFundamental(bool) [1482] std::_Vector_base<double, std::allocator<double> >::_Vector_impl::_Vector_impl(std::allocator<double> const&)
 [638] boost::filesystem::directory_iterator::directory_iterator() [465] boost::shared_ptr<Archive> Archive::create<EngineUnit>(std::string const&, EngineUnit&) [1557] std::_Vector_base<double, std::allocator<double> >::_Vector_impl::~_Vector_impl()
 [549] boost::filesystem::directory_iterator::~directory_iterator() [490] boost::shared_ptr<Archive> Archive::create<Preferences>(std::string const&, Preferences&) [1558] std::_Vector_base<double, std::allocator<double> >::_M_deallocate(double*, unsigned int)
 [1090] boost::filesystem::path::~path() [491] boost::shared_ptr<Archive> Archive::create<BodyContainer>(std::string const&, BodyContainer&) [190] std::_Vector_base<double, std::allocator<double> >::_Vector_base(std::allocator<double> const&)
 [1145] boost::filesystem::path::operator=(boost::filesystem::path const&) [254] boost::shared_ptr<Archive> Archive::create<BoundingVolume>(std::string const&, BoundingVolume&) [1559] std::_Vector_base<double, std::allocator<double> >::~_Vector_base()
 [1624] boost::posix_time::time_duration::time_duration(boost::date_time::special_values) [257] boost::shared_ptr<Archive> Archive::create<GeometricalModel>(std::string const&, GeometricalModel&) [1205] std::_Vector_base<int, std::allocator<int> >::_M_allocate(unsigned int)
 [1568] boost::posix_time::time_duration::time_duration(boost::posix_time::time_duration const&) [255] boost::shared_ptr<Archive> Archive::create<PhysicalParameters>(std::string const&, PhysicalParameters&) [1225] std::_Vector_base<int, std::allocator<int> >::_Vector_impl::_Vector_impl(std::allocator<int> const&)
 [1477] boost::posix_time::time_duration::time_duration(int, int, int, long long) [256] boost::shared_ptr<Archive> Archive::create<InteractingGeometry>(std::string const&, InteractingGeometry&) [1235] std::_Vector_base<int, std::allocator<int> >::_Vector_impl::~_Vector_impl()
 [1929] boost::posix_time::time_duration::time_duration() [466] boost::shared_ptr<Archive> Archive::create<InteractionContainer>(std::string const&, InteractionContainer&) [1175] std::_Vector_base<int, std::allocator<int> >::_M_deallocate(int*, unsigned int)
 [1930] boost::posix_time::to_simple_string(boost::posix_time::time_duration) [492] boost::shared_ptr<Archive> Archive::create<PhysicalActionContainer>(std::string const&, PhysicalActionContainer&) [1226] std::_Vector_base<int, std::allocator<int> >::_Vector_base(std::allocator<int> const&)
 [1931] std::basic_string<char, std::char_traits<char>, std::allocator<char> > boost::posix_time::to_simple_string_type<char>(boost::posix_time::time_duration) [128] boost::shared_ptr<Archive> Archive::create<Se3<double> >(std::string const&, Se3<double>&) [1236] std::_Vector_base<int, std::allocator<int> >::~_Vector_base()
 [1604] boost::posix_time::ptime::ptime(boost::gregorian::date, boost::posix_time::time_duration) [258] boost::shared_ptr<Archive> Archive::create<Body>(std::string const&, Body&) [2128] std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > std::__copy_normal<false, false>::copy_n<char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > >(char const (*) [17], char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >)
 [1705] boost::posix_time::ptime::ptime() [361] boost::shared_ptr<Archive> Archive::create<Engine>(std::string const&, Engine&) [1867] std::_Deque_iterator<char, char&, char*> std::__copy_normal<false, false>::copy_n<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>)
 [1932] boost::posix_time::to_tm(boost::posix_time::ptime const&) [493] boost::shared_ptr<Archive> Archive::create<MetaBody>(std::string const&, MetaBody&) [2129] std::ostreambuf_iterator<char, std::char_traits<char> > std::__copy_normal<true, false>::copy_n<__gnu_cxx::__normal_iterator<char const*, std::string>, std::ostreambuf_iterator<char, std::char_traits<char> > >(__gnu_cxx::__normal_iterator<char const*, std::string>, __gnu_cxx::__normal_iterator<char const*, std::string>, std::ostreambuf_iterator<char, std::char_traits<char> >)
 [1933] std::basic_ostream<char, std::char_traits<char> >& boost::posix_time::operator<< <char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, boost::posix_time::time_duration const&) [209] boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<double> >(std::string const&, Wm3::Vector3<double>&) [1430] __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >)
 [1934] std::basic_ostream<char, std::char_traits<char> >& boost::posix_time::operator<< <char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, boost::posix_time::ptime const&) [239] boost::shared_ptr<Archive> Archive::create<Wm3::Vector3<float> >(std::string const&, Wm3::Vector3<float>&) [661] __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >)
 [629] boost::shared_ptr<EngineUnit>::shared_ptr(boost::shared_ptr<EngineUnit> const&) [404] boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<EngineUnit> >(std::string const&, boost::shared_ptr<EngineUnit>&) [657] __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >)
 [617] boost::shared_ptr<EngineUnit>::shared_ptr() [440] boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Preferences> >(std::string const&, boost::shared_ptr<Preferences>&) [1675] __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >)
 [502] boost::shared_ptr<EngineUnit>::shared_ptr<EngineUnit>(EngineUnit*) [110] boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BodyContainer> >(std::string const&, boost::shared_ptr<BodyContainer>&) [871] __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >)
 [528] boost::shared_ptr<EngineUnit>::~shared_ptr() [179] boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<BoundingVolume> >(std::string const&, boost::shared_ptr<BoundingVolume>&) [1377] __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >)
 [598] boost::shared_ptr<EngineUnit>::operator=(boost::shared_ptr<EngineUnit> const&) [224] boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<GeometricalModel> >(std::string const&, boost::shared_ptr<GeometricalModel>&) [1868] __gnu_cxx::__normal_iterator<char*, std::string> std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>)
 [497] boost::shared_ptr<Factorable>::shared_ptr() [206] boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalParameters> >(std::string const&, boost::shared_ptr<PhysicalParameters>&) [686] __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >)
 [593] boost::shared_ptr<Factorable>::shared_ptr<MetaEngine>(boost::shared_ptr<MetaEngine> const&) [223] boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractingGeometry> >(std::string const&, boost::shared_ptr<InteractingGeometry>&) [607] __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::__copy_normal<true, true>::copy_n<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >)
 [634] boost::shared_ptr<Factorable>::shared_ptr<TimeStepper>(boost::shared_ptr<TimeStepper> const&) [405] boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<InteractionContainer> >(std::string const&, boost::shared_ptr<InteractionContainer>&) [1246] std::_List_iterator<boost::shared_ptr<EngineUnit> >::_List_iterator(std::_List_node_base*)
 [639] boost::shared_ptr<Factorable>::shared_ptr<BodyContainer>(boost::shared_ptr<BodyContainer> const&) [244] boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<PhysicalActionContainer> >(std::string const&, boost::shared_ptr<PhysicalActionContainer>&) [1869] std::_List_iterator<boost::shared_ptr<EngineUnit> >::_List_iterator()
 [602] boost::shared_ptr<Factorable>::shared_ptr<DeusExMachina>(boost::shared_ptr<DeusExMachina> const&) [120] boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Body> >(std::string const&, boost::shared_ptr<Body>&) [1728] std::_List_iterator<boost::shared_ptr<EngineUnit> >::operator++()
 [572] boost::shared_ptr<Factorable>::shared_ptr<FileGenerator>(boost::shared_ptr<FileGenerator> const&) [326] boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<Engine> >(std::string const&, boost::shared_ptr<Engine>&) [759] std::_List_iterator<boost::shared_ptr<Archive> >::_List_iterator(std::_List_node_base*)
 [640] boost::shared_ptr<Factorable>::shared_ptr<BoundingVolume>(boost::shared_ptr<BoundingVolume> const&) [347] boost::shared_ptr<Archive> Archive::create<boost::shared_ptr<MetaBody> >(std::string const&, boost::shared_ptr<MetaBody>&) [1271] std::numeric_limits<unsigned long>::max()
 [630] boost::shared_ptr<Factorable>::shared_ptr<PhysicalAction>(boost::shared_ptr<PhysicalAction> const&) [325] boost::shared_ptr<Archive> Archive::create<std::string>(std::string const&, std::string&) [1446] std::numeric_limits<unsigned long>::min()
 [641] boost::shared_ptr<Factorable>::shared_ptr<IOFormatManager>(boost::shared_ptr<IOFormatManager> const&) [350] boost::shared_ptr<Archive> Archive::create<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > > >(std::string const&, std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >&) [1196] std::numeric_limits<long long>::max()
 [594] boost::shared_ptr<Factorable>::shared_ptr<GeometricalModel>(boost::shared_ptr<GeometricalModel> const&) [9] boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(std::string const&, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >&) [1287] std::numeric_limits<long long>::min()
 [613] boost::shared_ptr<Factorable>::shared_ptr<StandAloneEngine>(boost::shared_ptr<StandAloneEngine> const&) [416] boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(std::string const&, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >&) [1676] std::_Deque_iterator<char, char&, char*>::_M_set_node(char**)
 [623] boost::shared_ptr<Factorable>::shared_ptr<InteractionPhysics>(boost::shared_ptr<InteractionPhysics> const&) [300] boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(std::string const&, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >&) [1594] std::_Deque_iterator<char, char&, char*>::_S_buffer_size()
 [603] boost::shared_ptr<Factorable>::shared_ptr<PhysicalParameters>(boost::shared_ptr<PhysicalParameters> const&) [403] boost::shared_ptr<Archive> Archive::create<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(std::string const&, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >&) [1237] std::_Deque_iterator<char, char&, char*>::_Deque_iterator(std::_Deque_iterator<char, char&, char*> const&)
 [624] boost::shared_ptr<Factorable>::shared_ptr<InteractingGeometry>(boost::shared_ptr<InteractingGeometry> const&) [392] boost::shared_ptr<Archive> Archive::create<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(std::string const&, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >&) [1677] std::_Deque_iterator<char, char&, char*>::_Deque_iterator()
 [604] boost::shared_ptr<Factorable>::shared_ptr<InteractionGeometry>(boost::shared_ptr<InteractionGeometry> const&) [362] boost::shared_ptr<Archive> Archive::create<std::vector<std::string, std::allocator<std::string> > >(std::string const&, std::vector<std::string, std::allocator<std::string> >&) [1870] std::_Deque_iterator<char, char&, char*>::operator-=(int)
 [665] boost::shared_ptr<Factorable>::shared_ptr<StandAloneSimulator>(boost::shared_ptr<StandAloneSimulator> const&) [494] boost::shared_ptr<Archive> Archive::create<std::vector<int, std::allocator<int> > >(std::string const&, std::vector<int, std::allocator<int> >&) [1871] std::_Deque_iterator<char, char&, char*>::operator+=(int)
 [642] boost::shared_ptr<Factorable>::shared_ptr<InteractionContainer>(boost::shared_ptr<InteractionContainer> const&) [210] boost::shared_ptr<Archive> Archive::create<bool>(std::string const&, bool&) [896] std::_Rb_tree_iterator<std::string>::_Rb_tree_iterator(std::_Rb_tree_node<std::string>*)
 [666] boost::shared_ptr<Factorable>::shared_ptr<PhysicalActionContainer>(boost::shared_ptr<PhysicalActionContainer> const&) [252] boost::shared_ptr<Archive> Archive::create<int>(std::string const&, int&) [1447] std::_Rb_tree_iterator<std::string>::operator--()
 [643] boost::shared_ptr<Factorable>::shared_ptr<Engine>(boost::shared_ptr<Engine> const&) [253] boost::shared_ptr<Archive> Archive::create<unsigned int>(std::string const&, unsigned int&) [734] std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::_Rb_tree_iterator(std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >*)
 [667] boost::shared_ptr<Factorable>::shared_ptr<NullGUI>(boost::shared_ptr<NullGUI> const&) [875] Archive::getName() [1678] std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::operator--()
 [668] boost::shared_ptr<Factorable>::shared_ptr<FrontEnd>(boost::shared_ptr<FrontEnd> const&) [113] NullGUI::run(int, char**) [864] std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::_Rb_tree_iterator(std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> >*)
 [438] boost::shared_ptr<Factorable>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag) [121] NullGUI::loop() [1144] std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::operator--()
 [379] boost::shared_ptr<Factorable>::~shared_ptr() [688] NullGUI::NullGUI() [1143] std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >::operator++()
 [383] boost::shared_ptr<Factorable>::operator=(boost::shared_ptr<Factorable> const&) [1610] log4cxx::StringBuffer::StringBuffer() [1729] std::ostreambuf_iterator<char, std::char_traits<char> >::ostreambuf_iterator(std::ostream&)
 [441] boost::shared_ptr<MetaEngine>::shared_ptr<MetaEngine>(MetaEngine*) [1611] log4cxx::StringBuffer::~StringBuffer() [1390] std::ostreambuf_iterator<char, std::char_traits<char> >::operator=(char)
 [596] boost::shared_ptr<MetaEngine>::~shared_ptr() [1722] log4cxx::helpers::ObjectPtrT<log4cxx::Logger>::~ObjectPtrT() [1391] std::ostreambuf_iterator<char, std::char_traits<char> >::operator*()
   [6] boost::shared_ptr<Interaction>::shared_ptr(boost::shared_ptr<Interaction> const&) [992] log4cxx::helpers::ObjectPtrT<log4cxx::Logger>::operator->() [1392] std::ostreambuf_iterator<char, std::char_traits<char> >::operator++()
  [87] boost::shared_ptr<Interaction>::shared_ptr() [1549] log4cxx::stringbuf::stringbuf() [1679] std::_List_const_iterator<boost::shared_ptr<EngineUnit> >::_List_const_iterator(std::_List_node_base const*)
  [12] boost::shared_ptr<Interaction>::~shared_ptr() [1273] log4cxx::stringbuf::~stringbuf() [1680] std::_List_const_iterator<boost::shared_ptr<EngineUnit> >::operator++()
  [14] boost::shared_ptr<Interaction>::operator=(boost::shared_ptr<Interaction> const&) [1795] FrontEnd::getBaseClassNumber() [2130] std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >::back_insert_iterator(std::vector<std::string, std::allocator<std::string> >&)
 [690] boost::shared_ptr<Preferences>::shared_ptr() [693] FrontEnd::FrontEnd() [1730] std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >::operator=(std::string const&)
 [503] boost::shared_ptr<Preferences>::shared_ptr<Preferences>(Preferences*) [689] FrontEnd::FrontEnd() [1731] std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >::operator*()
 [653] boost::shared_ptr<Preferences>::~shared_ptr() [681] FrontEnd::~FrontEnd() [1732] std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >::operator++()
 [599] boost::shared_ptr<Preferences>::operator=(boost::shared_ptr<Preferences> const&) [156] MetaBody::moveToNextTimeStep() [988] std::_Rb_tree_const_iterator<std::string>::_Rb_tree_const_iterator(std::_Rb_tree_node<std::string> const*)
 [482] boost::shared_ptr<TimeStepper>::shared_ptr<TimeStepper>(TimeStepper*) [423] MetaBody::MetaBody() [987] std::_Rb_tree_const_iterator<std::string>::_Rb_tree_const_iterator(std::_Rb_tree_iterator<std::string> const&)
 [635] boost::shared_ptr<TimeStepper>::~shared_ptr() [353] MetaBody::~MetaBody() [1118] std::_Rb_tree_const_iterator<std::string>::operator++()
 [432] boost::shared_ptr<Serializable>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag) [837] Singleton<ClassFactory>::instance() [174] std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::lower_bound(SerializableTypes::Type const&)
 [444] boost::shared_ptr<Serializable>::~shared_ptr() [2054] Singleton<ClassFactory>::Singleton() [755] std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::end()
 [691] boost::shared_ptr<ThreadRunner>::shared_ptr() [839] Singleton<SerializableSingleton>::instance() [518] std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert(std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&)
 [683] boost::shared_ptr<BodyContainer>::shared_ptr() [148] Singleton<Omega>::instance() [173] std::map<SerializableTypes::Type, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::operator[](SerializableTypes::Type const&)
 [483] boost::shared_ptr<BodyContainer>::shared_ptr<BodyContainer>(BodyContainer*) [2055] Singleton<Omega>::Singleton() [931] std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::lower_bound(std::string const&)
 [332] boost::shared_ptr<BodyContainer>::~shared_ptr() [646] __gnu_cxx::new_allocator<boost::shared_ptr<EngineUnit> >::construct(boost::shared_ptr<EngineUnit>*, boost::shared_ptr<EngineUnit> const&) [928] std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::end()
 [631] boost::shared_ptr<BodyContainer>::operator=(boost::shared_ptr<BodyContainer> const&) [1316] __gnu_cxx::new_allocator<boost::shared_ptr<EngineUnit> >::new_allocator() [2131] std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::begin()
 [448] boost::shared_ptr<DeusExMachina>::shared_ptr<DeusExMachina>(DeusExMachina*) [1317] __gnu_cxx::new_allocator<boost::shared_ptr<EngineUnit> >::~new_allocator() [1128] std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >, std::pair<std::string const, DynlibDescriptor> const&)
 [605] boost::shared_ptr<DeusExMachina>::~shared_ptr() [197] __gnu_cxx::new_allocator<boost::shared_ptr<Interaction> >::construct(boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction> const&) [2132] std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::map()
 [407] boost::shared_ptr<FileGenerator>::shared_ptr<FileGenerator>(FileGenerator*) [1268] __gnu_cxx::new_allocator<boost::shared_ptr<Interaction> >::new_allocator(__gnu_cxx::new_allocator<boost::shared_ptr<Interaction> > const&) [932] std::map<std::string, DynlibDescriptor, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::operator[](std::string const&)
 [573] boost::shared_ptr<FileGenerator>::~shared_ptr() [1506] __gnu_cxx::new_allocator<boost::shared_ptr<Interaction> >::new_allocator() [2133] std::map<std::string, ClassFactory::FactorableCreators, std::less<std::string>, std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > >::map()
 [419] boost::shared_ptr<BoundingVolume>::shared_ptr() [1249] __gnu_cxx::new_allocator<boost::shared_ptr<Interaction> >::~new_allocator() [1091] std::set<std::string, std::less<std::string>, std::allocator<std::string> >::find(std::string const&)
 [287] boost::shared_ptr<BoundingVolume>::shared_ptr<BoundingVolume>(BoundingVolume*) [941] __gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> >::deallocate(boost::shared_ptr<PhysicalAction>*, unsigned int) [1086] std::set<std::string, std::less<std::string>, std::allocator<std::string> >::insert(std::string const&)
 [182] boost::shared_ptr<BoundingVolume>::~shared_ptr() [903] __gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> >::allocate(unsigned int, void const*) [1077] std::set<std::string, std::less<std::string>, std::allocator<std::string> >::set(std::set<std::string, std::less<std::string>, std::allocator<std::string> > const&)
 [341] boost::shared_ptr<BoundingVolume>::operator=(boost::shared_ptr<BoundingVolume> const&) [828] __gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> >::new_allocator(__gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> > const&) [1129] std::set<std::string, std::less<std::string>, std::allocator<std::string> >::set()
  [32] boost::shared_ptr<PhysicalAction>::shared_ptr(boost::shared_ptr<PhysicalAction> const&) [1044] __gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> >::new_allocator() [1078] std::set<std::string, std::less<std::string>, std::allocator<std::string> >::~set()
 [459] boost::shared_ptr<PhysicalAction>::shared_ptr() [827] __gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> >::~new_allocator() [1337] std::fpos<__mbstate_t>::fpos(long long)
 [474] boost::shared_ptr<PhysicalAction>::shared_ptr<PhysicalAction>(PhysicalAction*) [1479] __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::deallocate(boost::shared_ptr<Body>*, unsigned int) [647] std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_create_node(boost::shared_ptr<EngineUnit> const&)
 [139] boost::shared_ptr<PhysicalAction>::~shared_ptr() [1441] __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::allocate(unsigned int, void const*) [649] std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_fill_insert(std::_List_iterator<boost::shared_ptr<EngineUnit> >, unsigned int, boost::shared_ptr<EngineUnit> const&)
 [684] boost::shared_ptr<IOFormatManager>::shared_ptr() [74] __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::construct(boost::shared_ptr<Body>*, boost::shared_ptr<Body> const&) [1338] std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::end()
 [644] boost::shared_ptr<IOFormatManager>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag) [1195] __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::new_allocator(__gnu_cxx::new_allocator<boost::shared_ptr<Body> > const&) [1352] std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::begin()
 [504] boost::shared_ptr<IOFormatManager>::shared_ptr<IOFormatManager>(IOFormatManager*) [1507] __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::new_allocator() [1378] std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::clear()
 [619] boost::shared_ptr<IOFormatManager>::~shared_ptr() [1185] __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::~new_allocator() [650] std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::insert(std::_List_iterator<boost::shared_ptr<EngineUnit> >, unsigned int, boost::shared_ptr<EngineUnit> const&)
 [600] boost::shared_ptr<IOFormatManager>::operator=(boost::shared_ptr<IOFormatManager> const&) [1796] __gnu_cxx::new_allocator<boost::shared_ptr<Engine> >::allocate(unsigned int, void const*) [627] std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::resize(unsigned int)
 [420] boost::shared_ptr<GeometricalModel>::shared_ptr() [1318] __gnu_cxx::new_allocator<boost::shared_ptr<Engine> >::new_allocator(__gnu_cxx::new_allocator<boost::shared_ptr<Engine> > const&) [651] std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::resize(unsigned int, boost::shared_ptr<EngineUnit> const&)
 [278] boost::shared_ptr<GeometricalModel>::shared_ptr<GeometricalModel>(GeometricalModel*) [1651] __gnu_cxx::new_allocator<boost::shared_ptr<Engine> >::new_allocator() [648] std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::_M_insert(std::_List_iterator<boost::shared_ptr<EngineUnit> >, boost::shared_ptr<EngineUnit> const&)
 [369] boost::shared_ptr<GeometricalModel>::~shared_ptr() [1308] __gnu_cxx::new_allocator<boost::shared_ptr<Engine> >::~new_allocator() [1379] std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::list(std::allocator<boost::shared_ptr<EngineUnit> > const&)
 [344] boost::shared_ptr<GeometricalModel>::operator=(boost::shared_ptr<GeometricalModel> const&) [816] __gnu_cxx::new_allocator<boost::shared_ptr<Archive> >::destroy(boost::shared_ptr<Archive>*) [1526] std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >::~list()
 [455] boost::shared_ptr<StandAloneEngine>::shared_ptr<StandAloneEngine>(StandAloneEngine*) [274] __gnu_cxx::new_allocator<boost::shared_ptr<Archive> >::construct(boost::shared_ptr<Archive>*, boost::shared_ptr<Archive> const&) [275] std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_create_node(boost::shared_ptr<Archive> const&)
 [620] boost::shared_ptr<StandAloneEngine>::~shared_ptr() [706] __gnu_cxx::new_allocator<boost::shared_ptr<Archive> >::new_allocator() [823] std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::end()
 [355] boost::shared_ptr<InteractionPhysics>::shared_ptr() [707] __gnu_cxx::new_allocator<boost::shared_ptr<Archive> >::~new_allocator() [276] std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::_M_insert(std::_List_iterator<boost::shared_ptr<Archive> >, boost::shared_ptr<Archive> const&)
 [470] boost::shared_ptr<InteractionPhysics>::shared_ptr<InteractionPhysics>(InteractionPhysics*) [1797] __gnu_cxx::new_allocator<char*>::deallocate(char**, unsigned int) [277] std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::push_back(boost::shared_ptr<Archive> const&)
 [882] boost::shared_ptr<InteractionPhysics>::~shared_ptr() [1798] __gnu_cxx::new_allocator<char*>::allocate(unsigned int, void const*) [170] std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::list(std::allocator<boost::shared_ptr<Archive> > const&)
 [421] boost::shared_ptr<PhysicalParameters>::shared_ptr() [1652] __gnu_cxx::new_allocator<char*>::new_allocator() [720] std::list<boost::shared_ptr<Archive>, std::allocator<boost::shared_ptr<Archive> > >::~list()
 [279] boost::shared_ptr<PhysicalParameters>::shared_ptr<PhysicalParameters>(PhysicalParameters*) [1653] __gnu_cxx::new_allocator<char*>::~new_allocator() [1339] std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >::pair(SerializableTypes::Type const&, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> const&)
 [368] boost::shared_ptr<PhysicalParameters>::~shared_ptr() [805] __gnu_cxx::new_allocator<std::string>::deallocate(std::string*, unsigned int) [1130] std::pair<std::string const, DynlibDescriptor>::pair(std::pair<std::string const, DynlibDescriptor> const&)
 [342] boost::shared_ptr<PhysicalParameters>::operator=(boost::shared_ptr<PhysicalParameters> const&) [802] __gnu_cxx::new_allocator<std::string>::allocate(unsigned int, void const*) [1131] std::pair<std::string const, DynlibDescriptor>::pair(std::string const&, DynlibDescriptor const&)
 [422] boost::shared_ptr<InteractingGeometry>::shared_ptr() [794] __gnu_cxx::new_allocator<std::string>::construct(std::string*, std::string const&) [1132] std::pair<std::string const, DynlibDescriptor>::~pair()
 [284] boost::shared_ptr<InteractingGeometry>::shared_ptr<InteractingGeometry>(InteractingGeometry*) [742] __gnu_cxx::new_allocator<std::string>::new_allocator(__gnu_cxx::new_allocator<std::string> const&) [1340] std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)>::pair()
 [108] boost::shared_ptr<InteractingGeometry>::~shared_ptr() [835] __gnu_cxx::new_allocator<std::string>::new_allocator() [1681] std::pair<std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, bool>::pair(std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > const&, bool const&)
 [343] boost::shared_ptr<InteractingGeometry>::operator=(boost::shared_ptr<InteractingGeometry> const&) [738] __gnu_cxx::new_allocator<std::string>::~new_allocator() [2134] std::pair<std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >, bool>::pair(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> > const&, bool const&)
 [356] boost::shared_ptr<InteractionGeometry>::shared_ptr() [1799] __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::allocate(unsigned int, void const*) [1087] std::pair<std::_Rb_tree_iterator<std::string>, bool>::pair(std::_Rb_tree_iterator<std::string> const&, bool const&)
 [449] boost::shared_ptr<InteractionGeometry>::shared_ptr<InteractionGeometry>(InteractionGeometry*) [1365] __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::new_allocator(__gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<EngineUnit> > > const&) [1088] std::pair<std::_Rb_tree_const_iterator<std::string>, bool>::pair(std::_Rb_tree_const_iterator<std::string> const&, bool const&)
 [881] boost::shared_ptr<InteractionGeometry>::~shared_ptr() [1366] __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::new_allocator() [1872] void std::deque<char, std::allocator<char> >::_M_insert_dispatch<char const*>(std::_Deque_iterator<char, char&, char*>, char const*, char const*, __false_type)
 [534] boost::shared_ptr<StandAloneSimulator>::shared_ptr<StandAloneSimulator>(StandAloneSimulator*) [1274] __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::~new_allocator() [1873] void std::deque<char, std::allocator<char> >::_M_range_insert_aux<char const*>(std::_Deque_iterator<char, char&, char*>, char const*, char const*, std::forward_iterator_tag)
 [674] boost::shared_ptr<StandAloneSimulator>::~shared_ptr() [817] __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > >::deallocate(std::_List_node<boost::shared_ptr<Archive> >*, unsigned int) [1874] std::deque<char, std::allocator<char> >::_M_reserve_elements_at_front(unsigned int)
 [659] boost::shared_ptr<InteractionContainer>::shared_ptr() [818] __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > >::allocate(unsigned int, void const*) [1875] std::deque<char, std::allocator<char> >::end()
 [475] boost::shared_ptr<InteractionContainer>::shared_ptr<InteractionContainer>(InteractionContainer*) [709] __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > >::new_allocator(__gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > > const&) [1876] void std::deque<char, std::allocator<char> >::insert<char const*>(std::_Deque_iterator<char, char&, char*>, char const*, char const*)
 [606] boost::shared_ptr<InteractionContainer>::~shared_ptr() [710] __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > >::new_allocator() [1877] std::deque<char, std::allocator<char> >::deque(std::allocator<char> const&)
 [294] boost::shared_ptr<InteractionContainer>::operator=(boost::shared_ptr<InteractionContainer> const&) [705] __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > >::~new_allocator() [1878] std::deque<char, std::allocator<char> >::~deque()
 [230] boost::shared_ptr<BodyContainerIterator>::~shared_ptr() [1107] __gnu_cxx::new_allocator<std::_Rb_tree_node<std::string> >::allocate(unsigned int, void const*) [2135] std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > std::__copy<false, std::random_access_iterator_tag>::copy<char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > >(char const (*) [17], char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >)
 [685] boost::shared_ptr<PhysicalActionContainer>::shared_ptr() [1005] __gnu_cxx::new_allocator<std::_Rb_tree_node<std::string> >::new_allocator(__gnu_cxx::new_allocator<std::_Rb_tree_node<std::string> > const&) [1879] std::_Deque_iterator<char, char&, char*> std::__copy<false, std::random_access_iterator_tag>::copy<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>)
 [505] boost::shared_ptr<PhysicalActionContainer>::shared_ptr<PhysicalActionContainer>(PhysicalActionContainer*) [1006] __gnu_cxx::new_allocator<std::_Rb_tree_node<std::string> >::new_allocator() [2136] std::ostreambuf_iterator<char, std::char_traits<char> > std::__copy<false, std::random_access_iterator_tag>::copy<char const*, std::ostreambuf_iterator<char, std::char_traits<char> > >(char const*, char const*, std::ostreambuf_iterator<char, std::char_traits<char> >)
 [636] boost::shared_ptr<PhysicalActionContainer>::~shared_ptr() [948] __gnu_cxx::new_allocator<std::_Rb_tree_node<std::string> >::~new_allocator() [1431] boost::shared_ptr<Interaction>* std::__copy<false, std::random_access_iterator_tag>::copy<boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*>(boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*)
 [632] boost::shared_ptr<PhysicalActionContainer>::operator=(boost::shared_ptr<PhysicalActionContainer> const&) [1319] __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::deallocate(std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >*, unsigned int) [1617] boost::shared_ptr<PhysicalAction>* std::__copy<false, std::random_access_iterator_tag>::copy<boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*>(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*)
 [176] boost::shared_ptr<InteractionContainerIterator>::~shared_ptr() [1320] __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::allocate(unsigned int, void const*) [1448] boost::shared_ptr<Body>* std::__copy<false, std::random_access_iterator_tag>::copy<boost::shared_ptr<Body>*, boost::shared_ptr<Body>*>(boost::shared_ptr<Body>*, boost::shared_ptr<Body>*, boost::shared_ptr<Body>*)
  [26] boost::shared_ptr<Body>::shared_ptr(boost::shared_ptr<Body> const&) [1123] __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::allocate(unsigned int, void const*) [1682] boost::shared_ptr<Engine>* std::__copy<false, std::random_access_iterator_tag>::copy<boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*>(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*)
 [384] boost::shared_ptr<Body>::shared_ptr() [2056] __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::new_allocator(__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > > const&) [872] std::string* std::__copy<false, std::random_access_iterator_tag>::copy<std::string*, std::string*>(std::string*, std::string*, std::string*)
 [290] boost::shared_ptr<Body>::shared_ptr<Body>(Body*) [2057] __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::new_allocator() [1380] std::vector<std::string, std::allocator<std::string> >* std::__copy<false, std::random_access_iterator_tag>::copy<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*>(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*)
  [31] boost::shared_ptr<Body>::~shared_ptr() [2058] __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::~new_allocator() [1880] char* std::__copy<true, std::random_access_iterator_tag>::copy<char>(char const*, char const*, char*)
  [52] boost::shared_ptr<Body>::operator=(boost::shared_ptr<Body> const&) [2059] __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >::new_allocator(__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > > const&) [1473] double* std::__copy<true, std::random_access_iterator_tag>::copy<double>(double const*, double const*, double*)
 [558] boost::shared_ptr<Engine>::shared_ptr(boost::shared_ptr<Engine> const&) [2060] __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >::new_allocator() [1160] int* std::__copy<true, std::random_access_iterator_tag>::copy<int>(int const*, int const*, int*)
 [664] boost::shared_ptr<Engine>::shared_ptr() [2061] __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > >::~new_allocator() [1881] std::locale::id::id()
 [393] boost::shared_ptr<Engine>::shared_ptr<Engine>(Engine*) [1321] __gnu_cxx::new_allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::construct(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >*, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&) [2137] std::locale::facet::facet(unsigned int)
 [530] boost::shared_ptr<Engine>::~shared_ptr() [1244] __gnu_cxx::new_allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::new_allocator() [2138] std::locale::locale<boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&, boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >*)
 [481] boost::shared_ptr<Engine>::operator=(boost::shared_ptr<Engine> const&) [1227] __gnu_cxx::new_allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >::~new_allocator() [1238] std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::end()
 [273] boost::shared_ptr<Archive>::shared_ptr(boost::shared_ptr<Archive> const&) [1124] __gnu_cxx::new_allocator<std::pair<std::string const, DynlibDescriptor> >::construct(std::pair<std::string const, DynlibDescriptor>*, std::pair<std::string const, DynlibDescriptor> const&) [1404] std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::begin()
 [146] boost::shared_ptr<Archive>::shared_ptr<Archive>(Archive*) [1119] __gnu_cxx::new_allocator<std::pair<std::string const, DynlibDescriptor> >::new_allocator() [1527] std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::clear()
 [771] boost::shared_ptr<Archive>::~shared_ptr() [1120] __gnu_cxx::new_allocator<std::pair<std::string const, DynlibDescriptor> >::~new_allocator() [1432] std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >)
 [238] boost::shared_ptr<Archive>::operator=(boost::shared_ptr<Archive> const&) [1112] __gnu_cxx::new_allocator<std::pair<std::string const, ClassFactory::FactorableCreators> >::new_allocator() [1683] std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::vector(std::allocator<boost::shared_ptr<Interaction> > const&)
 [535] boost::shared_ptr<NullGUI>::shared_ptr<NullGUI>(NullGUI*) [1113] __gnu_cxx::new_allocator<std::pair<std::string const, ClassFactory::FactorableCreators> >::~new_allocator() [1684] std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >::~vector()
 [675] boost::shared_ptr<NullGUI>::~shared_ptr() [1413] __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::deallocate(std::vector<std::string, std::allocator<std::string> >*, unsigned int) [20] std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&)
 [669] boost::shared_ptr<FrontEnd>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag) [1289] __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::allocate(unsigned int, void const*) [124] std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::end()
 [536] boost::shared_ptr<FrontEnd>::shared_ptr<FrontEnd>(FrontEnd*) [1388] __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::construct(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> > const&) [81] std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::begin()
 [676] boost::shared_ptr<FrontEnd>::~shared_ptr() [1155] __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::new_allocator(__gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > > const&) [242] std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::clear()
 [592] boost::shared_ptr<MetaBody>::shared_ptr() [1290] __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::new_allocator() [259] std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >)
 [537] boost::shared_ptr<MetaBody>::shared_ptr<MetaBody>(MetaBody*) [1153] __gnu_cxx::new_allocator<std::vector<std::string, std::allocator<std::string> > >::~new_allocator() [21] std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&)
 [1253] boost::shared_ptr<MetaBody>::~shared_ptr() [1442] __gnu_cxx::new_allocator<char>::deallocate(char*, unsigned int) [19] std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::resize(unsigned int, boost::shared_ptr<PhysicalAction> const&)
 [601] boost::shared_ptr<MetaBody>::operator=(boost::shared_ptr<MetaBody> const&) [1322] __gnu_cxx::new_allocator<char>::allocate(unsigned int, void const*) [191] std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::vector(std::allocator<boost::shared_ptr<PhysicalAction> > const&)
 [370] boost::shared_ptr<Indexable>::shared_ptr<Factorable>(boost::shared_ptr<Factorable> const&, boost::detail::dynamic_cast_tag) [1800] __gnu_cxx::new_allocator<double>::allocate(unsigned int, void const*) [1733] std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >::~vector()
 [429] boost::shared_ptr<Indexable>::~shared_ptr() [1251] __gnu_cxx::new_allocator<double>::new_allocator(__gnu_cxx::new_allocator<double> const&) [24] std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> const&)
 [622] boost::shared_ptr<boost::filesystem::detail::dir_itr_imp>::shared_ptr() [1469] __gnu_cxx::new_allocator<double>::new_allocator() [62] std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&)
 [550] boost::shared_ptr<boost::filesystem::detail::dir_itr_imp>::~shared_ptr() [1230] __gnu_cxx::new_allocator<double>::~new_allocator() [388] std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::end()
 [692] boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >::shared_ptr() [1208] __gnu_cxx::new_allocator<int>::deallocate(int*, unsigned int) [48] std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::begin()
 [538] boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >(std::basic_ofstream<char, std::char_traits<char> >*) [1173] __gnu_cxx::new_allocator<int>::allocate(unsigned int, void const*) [45] std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::clear()
 [677] boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >::~shared_ptr() [1146] __gnu_cxx::new_allocator<int>::construct(int*, int const&) [58] std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >)
 [633] boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >::operator=(boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > > const&) [1083] __gnu_cxx::new_allocator<int>::new_allocator(__gnu_cxx::new_allocator<int> const&) [63] std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&)
 [1187] std::string boost::lexical_cast<std::string, std::string>(std::string const&) [1224] __gnu_cxx::new_allocator<int>::new_allocator() [60] std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::resize(unsigned int)
 [916] bool boost::lexical_cast<bool, std::string>(std::string const&) [1084] __gnu_cxx::new_allocator<int>::~new_allocator() [61] std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::resize(unsigned int, boost::shared_ptr<Body> const&)
 [1935] double boost::lexical_cast<double, char*>(char* const&) [824] __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction> const*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::__normal_iterator(boost::shared_ptr<PhysicalAction> const* const&) [1595] std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::vector(std::allocator<boost::shared_ptr<Body> > const&)
 [826] double boost::lexical_cast<double, std::string>(std::string const&) [784] __gnu_cxx::__normal_iterator<boost::shared_ptr<Body> const*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::__normal_iterator(boost::shared_ptr<Body> const* const&) [1618] std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >::~vector()
 [876] float boost::lexical_cast<float, std::string>(std::string const&) [1206] __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine> const*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::__normal_iterator(boost::shared_ptr<Engine> const* const&) [560] std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&)
 [1936] int boost::lexical_cast<int, char*>(char* const&) [749] __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::__normal_iterator(std::string const* const&) [889] std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::end()
 [1030] int boost::lexical_cast<int, std::string>(std::string const&) [1104] __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::operator++() [890] std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::begin()
 [1040] unsigned int boost::lexical_cast<unsigned int, std::string>(std::string const&) [1138] __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::__normal_iterator(std::vector<std::string, std::allocator<std::string> > const* const&) [1685] std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::clear()
 [1937] long boost::lexical_cast<long, char*>(char* const&) [1612] __gnu_cxx::__normal_iterator<char const*, std::string>::operator++() [1686] std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::erase(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >)
 [1706] boost::noncopyable_::noncopyable::noncopyable() [1427] __gnu_cxx::__normal_iterator<double const*, std::vector<double, std::allocator<double> > >::__normal_iterator(double const* const&) [561] std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::insert(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&)
 [1707] boost::noncopyable_::noncopyable::~noncopyable() [1001] __gnu_cxx::__normal_iterator<int const*, std::vector<int, std::allocator<int> > >::__normal_iterator(int const* const&) [533] std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::resize(unsigned int)
 [1753] boost::range_detail::boost_range_end(char const*) [1186] __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >::__normal_iterator(boost::shared_ptr<Interaction>* const&) [562] std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::resize(unsigned int, boost::shared_ptr<Engine> const&)
 [1625] boost::range_iterator<boost::remove_const<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >::type>::type boost::range_detail::boost_range_end<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [114] __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::__normal_iterator(boost::shared_ptr<PhysicalAction>* const&) [1687] std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::vector(std::allocator<boost::shared_ptr<Engine> > const&)
 [1938] boost::range_const_iterator<boost::iterator_range<char const*> >::type boost::range_detail::boost_range_end<boost::iterator_range<char const*> >(boost::iterator_range<char const*> const&) [1053] __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::operator+=(int const&) [1882] std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >::~vector()
 [1939] boost::range_const_iterator<boost::algorithm::detail::empty_container<char> >::type boost::range_detail::boost_range_end<boost::algorithm::detail::empty_container<char> >(boost::algorithm::detail::empty_container<char> const&) [140] __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::operator++() [1421] std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::vector<std::string, std::allocator<std::string> > const&)
 [1490] boost::range_iterator<boost::remove_const<std::string>::type>::type boost::range_detail::boost_range_end<std::string>(std::string&) [67] __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::__normal_iterator(boost::shared_ptr<Body>* const&) [1528] std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&)
 [1940] boost::range_const_iterator<std::string>::type boost::range_detail::boost_range_end<std::string>(std::string const&) [1801] __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::__normal_iterator() [1165] std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::end()
 [1754] boost::range_detail::boost_range_begin(char const*) [2062] __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::operator+=(int const&) [1212] std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::begin()
 [1626] boost::range_iterator<boost::remove_const<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >::type>::type boost::range_detail::boost_range_begin<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [155] __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::operator++() [1381] std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::clear()
 [1941] boost::range_const_iterator<boost::iterator_range<char const*> >::type boost::range_detail::boost_range_begin<boost::iterator_range<char const*> >(boost::iterator_range<char const*> const&) [842] __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::__normal_iterator(boost::shared_ptr<Engine>* const&) [1382] std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::erase(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >)
 [1942] boost::range_const_iterator<boost::algorithm::detail::empty_container<char> >::type boost::range_detail::boost_range_begin<boost::algorithm::detail::empty_container<char> >(boost::algorithm::detail::empty_container<char> const&) [1802] __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::__normal_iterator() [1529] std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::insert(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&)
 [1569] boost::range_iterator<boost::remove_const<std::string>::type>::type boost::range_detail::boost_range_begin<std::string>(std::string&) [1803] __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::operator+=(int const&) [1530] std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::resize(unsigned int)
 [1943] boost::range_const_iterator<std::string>::type boost::range_detail::boost_range_begin<std::string>(std::string const&) [747] __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::operator++() [1531] std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::resize(unsigned int, std::vector<std::string, std::allocator<std::string> > const&)
 [1755] boost::range_detail::str_end(char const*, char const*) [723] __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::__normal_iterator(std::string* const&) [1383] std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::vector(std::allocator<std::vector<std::string, std::allocator<std::string> > > const&)
 [1756] char const* boost::range_detail::str_end<char const>(char const*) [1804] __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::__normal_iterator() [1532] std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >::~vector()
 [998] boost::filesystem::path* boost::implicit_cast<boost::filesystem::path*>(boost::mpl::identity<boost::filesystem::path*>::type) [1349] __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator+=(int const&) [809] std::vector<std::string, std::allocator<std::string> >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string const&)
 [1491] void boost::checked_delete<MetaEngine>(MetaEngine*) [740] __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::operator++() [1341] std::vector<std::string, std::allocator<std::string> >::_M_fill_insert(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&)
 [884] void boost::checked_delete<Interaction>(Interaction*) [1085] __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::__normal_iterator(std::vector<std::string, std::allocator<std::string> >* const&) [751] std::vector<std::string, std::allocator<std::string> >::end()
 [1944] void boost::checked_delete<Preferences>(Preferences*) [1805] __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::__normal_iterator() [1148] std::vector<std::string, std::allocator<std::string> >::back()
 [1708] void boost::checked_delete<TimeStepper>(TimeStepper*) [1508] __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::operator+=(int const&) [763] std::vector<std::string, std::allocator<std::string> >::begin()
 [1757] void boost::checked_delete<BodyContainer>(BodyContainer*) [1178] __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::operator++() [1342] std::vector<std::string, std::allocator<std::string> >::insert(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&)
 [1540] void boost::checked_delete<DeusExMachina>(DeusExMachina*) [1806] __gnu_cxx::__normal_iterator<char*, std::string>::__normal_iterator(char* const&) [1343] std::vector<std::string, std::allocator<std::string> >::resize(unsigned int)
 [1396] void boost::checked_delete<FileGenerator>(FileGenerator*) [1202] __gnu_cxx::__normal_iterator<char*, std::string>::operator++() [1344] std::vector<std::string, std::allocator<std::string> >::resize(unsigned int, std::string const&)
 [1758] void boost::checked_delete<BoundingVolume>(BoundingVolume*) [84] __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >::__normal_iterator(double* const&) [1004] std::vector<std::string, std::allocator<std::string> >::push_back(std::string const&)
 [1627] void boost::checked_delete<PhysicalAction>(PhysicalAction*) [85] __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::__normal_iterator(int* const&) [863] std::vector<std::string, std::allocator<std::string> >::vector(std::allocator<std::string> const&)
 [1759] void boost::checked_delete<IOFormatManager>(IOFormatManager*) [1807] __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::__normal_iterator() [1213] std::vector<std::string, std::allocator<std::string> >::vector(std::vector<std::string, std::allocator<std::string> > const&)
 [1492] void boost::checked_delete<GeometricalModel>(GeometricalModel*) [1228] __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::operator+=(int const&) [862] std::vector<std::string, std::allocator<std::string> >::~vector()
 [1570] void boost::checked_delete<StandAloneEngine>(StandAloneEngine*) [1093] __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::operator++() [801] std::vector<std::string, std::allocator<std::string> >::operator[](unsigned int)
 [1605] void boost::checked_delete<InteractionPhysics>(InteractionPhysics*) [1229] bool __gnu_cxx::operator==<char const*, std::string>(__gnu_cxx::__normal_iterator<char const*, std::string> const&, __gnu_cxx::__normal_iterator<char const*, std::string> const&) [149] std::vector<double, std::allocator<double> >::end()
 [1541] void boost::checked_delete<PhysicalParameters>(PhysicalParameters*) [1509] bool __gnu_cxx::operator==<char*, std::string>(__gnu_cxx::__normal_iterator<char*, std::string> const&, __gnu_cxx::__normal_iterator<char*, std::string> const&) [90] std::vector<double, std::allocator<double> >::begin()
 [1606] void boost::checked_delete<InteractingGeometry>(InteractingGeometry*) [867] __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction> const*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<PhysicalAction> const*, boost::shared_ptr<PhysicalAction> const*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction> const*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction> const*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&) [177] std::vector<double, std::allocator<double> >::erase(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >)
 [1542] void boost::checked_delete<InteractionGeometry>(InteractionGeometry*) [829] __gnu_cxx::__normal_iterator<boost::shared_ptr<Body> const*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<Body> const*, boost::shared_ptr<Body> const*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body> const*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body> const*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&) [40] std::vector<double, std::allocator<double> >::operator[](unsigned int)
 [1945] void boost::checked_delete<StandAloneSimulator>(StandAloneSimulator*) [1275] __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine> const*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<Engine> const*, boost::shared_ptr<Engine> const*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine> const*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine> const*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&) [628] std::vector<int, std::allocator<int> >::_M_insert_aux(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int const&)
 [1760] void boost::checked_delete<InteractionContainer>(InteractionContainer*) [782] __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >::difference_type __gnu_cxx::operator-<std::string const*, std::string const*, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > > const&, __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > > const&) [522] std::vector<int, std::allocator<int> >::_M_fill_insert(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&)
 [1946] void boost::checked_delete<PhysicalActionContainer>(PhysicalActionContainer*) [1167] __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::difference_type __gnu_cxx::operator-<std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> > const*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&) [580] std::vector<int, std::allocator<int> >::end()
 [1761] void boost::checked_delete<Engine>(Engine*) [1577] __gnu_cxx::__normal_iterator<double const*, std::vector<double, std::allocator<double> > >::difference_type __gnu_cxx::operator-<double const*, double const*, std::vector<double, std::allocator<double> > >(__gnu_cxx::__normal_iterator<double const*, std::vector<double, std::allocator<double> > > const&, __gnu_cxx::__normal_iterator<double const*, std::vector<double, std::allocator<double> > > const&) [97] std::vector<int, std::allocator<int> >::begin()
 [790] void boost::checked_delete<Archive>(Archive*) [1097] __gnu_cxx::__normal_iterator<int const*, std::vector<int, std::allocator<int> > >::difference_type __gnu_cxx::operator-<int const*, int const*, std::vector<int, std::allocator<int> > >(__gnu_cxx::__normal_iterator<int const*, std::vector<int, std::allocator<int> > > const&, __gnu_cxx::__normal_iterator<int const*, std::vector<int, std::allocator<int> > > const&) [523] std::vector<int, std::allocator<int> >::insert(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&)
 [679] void boost::checked_delete<FrontEnd>(FrontEnd*) [1428] __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > const&) [515] std::vector<int, std::allocator<int> >::resize(unsigned int)
 [1947] boost::iterator_range<__gnu_cxx::__normal_iterator<char const*, std::string> >::iterator_range<__gnu_cxx::__normal_iterator<char const*, std::string> >(__gnu_cxx::__normal_iterator<char const*, std::string>, __gnu_cxx::__normal_iterator<char const*, std::string>) [678] __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&) [514] std::vector<int, std::allocator<int> >::resize(unsigned int, int const&)
 [1628] boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) [185] __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<Body>*, boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&) [626] std::vector<int, std::allocator<int> >::push_back(int const&)
 [1762] boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::iterator_range<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1654] __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >::difference_type __gnu_cxx::operator-<boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&) [1345] std::vector<int, std::allocator<int> >::vector(std::allocator<int> const&)
 [1763] boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >& boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::operator=<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [870] __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >::difference_type __gnu_cxx::operator-<std::string*, std::string*, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > const&, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > const&) [1533] std::vector<int, std::allocator<int> >::~vector()
 [1764] boost::iterator_range<char const*>::iterator_range<char const*>(char const*, char const*) [1367] __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >::difference_type __gnu_cxx::operator-<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&) [38] std::vector<int, std::allocator<int> >::operator[](unsigned int)
 [1948] boost::iterator_range<char const*>::operator=(boost::iterator_range<char const*> const&) [1578] __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >::difference_type __gnu_cxx::operator-<double*, double*, std::vector<double, std::allocator<double> > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > const&, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > const&) [1346] std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_get_node()
 [942] boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::derived() [1510] __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >::difference_type __gnu_cxx::operator-<int*, int*, std::vector<int, std::allocator<int> > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > const&, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > const&) [1384] std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_leftmost()
 [1303] boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::iterator_facade() [1095] bool __gnu_cxx::operator!=<std::string const*, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > > const&, __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > > const&) [175] std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::lower_bound(SerializableTypes::Type const&)
 [995] boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::operator++() [1276] bool __gnu_cxx::operator!=<char const*, std::string>(__gnu_cxx::__normal_iterator<char const*, std::string> const&, __gnu_cxx::__normal_iterator<char const*, std::string> const&) [1433] std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_rightmost()
 [1949] void boost::function_requires<boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >(boost::mpl::identity<boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >*) [1399] bool __gnu_cxx::operator!=<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > const&) [1688] std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert_unique(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&)
 [1950] void boost::function_requires<boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >(boost::mpl::identity<boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >*) [101] bool __gnu_cxx::operator!=<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > const&) [519] std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::insert_unique(std::_Rb_tree_iterator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&)
 [1951] void boost::function_requires<boost::algorithm::FormatterConcept<boost::algorithm::detail::const_formatF<char [1]>, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >(boost::mpl::identity<boost::algorithm::FormatterConcept<boost::algorithm::detail::const_formatF<char [1]>, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >*) [96] bool __gnu_cxx::operator!=<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > const&) [1347] std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_create_node(std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&)
 [1952] void boost::function_requires<boost::algorithm::FormatterConcept<boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >(boost::mpl::identity<boost::algorithm::FormatterConcept<boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> > >*) [746] bool __gnu_cxx::operator!=<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > const&) [756] std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::end()
 [439] boost::shared_ptr<Factorable> boost::dynamic_pointer_cast<Factorable, Factorable>(boost::shared_ptr<Factorable> const&) [731] bool __gnu_cxx::operator!=<std::string*, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > const&, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > const&) [1689] std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::begin()
 [433] boost::shared_ptr<Serializable> boost::dynamic_pointer_cast<Serializable, Factorable>(boost::shared_ptr<Factorable> const&) [1158] bool __gnu_cxx::operator!=<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > const&) [752] std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_end()
 [645] boost::shared_ptr<IOFormatManager> boost::dynamic_pointer_cast<IOFormatManager, Factorable>(boost::shared_ptr<Factorable> const&) [1171] bool __gnu_cxx::operator!=<char*, std::string>(__gnu_cxx::__normal_iterator<char*, std::string> const&, __gnu_cxx::__normal_iterator<char*, std::string> const&) [729] std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_key(std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > const*)
 [670] boost::shared_ptr<FrontEnd> boost::dynamic_pointer_cast<FrontEnd, Factorable>(boost::shared_ptr<Factorable> const&) [2063] bool __gnu_cxx::operator!=<int*, std::vector<int, std::allocator<int> > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > const&, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > const&) [1262] std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_key(std::_Rb_tree_node_base const*)
 [371] boost::shared_ptr<Indexable> boost::dynamic_pointer_cast<Indexable, Factorable>(boost::shared_ptr<Factorable> const&) [1511] MetaEngine::getBaseClassName(unsigned int) const [737] std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_left(std::_Rb_tree_node_base*)
 [853] boost::filesystem::directory_iterator::reference boost::iterator_core_access::dereference<boost::filesystem::directory_iterator>(boost::filesystem::directory_iterator const&) [1723] TimeStepper::getBaseClassName(unsigned int) const [754] std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_begin()
 [989] bool boost::iterator_core_access::equal<boost::filesystem::directory_iterator, boost::filesystem::directory_iterator>(boost::filesystem::directory_iterator const&, boost::filesystem::directory_iterator const&, mpl_::bool_<true>) [1808] BodyContainer::getBaseClassName(unsigned int) const [172] std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_right(std::_Rb_tree_node_base*)
 [996] void boost::iterator_core_access::increment<boost::filesystem::directory_iterator>(boost::filesystem::directory_iterator&) [1550] DeusExMachina::getBaseClassName(unsigned int) const [730] std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_value(std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > const*)
 [1304] boost::less_than_comparable<boost::posix_time::time_duration, boost::equality_comparable<boost::posix_time::time_duration, boost::posix_time::time_duration, boost::detail::empty_base, boost::detail::false_t>, boost::detail::empty_base, boost::detail::true_t>::less_than_comparable() [1400] FileGenerator::getBaseClassName(unsigned int) const [1263] std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_S_value(std::_Rb_tree_node_base const*)
 [1493] boost::less_than_comparable<boost::posix_time::ptime, boost::equality_comparable<boost::posix_time::ptime, boost::posix_time::ptime, boost::detail::empty_base, boost::detail::false_t>, boost::detail::empty_base, boost::detail::true_t>::less_than_comparable() [1655] BoundingVolume::getBaseClassName(unsigned int) const [1348] std::_Rb_tree<SerializableTypes::Type, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> >, std::_Select1st<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > >, std::less<SerializableTypes::Type>, std::allocator<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > const&)
 [1953] boost::less_than_comparable<boost::date_time::date_duration<boost::date_time::duration_traits_adapted>, boost::equality_comparable<boost::date_time::date_duration<boost::date_time::duration_traits_adapted>, boost::addable<boost::date_time::date_duration<boost::date_time::duration_traits_adapted>, boost::subtractable<boost::date_time::date_duration<boost::date_time::duration_traits_adapted>, boost::date_time::date_duration<boost::date_time::duration_traits_adapted>, boost::detail::empty_base, boost::detail::false_t>, boost::detail::empty_base, boost::detail::true_t>, boost::detail::empty_base, boost::detail::true_t>, boost::detail::empty_base, boost::detail::true_t>::less_than_comparable() [1512] PhysicalAction::getBaseClassName(unsigned int) const [1109] std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_get_node()
 [1451] boost::less_than_comparable<boost::gregorian::date, boost::equality_comparable<boost::gregorian::date, boost::gregorian::date, boost::detail::empty_base, boost::detail::false_t>, boost::detail::empty_base, boost::detail::true_t>::less_than_comparable() [1368] GeometricalModel::getBaseClassName(unsigned int) const [1010] std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_Rb_tree_impl<std::less<std::string>, false>::_Rb_tree_impl(std::allocator<std::_Rb_tree_node<std::string> > const&, std::less<std::string> const&)
 [1629] __gnu_cxx::__normal_iterator<char*, std::string> boost::iterator_range_detail::iterator_range_impl<__gnu_cxx::__normal_iterator<char*, std::string> >::adl_end<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1579] StandAloneEngine::getBaseClassName(unsigned int) const [1079] std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_Rb_tree_impl<std::less<std::string>, false>::~_Rb_tree_impl()
 [1630] __gnu_cxx::__normal_iterator<char*, std::string> boost::iterator_range_detail::iterator_range_impl<__gnu_cxx::__normal_iterator<char*, std::string> >::adl_begin<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [1613] InteractionPhysics::getBaseClassName(unsigned int) const [1089] std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::insert_unique(std::string const&)
 [1954] boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday> >::max() [1401] PhysicalParameters::getBaseClassName(unsigned int) const [1110] std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_create_node(std::string const&)
 [1955] boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday> >::min() [1470] InteractingGeometry::getBaseClassName(unsigned int) const [1000] std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::end()
 [1956] boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday> >::assign(unsigned short) [1551] InteractionGeometry::getBaseClassName(unsigned int) const [1092] std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::find(std::string const&)
 [1957] boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday> >::constrained_value(unsigned short) [2064] StandAloneSimulator::getBaseClassName(unsigned int) const [1105] std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::begin()
 [1406] boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1400, (unsigned short)10000, boost::gregorian::bad_year> >::max() [1809] InteractionContainer::getBaseClassName(unsigned int) const [950] std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_end()
 [1407] boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1400, (unsigned short)10000, boost::gregorian::bad_year> >::min() [2065] PhysicalActionContainer::getBaseClassName(unsigned int) const [1013] std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_key(std::_Rb_tree_node<std::string> const*)
 [1408] boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1400, (unsigned short)10000, boost::gregorian::bad_year> >::assign(unsigned short) [103] BodyContainerIteratorPointer::getRef() const [1028] std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_key(std::_Rb_tree_node_base const*)
 [1409] boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1400, (unsigned short)10000, boost::gregorian::bad_year> >::constrained_value(unsigned short) [53] InteractionContainerIteratorPointer::getRef() const [1096] std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_left(std::_Rb_tree_node_base*)
 [1452] boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)12, boost::gregorian::bad_month> >::max() [162] Wm3::Quaternion<double>::ToAxisAngle(Wm3::Vector3<double>&, double&) const [944] std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_begin()
 [1453] boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)12, boost::gregorian::bad_month> >::min() [22] Wm3::Vector3<double>::Length() const [1080] std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_erase(std::_Rb_tree_node<std::string>*)
 [1454] boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)12, boost::gregorian::bad_month> >::assign(unsigned short) [54] Wm3::Vector3<double>::operator[](int) const [1100] std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_right(std::_Rb_tree_node_base*)
 [1455] boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)12, boost::gregorian::bad_month> >::constrained_value(unsigned short) [142] Body::getClassName() const [1014] std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_value(std::_Rb_tree_node<std::string> const*)
 [1456] boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)31, boost::gregorian::bad_day_of_month> >::max() [854] boost::filesystem::directory_iterator::dereference() const [1029] std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_S_value(std::_Rb_tree_node_base const*)
 [1457] boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)31, boost::gregorian::bad_day_of_month> >::min() [993] boost::filesystem::directory_iterator::equal(boost::filesystem::directory_iterator const&) const [1111] std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::string const&)
 [1458] boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)31, boost::gregorian::bad_day_of_month> >::assign(unsigned short) [1810] boost::filesystem::path::string() const [1133] std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_Rb_tree(std::less<std::string> const&, std::allocator<std::string> const&)
 [1459] boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)31, boost::gregorian::bad_day_of_month> >::constrained_value(unsigned short) [1811] boost::shared_ptr<EngineUnit>::operator*() const [1081] std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::_Rb_tree(std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> > const&)
 [1958] boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year> >::max() [1724] boost::shared_ptr<EngineUnit>::operator->() const [1082] std::_Rb_tree<std::string, std::string, std::_Identity<std::string>, std::less<std::string>, std::allocator<std::string> >::~_Rb_tree()
 [1959] boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year> >::min() [1150] boost::shared_ptr<Factorable>::operator Factorable* boost::shared_ptr<Factorable>::*() const [1134] std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_get_node()
 [1960] boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year> >::assign(unsigned short) [946] boost::shared_ptr<Factorable>::operator->() const [1115] std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_leftmost()
 [1961] boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year> >::constrained_value(unsigned short) [104] boost::shared_ptr<Interaction>::operator Interaction* boost::shared_ptr<Interaction>::*() const [933] std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::lower_bound(std::string const&)
 [1962] boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday>::max() [2066] boost::shared_ptr<Preferences>::operator*() const [1596] std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_rightmost()
 [1963] boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday>::min() [1656] boost::shared_ptr<Preferences>::operator->() const [2139] std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_Rb_tree_impl<std::less<std::string>, false>::_Rb_tree_impl(std::allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > > const&, std::less<std::string> const&)
 [1410] boost::CV::simple_exception_policy<unsigned short, (unsigned short)1400, (unsigned short)10000, boost::gregorian::bad_year>::max() [1151] boost::shared_ptr<Serializable>::operator Serializable* boost::shared_ptr<Serializable>::*() const [2140] std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert_unique(std::pair<std::string const, DynlibDescriptor> const&)
 [1411] boost::CV::simple_exception_policy<unsigned short, (unsigned short)1400, (unsigned short)10000, boost::gregorian::bad_year>::min() [65] boost::shared_ptr<BodyContainer>::operator*() const [1135] std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, DynlibDescriptor> >, std::pair<std::string const, DynlibDescriptor> const&)
 [1460] boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)12, boost::gregorian::bad_month>::max() [1054] boost::shared_ptr<BoundingVolume>::operator*() const [1136] std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_create_node(std::pair<std::string const, DynlibDescriptor> const&)
 [1461] boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)12, boost::gregorian::bad_month>::min() [1657] boost::shared_ptr<IOFormatManager>::operator->() const [929] std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::end()
 [1462] boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)31, boost::gregorian::bad_day_of_month>::max() [1068] boost::shared_ptr<GeometricalModel>::operator*() const [1883] std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::begin()
 [1463] boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)31, boost::gregorian::bad_day_of_month>::min() [1055] boost::shared_ptr<PhysicalParameters>::operator*() const [897] std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_end()
 [1964] boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year>::max() [163] boost::shared_ptr<InteractingGeometry>::operator InteractingGeometry* boost::shared_ptr<InteractingGeometry>::*() const [799] std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_key(std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > const*)
 [1965] boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year>::min() [1056] boost::shared_ptr<InteractingGeometry>::operator*() const [1017] std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_key(std::_Rb_tree_node_base const*)
 [1765] boost::io::ios_flags_saver::restore() [118] boost::shared_ptr<InteractionGeometry>::operator InteractionGeometry* boost::shared_ptr<InteractionGeometry>::*() const [836] std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_left(std::_Rb_tree_node_base*)
 [1766] boost::io::ios_flags_saver::ios_flags_saver(std::ios_base&) [1812] boost::shared_ptr<InteractionContainer>::operator*() const [930] std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_begin()
 [1767] boost::io::ios_flags_saver::~ios_flags_saver() [703] boost::shared_ptr<BodyContainerIterator>::operator*() const [832] std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_right(std::_Rb_tree_node_base*)
 [1966] void boost::ignore_unused_variable_warning<void (boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::*)()>(void (boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::* const&)()) [130] boost::shared_ptr<BodyContainerIterator>::operator->() const [800] std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_value(std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > const*)
 [1967] void boost::ignore_unused_variable_warning<void (boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::*)()>(void (boost::algorithm::FinderConcept<boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::* const&)()) [2067] boost::shared_ptr<PhysicalActionContainer>::operator*() const [1018] std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_S_value(std::_Rb_tree_node_base const*)
 [1968] void boost::ignore_unused_variable_warning<void (boost::algorithm::FormatterConcept<boost::algorithm::detail::const_formatF<char [1]>, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::*)()>(void (boost::algorithm::FormatterConcept<boost::algorithm::detail::const_formatF<char [1]>, boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::* const&)()) [89] boost::shared_ptr<InteractionContainerIterator>::operator*() const [1137] std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<std::string const, DynlibDescriptor> const&)
 [1969] void boost::ignore_unused_variable_warning<void (boost::algorithm::FormatterConcept<boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::*)()>(void (boost::algorithm::FormatterConcept<boost::algorithm::detail::empty_formatF<char>, boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>, __gnu_cxx::__normal_iterator<char const*, std::string> >::* const&)()) [66] boost::shared_ptr<InteractionContainerIterator>::operator->() const [2141] std::_Rb_tree<std::string, std::pair<std::string const, DynlibDescriptor>, std::_Select1st<std::pair<std::string const, DynlibDescriptor> >, std::less<std::string>, std::allocator<std::pair<std::string const, DynlibDescriptor> > >::_Rb_tree(std::less<std::string> const&, std::allocator<std::pair<std::string const, DynlibDescriptor> > const&)
 [769] boost::any::placeholder::placeholder() [1069] boost::shared_ptr<Body>::operator*() const [2142] std::_Rb_tree<std::string, std::pair<std::string const, ClassFactory::FactorableCreators>, std::_Select1st<std::pair<std::string const, ClassFactory::FactorableCreators> >, std::less<std::string>, std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > >::_Rb_tree_impl<std::less<std::string>, false>::_Rb_tree_impl(std::allocator<std::_Rb_tree_node<std::pair<std::string const, ClassFactory::FactorableCreators> > > const&, std::less<std::string> const&)
 [770] boost::any::placeholder::~placeholder() [56] boost::shared_ptr<Body>::operator->() const [2143] std::_Rb_tree<std::string, std::pair<std::string const, ClassFactory::FactorableCreators>, std::_Select1st<std::pair<std::string const, ClassFactory::FactorableCreators> >, std::less<std::string>, std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > >::_Rb_tree(std::less<std::string> const&, std::allocator<std::pair<std::string const, ClassFactory::FactorableCreators> > const&)
 [791] boost::any::swap(boost::any&) [1323] boost::shared_ptr<Engine>::operator*() const [553] __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::__fill_n<true>::fill_n<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&)
 [840] boost::any::holder<Serializable*>::holder(Serializable* const&) [733] boost::shared_ptr<Engine>::operator->() const [1884] std::ios_base::flags(std::_Ios_Fmtflags)
 [841] boost::any::holder<Serializable*>::~holder() [1580] boost::shared_ptr<Archive>::operator*() const [774] std::ios_base::unsetf(std::_Ios_Fmtflags)
 [963] boost::any::holder<Se3<double>*>::holder(Se3<double>* const&) [725] boost::shared_ptr<Archive>::operator->() const [779] std::ios_base::precision(int)
 [964] boost::any::holder<Se3<double>*>::~holder() [2068] boost::shared_ptr<FrontEnd>::operator->() const [1690] std::iterator<std::output_iterator_tag, void, void, void, void>::iterator()
 [858] boost::any::holder<Wm3::Vector3<double>*>::holder(Wm3::Vector3<double>* const&) [2069] boost::shared_ptr<MetaBody>::operator*() const [33] void std::_Construct<boost::shared_ptr<PhysicalAction>, boost::shared_ptr<PhysicalAction> >(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction> const&)
 [859] boost::any::holder<Wm3::Vector3<double>*>::~holder() [891] boost::shared_ptr<MetaBody>::operator->() const [44] void std::_Construct<boost::shared_ptr<Body>, boost::shared_ptr<Body> >(boost::shared_ptr<Body>*, boost::shared_ptr<Body> const&)
 [924] boost::any::holder<Wm3::Vector3<float>*>::holder(Wm3::Vector3<float>* const&) [1152] boost::shared_ptr<Indexable>::operator Indexable* boost::shared_ptr<Indexable>::*() const [559] void std::_Construct<boost::shared_ptr<Engine>, boost::shared_ptr<Engine> >(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine> const&)
 [925] boost::any::holder<Wm3::Vector3<float>*>::~holder() [937] boost::shared_ptr<boost::filesystem::detail::dir_itr_imp>::get() const [797] void std::_Construct<std::string, std::string>(std::string*, std::string const&)
 [1631] boost::any::holder<boost::shared_ptr<EngineUnit>*>::holder(boost::shared_ptr<EngineUnit>* const&) [1813] boost::shared_ptr<std::basic_ofstream<char, std::char_traits<char> > >::operator*() const [1264] void std::_Construct<std::vector<std::string, std::allocator<std::string> >, std::vector<std::string, std::allocator<std::string> > >(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> > const&)
 [1632] boost::any::holder<boost::shared_ptr<EngineUnit>*>::~holder() [164] boost::bad_any_cast::what() const [2144] std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > std::__copy_aux<char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > >(char const (*) [17], char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >)
 [1768] boost::any::holder<boost::shared_ptr<Preferences>*>::holder(boost::shared_ptr<Preferences>* const&) [1217] boost::iterator_range<__gnu_cxx::__normal_iterator<char const*, std::string> >::end() const [1885] std::_Deque_iterator<char, char&, char*> std::__copy_aux<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>)
 [1769] boost::any::holder<boost::shared_ptr<Preferences>*>::~holder() [1309] boost::iterator_range<__gnu_cxx::__normal_iterator<char const*, std::string> >::begin() const [2145] std::ostreambuf_iterator<char, std::char_traits<char> > std::__copy_aux<char const*, std::ostreambuf_iterator<char, std::char_traits<char> > >(char const*, char const*, std::ostreambuf_iterator<char, std::char_traits<char> >)
 [1770] boost::any::holder<boost::shared_ptr<BodyContainer>*>::holder(boost::shared_ptr<BodyContainer>* const&) [1310] boost::iterator_range<__gnu_cxx::__normal_iterator<char const*, std::string> >::empty() const [1434] boost::shared_ptr<Interaction>* std::__copy_aux<boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*>(boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*)
 [1771] boost::any::holder<boost::shared_ptr<BodyContainer>*>::~holder() [1581] boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::end() const [1619] boost::shared_ptr<PhysicalAction>* std::__copy_aux<boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*>(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*)
 [965] boost::any::holder<boost::shared_ptr<BoundingVolume>*>::holder(boost::shared_ptr<BoundingVolume>* const&) [1582] boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::begin() const [1449] boost::shared_ptr<Body>* std::__copy_aux<boost::shared_ptr<Body>*, boost::shared_ptr<Body>*>(boost::shared_ptr<Body>*, boost::shared_ptr<Body>*, boost::shared_ptr<Body>*)
 [966] boost::any::holder<boost::shared_ptr<BoundingVolume>*>::~holder() [1658] boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::empty() const [1691] boost::shared_ptr<Engine>* std::__copy_aux<boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*>(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*)
 [967] boost::any::holder<boost::shared_ptr<GeometricalModel>*>::holder(boost::shared_ptr<GeometricalModel>* const&) [1659] boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::operator __gnu_cxx::__normal_iterator<char*, std::string> (boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >::*)() const() const [873] std::string* std::__copy_aux<std::string*, std::string*>(std::string*, std::string*, std::string*)
 [968] boost::any::holder<boost::shared_ptr<GeometricalModel>*>::~holder() [1209] boost::iterator_range<char const*>::end() const [1385] std::vector<std::string, std::allocator<std::string> >* std::__copy_aux<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*>(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*)
 [969] boost::any::holder<boost::shared_ptr<PhysicalParameters>*>::holder(boost::shared_ptr<PhysicalParameters>* const&) [1311] boost::iterator_range<char const*>::begin() const [1886] char* std::__copy_aux<char*, char*>(char*, char*, char*)
 [970] boost::any::holder<boost::shared_ptr<PhysicalParameters>*>::~holder() [1324] boost::iterator_range<char const*>::empty() const [1474] double* std::__copy_aux<double*, double*>(double*, double*, double*)
 [971] boost::any::holder<boost::shared_ptr<InteractingGeometry>*>::holder(boost::shared_ptr<InteractingGeometry>* const&) [838] boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::derived() const [1161] int* std::__copy_aux<int*, int*>(int*, int*, int*)
 [972] boost::any::holder<boost::shared_ptr<InteractingGeometry>*>::~holder() [855] boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::operator*() const [806] std::iterator_traits<char const*>::difference_type std::__distance<char const*>(char const*, char const*, std::random_access_iterator_tag)
 [1633] boost::any::holder<boost::shared_ptr<InteractionContainer>*>::holder(boost::shared_ptr<InteractionContainer>* const&) [79] boost::iterator_facade<boost::filesystem::directory_iterator, boost::filesystem::path, boost::single_pass_traversal_tag, boost::filesystem::path&, int>::operator->() const [1887] std::iterator_traits<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >::difference_type std::__distance<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >(std::_List_const_iterator<boost::shared_ptr<EngineUnit> >, std::_List_const_iterator<boost::shared_ptr<EngineUnit> >, std::input_iterator_tag)
 [1634] boost::any::holder<boost::shared_ptr<InteractionContainer>*>::~holder() [2070] boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)0, (unsigned short)6, boost::gregorian::bad_weekday> >::operator unsigned short() const [1435] void std::__destroy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __false_type)
 [1772] boost::any::holder<boost::shared_ptr<PhysicalActionContainer>*>::holder(boost::shared_ptr<PhysicalActionContainer>* const&) [2071] boost::CV::constrained_value<boost::CV::simple_exception_policy<unsigned short, (unsigned short)1, (unsigned short)366, boost::gregorian::bad_day_of_year> >::operator unsigned short() const [267] void std::__destroy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __false_type)
 [1773] boost::any::holder<boost::shared_ptr<PhysicalActionContainer>*>::~holder() [150] boost::any::type() const [35] void std::__destroy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __false_type)
 [171] boost::any::holder<boost::shared_ptr<Body>*>::holder(boost::shared_ptr<Body>* const&) [887] boost::any::holder<Serializable*>::type() const [1692] void std::__destroy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __false_type)
 [985] boost::any::holder<boost::shared_ptr<Body>*>::~holder() [888] boost::any::holder<Serializable*>::clone() const [787] void std::__destroy_aux<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __false_type)
 [1239] boost::any::holder<boost::shared_ptr<Engine>*>::holder(boost::shared_ptr<Engine>* const&) [1057] boost::any::holder<Se3<double>*>::type() const [1256] void std::__destroy_aux<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __false_type)
 [1240] boost::any::holder<boost::shared_ptr<Engine>*>::~holder() [1058] boost::any::holder<Se3<double>*>::clone() const [1597] void std::__destroy_aux<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __true_type)
 [1774] boost::any::holder<boost::shared_ptr<MetaBody>*>::holder(boost::shared_ptr<MetaBody>* const&) [912] boost::any::holder<Wm3::Vector3<double>*>::type() const [1353] void std::__destroy_aux<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __true_type)
 [1775] boost::any::holder<boost::shared_ptr<MetaBody>*>::~holder() [913] boost::any::holder<Wm3::Vector3<double>*>::clone() const [1598] void std::__destroy_aux<boost::shared_ptr<Interaction>*>(boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*, __false_type)
 [1156] boost::any::holder<std::string*>::holder(std::string* const&) [983] boost::any::holder<Wm3::Vector3<float>*>::type() const [900] void std::__destroy_aux<boost::shared_ptr<PhysicalAction>*>(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*, __false_type)
 [1157] boost::any::holder<std::string*>::~holder() [984] boost::any::holder<Wm3::Vector3<float>*>::clone() const [1560] void std::__destroy_aux<boost::shared_ptr<Body>*>(boost::shared_ptr<Body>*, boost::shared_ptr<Body>*, __false_type)
 [1361] boost::any::holder<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>::holder(std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >* const&) [1814] boost::any::holder<boost::shared_ptr<EngineUnit>*>::type() const [1693] void std::__destroy_aux<boost::shared_ptr<Engine>*>(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*, __false_type)
 [1362] boost::any::holder<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>::~holder() [1815] boost::any::holder<boost::shared_ptr<EngineUnit>*>::clone() const [846] void std::__destroy_aux<std::string*>(std::string*, std::string*, __false_type)
 [1635] boost::any::holder<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >*>::holder(std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >* const&) [2072] boost::any::holder<boost::shared_ptr<Preferences>*>::type() const [1300] void std::__destroy_aux<std::vector<std::string, std::allocator<std::string> >*>(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*, __false_type)
 [1636] boost::any::holder<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >*>::~holder() [2073] boost::any::holder<boost::shared_ptr<Preferences>*>::clone() const [1483] void std::__destroy_aux<double*>(double*, double*, __true_type)
 [1776] boost::any::holder<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >*>::holder(std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >* const&) [2074] boost::any::holder<boost::shared_ptr<BodyContainer>*>::type() const [1180] void std::__destroy_aux<int*>(int*, int*, __true_type)
 [1777] boost::any::holder<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >*>::~holder() [2075] boost::any::holder<boost::shared_ptr<BodyContainer>*>::clone() const [1888] void std::__destroy_aux<std::_Deque_iterator<char, char&, char*> >(std::_Deque_iterator<char, char&, char*>, std::_Deque_iterator<char, char&, char*>, __true_type)
 [1778] boost::any::holder<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>::holder(std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >* const&) [1059] boost::any::holder<boost::shared_ptr<BoundingVolume>*>::type() const [2146] std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > std::back_inserter<std::vector<std::string, std::allocator<std::string> > >(std::vector<std::string, std::allocator<std::string> >&)
 [1779] boost::any::holder<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>::~holder() [1060] boost::any::holder<boost::shared_ptr<BoundingVolume>*>::clone() const [1405] std::__deque_buf_size(unsigned int)
 [1637] boost::any::holder<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>::holder(std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >* const&) [1070] boost::any::holder<boost::shared_ptr<GeometricalModel>*>::type() const [1214] std::string* std::uninitialized_copy<__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*>(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*)
 [1638] boost::any::holder<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>::~holder() [1061] boost::any::holder<boost::shared_ptr<GeometricalModel>*>::clone() const [98] __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >)
 [1363] boost::any::holder<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>::holder(std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >* const&) [1062] boost::any::holder<boost::shared_ptr<PhysicalParameters>*>::type() const [49] __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >)
 [1364] boost::any::holder<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>::~holder() [1063] boost::any::holder<boost::shared_ptr<PhysicalParameters>*>::clone() const [1694] __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >)
 [1241] boost::any::holder<std::vector<std::string, std::allocator<std::string> >*>::holder(std::vector<std::string, std::allocator<std::string> >* const&) [1064] boost::any::holder<boost::shared_ptr<InteractingGeometry>*>::type() const [764] __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >)
 [1242] boost::any::holder<std::vector<std::string, std::allocator<std::string> >*>::~holder() [1065] boost::any::holder<boost::shared_ptr<InteractingGeometry>*>::clone() const [1220] __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >)
 [1780] boost::any::holder<std::vector<int, std::allocator<int> >*>::holder(std::vector<int, std::allocator<int> >* const&) [1816] boost::any::holder<boost::shared_ptr<InteractionContainer>*>::type() const [694] __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >)
 [1781] boost::any::holder<std::vector<int, std::allocator<int> >*>::~holder() [1817] boost::any::holder<boost::shared_ptr<InteractionContainer>*>::clone() const [614] __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >)
 [860] boost::any::holder<bool*>::holder(bool* const&) [2076] boost::any::holder<boost::shared_ptr<PhysicalActionContainer>*>::type() const [1889] std::_Deque_iterator<char, char&, char*> std::uninitialized_copy<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>)
 [861] boost::any::holder<bool*>::~holder() [2077] boost::any::holder<boost::shared_ptr<PhysicalActionContainer>*>::clone() const [807] std::iterator_traits<char const*>::iterator_category std::__iterator_category<char const*>(char const* const&)
 [951] boost::any::holder<int*>::holder(int* const&) [1071] boost::any::holder<boost::shared_ptr<Body>*>::type() const [1890] std::iterator_traits<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >::iterator_category std::__iterator_category<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >(std::_List_const_iterator<boost::shared_ptr<EngineUnit> > const&)
 [952] boost::any::holder<int*>::~holder() [204] boost::any::holder<boost::shared_ptr<Body>*>::clone() const [28] void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&)
 [953] boost::any::holder<unsigned int*>::holder(unsigned int* const&) [1325] boost::any::holder<boost::shared_ptr<Engine>*>::type() const [71] void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&)
 [954] boost::any::holder<unsigned int*>::~holder() [1326] boost::any::holder<boost::shared_ptr<Engine>*>::clone() const [563] void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&)
 [201] boost::any::any(boost::any const&) [2078] boost::any::holder<boost::shared_ptr<MetaBody>*>::type() const [1354] void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string>(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&)
 [1255] boost::any::any()   [2079] boost::any::holder<boost::shared_ptr<MetaBody>*>::clone() const [1534] void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&)
 [886] boost::any::any<Serializable*>(Serializable* const&) [1193] boost::any::holder<std::string*>::type() const [554] void std::uninitialized_fill_n<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&)
 [1048] boost::any::any<Se3<double>*>(Se3<double>* const&) [1194] boost::any::holder<std::string*>::clone() const [1215] std::string* std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*, std::string>(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*, std::allocator<std::string>)
 [911] boost::any::any<Wm3::Vector3<double>*>(Wm3::Vector3<double>* const&) [1660] boost::any::holder<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>::type() const [100] __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, boost::shared_ptr<PhysicalAction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, std::allocator<boost::shared_ptr<PhysicalAction> >)
 [982] boost::any::any<Wm3::Vector3<float>*>(Wm3::Vector3<float>* const&) [1513] boost::any::holder<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>::clone() const [50] __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, std::allocator<boost::shared_ptr<Body> >)
 [1782] boost::any::any<boost::shared_ptr<EngineUnit>*>(boost::shared_ptr<EngineUnit>* const&) [1818] boost::any::holder<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >*>::clone() const [1695] __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, boost::shared_ptr<Engine> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, std::allocator<boost::shared_ptr<Engine> >)
 [1970] boost::any::any<boost::shared_ptr<Preferences>*>(boost::shared_ptr<Preferences>* const&) [2080] boost::any::holder<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >*>::clone() const [765] __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string>(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::allocator<std::string>)
 [1971] boost::any::any<boost::shared_ptr<BodyContainer>*>(boost::shared_ptr<BodyContainer>* const&) [1047] boost::any::holder<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>::type() const [1221] __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::allocator<std::vector<std::string, std::allocator<std::string> > >)
 [1049] boost::any::any<boost::shared_ptr<BoundingVolume>*>(boost::shared_ptr<BoundingVolume>* const&) [2081] boost::any::holder<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>::clone() const [615] __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, std::allocator<int>)
 [1050] boost::any::any<boost::shared_ptr<GeometricalModel>*>(boost::shared_ptr<GeometricalModel>* const&) [1285] boost::any::holder<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>::type() const [1891] std::_Deque_iterator<char, char&, char*> std::__uninitialized_copy_a<char const*, std::_Deque_iterator<char, char&, char*>, char>(char const*, char const*, std::_Deque_iterator<char, char&, char*>, std::allocator<char>)
 [1051] boost::any::any<boost::shared_ptr<PhysicalParameters>*>(boost::shared_ptr<PhysicalParameters>* const&) [1819] boost::any::holder<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>::clone() const [1216] std::string* std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*>(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string, std::allocator<std::string> > >, std::string*, __false_type)
 [1052] boost::any::any<boost::shared_ptr<InteractingGeometry>*>(boost::shared_ptr<InteractingGeometry>* const&) [1252] boost::any::holder<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>::type() const [99] __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __false_type)
 [1783] boost::any::any<boost::shared_ptr<InteractionContainer>*>(boost::shared_ptr<InteractionContainer>* const&) [1514] boost::any::holder<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>::clone() const [51] __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __false_type)
 [1972] boost::any::any<boost::shared_ptr<PhysicalActionContainer>*>(boost::shared_ptr<PhysicalActionContainer>* const&) [1170] boost::any::holder<std::vector<std::string, std::allocator<std::string> >*>::type() const [1696] __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __false_type)
 [189] boost::any::any<boost::shared_ptr<Body>*>(boost::shared_ptr<Body>* const&) [1327] boost::any::holder<std::vector<std::string, std::allocator<std::string> >*>::clone() const [766] __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __false_type)
 [1313] boost::any::any<boost::shared_ptr<Engine>*>(boost::shared_ptr<Engine>* const&) [1820] boost::any::holder<std::vector<int, std::allocator<int> >*>::type() const [1222] __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __false_type)
 [1973] boost::any::any<boost::shared_ptr<MetaBody>*>(boost::shared_ptr<MetaBody>* const&) [2082] boost::any::holder<std::vector<int, std::allocator<int> >*>::clone() const [695] __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __true_type)
 [1188] boost::any::any<std::string*>(std::string* const&) [922] boost::any::holder<bool*>::type() const [616] __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __true_type)
 [1494] boost::any::any<std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >*>(std::list<boost::shared_ptr<EngineUnit>, std::allocator<boost::shared_ptr<EngineUnit> > >* const&) [923] boost::any::holder<bool*>::clone() const [1892] std::_Deque_iterator<char, char&, char*> std::__uninitialized_copy_aux<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>, __true_type)
 [1784] boost::any::any<std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >*>(std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > >* const&) [1036] boost::any::holder<int*>::type() const [29] void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction>, boost::shared_ptr<PhysicalAction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&, std::allocator<boost::shared_ptr<PhysicalAction> >)
 [1974] boost::any::any<std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >*>(std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > >* const&) [1037] boost::any::holder<int*>::clone() const [72] void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body>, boost::shared_ptr<Body> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&, std::allocator<boost::shared_ptr<Body> >)
 [1975] boost::any::any<std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >*>(std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > >* const&) [1042] boost::any::holder<unsigned int*>::type() const [564] void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine>, boost::shared_ptr<Engine> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&, std::allocator<boost::shared_ptr<Engine> >)
 [1785] boost::any::any<std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >*>(std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > >* const&) [1043] boost::any::holder<unsigned int*>::clone() const [1355] void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string, std::string>(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&, std::allocator<std::string>)
 [1495] boost::any::any<std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >*>(std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > >* const&) [1821] boost::iterator_range<char const*> const& boost::algorithm::detail::const_formatF<char [1]>::operator()<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > const&) const [1535] void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> >, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&, std::allocator<std::vector<std::string, std::allocator<std::string> > >)
 [1314] boost::any::any<std::vector<std::string, std::allocator<std::string> >*>(std::vector<std::string, std::allocator<std::string> >* const&) [1822] boost::algorithm::detail::empty_container<char> boost::algorithm::detail::empty_formatF<char>::operator()<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > const&) const [555] void std::__uninitialized_fill_n_a<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&, std::allocator<int>)
 [1976] boost::any::any<std::vector<int, std::allocator<int> >*>(std::vector<int, std::allocator<int> >* const&) [1823] boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<__gnu_cxx::__normal_iterator<char const*, std::string>, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const [30] void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, unsigned int, boost::shared_ptr<PhysicalAction> const&, __false_type)
 [917] boost::any::any<bool*>(bool* const&) [1824] boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > boost::algorithm::detail::first_finderF<char const*, boost::algorithm::is_equal>::operator()<__gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>) const [73] void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, unsigned int, boost::shared_ptr<Body> const&, __false_type)
 [1031] boost::any::any<int*>(int* const&) [2083] boost::algorithm::detail::empty_container<char>::end() const [565] void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, unsigned int, boost::shared_ptr<Engine> const&, __false_type)
 [1041] boost::any::any<unsigned int*>(unsigned int* const&) [2084] boost::algorithm::detail::empty_container<char>::begin() const [1356] void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string>(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, unsigned int, std::string const&, __false_type)
 [762] boost::any::~any()   [1203] bool boost::algorithm::is_equal::operator()<char, char>(char const&, char const&) const [1536] void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, unsigned int, std::vector<std::string, std::allocator<std::string> > const&, __false_type)
 [202] boost::any::operator=(boost::any const&) [2085] boost::date_time::date_facet<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::do_put_special(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, boost::date_time::special_values) const [556] void std::__uninitialized_fill_n_aux<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&, __true_type)
 [1977] boost::range_const_iterator<char [1]>::type boost::end<char [1]>(char const (&) [1]) [2086] boost::date_time::date_facet<boost::gregorian::date, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::do_put_tm(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, tm const&, std::string) const [1020] unsigned int const& std::max<unsigned int>(unsigned int const&, unsigned int const&)
 [1639] boost::range_iterator<boost::remove_const<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >::type>::type boost::end<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [2087] boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, boost::posix_time::time_duration const&) const [2147] std::ostreambuf_iterator<char, std::char_traits<char> > std::copy<__gnu_cxx::__normal_iterator<char const*, std::string>, std::ostreambuf_iterator<char, std::char_traits<char> > >(__gnu_cxx::__normal_iterator<char const*, std::string>, __gnu_cxx::__normal_iterator<char const*, std::string>, std::ostreambuf_iterator<char, std::char_traits<char> >)
 [1978] boost::range_const_iterator<boost::iterator_range<char const*> >::type boost::end<boost::iterator_range<char const*> >(boost::iterator_range<char const*> const&) [2088] boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, boost::posix_time::ptime const&) const [1436] __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > std::copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >)
 [1979] boost::range_const_iterator<boost::algorithm::detail::empty_container<char> >::type boost::end<boost::algorithm::detail::empty_container<char> >(boost::algorithm::detail::empty_container<char> const&) [2089] boost::date_time::int_adapter<long>::as_number() const [662] __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > std::copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >)
 [1980] boost::range_const_iterator<char const*>::type boost::end<char const*>(char const* const&) [1825] boost::date_time::int_adapter<unsigned long>::is_special() const [658] __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > std::copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >)
 [1496] boost::range_iterator<boost::remove_const<std::string>::type>::type boost::end<std::string>(std::string&) [1826] boost::date_time::int_adapter<unsigned long>::is_infinity() const [1697] __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > std::copy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >)
 [1981] boost::range_const_iterator<std::string>::type boost::end<std::string>(std::string const&) [1827] boost::date_time::int_adapter<unsigned long>::is_nan() const [874] __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > std::copy<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >)
 [1982] boost::range_const_iterator<char [1]>::type boost::begin<char [1]>(char const (&) [1]) [1233] boost::date_time::int_adapter<unsigned long>::as_number() const [1386] __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > std::copy<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >)
 [1640] boost::range_iterator<boost::remove_const<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >::type>::type boost::begin<boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> > >(boost::iterator_range<__gnu_cxx::__normal_iterator<char*, std::string> >&) [2090] boost::date_time::int_adapter<unsigned long> boost::date_time::int_adapter<unsigned long>::operator-<unsigned long>(boost::date_time::int_adapter<unsigned long> const&) const [1893] __gnu_cxx::__normal_iterator<char*, std::string> std::copy<__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string> >(__gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>, __gnu_cxx::__normal_iterator<char*, std::string>)
 [1983] boost::range_const_iterator<boost::iterator_range<char const*> >::type boost::begin<boost::iterator_range<char const*> >(boost::iterator_range<char const*> const&) [2091] boost::date_time::int_adapter<long long>::as_special() const [687] __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > std::copy<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >)
 [1984] boost::range_const_iterator<boost::algorithm::detail::empty_container<char> >::type boost::begin<boost::algorithm::detail::empty_container<char> >(boost::algorithm::detail::empty_container<char> const&) [1291] boost::date_time::int_adapter<long long>::is_special() const [608] __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::copy<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >)
 [1985] boost::range_const_iterator<char const*>::type boost::begin<char const*>(char const* const&) [1292] boost::date_time::int_adapter<long long>::is_infinity() const [2148] std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > std::copy<char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > > >(char const (*) [17], char const (*) [17], std::back_insert_iterator<std::vector<std::string, std::allocator<std::string> > >)
 [1571] boost::range_iterator<boost::remove_const<std::string>::type>::type boost::begin<std::string>(std::string&) [1270] boost::date_time::int_adapter<long long>::is_nan() const [1894] std::_Deque_iterator<char, char&, char*> std::copy<char const*, std::_Deque_iterator<char, char&, char*> >(char const*, char const*, std::_Deque_iterator<char, char&, char*>)
 [1986] boost::range_const_iterator<std::string>::type boost::begin<std::string>(std::string const&) [2092] boost::date_time::int_adapter<long long>::compare(boost::date_time::int_adapter<long long> const&) const [1734] std::setw(int)
 [1305] bool boost::empty<__gnu_cxx::__normal_iterator<char const*, std::string> >(boost::iterator_range<__gnu_cxx::__normal_iterator<char const*, std::string> > const&) [1166] boost::date_time::int_adapter<long long>::as_number() const [793] void std::swap<boost::any::placeholder*>(boost::any::placeholder*&, boost::any::placeholder*&)
 [1315] bool boost::empty<char const*>(boost::iterator_range<char const*> const&) [2093] boost::date_time::int_adapter<long long>::operator<(int const&) const [557] __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > std::fill_n<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, unsigned int, int const&)
   [4] boost::detail::shared_count::shared_count(boost::detail::shared_count const&) [2094] boost::date_time::int_adapter<long long> boost::date_time::int_adapter<long long>::operator-<long long>(boost::date_time::int_adapter<long long> const&) const [1735] std::_Setfill<char> std::setfill<char>(char)
  [94] boost::detail::shared_count::shared_count() [1725] boost::date_time::int_adapter<long long> boost::date_time::int_adapter<long long>::operator+<unsigned long>(boost::date_time::int_adapter<unsigned long> const&) const [926] void std::_Destroy<boost::shared_ptr<PhysicalAction> >(boost::shared_ptr<PhysicalAction>*)
 [506] boost::detail::shared_count::shared_count<EngineUnit>(EngineUnit*) [2095] boost::date_time::date_duration<boost::date_time::duration_traits_adapted>::days() const [46] void std::_Destroy<boost::shared_ptr<Body> >(boost::shared_ptr<Body>*)
 [442] boost::detail::shared_count::shared_count<MetaEngine>(MetaEngine*) [1552] boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::is_special() const [1437] void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >)
 [211] boost::detail::shared_count::shared_count<Interaction>(Interaction*) [2096] boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::is_negative() const [1438] void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, boost::shared_ptr<Interaction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Interaction>*, std::vector<boost::shared_ptr<Interaction>, std::allocator<boost::shared_ptr<Interaction> > > >, std::allocator<boost::shared_ptr<Interaction> >)
 [507] boost::detail::shared_count::shared_count<Preferences>(Preferences*) [1828] boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::fractional_seconds() const [268] void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >)
 [484] boost::detail::shared_count::shared_count<TimeStepper>(TimeStepper*) [1829] boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::hours() const [269] void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, boost::shared_ptr<PhysicalAction> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<PhysicalAction>*, std::vector<boost::shared_ptr<PhysicalAction>, std::allocator<boost::shared_ptr<PhysicalAction> > > >, std::allocator<boost::shared_ptr<PhysicalAction> >)
 [485] boost::detail::shared_count::shared_count<BodyContainer>(BodyContainer*) [1414] boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::ticks() const [36] void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >)
 [450] boost::detail::shared_count::shared_count<DeusExMachina>(DeusExMachina*) [1661] boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::get_rep() const [37] void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, boost::shared_ptr<Body> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Body>*, std::vector<boost::shared_ptr<Body>, std::allocator<boost::shared_ptr<Body> > > >, std::allocator<boost::shared_ptr<Body> >)
 [408] boost::detail::shared_count::shared_count<FileGenerator>(FileGenerator*) [1830] boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::minutes() const [1698] void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > > >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >)
 [288] boost::detail::shared_count::shared_count<BoundingVolume>(BoundingVolume*) [1831] boost::date_time::time_duration<boost::posix_time::time_duration, boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, (boost::date_time::time_resolutions)5, 1000000ll, (unsigned short)6, int> >::seconds() const [1699] void std::_Destroy<__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, boost::shared_ptr<Engine> >(__gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, __gnu_cxx::__normal_iterator<boost::shared_ptr<Engine>*, std::vector<boost::shared_ptr<Engine>, std::allocator<boost::shared_ptr<Engine> > > >, std::allocator<boost::shared_ptr<Engine> >)
 [476] boost::detail::shared_count::shared_count<PhysicalAction>(PhysicalAction*) [1553] boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::is_special() const [788] void std::_Destroy<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > >(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >)
 [508] boost::detail::shared_count::shared_count<IOFormatManager>(IOFormatManager*) [1662] boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::time_count() const [789] void std::_Destroy<__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::string>(__gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > >, std::allocator<std::string>)
 [280] boost::detail::shared_count::shared_count<GeometricalModel>(GeometricalModel*) [2097] boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::is_neg_infinity() const [1257] void std::_Destroy<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >)
 [456] boost::detail::shared_count::shared_count<StandAloneEngine>(StandAloneEngine*) [2098] boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::is_pos_infinity() const [1258] void std::_Destroy<__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::vector<std::string, std::allocator<std::string> > >(__gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, __gnu_cxx::__normal_iterator<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::vector<std::string, std::allocator<std::string> >, std::allocator<std::vector<std::string, std::allocator<std::string> > > > >, std::allocator<std::vector<std::string, std::allocator<std::string> > >)
 [471] boost::detail::shared_count::shared_count<InteractionPhysics>(InteractionPhysics*) [2099] boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::is_not_a_date_time() const [1599] void std::_Destroy<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > > >(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >)
 [281] boost::detail::shared_count::shared_count<PhysicalParameters>(PhysicalParameters*) [1832] boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::tod() const [1600] void std::_Destroy<__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, double>(__gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, __gnu_cxx::__normal_iterator<double*, std::vector<double, std::allocator<double> > >, std::allocator<double>)
 [285] boost::detail::shared_count::shared_count<InteractingGeometry>(InteractingGeometry*) [2100] boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::date() const [1357] void std::_Destroy<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > > >(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >)
 [451] boost::detail::shared_count::shared_count<InteractionGeometry>(InteractionGeometry*) [1833] boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::get_rep() const [1358] void std::_Destroy<__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int>(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, std::allocator<int>)
 [539] boost::detail::shared_count::shared_count<StandAloneSimulator>(StandAloneSimulator*) [2101] boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config>::day_count() const [1601] void std::_Destroy<boost::shared_ptr<Interaction>*>(boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*)
 [477] boost::detail::shared_count::shared_count<InteractionContainer>(InteractionContainer*) [2102] boost::date_time::special_values_formatter<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put_special(std::ostreambuf_iterator<char, std::char_traits<char> >, boost::date_time::special_values const&) const [1602] void std::_Destroy<boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction> >(boost::shared_ptr<Interaction>*, boost::shared_ptr<Interaction>*, std::allocator<boost::shared_ptr<Interaction> >)
 [509] boost::detail::shared_count::shared_count<PhysicalActionContainer>(PhysicalActionContainer*) [2103] boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::day_of_week() const [901] void std::_Destroy<boost::shared_ptr<PhysicalAction>*>(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*)
 [291] boost::detail::shared_count::shared_count<Body>(Body*) [1515] boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::is_infinity() const [902] void std::_Destroy<boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction> >(boost::shared_ptr<PhysicalAction>*, boost::shared_ptr<PhysicalAction>*, std::allocator<boost::shared_ptr<PhysicalAction> >)
 [394] boost::detail::shared_count::shared_count<Engine>(Engine*) [1480] boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::is_not_a_date() const [1561] void std::_Destroy<boost::shared_ptr<Body>*>(boost::shared_ptr<Body>*, boost::shared_ptr<Body>*)
 [144] boost::detail::shared_count::shared_count<Archive>(Archive*) [2104] boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::year_month_day() const [1562] void std::_Destroy<boost::shared_ptr<Body>*, boost::shared_ptr<Body> >(boost::shared_ptr<Body>*, boost::shared_ptr<Body>*, std::allocator<boost::shared_ptr<Body> >)
 [540] boost::detail::shared_count::shared_count<NullGUI>(NullGUI*) [2105] boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::is_neg_infinity() const [1700] void std::_Destroy<boost::shared_ptr<Engine>*>(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*)
 [541] boost::detail::shared_count::shared_count<FrontEnd>(FrontEnd*) [2106] boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::is_pos_infinity() const [1701] void std::_Destroy<boost::shared_ptr<Engine>*, boost::shared_ptr<Engine> >(boost::shared_ptr<Engine>*, boost::shared_ptr<Engine>*, std::allocator<boost::shared_ptr<Engine> >)
 [542] boost::detail::shared_count::shared_count<MetaBody>(MetaBody*) [2107] boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::year() const [847] void std::_Destroy<std::string*>(std::string*, std::string*)
 [543] boost::detail::shared_count::shared_count<std::basic_ofstream<char, std::char_traits<char> > >(std::basic_ofstream<char, std::char_traits<char> >*) [1726] boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::day_count() const [848] void std::_Destroy<std::string*, std::string>(std::string*, std::string*, std::allocator<std::string>)
  [70] boost::detail::shared_count::~shared_count() [2108] boost::date_time::date<boost::gregorian::date, boost::gregorian::gregorian_calendar, boost::date_time::date_duration<boost::date_time::duration_traits_adapted> >::operator-(boost::gregorian::date const&) const [1301] void std::_Destroy<std::vector<std::string, std::allocator<std::string> >*>(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*)
  [13] boost::detail::shared_count::operator=(boost::detail::shared_count const&) [2109] boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::is_special() const [1302] void std::_Destroy<std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> > >(std::vector<std::string, std::allocator<std::string> >*, std::vector<std::string, std::allocator<std::string> >*, std::allocator<std::vector<std::string, std::allocator<std::string> > >)
 [1189] boost::detail::lexical_stream<std::string, std::string>::lexical_stream() [2110] boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::is_infinity() const [1484] void std::_Destroy<double*>(double*, double*)
 [1190] boost::detail::lexical_stream<std::string, std::string>::~lexical_stream() [1834] boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::time_of_day() const [1563] void std::_Destroy<double*, double>(double*, double*, std::allocator<double>)
 [1191] boost::detail::lexical_stream<std::string, std::string>::operator<<(std::string const&) [2111] boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::zone_abbrev(bool) const [166] void std::_Destroy<unsigned char*, unsigned char>(unsigned char*, unsigned char*, std::allocator<unsigned char>)
 [1192] boost::detail::lexical_stream<std::string, std::string>::operator>>(std::string&) [2112] boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::is_neg_infinity() const [1181] void std::_Destroy<int*>(int*, int*)
 [918] boost::detail::lexical_stream<bool, std::string>::lexical_stream() [2113] boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::is_pos_infinity() const [1182] void std::_Destroy<int*, int>(int*, int*, std::allocator<int>)
 [919] boost::detail::lexical_stream<bool, std::string>::~lexical_stream() [2114] boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::is_not_a_date_time() const [760] void std::_Destroy<std::string>(std::string*)
 [920] boost::detail::lexical_stream<bool, std::string>::operator<<(std::string const&) [198] boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::zone_as_posix_string() const [1895] void std::_Destroy<std::_Deque_iterator<char, char&, char*> >(std::_Deque_iterator<char, char&, char*>, std::_Deque_iterator<char, char&, char*>)
 [921] bool boost::detail::lexical_stream<bool, std::string>::operator>><bool>(bool&) [2115] boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::date() const [1896] void std::_Destroy<std::_Deque_iterator<char, char&, char*>, char>(std::_Deque_iterator<char, char&, char*>, std::_Deque_iterator<char, char&, char*>, std::allocator<char>)
 [1987] boost::detail::lexical_stream<double, char*>::lexical_stream() [1727] boost::date_time::base_time<boost::posix_time::ptime, boost::date_time::counted_time_system<boost::date_time::counted_time_rep<boost::posix_time::millisec_posix_time_system_config> > >::operator-(boost::posix_time::ptime const&) const [1265] void std::_Destroy<std::vector<std::string, std::allocator<std::string> > >(std::vector<std::string, std::allocator<std::string> >*)
 [1988] boost::detail::lexical_stream<double, char*>::~lexical_stream() [1282] boost::gregorian::greg_month::operator unsigned short() const [1897] std::iterator_traits<char const*>::difference_type std::distance<char const*>(char const*, char const*)
 [1989] boost::detail::lexical_stream<double, char*>::operator<<(char* const&) [1614] boost::gregorian::date::day_number() const [1898] std::iterator_traits<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >::difference_type std::distance<std::_List_const_iterator<boost::shared_ptr<EngineUnit> > >(std::_List_const_iterator<boost::shared_ptr<EngineUnit> >, std::_List_const_iterator<boost::shared_ptr<EngineUnit> >)
 [1990] bool boost::detail::lexical_stream<double, char*>::operator>><double>(double&) [2116] boost::gregorian::date::day_of_year() const [1899] bool std::has_facet<boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&)
 [810] boost::detail::lexical_stream<double, std::string>::lexical_stream() [1389] boost::gregorian::greg_day::operator unsigned short() const [2149] boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<boost::date_time::time_facet<boost::posix_time::ptime, char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&)
 [811] boost::detail::lexical_stream<double, std::string>::~lexical_stream() [1415] boost::gregorian::greg_year::operator unsigned short() const [775] std::operator&=(std::_Ios_Fmtflags&, std::_Ios_Fmtflags)
 [812] boost::detail::lexical_stream<double, std::string>::operator<<(std::string const&) [1835] Engine::getBaseClassName(unsigned int) const [776] std::operator&(std::_Ios_Fmtflags, std::_Ios_Fmtflags)
 [813] bool boost::detail::lexical_stream<double, std::string>::operator>><double>(double&) [1615] log4cxx::StringBuffer::str() const [777] std::operator~(std::_Ios_Fmtflags)
 [877] boost::detail::lexical_stream<float, std::string>::lexical_stream() [1554] log4cxx::stringbuf::str() const [1475] bool std::operator==<char, char&, char*>(std::_Deque_iterator<char, char&, char*> const&, std::_Deque_iterator<char, char&, char*> const&)
 [878] boost::detail::lexical_stream<float, std::string>::~lexical_stream() [2117] FrontEnd::getBaseClassName(unsigned int) const [949] bool std::operator==<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*)
 [879] boost::detail::lexical_stream<float, std::string>::operator<<(std::string const&) [2118] MetaBody::getClassName() const [997] bool std::operator==<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)
 [880] bool boost::detail::lexical_stream<float, std::string>::operator>><float>(float&) [904] __gnu_cxx::new_allocator<boost::shared_ptr<PhysicalAction> >::max_size() const [726] bool std::operator< <char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)
 [1991] boost::detail::lexical_stream<int, char*>::lexical_stream() [1443] __gnu_cxx::new_allocator<boost::shared_ptr<Body> >::max_size() const [947] bool std::operator!=<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*)
 [1992] boost::detail::lexical_stream<int, char*>::~lexical_stream() [1836] __gnu_cxx::new_allocator<boost::shared_ptr<Engine> >::max_size() const [1149] bool std::operator!=<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)
 [1993] boost::detail::lexical_stream<int, char*>::operator<<(char* const&) [1837] __gnu_cxx::new_allocator<char*>::max_size() const [773] std::operator|(std::_Ios_Openmode, std::_Ios_Openmode)
 [1994] bool boost::detail::lexical_stream<int, char*>::operator>><int>(int&) [803] __gnu_cxx::new_allocator<std::string>::max_size() const [2150] std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)
 [1032] boost::detail::lexical_stream<int, std::string>::lexical_stream() [1838] __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<EngineUnit> > >::max_size() const [1736] std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*)
 [1033] boost::detail::lexical_stream<int, std::string>::~lexical_stream() [819] __gnu_cxx::new_allocator<std::_List_node<boost::shared_ptr<Archive> > >::max_size() const [2151] std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)
 [1034] boost::detail::lexical_stream<int, std::string>::operator<<(std::string const&) [1108] __gnu_cxx::new_allocator<std::_Rb_tree_node<std::string> >::max_size() const [745] operator new(unsigned int, void*)
 [1035] bool boost::detail::lexical_stream<int, std::string>::operator>><int>(int&) [1328] __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<SerializableTypes::Type const, std::pair<void (*)(std::ostream&, Archive&, int), void (*)(std::istream&, Archive&, std::string const&)> > > >::max_size() const [697] data_start
 [1021] boost::detail::lexical_stream<unsigned int, std::string>::lexical_stream() [1125] __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::string const, DynlibDescriptor> > >::max_size() const [3] <cycle 1>

--- End Message ---
--- Begin Message ---
If you reply to this message, keeping the Subject: header intact,
Mailman will discard the held message.  Do this if the message is
spam.  If you reply to this message and include an Approved: header
with the list password in it, the message will be approved for posting
to the list.  The Approved: header can also appear in the first line
of the body of the reply.

--- End Message ---