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

Method GetMemoryUsage

comp/ngsobject.cpp:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131
132
133 Array<MemoryUsage> NGS_Object :: GetMemoryUsage () const
134 {
135 cout << "MemoryUsage not overloaded for class " << GetClassName() << endl;
136 return Array<MemoryUsage>();
137 }
138
139
140 string DocInfo :: GetPythonDocString() const

Callers

nothing calls this directly

Calls 1

GetClassNameFunction · 0.70

Tested by

no test coverage detected