KiCad PCB EDA Suite
Loading...
Searching...
No Matches
fill_bench_tool.cpp File Reference
#include <qa_utils/utility_registry.h>
#include <chrono>
#include <iostream>
#include <vector>
#include <wx/filename.h>
#include <board.h>
#include <board_commit.h>
#include <board_design_settings.h>
#include <connectivity/connectivity_data.h>
#include <core/profile.h>
#include <drc/drc_engine.h>
#include <mmh3_hash.h>
#include <pcb_io/pcb_io_mgr.h>
#include <settings/settings_manager.h>
#include <tool/tool_manager.h>
#include <zone.h>
#include <zone_filler.h>
#include <pcbnew_utils/board_test_utils.h>

Go to the source code of this file.

Functions

static int fill_bench_main_func (int argc, char **argv)
 Headless zone-fill benchmark; times a full refill over N iterations.
 

Variables

static bool registered
 

Function Documentation

◆ fill_bench_main_func()

static int fill_bench_main_func ( int argc,
char ** argv )
static

Variable Documentation

◆ registered

bool registered
static
Initial value:
= UTILITY_REGISTRY::Register( { "fill_bench",
"Benchmark zone filling on a board",
static bool Register(const KI_TEST::UTILITY_PROGRAM &aProgInfo)
Register a utility program factory function against an ID string.
static int fill_bench_main_func(int argc, char **argv)
Headless zone-fill benchmark; times a full refill over N iterations.

Definition at line 150 of file fill_bench_tool.cpp.