1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +01:00

Hadrons: error message channel verbose during profiling

This commit is contained in:
Antonin Portelli 2018-03-13 16:09:22 +00:00
parent f57afe2079
commit b85f987b0b

View File

@ -381,7 +381,6 @@ void VirtualMachine::makeMemoryProfile(void)
env().protectObjects(false); env().protectObjects(false);
GridLogMessage.Active(false); GridLogMessage.Active(false);
HadronsLogMessage.Active(false); HadronsLogMessage.Active(false);
HadronsLogError.Active(false);
for (auto it = program.rbegin(); it != program.rend(); ++it) for (auto it = program.rbegin(); it != program.rend(); ++it)
{ {
auto a = *it; auto a = *it;
@ -397,7 +396,6 @@ void VirtualMachine::makeMemoryProfile(void)
env().protectObjects(protect); env().protectObjects(protect);
GridLogMessage.Active(gmsg); GridLogMessage.Active(gmsg);
HadronsLogMessage.Active(hmsg); HadronsLogMessage.Active(hmsg);
HadronsLogError.Active(err);
LOG(Debug) << "Memory profile:" << std::endl; LOG(Debug) << "Memory profile:" << std::endl;
LOG(Debug) << "----------------" << std::endl; LOG(Debug) << "----------------" << std::endl;
for (unsigned int a = 0; a < profile_.module.size(); ++a) for (unsigned int a = 0; a < profile_.module.size(); ++a)