#791 add profiling for some operations (#1108)

This commit is contained in:
Alexander Courtis
2022-03-26 23:22:28 +11:00
committed by GitHub
parent 015234e032
commit 54c78dbca2
8 changed files with 46 additions and 5 deletions

View File

@@ -173,7 +173,9 @@ function.
types = {
all = false,
config = false,
copy_paste = false,
git = false,
profile = false,
},
},
} -- END_DEFAULT_OPTS
@@ -492,6 +494,10 @@ Here is a list of the options available in the setup call:
type: `boolean`
default: `false`
- |log.types.profile|: timing of some operations
type: `boolean`
default: `false`
- |log.types.config|: options and mappings, at startup
type: `boolean`
default: `false`