logic: vs plugin multithreading

added simple multithreading for cdb creation
This commit is contained in:
Manuel Dobusch
2017-02-02 17:03:52 +01:00
parent 52b0cd2017
commit 8c0f9f2de4
37 changed files with 64356 additions and 171 deletions
+1
View File
@@ -1887,6 +1887,7 @@
<tr> <th scope="row">VS Port</th> <td>The port on which Visual Studio will receive messages. Note that this must match the port setting in Coati itself.</td> </tr>
<tr> <th scope="row">File Logging</th> <td>Enable log output for the plugin. Additionaly to the output file, log messages will also be displayed in VS' </td> </tr>
<tr> <th Id="vsPluginOptionObfuscation" scope="row">Log Obfuscation</th> <td>Obfuscate project- and file names as well as directories in the log output. Note that already logged data <b>will not be obfuscated retroactively</b>. A dictionary, mapping obfuscated names to original names, will be created in a seperate file.</td> </tr>
<tr> <th scope="row">Thread Count</th> <td>The number of threads used during CDB creation</td> </tr>
</tbody>
</table>
<strong>Logging</strong>