mirror of
https://github.com/async-profiler/async-profiler.git
synced 2026-04-28 10:53:49 +00:00
Compare commits
1 Commits
499904dce7
...
native-ima
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
249ffafa02 |
18
src/converter/reflect-config.json
Normal file
18
src/converter/reflect-config.json
Normal file
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"name": "one.convert.Arguments",
|
||||
"allPublicFields": true
|
||||
},
|
||||
{
|
||||
"name" : "one.jfr.event.CPULoad",
|
||||
"allPublicConstructors": true
|
||||
},
|
||||
{
|
||||
"name" : "one.jfr.event.GCHeapSummary",
|
||||
"allPublicConstructors": true
|
||||
},
|
||||
{
|
||||
"name" : "one.jfr.event.ObjectCount",
|
||||
"allPublicConstructors": true
|
||||
}
|
||||
]
|
||||
5
src/converter/resource-config.json
Normal file
5
src/converter/resource-config.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"resources": {
|
||||
"includes": [{"pattern": ".*html$"}]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user