mirror of
https://github.com/paboyle/Grid.git
synced 2026-01-04 03:29:34 +00: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