Bitcoin Core  27.99.0
P2P Digital Currency
Functions
verify_script.cpp File Reference
#include <bench/bench.h>
#include <key.h>
#include <script/script.h>
#include <script/interpreter.h>
#include <streams.h>
#include <test/util/transaction_utils.h>
#include <array>
Include dependency graph for verify_script.cpp:

Go to the source code of this file.

Functions

static void VerifyScriptBench (benchmark::Bench &bench)
 
static void VerifyNestedIfScript (benchmark::Bench &bench)
 
 BENCHMARK (VerifyScriptBench, benchmark::PriorityLevel::HIGH)
 
 BENCHMARK (VerifyNestedIfScript, benchmark::PriorityLevel::HIGH)
 

Function Documentation

◆ BENCHMARK() [1/2]

◆ BENCHMARK() [2/2]

◆ VerifyNestedIfScript()

static void VerifyNestedIfScript ( benchmark::Bench bench)
static

Definition at line 63 of file verify_script.cpp.

Here is the call graph for this function:

◆ VerifyScriptBench()

static void VerifyScriptBench ( benchmark::Bench bench)
static

Definition at line 16 of file verify_script.cpp.

Here is the call graph for this function: