Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
HyodaPapi.h
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2022 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
4// See the top-level COPYRIGHT file for details.
5// SPDX-License-Identifier: Apache-2.0
6//-----------------------------------------------------------------------------
7/*****************************************************************************
8 * HyodaPapi.h (C) 2000-2013 *
9 *****************************************************************************/
10#ifndef ARCANE_HYODA_PAPI_H
11#define ARCANE_HYODA_PAPI_H
12
13/*---------------------------------------------------------------------------*/
14/*---------------------------------------------------------------------------*/
15
16ARCANE_BEGIN_NAMESPACE
17
18/*---------------------------------------------------------------------------*/
19/*---------------------------------------------------------------------------*/
20class Hyoda;
21class HyodaTcp;
22
23/******************************************************************************
24 * HyodaMix CLASS
25 *****************************************************************************/
27public:
29 ~HyodaPapi();
30public:
31 void initialize(ISubDomain*,HyodaTcp*);
32 void start(void);
33 void stop(void);
34 void dump(void);
35private:
36 Hyoda *m_hyoda;
37 IApplication *m_app;
38 ISubDomain *m_sub_domain;
39 IProfilingService *m_papi;
40 HyodaTcp *m_tcp;
42};
43
44/*---------------------------------------------------------------------------*/
45/*---------------------------------------------------------------------------*/
46
47ARCANE_END_NAMESPACE
48
49/*---------------------------------------------------------------------------*/
50/*---------------------------------------------------------------------------*/
51
52#endif // ARCANE_HYODA_PAPI_H
Interface de l'application.
Interface d'un service de profiling.
Interface du gestionnaire d'un sous-domaine.
Definition ISubDomain.h:74
Interface du gestionnaire de traces.
Vecteur 1D de données avec sémantique par valeur (style STL).