12#ifndef ARCANE_CORE_MESHSTATS_H
13#define ARCANE_CORE_MESHSTATS_H
17#include "arcane/utils/TraceAccessor.h"
20#include "arcane/core/IMeshStats.h"
38class ARCANE_CORE_EXPORT MeshStats
54 IMesh* m_mesh =
nullptr;
66 void _statLabel(
const String& name);
75 void _computeNeighboorsComm();
76 void _dumpLegacyConnectivityMemoryUsage();
77 void _dumpIncrementalConnectivityMemoryUsage();
78 void _dumpCommunicatingRanks();
Declarations of Arcane's general types.
Interface of the parallelism manager for a subdomain.
void dumpStats() override
Prints mesh information.
void dumpGraphStats() override
Prints mesh graph information.
Unicode character string.
TraceAccessor(ITraceMng *m)
Constructs an accessor via the trace manager m.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
ArrayView< Int64 > Int64ArrayView
C equivalent of a 1D array of 64-bit integers.
std::int64_t Int64
Signed integer type of 64 bits.
Int32 Integer
Type representing an integer.