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:
@ -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();
|
||||
|
Reference in New Issue
Block a user