mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 00:51:52 +01:00 
			
		
		
		
	First draft of (experimental) benchmarking support
This commit is contained in:
		@@ -34,7 +34,9 @@ namespace Catch {
 | 
			
		||||
                                    char const* capturedExpression,
 | 
			
		||||
                                    ResultDisposition::Flags resultDisposition )
 | 
			
		||||
    :   m_assertionInfo( macroName, lineInfo, capturedExpression, resultDisposition)
 | 
			
		||||
    {}
 | 
			
		||||
    {
 | 
			
		||||
        getCurrentContext().getResultCapture()->assertionStarting( m_assertionInfo );
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    ResultBuilder::~ResultBuilder() {
 | 
			
		||||
#if defined(CATCH_CONFIG_FAST_COMPILE)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user