Skip to content

Commit bb1ff3e

Browse files
authored
doc: Fix typos and enhance Nuclei Studio documentation
Corrected typos and improved clarity in the documentation regarding Nuclei Model RVTrace and profiling options.
1 parent e259fed commit bb1ff3e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/ide/advanceusage.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -885,15 +885,15 @@ Nuclei Model Debugger是为升级后的Nuclei Near Cycle Model开发的调试运
885885
- **RVV length** RISC-V 向量扩展
886886
- **Other Extensions** 其他扩展
887887

888-
勾选了 ``Enable Nuclei Model RVTrace`` 并配置其路径,程序运行时会生成一个 ``*.rvtrave`` 的文件。
888+
勾选了 ``Enable Nuclei Model RVTrace`` 并配置其路径,程序运行时会生成一个 ``*.rvtrace`` 的文件。
889889

890-
在 ``More options`` 中可以添加 Nuclei Model 所支持的参数。在演示示例的Config options中配置了 ``--gprof=1 --flame=1 `` , ``--gprof=1`` 表示开启gprof功能程序运行时,生会产生gprof文件; ``--flame=1`` 表示开启flame功能
890+
在 ``More options`` 中可以添加 Nuclei Model 所支持的参数。在演示示例的Config options中配置了 ``--gprof=1 --flame=1`` ``--gprof=1`` 表示开启基于gprof的Profiling功能,程序运行时会产生gprof文件; ``--flame=1`` 表示开启火焰图Flamegraph功能
891891

892-
关于Nuclei Near Cycle Model的参数具体说明,请参见 :ref:`Description of Parameters <xlmodel_description_of_parameters>` 。
892+
关于Nuclei Near Cycle Model的参数具体说明,请参见 :ref:`Description of Parameters <xlmodel_description_of_parameters>` 。   
893893

894-
关于gprof功能请参见 :ref:`Code Coverage和Profiling功能 <ide_advanceusage_17>` 。
894+
关于gprof的Profiling功能请参见 :ref:`Code Coverage和Profiling功能 <ide_advanceusage_17>` 。
895895

896-
关于flame功能请参见 :ref:`Flame View功能的使用 <ide_flame_view>` 。
896+
关于火焰图flamegraph功能请参见 :ref:`Flame View功能的使用 <ide_flame_view>` 。
897897

898898
配置完参数并保存,然后点击 ``Debug`` ,进入 Nuclei Model 的 Debug 模式。
899899

0 commit comments

Comments
 (0)