12#ifndef ARCANE_STD_PAPIPERFORMANCESERVICE_H
13#define ARCANE_STD_PAPIPERFORMANCESERVICE_H
17#include "arcane/utils/IProfilingService.h"
19#include "arcane/AbstractService.h"
48 void switchEvent()
override;
53 void reset()
override;
60 bool m_only_flops =
false;
61 bool m_is_running =
false;
62 bool m_is_initialized =
false;
70 static void arcane_papi_handler(
int EventSet,
void *address,
Classe de base d'un service.
Tableau d'items de types quelconques.
Interface de l'application.
Interface d'un service de profiling.
Interface d'un gestionnaire de timer.
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Structure contenant les informations pour créer un service.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-