|
1 | 1 | # TSAR Advisor |
2 | 2 |
|
3 | 3 | This extension proposes some useful information about a program to simplify its parallelization. |
4 | | -It also provide some useful source-to-source transformations for programs as well as automate theire parallelization. |
5 | | -The advisor currently support C/C++ languages and based on LLVM & Clang projects. |
| 4 | +It also provides some useful source-to-source transformations for programs as well as automates their parallelization. |
| 5 | +The advisor currently supports C/C++ languages and based on LLVM & Clang projects. |
6 | 6 |
|
7 | | -To analyse or transform source code: |
| 7 | +> __Attention.__ To run the adviser the TSAR tool must be installed. It must be available in the system PATH or the path to `tsar-server` executable must be configured manually (see `Analysis Server` configuration variable for details). Details about the TSAR tool can be found in [TSAR Wiki](https://github.com/dvm-system/tsar/wiki). |
8 | 8 |
|
9 | | -* Open C/C++ file |
10 | | -* Use context menu or type one of available TSAR commands in the Command Palette. |
11 | | -* If `TSAR: Analyse file` action is used the description of discovered traits is rendered in the new tab. |
12 | | -* If some transformation is requested, the original file is changed on success. |
13 | | -* Some diagnostic messages may be also provided. |
| 9 | +Use the context menu or type one of the available TSAR commands in the Command Palette. |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | +If `TSAR: Analyse file` action is used the summary of discovered traits is rendered in the new tab. |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | +Loops that could be parallelized are marked with green. A detailed description of accessed memory is available for each loop. |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | +You may also choose a function to view its callgraph. |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | +If some transformation is requested, the original file is changed on success. Some diagnostic messages may be also provided. |
14 | 26 |
|
15 | | -> __Attention.__ To run the adviser the TSAR tool must be installed. It must be available in the system PATH or the path to `tsar-server` executable must be configured manually (see `Analysis Server` configuration variable for details). Details about the TSAR tool can be found in [TSAR Wiki](https://github.com/dvm-system/tsar/wiki). |
|
0 commit comments