MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / AddName

Method AddName

ngstd/memusage.hpp:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 MemoryUsage & operator= (MemoryUsage &&) = default;
32
33 void AddName (const string & aname) { name += aname; }
34 const string & Name() const { return name; }
35 size_t NBytes () const { return nbytes; }
36 size_t NBlocks () const { return nblocks; }

Callers 4

GetMemoryUsageMethod · 0.80
GetMemoryUsageMethod · 0.80
GetMemoryUsageMethod · 0.80
GetMemoryUsageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected