Skip to content

Commit 40f1dcc

Browse files
committed
small(yaml-examples): remove comments and add flamegraph_root_cum_desc
1 parent 2d3dd72 commit 40f1dcc

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

yaml-examples/malloc_test.yaml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,8 @@ dbRoot: codeql-db # dbRoot stores all databases created by codeql indexed by rep
66
sources:
77
- prefix: https://test/ # clone url prefix
88
fullnames:
9-
# - aliasFieldAcc
10-
# - assignToInterface
11-
# - convInterface
12-
# - CWE-369
13-
# - CWE-400
14-
# - CWE-525
15-
# - CWE-807
169
- malloc_test
1710
- batchmalloc
18-
# - intraResourceLeak
19-
# - memacc
20-
# - memStatSliceExprSetNil
21-
# - pkgcall
22-
# - pkgtest
23-
# - sliceExprNotSetNil
2411

2512
# build
2613
language: go # language to analyze
@@ -52,7 +39,7 @@ queryconfig:
5239
queries:
5340
- pprof_ext/malloc_time.ql
5441
- pprof_ext/malloc_line.ql
55-
- pprof_ext/heap_test.ql
42+
- pprof_ext/flamegraph_root_cum_desc.ql
5643
externals:
5744
- queryLine
5845
externalFiles:

0 commit comments

Comments
 (0)