Skip to content
Snippets Groups Projects

Refactor/new arch armem

Merged Rainer Kartmann requested to merge refactor/new_arch_armem into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -100,7 +100,7 @@ BOOST_AUTO_TEST_CASE(test_memory_export__benchmark)
TIMING_START(LTM_Export__Benchmark);
for (unsigned int i = 0; i < num_exports; ++i)
for (int i = 0; i < num_exports; ++i)
{
en.clear();
auto& snap = en.addSnapshot(IceUtil::Time::now());
Loading