diff options
| author | Yong He <yonghe@outlook.com> | 2023-07-11 09:29:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-11 09:29:27 -0700 |
| commit | d0901aa7933ac31b0bf7648a31ec5c13de864457 (patch) | |
| tree | 298db796f1200013e841ed03db7ca24e2890c00a /docs/command-line-slangc-reference.md | |
| parent | d9c57e613f2dacd221d9c46c10395cf373a8fcaf (diff) | |
Add perf benchmark utility. (#2977)
* Add perf benchmark utility.
* Update documentation.
* Fix.
* Fix doc.
---------
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'docs/command-line-slangc-reference.md')
| -rw-r--r-- | docs/command-line-slangc-reference.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/command-line-slangc-reference.md b/docs/command-line-slangc-reference.md index 16d5b52a2..3fcd7a68c 100644 --- a/docs/command-line-slangc-reference.md +++ b/docs/command-line-slangc-reference.md @@ -238,6 +238,11 @@ Treat the rest of the command line as input files. Reports the time spent in the downstream compiler. +<a id="report-perf-benchmark"></a> +## -report-perf-benchmark +Reports compiler performance benchmark results. + + <a id="source-embed-style-1"></a> ## -source-embed-style |
