From 99bc31fdd6fd9a6cbce6afd5fa9b52fb47873f61 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 10 May 2023 14:10:53 -0700 Subject: Add slangc options for reporting downstream compile time. (#2878) * Add slangc options for reporting downstream compile time. * Update doc. --------- Co-authored-by: Yong He --- docs/command-line-slangc-reference.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/command-line-slangc-reference.md') diff --git a/docs/command-line-slangc-reference.md b/docs/command-line-slangc-reference.md index 7a16b380f..777d586d1 100644 --- a/docs/command-line-slangc-reference.md +++ b/docs/command-line-slangc-reference.md @@ -232,6 +232,11 @@ Dump to output list of warning diagnostic numeric and name ids. Treat the rest of the command line as input files. + +## -report-downstream-time +Reports the time spent in the downstream compiler. + + # Target -- cgit v1.2.3