Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F35443919
ClangBuildAnalyzer.ini
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
1 KB
Subscribers
None
ClangBuildAnalyzer.ini
View Options
# 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
Details
Attached
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
Attached To
rKLEOPATRA Kleopatra
Event Timeline
Log In to Comment