mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	First draft of (experimental) benchmarking support
This commit is contained in:
		@@ -13,6 +13,7 @@
 | 
			
		||||
namespace Catch {
 | 
			
		||||
 | 
			
		||||
    auto getCurrentNanosecondsSinceEpoch() -> uint64_t;
 | 
			
		||||
    auto getEstimatedClockResolution() -> double;
 | 
			
		||||
 | 
			
		||||
    class Timer {
 | 
			
		||||
        uint64_t m_nanoseconds = 0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user