![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
Classes | |
| struct | Args |
| class | BenchRunner |
Typedefs | |
| typedef std::function< void(Bench &)> | BenchFunction |
Enumerations | |
| enum | PriorityLevel : uint8_t { LOW = 1 << 0 , HIGH = 1 << 2 } |
Functions | |
| std::string | ListPriorities () |
| uint8_t | StringToPriority (const std::string &str) |
Variables | |
| std::map< std::string, uint8_t > | map_label_priority |
| typedef std::function<void(Bench&)> benchmark::BenchFunction |
| enum benchmark::PriorityLevel : uint8_t |
| std::string benchmark::ListPriorities | ( | ) |
| uint8_t benchmark::StringToPriority | ( | const std::string & | str | ) |
| std::map<std::string, uint8_t> benchmark::map_label_priority |