12#ifndef ARCANE_IMESSAGEPASSINGPROFILINGSERVICE_H
13#define ARCANE_IMESSAGEPASSINGPROFILINGSERVICE_H
Fichier de configuration d'Arcane.
Interface d'un service de profiling dedie au "message passing".
virtual void startProfiling()=0
Démarre un profiling.
virtual void stopProfiling()=0
Stoppe le profiling.
virtual String implName()=0
Donne le nom du service qui implemente l'interface.
virtual void printInfos(std::ostream &output)=0
Affiche les informations issues du profiling.
Chaîne de caractères unicode.