mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	env params
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
		
							parent
							
								
									9bd4fd969a
								
							
						
					
					
						commit
						02e763bb6b
					
				
					 15 changed files with 133 additions and 80 deletions
				
			
		| 
						 | 
				
			
			@ -38,9 +38,9 @@ struct timeit::imp {
 | 
			
		|||
    ~imp() {
 | 
			
		||||
        m_watch.stop();
 | 
			
		||||
        double end_memory = static_cast<double>(memory::get_allocation_size())/static_cast<double>(1024*1024);
 | 
			
		||||
        m_out << m_msg << ", time: " << std::fixed << std::setprecision(2) << m_watch.get_seconds() 
 | 
			
		||||
              << " secs, memory: (before " << std::fixed << std::setprecision(2) << m_start_memory 
 | 
			
		||||
              << ", after " << std::fixed << std::setprecision(2) << end_memory << ")" 
 | 
			
		||||
        m_out << "(" << m_msg << " :time " << std::fixed << std::setprecision(2) << m_watch.get_seconds() 
 | 
			
		||||
              << " :before-memory " << std::fixed << std::setprecision(2) << m_start_memory 
 | 
			
		||||
              << " :after-memory " << std::fixed << std::setprecision(2) << end_memory << ")" 
 | 
			
		||||
              << std::endl;
 | 
			
		||||
    }
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue