|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/honk/execution_trace/execution_trace_usage_tracker.hpp"#include <gtest/gtest.h>Go to the source code of this file.
Classes | |
| class | ExecutionTraceUsageTrackerTest |
| Tests for some of the utility methods in ExecutionTraceUsageTrackerTest for equally distributing work across threads for the perturbator/combiner calculations. More... | |
Functions | |
| TEST_F (ExecutionTraceUsageTrackerTest, ConstructUnionRanges) | |
| TEST_F (ExecutionTraceUsageTrackerTest, ConstructThreadRanges) | |
| TEST_F (ExecutionTraceUsageTrackerTest, ConstructThreadRangesMoreThreadsThanWork) | |
| TEST_F (ExecutionTraceUsageTrackerTest, ConstructThreadRangesSplitsLargeRange) | |
| TEST_F | ( | ExecutionTraceUsageTrackerTest | , |
| ConstructThreadRanges | |||
| ) |
Definition at line 29 of file execution_trace_usage_tracker.test.cpp.
| TEST_F | ( | ExecutionTraceUsageTrackerTest | , |
| ConstructThreadRangesMoreThreadsThanWork | |||
| ) |
Definition at line 47 of file execution_trace_usage_tracker.test.cpp.
| TEST_F | ( | ExecutionTraceUsageTrackerTest | , |
| ConstructThreadRangesSplitsLargeRange | |||
| ) |
Definition at line 63 of file execution_trace_usage_tracker.test.cpp.
| TEST_F | ( | ExecutionTraceUsageTrackerTest | , |
| ConstructUnionRanges | |||
| ) |
Definition at line 15 of file execution_trace_usage_tracker.test.cpp.