src: Add profile-hash-maps
to the debug
command's docstring
This commit is contained in:
parent
8d24768d5d
commit
dbabb19d81
|
@ -1115,7 +1115,7 @@ const CommandDesc debug_cmd = {
|
||||||
"debug",
|
"debug",
|
||||||
nullptr,
|
nullptr,
|
||||||
"debug <command>: write some debug informations in the debug buffer\n"
|
"debug <command>: write some debug informations in the debug buffer\n"
|
||||||
"existing commands: info, buffers, options, memory, shared-strings",
|
"existing commands: info, buffers, options, memory, shared-strings, profile-hash-maps",
|
||||||
ParameterDesc{{}, ParameterDesc::Flags::SwitchesOnlyAtStart, 1},
|
ParameterDesc{{}, ParameterDesc::Flags::SwitchesOnlyAtStart, 1},
|
||||||
CommandFlags::None,
|
CommandFlags::None,
|
||||||
CommandHelper{},
|
CommandHelper{},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user