1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

tools/fast: measure v.c size and parse/check/cgen steps

This commit is contained in:
Alexander Medvednikov
2021-02-07 04:48:54 +01:00
parent 32cd2846f5
commit a81ee0e94e
3 changed files with 41 additions and 1 deletions

View File

@@ -52,4 +52,8 @@ Source code: <a target=blank href='https://github.com/vlang/v/blob/master/cmd/to
<td style='width:120px'>v -o v</td>
<td style='width:130px'>v -x64 1mil.v</td>
<td style='width:120px'>v hello.v</td>
<td style='width:120px'>v.c size</td>
<td style='width:120px'>parse</td>
<td style='width:120px'>check</td>
<td style='width:120px'>cgen</td>
</tr>