Bitcoin Core  22.99.0
P2P Digital Currency
Variables
bench.cpp File Reference
#include <bench/bench.h>
#include <test/util/setup_common.h>
#include <chrono>
#include <fstream>
#include <functional>
#include <iostream>
#include <map>
#include <regex>
#include <string>
#include <vector>
Include dependency graph for bench.cpp:

Go to the source code of this file.

Variables

const std::function< void(const std::string &)> G_TEST_LOG_FUN {}
 This is connected to the logger. More...
 

Variable Documentation

◆ G_TEST_LOG_FUN

const std::function<void(const std::string&)> G_TEST_LOG_FUN {}

This is connected to the logger.

Can be used to redirect logs to any other log

Definition at line 20 of file bench.cpp.