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

Method GetMemoryUsage

comp/preconditioner.cpp:500–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498
499
500 Array<MemoryUsage> MGPreconditioner::GetMemoryUsage () const
501 {
502 auto mu = GetMatrix().GetMemoryUsage ();;
503
504 for (int i = 0; i < mu.Size(); i++)
505 mu[i].AddName (string(" mgpre ")); // +GetName());
506 return mu;
507 }
508
509
510

Callers 6

GetMemoryUsageMethod · 0.45
GetMemoryUsageMethod · 0.45
GetMemoryUsageMethod · 0.45
GetMemoryUsageMethod · 0.45
GetMemoryUsageMethod · 0.45

Calls 3

GetMatrixFunction · 0.85
AddNameMethod · 0.80
SizeMethod · 0.45

Tested by

no test coverage detected