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:
parent
f57afe2079
commit
b85f987b0b
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user