Page MenuHome GnuPG

ClangBuildAnalyzer.ini
No OneTemporary

ClangBuildAnalyzer.ini

# SPDX-FileCopyrightText: 2025-2026 Laurent Montel <montel@kde.org>
# SPDX-License-Identifier: CC0-1.0
# ClangBuildAnalyzer reads ClangBuildAnalyzer.ini file from the working directory
# when invoked, and various aspects of reporting can be configured this way.
# How many of most expensive things are reported?
[counts]
# files that took most time to parse
fileParse = 20
# files that took most time to generate code for
fileCodegen = 20
# functions that took most time to generate code for
function = 50
# header files that were most expensive to include
header = 10
# for each expensive header, this many include paths to it are shown
headerChain = 10
# templates that took longest to instantiate
template = 30
# Minimum times (in ms) for things to be recorded into trace
[minTimes]
# parse/codegen for a file
file = 10
[misc]
# Maximum length of symbol names printed; longer names will get truncated
maxNameLength = 100
# Only print "root" headers in expensive header report, i.e.
# only headers that are directly included by at least one source file
onlyRootHeaders = true

File Metadata

Mime Type
text/plain
Expires
Sun, Feb 8, 2:25 PM (1 d, 8 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
9f/19/e4513fc9681aac7993fbfd5e5e65

Event Timeline