INNER CODE UNIT · Python

main

SpaRcle-Studio/SREngine · CI/scripts/analyze_msvc_symbols.py:81

def main():
    root = Path(__file__).resolve().parent.parent.parent

    build = choose_build(find_build_dirs(root))

    print(f"\nИспользуется build: {build}\n")

    print(f"{'Library':<15}{'Objects':>10}{'Symbols':>12}")
    print("-" * 40)

    total_symbols = 0
    total_objects = 0

    heavy_objects = []

    messages = []

    for library in LIBRARIES:

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…