Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
ProfileRegion.h
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2024 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/* ProfileRegion.h (C) 2000-2024 */
9/* */
10/* Région pour le profiling. */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_ACCELERATOR_CORE_INTERNAL_PROFILEREGION_H
13#define ARCANE_ACCELERATOR_CORE_INTERNAL_PROFILEREGION_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
18
19/*---------------------------------------------------------------------------*/
20/*---------------------------------------------------------------------------*/
21
22namespace Arcane::Accelerator
23{
24
25/*---------------------------------------------------------------------------*/
26/*---------------------------------------------------------------------------*/
34class ARCANE_ACCELERATOR_CORE_EXPORT ProfileRegion
35{
36 public:
37
39 ProfileRegion(const RunQueue& queue, const String& name);
40
47 ProfileRegion(const RunQueue& queue, const String& name, Int32 color_rgb);
48
50
51 private:
52
53 impl::IRunnerRuntime* m_runtime = nullptr;
54};
55
56/*---------------------------------------------------------------------------*/
57/*---------------------------------------------------------------------------*/
58
59} // namespace Arcane::Accelerator
60
61/*---------------------------------------------------------------------------*/
62/*---------------------------------------------------------------------------*/
63
64#endif
Région pour le profiling.
File d'exécution pour un accélérateur.
Interface du runtime associé à une RunQueue.
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Definition Lima.cc:120
Chaîne de caractères unicode.
Espace de nom pour l'utilisation des accélérateurs.