36class JsonMessagePassingProfilingService
43 virtual ~JsonMessagePassingProfilingService();
49 void printInfos(std::ostream& output)
override;
55 typedef std::map<String, Arccore::MessagePassing::StatData>
StatDataMap;
68 void _dumpCurrentIterationInJSON();
70 void _updateFromBeginEntryPointEvt();
71 void _updateFromEndEntryPointEvt();
72 void _updateFromBeginIterationEvt();
73 void _updateFromEndIterationEvt();
Interface du gestionnaire d'un sous-domaine.