Bitcoin Core 28.99.0
P2P Digital Currency
Functions
verify_script.cpp File Reference
#include <bench/bench.h>
#include <hash.h>
#include <key.h>
#include <primitives/transaction.h>
#include <pubkey.h>
#include <script/interpreter.h>
#include <script/script.h>
#include <span.h>
#include <test/util/transaction_utils.h>
#include <uint256.h>
#include <array>
#include <cassert>
#include <cstdint>
#include <vector>
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 69 of file verify_script.cpp.

Here is the call graph for this function:

◆ VerifyScriptBench()

static void VerifyScriptBench ( benchmark::Bench bench)
static

Definition at line 23 of file verify_script.cpp.

Here is the call graph for this function: