1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 07:17:06 +01:00

Hadrons: first full implementation of the module memory profiler

This commit is contained in:
2017-12-12 19:32:58 +00:00
parent f3a77f4b7f
commit 259d504ef0
8 changed files with 166 additions and 13 deletions

View File

@ -92,9 +92,10 @@ void Application::run(void)
{
parseParameterFile(parameterFileName_);
}
//vm().checkGraph();
env().printContent();
vm().printContent();
env().printContent();
//vm().checkGraph();
vm().memoryProfile();
if (!scheduled_)
{
schedule();