Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
catch_benchmark.h File Reference
#include "catch_stringref.h"
#include "catch_timer.h"
#include <cstdint>
#include <string>
Include dependency graph for catch_benchmark.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Catch::BenchmarkLooper
 

Namespaces

namespace  Catch
 

Macros

#define BENCHMARK(name)
 

Macro Definition Documentation

◆ BENCHMARK

#define BENCHMARK ( name)
Value:
for( Catch::BenchmarkLooper looper( name ); looper; looper.increment() )
std::string name

Definition at line 54 of file catch_benchmark.h.

54#define BENCHMARK( name ) \
55 for( Catch::BenchmarkLooper looper( name ); looper; looper.increment() )